* wl-draft.el (wl-draft-forward): Fixed parenthesis.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
4         (wl-draft-send): Ditto.
5
6 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-vars.el (wl-draft-reply-hook): Changed default value.
9         (wl-draft-kill-pre-hook): Set default value as nil.
10         (wl-summary-reply-hook): Ditto.
11         (wl-draft-kill-flags): Abolish.
12
13         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
14         (wl-draft-parent-variables): Renamed from
15         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
16         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
17         argument; Add wl-draft-parent-variables to
18         wl-draft-config-variables.
19         (wl-draft-reply): Likewise.
20         (wl-draft-kill-flags): Abolish.
21         (wl-draft-send): Call wl-draft-set-flag-on-parent.
22         (wl-draft-set-flag-on-parent): New function.
23         (wl-draft-setup-parent-flag): Ditto.
24
25 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
26
27         * wl-draft.el (wl-draft-kill-flags): Avoid error when
28         `wl-draft-parent-folder' is "".
29
30 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
31
32         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
33         (wl-summary-digit-jump): New function.
34         (Adviced by John Owens and Hiroya Murata)
35
36         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
37         (Adviced by John Owens)
38
39         * wl-xmas.el (wl-message-define-keymap): Ditto.
40
41         * wl-mule.el (wl-message-define-keymap): Ditto.
42
43 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
44
45         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
46         change of return value of elmo-folder-count-flags.
47
48         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
49         (wl-summary-mark-as-read-internal): Ditto.
50         (wl-summary-set-persistent-mark-internal): Ditto.
51         (wl-summary-folder-info-update): Ditto.
52         (wl-summary-sync-update): Fixed the last change.
53
54         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
55
56 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
57
58         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
59         (wl-draft-kill-flags): Fixed docstring.
60
61         * wl-draft.el (wl-draft-kill-flags): New function.
62         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
63
64 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
65
66         * wl-vars.el (wl-reply-hook): Abolish.
67         (wl-draft-reply-hook): New hook.
68         (wl-summary-reply-hook): Ditto.
69         (wl-draft-forward-hook): Ditto.
70         (wl-summary-forward-hook): Ditto.
71         (wl-draft-kill-flags): New variable.
72
73         * wl-summary.el (wl-summary-mark-as-answered-region): Use
74         wl-summary-set-persistent-mark-internal.
75         (wl-summary-sync-marks): Use elmo-preserved-flags.
76         (wl-summary-update-persistent-mark): Make it interactive.
77         (wl-summary-set-persistent-mark-internal): New inline function.
78         (wl-summary-mark-as-answered): Use it.
79         (wl-summary-mark-as-unanswered): Ditto.
80         (wl-summary-unset-persistent-mark): New function.
81         (wl-summary-set-persistent-mark): Ditto.
82         (wl-summary-reply): Don't set answered flag;
83         Run wl-summary-reply-hook instead.
84         (wl-summary-forward): Call wl-draft-forward with number.
85         Run wl-summary-forward-hook.
86
87         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
88         (wl-highlight-summary-line-face-spec): Use it as a default
89         persistent mark face.
90
91         * wl-draft.el (wl-draft-forward): Added optional argument number;
92         Set wl-draft-parent-number; Run wl-draft-forward-hook.
93         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
94         (wl-draft-kill): Use wl-draft-kill-flags.
95
96         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
97
98         * wl-folder.el (wl-folder-check-one-entity): Follow the change
99         of return value of elmo-folder-count-flags.
100
101         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
102
103         * wl-summary.el (wl-summary-count-unread): Ditto.
104         (wl-summary-sync-update): Follow the change above.
105         (wl-summary-force-prefetch): New function.
106
107 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
108
109         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
110         variable `buf' with `let' instead of `setq'.
111
112 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
113
114         * wl-mime.el (wl-message-delete-current-part): If filename exists,
115         add Content-Disposition heaeder on the deleted part.
116
117 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
118
119         * wl-draft.el (wl-draft-save): Encode address list under edit by
120         `eword-encode-unstructured-field-body'.
121
122         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
123
124 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
127         wl-current-summary-buffer.
128
129 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
130
131         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
132         `numbers' is ignored.
133
134 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
135
136         * wl-folder.el (wl-folder-open-folder): Avoid error.
137         Reported by John Owens, [wl-en:815]
138
139         * wl.el (wl): Set timer for biff process even if prefix argument
140         is given or auto-checking is quitted.
141
142         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
143         immediately.
144         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
145         (wl-toggle-plugged): Ditto.
146
147         * wl-vars.el (wl-biff-use-idle-timer): New variable.
148         * wl-util.el (wl-biff-start): Use idle timer if
149         `wl-biff-use-idle-timer' is non-nil.
150
151 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
152
153         * wl-highlight.el (wl-highlight-message): Fix description.
154
155 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
156
157         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
158         tty.
159
160 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-action.el (wl-summary-exec): Print failure count.
163
164 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
165
166         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
167         to `defun', remove interactive form.
168         Set elmo-message-fetch-confirm when force-reload is non-nil.
169
170 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-summary.el (toplevel): Removed unnecessary autoload.
173
174 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
175
176         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
177         the buffer is generated from another message buffer.
178
179 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
180
181         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
182         extracted from `wl-fldmgr-save-folders'.
183         (wl-fldmgr-delete): Call it after deletion.
184
185 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
188         multi-tty support.
189
190 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
191
192         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
193
194 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
195
196         * wl-summary.el (wl-summary-rescan): Remove unused variables.
197         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
198
199 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
202         unsubscribe list only if argument CLEAR is nil.
203
204 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-draft.el (wl-draft-reply): Decode subject before removing
207         Re: prefix.
208
209 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
210
211         * wl-summary.el (wl-summary-sort-by-size): New command.
212
213 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-summary.el (wl-summary-number-list-from-region): New
216         function.
217         (wl-summary-mark-as-read-region): Use it.
218         (wl-summary-mark-as-unread-region): Ditto.
219         (wl-summary-set-flags-region): Ditto and add optional argument
220         remove.
221         (wl-summary-mark-as-answered-region): Ditto.
222         (wl-summary-mark-as-important-region): Ditto.
223         (wl-summary-target-mark-mark-as-important): Added optional
224         argument remove.
225         (wl-summary-target-mark-mark-as-answered): Ditto.
226         (wl-summary-target-mark-set-flags): Ditto.
227
228 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-summary.el (wl-summary-set-flags-region): Call
231         `wl-summary-set-flags-internal' with number list instead of call
232         one by each message.
233         (wl-summary-target-mark-set-flags): Likewise.
234
235 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-summary.el (wl-summary-target-mark-operation): Add optional
238         argument `inverse' and use `wl-summary-delete-all-target-marks'.
239         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
240         (wl-summary-target-mark-mark-as-answered): Likewise.
241
242 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * wl-summary.el (wl-summary-target-mark-forward): Use
245         `wl-summary-delete-all-target-marks' instead of
246         `wl-summary-delete-all-temp-marks'.
247         (wl-summary-target-mark-reply-with-citation): Ditto.
248         (wl-summary-target-mark-uudecode): Ditto.
249         (wl-summary-target-mark-set-flags): Ditto and remove needless
250         cursor move.
251
252 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-summary.el (wl-summary-target-mark-forward): Protect
255         wl-summary-buffer-target-mark-list from nreverse.
256         (wl-summary-target-mark-reply-with-citation): Ditto.
257
258 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
259
260         * wl-thread.el (wl-thread-update-indent-string-thread): Use
261         `elmo-display-progress-threshold'.
262
263 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
266         check `wl-summary-highlight'.
267         (wl-summary-window-scroll-functions): Respect value of
268         `wl-summary-highlight'.
269         (wl-summary-sync-update): Run hooks
270         `wl-summary-buffer-window-scroll-functions' at any time.
271
272 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
275         from `wl-summary-cleanup-temp-marks'.
276         (wl-summary-cleanup-temp-marks): Abolish argument.
277         * wl.el (wl-save-status): Revert previous change.
278         (wl-execute-temp-marks): New function, call
279         `wl-summary-exec-with-confirmation'.
280         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
281         (wl-folder-save-and-exec-marks): Abolished.
282
283 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-e21.el (wl-e21-display-image-p): Respect
286         `wl-highlight-folder-with-icon'.
287         (wl-e21-highlight-folder-group-line): Highlight mouse line
288         even if wl-e21-display-image-p is nil.
289
290         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
291         Respect value of `wl-summary-highlight'.
292
293         * wl.el (wl-save-status): Remove unused variable.
294
295         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
296         (wl-folder-mode-map): Bind it to "x".
297
298 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
301
302         * wl-thread.el (wl-thread-get-parent-list): Don't check
303         disconnected ancestors, neglecting needless work in
304         `wl-thread-update-indent-string-thread'.
305
306         * wl.el (wl-save): Take prefix argument to execute remaining marks.
307         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
308         argument, add argument default-keep to keep marks by default.
309
310         * Version number is increased to 2.11.30.
311
312         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
313         customization type and docstring.
314         (wl-draft-reply-without-argument-list): Ditto.
315
316 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
319
320         * wl-spam.el (wl-spam-mark-action-list): Ditto.
321
322 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
325
326 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-draft.el (wl-draft-config-exec): Narrow the range of
329         save-excursion so as not to include run-hooks.
330
331 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
332
333         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
334         Clarify that marks are going to be cleared.
335
336 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
339         according to 3rd element of wl-summary-flag-mark.
340
341         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
342
343 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-action.el (wl-summary-target-mark-all): Don't set
346         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
347
348 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
349
350         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
351         (wl-forward-subject-prefix): Ditto.
352         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
353         (wl-draft-reply-make-subject): Ditto.
354
355         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
356         `wl-draft-forward'.
357         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
358
359 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
360
361         * wl-action.el (wl-summary-target-mark-set-action): Stop if
362         target message does not exist.
363
364 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
365
366         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
367         `wl-subject-prefix-regexp'.
368         (wl-subject-forward-prefix-regexp): New variable.
369         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
370         `wl-draft-strip-subject-re' and take regexp as argument.
371         (wl-draft-forward): Use it.
372         (wl-draft-reply): Ditto.
373
374 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
375
376         * wl-e21.el (wl-highlight-plugged-current-line): Change for
377         emacs multi-tty support.
378
379 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
380
381         * wl-e21.el (wl-e21-display-image-p): Don't call
382         `display-images-p'.
383         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
384         support.
385         (wl-highlight-folder-current-line): Ditto.
386         (wl-folder-init-icons): Ditto.
387
388 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
391         the last line of summary in unplugged mode.
392
393 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
394
395         * wl-vars.el (wl-refile-rule-alist): Doc fix.
396
397 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
398
399         * wl-vars.el (wl-user-mail-address-regexp): New variable.
400         * wl-address.el (wl-address-user-mail-address-p): Use it.
401         (wl-address-delete-user-mail-addresses): Ditto.
402         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
403
404         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
405         (wl-address-delete-user-mail-addresses): Ditto.
406
407         * wl-address.el (wl-address-delete-user-mail-addresses): New
408         function.
409         * wl-refile.el (wl-refile-guess-by-history): Use it.
410         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
411         (wl-draft-make-mail-followup-to): Ditto and fix logic.
412
413         * wl-draft.el (wl-draft-edit-string): To judge sender address,
414         use wl-address-user-mail-address-p.
415
416 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
417
418         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
419         after opening group.
420
421 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
424         of elmo-set-buffer-multibyte.
425
426         * wl-message.el (wl-original-message-mode): Ditto.
427
428         * wl-score.el (wl-score-insert-header): Ditto.
429
430         * wl-summary.el
431         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
432         (wl-summary-goto-folder-subr): Ditto.
433         (wl-summary-insert-headers): Ditto.
434
435         * wl-util.el (wl-set-string-width): Ditto.
436
437         * Version number is increased to 2.11.29.
438
439 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
442         (wl-highlight-summary-line-help-echo-alist): New variable.
443         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
444         into `wl-highlight-summary-line-help-echo' and
445         `wl-highlight-flag-folder-help-echo'.
446         (wl-highlight-summary-line-string): Change accordingly.
447         (wl-highlight-summary-current-line): Ditto.
448
449 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * wl-highlight.el (wl-highlight-message): Ignore white spaces
452         at the beginning of field body (Thanks to Markus Knittig).
453
454         * wl-draft.el (wl-draft-insert-current-message): Also check
455         summary buffer, remove unnecessary tag.
456
457 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * wl-draft.el (wl-draft-insert-current-message): Cause error also
460         when wl-message-buffer is nil.
461
462         * wl-folder.el (wl-folder): Abolish unused argument.
463         Call wl-folder-init when wl-folder-entity is nil.
464         * wl.el (wl): Change accordingly.
465
466 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
469         multibyte string before insert into draft buffer.
470         (wl-draft-create-buffer): Always enable multibyte characters for
471         draft buffer.
472
473         * Version number is increased to 2.11.28.
474
475 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-folder.el (wl-folder-open-close): Handle blank line.
478         (wl-folder-jump-to-current-entity): Ditto.
479
480 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
481
482         * Version number is increased to 2.11.27.
483
484 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-thread.el (wl-thread-insert-message): When the thread is
487         devided by wl-summary-max-thread-depth, insert line at the end of
488         buffer.
489
490 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * Version number is increased to 2.11.26.
493
494 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
495
496         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
497
498 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
501         value of stream-type and session.
502
503 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * Version number is increased to 2.11.25.
506
507 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
508
509         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
510         in a quit message.
511
512 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
513
514         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
515         (wl-summary-redisplay-no-mime-internal): Ditto.
516
517 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
520         * wl-vars.el (wl-smtp-connection-type): Ditto.
521
522 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
523
524         * wl-highlight.el (wl-highlight-message): Change to strict regexp
525         for the separator line and quote mail-header-separator.
526
527 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-spam.el (wl-message-check-spam): Fixed problem no display
530         result message.
531
532         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
533         `elmo-multiple-fields-body-list' with boundary as
534         mail-header-separator.
535
536 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
539
540 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-util.el (wl-list-diff): Remove unused function.
543
544         * wl-draft.el (wl-draft-send-confirm): Discard input before
545         confirmation.
546
547 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
550         order of flag and new.
551
552 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-vars.el (wl-refile-policy-alist): Abolished.
555
556         * wl-action.el (wl-summary-set-action-refile): Follow the change
557         above.
558
559 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * wl-highlight.el (wl-highlight-signature-search): Don't use
562         re-search-backward for a long word since it is possible to crash
563         XEmacs because of a bug.
564
565 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
566
567         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
568
569 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
570
571         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
572         argument for wl-summary-sync-force-update.
573
574 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
575
576         * wl-summary.el (wl-summary-mode-map): Revival of
577         wl-summary-mark-as-important related bindings;
578         Bind 'F','tF','mF','rF','m&'.
579         (wl-summary-mark-as-important-region): Revival.
580         (wl-summary-target-mark-mark-as-important): Ditto.
581         (wl-summary-target-mark-operation): New function.
582         (wl-summary-target-mark-mark-as-answered): Use it.
583         (wl-summary-decide-flag): Don't set Important as default.
584         (wl-summary-mark-as-important-internal): Revival.
585         (wl-summary-mark-as-important): Ditto.
586
587         * wl-thread.el (wl-thread-mark-as-important): Ditto.
588
589         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
590         instead of facep.
591
592 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
593
594         * wl-dnd.el (wl-dnd-drop-func): Fix.
595
596         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
597         mouse-set-point instead of posn-point.
598
599         * wl-xmas.el (wl-completing-read-multiple): Define as function.
600
601         * wl-mule.el (wl-completing-read-multiple): Ditto.
602
603 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-demo.el (face-background-name): Defalias to avoid compile
606         warning.
607
608 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * wl-summary.el (wl-summary-decide-flag): Use
611         wl-completing-read-multiple instead of completing-read-multiple.
612
613         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
614         New alias.
615
616         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
617         Use face-background-name instead of face-background.
618
619         * wl-vars.el (wl-summary-save-file-suffix): New user option.
620
621         * wl-summary.el (wl-summary-save): Use it.
622         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
623
624         * wl-mime.el (wl-mime-save-content): Fix last change.
625
626 2004-02-10  Len Trigg <lenbok@myrealbox.com>
627
628         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
629         New function.
630         (wl-summary-sort-specs): Added sort.
631         * wl-mime.el (wl-mime-save-content): Expand file name.
632
633 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
634
635         * wl-mime.el (wl-draft-preview-message): Fixed typo.
636
637         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
638
639 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
642         for flag if it is not defined.
643
644 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
645
646         * wl-e21.el (wl-highlight-folder-current-line): Use
647         elmo-folder-type-internal when elmo-folder-type returns nil.
648
649         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
650
651         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
652
653         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
654
655         * wl-e21.el (wl-summary-toolbar): Ditto.
656
657         * wl-vars.el (wl-demo-background-color): Abolished.
658         (wl-summary-persistent-mark-priority-list): Renamed from
659         wl-summary-flag-priority-list.
660         (wl-summary-flag-alist): New user option.
661         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
662         (wl-message-mode-line-format-spec-alist): Added 'F'.
663         (wl-message-mode-line-format): Likewise.
664         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
665         instead of wl-summary-important-mark.
666         (wl-file-folder-icon): New variable.
667
668         * wl-thread.el (wl-thread-set-flags): Renamed from
669         wl-thread-mark-as-important.
670
671         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
672         warning.
673         (wl-summary-mode-menu-spec): Follow the change of 
674         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
675         (wl-summary-mode-map): Follow the change of
676         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
677         (wl-summary-detect-mark-position): Follow the variable name change.
678         (wl-summary-set-flags-region): New function for the replacement of
679         wl-summary-mark-as-important-region.
680         (wl-summary-sync-marks): Sync all global-flags.
681         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
682         instead of elmo-message-flagged-p.
683         (wl-summary-persistent-mark-string): Follow the variable name change;
684         Put wl-summary-flag-mark if the message has global-flag.
685         (wl-summary-target-mark-set-flags): Renamed from 
686         wl-summary-target-mark-mark-as-important.
687         (wl-summary-decide-flag): New function.
688         (wl-summary-set-flags-internal): Renamed from
689         wl-summary-mark-as-important-internal.
690         (wl-summary-add-flags-internal): New function.
691         (wl-summary-remove-flags-internal): Ditto.
692         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
693         (wl-summary-mark-as-unimportant): Abolish.
694         (wl-summary-move-spec-alist): Changed `important' to `digest'.
695         (wl-summary-next-message): List flagged messages in the msgdb.
696
697         * wl-score.el (wl-summary-score-update-all-lines): Use
698         wl-summary-add-flags-internal instead of 
699
700         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
701
702         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
703         from wl-message-buffer-cur-flag (To avoid misunderstanding).
704         (wl-message-buffer-require-all-header): Renamed from
705         wl-message-buffer-all-header-flag (Ditto).
706         (wl-message-buffer-flag-indicator): New variable.
707         (wl-message-redisplay): Changed local varibale name from `flag' to
708         `display-type'; Set up wl-message-buffer-flag-indicator.
709         (wl-message-buffer-display): Changed varibale name from `flag' to
710         `display-type'.
711         (wl-message-display-internal): Likewise.
712
713         * wl-highlight.el (wl-highlight-demo-face): Define default background
714         color.
715         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
716
717         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
718
719         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
720         (wl-demo-setup-properties): Renamed from
721         `wl-demo-set-background-color'.
722         (wl-demo): Follow the change above.
723         
724         * Version number is increased to 2.11.24.
725
726 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
727
728         * wl-summary.el (wl-summary-toggle-thread): Call
729         `wl-summary-rescan' with disable-thread as non-nil.
730         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
731
732 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
733
734         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
735         foreground property of the face.
736         (wl-demo-insert-text): Don't set up face property here.
737         (wl-demo): Call wl-demo-set-background-color, anyway.
738
739 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
740
741         * wl-vars.el (wl-demo-background-color): The value can be nil.
742
743 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
744
745         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
746         to wl-summary-wheel-dispatcher.
747
748         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
749         wl-message-wheel-dispatcher.
750         (wl-message-wheel-dispatcher): New function.
751         (wl-summary-wheel-dispatcher): Ditto.
752
753 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
754
755         * wl-action.el (wl-summary-target-mark-all): List messages which are
756         not in the killed-list.
757
758         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
759         only when the folder is 'flag/important.
760
761         * wl-address.el (wl-complete-field-body): Complete if the last
762         character is a space.
763
764 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-folder.el (wl-folder-clear-entity-info): Use
767         elmo-clear-hash-val.
768
769         * wl-fldmgr.el (wl-fldmgr-rename): Set
770         wl-folder-info-alist-modified as t.
771
772 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
773
774         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
775
776 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
777
778         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
779         (wl-folder-buffer-last-visited-entity-id): New buffer local
780         variable.
781         (wl-folder-revisit-last-visited-folder): New function.
782         (wl-folder-mode-map): Bind it to "C-i".
783         (wl-folder-set-current-entity-id): Set last visited folder.
784         * wl-summary.el (wl-summary-exit): Ditto.
785
786 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
787
788         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
789         before calling `recenter' in order to cope with an XEmacs bug.
790
791 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
794         to the default value.
795
796 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
797
798         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
799         change.
800         (wl-summary-sync-marks): Ditto.
801         (wl-summary-mark-as-read-internal): Ditto.
802         (wl-summary-mark-as-answered-internal): Ditto.
803         (wl-summary-mark-as-important-internal): Ditto.
804         (wl-summary-reply): Ditto.
805
806         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
807         instead of `elmo-folder-unflag-answered'.
808
809         * Version number is increased to 2.11.23.
810
811         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
812         the last change.
813
814 2004-01-11  Kenichi Okada  <okada@opaopa.org>
815
816         * wl-spam.el (wl-summary-exec-action-refile-with-register):
817         Specify "spam" or "good".
818
819 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
820
821         * wl-spam.el (wl-summary-exec-action-spam): Call
822         wl-folder-confirm-existence for spam folder.
823         (wl-spam-setup): Bind "mk".
824
825 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
826
827         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
828
829 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
830
831         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
832         destination folder is empty.
833
834 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
835
836         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
837         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
838
839         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
840         (wl-summary-refile-prev-destination-region): New function.
841         (wl-thread-refile-prev-destination): Ditto.
842         (wl-summary-target-mark-refile-prev-destination): Ditto.
843
844 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
845
846         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
847         (wl-demo-background-color): Changed default value.
848
849         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
850         color.
851
852         * wl-demo.el (wl-demo-set-background-color): New function.
853         (wl-demo): Call it.
854
855 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-address.el (wl-address-delete): Avoid mis-deleting.
858         * wl-address.el (wl-address-add-or-change): Don't add empty
859         address.
860
861 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
862
863         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
864
865 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-vars.el (wl-demo-image-filter-alist): New variable
868         (wl-demo-background-color): Ditto.
869
870         * wl-demo.el (wl-demo-xpm-set-background): New function.
871         (wl-demo-image-filter): Ditto.
872         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
873
874         * wl-vars.el (wl-demo-icon-name-alist): New variable.
875
876         * wl-demo.el (wl-demo-icon-name): Define as function.
877         (wl-demo-insert-image): Use it.
878
879 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
880
881         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
882
883 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
884
885         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
886
887 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
888
889         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
890
891 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-thread.el (wl-thread-mark-as-answered): New function.
894
895         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
896         answered" entry.
897         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
898         "r&" and wl-thread-mark-as-answered to "t&".
899         (wl-summary-mark-as-important-region): Refine to toggle mark.
900         (wl-summary-mark-as-answered-region): New function.
901         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
902         and 3rd argument.
903         (wl-summary-mark-as-important-internal): Likewise.
904
905 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-template.el (wl-template-preview): New internal variable.
908         (wl-template-preview-p): New function.
909         (wl-template-show): Bind `wl-template-preview' as t.
910
911 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
914         `elmo-message-entity-field' with 3rd argument which is non-nil.
915
916 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
919         Removed duplicate local bind `folder'.
920
921 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
924
925 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
928         duplicate definition.
929
930 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
931
932         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
933         non-nil, use it; Don't fetch message if there's no message in the
934         current cursor position.
935
936 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-util.el (wl-region-exists-p): Use region-active-p.
939         (wl-deactivate-region): New function.
940         * wl-message.el (wl-message-redisplay): Deactivate region.
941
942         * wl-summary.el (wl-summary-reply): Call
943         `wl-summary-set-message-buffer-or-redisplay' instead of
944         `wl-summary-redisplay-internal', don't move point.
945
946 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
949         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
950         by regexp.
951
952 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
955         if no need.
956
957 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
960         default value to nil.
961         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
962         `wl-summary-prepare-hook'; Replace refile action to
963         `wl-summary-exec-action-refile-with-register'.
964
965         * Version number is increased to 2.11.22.
966
967 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-summary.el (wl-summary-detect-mark-position): Set
970         `wl-summary-buffer-weekday-name-lang'.
971
972 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
973
974         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
975         (wl-summary-mark-as-read-all): Ditto.
976         (wl-summary-delete-messages-on-buffer): Ditto.
977         (wl-summary-sync-update): Ditto.
978         (wl-summary-mark-as-read-internal): Ditto.
979         (wl-summary-mark-as-answered-internal): Ditto.
980         (wl-summary-update-folder-info): Abolished.
981
982 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-summary.el (wl-summary-mark-as-read-all): Use
985         `wl-summary-update-folder-info' instead of
986         `wl-folder-update-unread'.
987
988 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
989
990         * wl-summary.el (wl-summary-update-folder-info): New function derived from
991         `wl-summary-folder-info-update'.
992         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
993         instead of `wl-summary-folder-info-update'.
994         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
995         `wl-folder-set-folder-updated'.
996         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
997         instead of `wl-folder-update-unread'.
998         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
999         the value of `wl-summary-buffer-unread-count' for the second parameter of
1000         `wl-folder-update-unread'.
1001
1002         * Version number is increased to 2.11.21.
1003
1004 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1005
1006         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1007         a local variable.
1008
1009 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1012         interactively.
1013
1014         * wl-summary.el (wl-summary-mark-as-important-internal): New
1015         internal function.
1016         (wl-summary-mark-as-important): Use it.
1017         (wl-summary-mark-as-unimportant): New function.
1018         (wl-summary-sync-marks): Follow the API change.
1019
1020         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1021
1022         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1023
1024 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1025
1026         * wl-folder.el (wl-folder-update-unread): Re-indent.
1027         Narrow the scope of a local variable.
1028
1029 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1032         (wl-addrmgr-merge-entries): Ditto.
1033         (wl-addrmgr): Added to address entry which exists in draft buffer
1034         if no entry is in original.
1035
1036 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1037
1038         * wl-batch.el: New file.
1039
1040 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1041
1042         * wl-vars.el (wl-use-semi): Remove unused variable.
1043
1044 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1045
1046         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1047         "?".
1048
1049 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1052         wl-summary-new-mark.
1053         (wl-summary-new-cached-mark): New user option.
1054         (wl-summary-score-marks): Follow the change above.
1055         (wl-summary-auto-refile-skip-marks): Ditto.
1056         (wl-summary-incorporate-marks): Ditto.
1057         (wl-summary-expire-reserve-marks): Ditto.
1058
1059         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1060
1061         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1062         (wl-summary-persistent-mark-string): Distinguished between cached
1063         and uncached mark when the message is new.
1064
1065 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-spam.el (wl-spam-domain): Renamed from
1068         `wl-spam-folder-guess-domain'.
1069         (wl-summary-exec-action-spam): Register as spam if domain of the
1070         source folder is good.
1071         (wl-summary-exec-action-refile-with-register): Register message if
1072         domain of the source folder is not undecided.
1073
1074 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1077         detect thread loop.
1078
1079 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1082         and wl-summary-skip-mark-list.
1083
1084 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1087
1088         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1089
1090         * wl-spam.el (toplevel): Require wl-highlight.
1091         (wl-spam-auto-check-policy-alist): Abolish.
1092         (wl-spam-auto-check-folder-regexp-list): New user option.
1093         (wl-spam-auto-check-marks): Ditto.
1094         (wl-spam-mark-action-list): Ditto.
1095         (wl-highlight-summary-spam-face): New face.
1096         (wl-spam-auto-check-message-p): New function.
1097         (wl-spam-map-spam-messages): Fixed message.
1098         (wl-spam-register-spam-messages): Ditto.
1099         (wl-spam-register-good-messages): Ditto.
1100         (wl-summary-spam-map): Add and remove keybind.
1101         (wl-summary-target-mark-spam): Abolish.
1102         (wl-summary-refile-spam): Ditto.
1103         (wl-summary-test-spam): New function.
1104         (wl-summary-mark-spam): Ditto.
1105         (wl-summary-auto-check-spam): Follow the above change.
1106         (wl-summary-exec-action-spam): New function.
1107         (wl-summary-exec-action-refile-with-register): Fixed message.
1108         (wl-message-check-spam): New function.
1109         (wl-spam-setup): Ditto.
1110         (toplevel): Call it if this file is loaded interactivity.
1111
1112         * Version number is increased to 2.11.20.
1113
1114 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1117         when new optional argument `force' is non nil or modified.
1118
1119 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1120
1121         * wl.el (toplevel): Require wl-spam when compile.
1122         (wl-save-status): Call wl-spam-save-status.
1123
1124         * wl-spam.el (wl-spam-register-spam-messages): New function.
1125         (wl-spam-register-good-messages): Ditto.
1126         (wl-spam-save-status): Ditto.
1127         (wl-summary-mode-map): Bind
1128         wl-summary-target-mark-register-as-spam to "ms" and
1129         wl-summary-target-mark-register-as-good to "mn".
1130         (wl-summary-register-as-spam): Abolish optional argument; Use
1131         wl-spam-register-spam-messages.
1132         (wl-summary-register-as-spam-all): Use
1133         wl-spam-register-spam-messages.
1134         (wl-summary-register-as-good): Abolish optional argument; Use
1135         wl-spam-register-good-messages.
1136         (wl-summary-register-as-good-all): Use
1137         wl-spam-register-good-messages.
1138         (wl-summary-target-mark-register-as-spam): New funtion.
1139         (wl-summary-target-mark-register-as-good): Ditto.
1140
1141 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1142
1143         * wl-spam.el: New file.
1144
1145 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1146
1147         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1148
1149         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1150         (wl-summary-auto-refile): Call wl-refile-guess with
1151         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1152
1153 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1156         with disable-thread argument non-nil.
1157
1158 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-summary.el (wl-summary-rescan): Added optional argument
1161         disable-thread.
1162         (wl-summary-sync): Call wl-summary-rescan with argument
1163         disable-thread.
1164         (wl-summary-input-range): Added new range `rescan-thread'.
1165
1166 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1167
1168         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1169
1170 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1173         internal variable.
1174         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1175         wl-summary-search-parent-by-subject-regexp and
1176         wl-summary-divide-thread-when-subject-changed as nil.
1177         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1178         (wl-summary-insert-thread): Search parent entity from
1179         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1180         thread loop.
1181
1182 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1183
1184         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1185
1186         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1187
1188         * wl-util.el (wl-require-update-all-folder-p): New function.
1189         (wl-get-assoc-list-value): Added `function' to match directive.
1190         (wl-collect-draft): Rewrite.
1191
1192         * wl-summary.el (wl-summary-sync-update): Clear faces
1193         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1194         are non-nil.
1195         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1196         argument as function.
1197         (wl-summary-input-range): Ditto.
1198
1199         * wl-folder.el (wl-draft-get-folder): New function.
1200         (wl-folder-get-elmo-folder): Consider draft folder.
1201
1202         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1203         (wl-draft-buffer-message-number): New buffer local variable.
1204         (wl-draft-folder-internal): New internal variable.
1205         (wl-draft-delete): Rewrite.
1206         (wl-draft-save): Ditto.
1207         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1208         wl-folder-get-elmo-folder.
1209         (wl-draft-config-info-operation): Ditto.
1210         (wl-jump-to-draft-folder): Ditto.
1211         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1212         (wl-draft-reedit): Rewrite.
1213
1214         * Version number is increased to 2.11.19.
1215         
1216 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1217
1218         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1219         variable.
1220
1221 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1224         Use ignore-errors instead of unwind-protect.
1225
1226 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1227
1228         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1229         for updating `wl-thread-entity-list'.
1230
1231 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1232
1233         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1234         parameter from calling `wl-thread-entity-get-older-brothers' and
1235         `wl-thread-entity-get-younger-brothers'.
1236         Replace nested `append' with a single one.
1237
1238 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-summary.el (wl-summary-mode): Don't use the return value of
1241         `make-local-hook'.
1242
1243 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1244
1245         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1246         instead of `let*'.
1247         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1248         of local variables.
1249
1250 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1253         Renamed from wl-summary-window-scroll-functions.
1254         (wl-summary-window-scroll-functions): Don't set to variable.
1255         (wl-summary-display-top): Use run-hooks.
1256         (wl-summary-display-bottom): Ditto.
1257         (wl-summary-toggle-disp-msg): Ditto.
1258         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1259         Use it instead of wl-summary-window-scroll-functions.
1260         (wl-summary-goto-folder-subr): Don't call
1261         wl-summary-window-scroll-functions, use
1262         wl-summary-buffer-window-scroll-functions instead.
1263
1264 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1267         make-local-variable.
1268
1269 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1270
1271         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1272         set-buffer-modified-p.
1273         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1274         (wl-summary-display-bottom): Ditto.
1275         (wl-summary-toggle-disp-msg): Ditto.
1276
1277 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1278
1279         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1280
1281         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1282         (wl-summary-forward): Use elmo-message-entity-field instead of
1283         elmo-message-field.
1284
1285         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1286
1287 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-summary.el (wl-summary-window-scroll-functions): No use
1290         `append'.
1291
1292 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1293
1294         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1295         function.
1296         (wl-summary-window-scroll-functions): Call it when both
1297         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1298         (wl-summary-temp-mark): Added optional argument number.
1299         (wl-summary-message-mark): Added optional argument flag.
1300         (wl-summary-persistent-mark): Added optional argument number and flag.
1301         (wl-summary-update-persistent-mark): Ditto.
1302         (wl-summary-update-status-marks): Set "r" for interactive spec.
1303
1304         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1305         argument number and flag.
1306
1307         * wl-action.el (wl-summary-registered-temp-mark): 
1308         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1309
1310 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1313         internal variable (buffer local).
1314         (wl-summary-window-scroll-functions): New function.
1315         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1316         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1317         as nil.
1318         (wl-summary-update-status-marks): Added arguments beg, end and
1319         check.
1320         (wl-summary-update-mark-window): Use function.
1321         (wl-summary-sync-update): Follow the change above.
1322         (wl-summary-switch-to-clone-buffer): Copy
1323         wl-summary-buffer-unsync-mark-number-list.
1324         (wl-summary-goto-folder-subr): Set
1325         wl-summary-buffer-unsync-mark-number-list and
1326         use wl-summary-window-scroll-functions instead of
1327         wl-summary-lazy-highlight.
1328
1329         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1330
1331 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1334
1335         * wl-summary.el (wl-summary-update-persistent-mark): Call
1336         wl-summary-set-message-modified.
1337
1338         * wl-summary.el (wl-summary-sync-update): Don't call
1339         wl-summary-update-status-marks.
1340
1341         * Version number is increased to 2.11.18.
1342
1343 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1344
1345         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1346         (wl-message-next-page): Ditto.
1347
1348 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1349
1350         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1351         local variable.  Change the order of a collected list into the
1352         same as the specified range.  Remove nil from a collected list.
1353
1354 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1357         argument for elmo-folder-list-messages.
1358
1359 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1362         change (wl-summary-count-unreads return a list instead of a cons
1363         cell).
1364
1365 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1366
1367         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1368         `wl-summary-folder-info-update'.
1369
1370 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-summary.el (wl-summary-set-message-modified): No use
1373         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1374         (wl-summary-set-mark-modified): Abolish.
1375         (wl-summary-mark-modified-p): Ditto.
1376         (wl-summary-save-view): Follow the change above.
1377
1378         * wl-expire.el (wl-summary-expire): Likewise.
1379
1380 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1381
1382         * wl-summary.el (wl-summary-detect-mark-position): Use
1383         modb-entity-handler.
1384         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1385
1386         * Version number is increased to 2.11.17.
1387
1388 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1389
1390         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1391         entity field value.
1392         (wl-summary-prefetch-msg): Ditto.
1393         (wl-summary-print-message-with-ps-print): Ditto.
1394
1395 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1396
1397         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1398         for dummy entity.
1399         (wl-summary-insert-thread): Use elmo-message-entity-field.
1400         (wl-summary-update-thread): Use elmo-message-entity-field and
1401         elmo-message-entity-number.
1402         (wl-summary-line-number):  Use elmo-message-entity-number.
1403         (wl-summary-line-size): Use elmo-message-entity-field.
1404         (wl-summary-line-subject): Ditto.
1405         (wl-summary-line-from): Ditto.
1406         (wl-summary-line-attached): Ditto.
1407         (wl-summary-create-line): Ditto.
1408         (wl-summary-create-line): Use elmo-message-entity-number.
1409         (wl-summary-print-message-with-ps-print): Use
1410         elmo-message-entity-field.
1411
1412 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1413
1414         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1415         change in elmo-msgdb-make-message-entity.
1416         (wl-summary-buffer-set-folder): Don't call
1417         wl-summary-detect-mark-position here.
1418         (wl-summary-rescan): Call elmo-message-entity-number.
1419         (wl-summary-sync-update): Ditto.
1420         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1421
1422         * wl-score.el (wl-score-header-index): Redefine 2th element.
1423         (wl-score-overview-entity-get-extra): Abolish.
1424         (wl-score-ov-entity-get): Rewrite.
1425         (wl-score-string-index<, wl-score-string-func<): Abolish.
1426         (wl-score-string<): New function.
1427         (wl-score-string-sort): Use it.
1428
1429         * wl-refile.el (wl-refile-guess-by-history): Use
1430         elmo-message-entity-field.
1431         (wl-refile-guess-by-from): Ditto.
1432         (wl-refile-guess-by-msgid): Ditto.
1433
1434         * Version number is increased to 2.11.16.
1435
1436 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-folder.el (wl-folder-confirm-existence): Don't call
1439         file-exists-p if msgdb-path is nil.
1440         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1441         `wl-read-folder-hist' to `wl-read-folder-history'.
1442
1443 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1444
1445         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1446         `y-or-n-p'.
1447
1448 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-score.el (wl-score-headers): Don't use
1451         elmo-folder-do-each-message-entity.
1452
1453         * Version number is increased to 2.11.15.
1454
1455 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-summary.el (wl-summary-delete-all-msgs): Use
1458         elmo-folder-move-messages instead of elmo-folder-delete-messages
1459         and elmo-folder-detach-messages.
1460         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1461
1462         * wl-expire.el (wl-expire-delete): Ditto.
1463         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1464
1465 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1466
1467         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1468         (wl-message-header-narrowing-fields): Ditto.
1469         (wl-message-header-narrowing-lines): Ditto.
1470         (wl-message-header-narrowing-string): Ditto.
1471
1472         * wl-summary.el (wl-summary-mode-map): Bind
1473         wl-summary-toggle-header-narrowing to "C-cC-f".
1474         (wl-summary-toggle-header-narrowing): New function.
1475
1476         * wl-message.el (wl-message-buffer-create): Call
1477         wl-message-header-narrowing-setup.
1478         (wl-message-redisplay): Call wl-message-header-narrowing.
1479         (wl-message-header-narrowing): New function.
1480         (wl-message-header-narrowing-map): New keymap.
1481         (wl-message-header-narrowing-widen-map): New keymap.
1482         (wl-message-header-narrowing-again-at-mouse): New function.
1483         (wl-message-header-narrowing-1): Ditto.
1484         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1485         (wl-message-header-narrowing-setup): Ditto.
1486         (wl-message-header-narrowing-toggle): Ditto.
1487         
1488         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1489
1490         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1491         'flag as all.
1492         (wl-use-flag-folder-help-echo): New user option.
1493
1494         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1495         wl-summary-highlight as nil.
1496         (wl-summary-set-mark-modified): Follow the API change.
1497         (wl-summary-mark-modified-p): Ditto.
1498         (wl-summary-mark-as-read-all): Ditto.
1499         (wl-summary-sync-marks): Don't call
1500         elmo-folder-list-messages-with-global-mark.
1501         (wl-summary-mark-as-read-internal): Follow the API change.
1502         (wl-summary-mark-as-answered-internal): Ditto.
1503         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1504         Follow the API change.
1505         (wl-summary-create-line): Call with number argument.
1506         (wl-summary-reply): Follow the API change.
1507
1508         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1509         function.
1510         (wl-highlight-summary-line-string): Call it when
1511         wl-use-flag-folder-help-echo is non-nil.
1512         (wl-highlight-summary-current-line): Ditto.
1513         (elmo-flag-folder-referrer): Added autoload setting.
1514
1515         * wl-draft.el (wl-draft-kill): Follow the API change.
1516
1517         * Version number is increased to 2.11.14.
1518         
1519 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1522
1523 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1524
1525         * Version number is increased to 2.11.13.
1526
1527 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-draft.el (wl-draft-previous-history-element): Fixed
1530         unbalanced parenthesis and bind unbound local variables.
1531
1532 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1533
1534         * wl-draft.el (wl-draft-previous-history-element): New function.
1535         (wl-draft-next-history-element): Ditto.
1536         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1537         them to M-p and M-n.
1538
1539 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * Version number is increased to 2.11.12.
1542
1543 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-draft.el (wl-draft-hide): Select buffer-window.
1546
1547 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1548
1549         * wl-summary.el (wl-summary-narrow-to-region): New function.
1550         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1551         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1552         (wl-summary-save-region): Use it.
1553         * wl-action.el (wl-summary-collect-numbers-region)
1554         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1555
1556 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1557
1558         * wl-folder.el (wl-folder-count-incorporates): Don't use
1559         `elmo-msgdb-mark-load'
1560
1561         * Version number is increased to 2.11.11.
1562
1563 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1566         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1567
1568 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1571
1572 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * Version number is increased to 2.11.10.
1575
1576 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1577
1578         * wl-mime.el (wl-draft-attribute-value): Fixed.
1579
1580 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-util.el (wl-copy-local-variables): New function.
1583
1584         * wl-mime.el (wl-draft-attribute-recipients): New function.
1585         (wl-draft-attribute-envelope-from): Ditto.
1586         (wl-draft-attribute-smtp-posting-server): Ditto.
1587         (wl-draft-attribute-smtp-posting-port): Ditto.
1588         (wl-draft-attribute-value): Ditto.
1589         (wl-draft-preview-message): Use it to get value for
1590         attributes. Reflect result of `wl-draft-config'.
1591
1592         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1593         and call `wl-summary-mark-as-read' before to call
1594         `wl-summary-unset-mark'.
1595         (wl-summary-target-mark-mark-as-unread): Likewise.
1596         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1597
1598 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1599
1600         * wl-mime.el (wl-draft-preview-message): Use actual value for
1601         attributes; Fix for small window.
1602
1603 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-refile.el (wl-refile-get-field-value): Call
1606         `elmo-message-entity-field' with 3rd argument is non-nil.
1607
1608 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-vars.el (wl-draft-preview-attributes): New user option.
1611         (wl-draft-preview-attributes-list): Ditto.
1612         (wl-draft-preview-attributes-buffer-lines): Ditto.
1613         (wl-draft-preview-attributes-buffer-name): Ditto.
1614
1615         * wl-mime.el (wl-draft-preview-message): Display attributes.
1616
1617 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1618
1619         * wl-summary.el (wl-summary-detect-mark-position): Bind
1620         wl-summary-flag-priority-list to '(new).
1621
1622 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1625         funtion.
1626         (wl-highlight-summary-line-string): Use it.
1627         (wl-highlight-summary-current-line): Ditto.
1628
1629 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1630
1631         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1632         line even when the mark string is not changed.
1633
1634         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1635         argument change in the wl-summary-create-line.
1636         (wl-thread-insert-entity-sub): Ditto.
1637
1638         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1639         argument change in the wl-summary-create-line.
1640         (wl-summary-insert-sequential): Ditto.
1641         (wl-summary-update-thread): Ditto.
1642         (wl-summary-persistent-mark-string): New inline function.
1643         (wl-summary-message-mark): Use it.
1644         (wl-summary-create-line): Abolish argument wl-persistent-mark
1645         and added wl-flags, wl-cached.
1646
1647         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1648         mark to flags.
1649         (wl-highlight-summary-current-line): Decide the face not by the 
1650         persistent mark but flags.
1651
1652 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1653
1654         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1655         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1656         wl-summary-read-uncached-mark): Revive.
1657         (wl-summary-answered-cached-mark,
1658         wl-summary-answered-uncached-mark): New user option.
1659         (wl-summary-score-marks): Follow the change above.
1660         (wl-summary-auto-refile-skip-marks): Ditto.
1661         (wl-summary-incorporate-marks): Ditto.
1662         (wl-summary-expire-reserve-marks): Ditto.
1663         (wl-summary-flag-priority-list): New user option.
1664
1665         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1666         changes.
1667         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1668         of elmo-message-mark.
1669         (wl-summary-mark-as-read-internal): Ditto.
1670         (wl-summary-mark-as-answered): Ditto.
1671         (wl-summary-mark-as-important): Ditto.
1672         (wl-summary-redisplay-internal): Ditto.
1673         (wl-summary-redisplay-no-mime-internal): Ditto.
1674         (wl-summary-message-mark): New function.
1675         (wl-summary-insert-sequential): Use wl-summary-message-mark
1676         instead of elmo-message-mark.
1677         (wl-summary-update-thread): Ditto.
1678         (wl-summary-persistent-mark): Ditto.
1679         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1680         instead of elmo-message-mark.
1681
1682         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1683         wl-summary-message-mark instead of elmo-message-mark.
1684         (wl-thread-insert-entity-sub): Ditto.
1685         (wl-thread-get-children-msgs-uncached): Ditto.
1686
1687         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1688         variable name changes.
1689         (wl-highlight-summary-current-line): Ditto.
1690
1691         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1692         wl-summary-message-mark instead of elmo-message-mark.
1693
1694         * wl-expire.el (wl-expire-message-p): Ditto.
1695
1696         * wl-score.el (wl-score-headers): Ditto.
1697
1698         * Version number is increased to 2.11.9.
1699
1700         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1701         (wl-summary-sync-update): Follow the change above.
1702         (wl-summary-switch-to-clone-buffer): Ditto.
1703         (wl-summary-open-folder): Ditto.
1704
1705 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1708         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1709
1710         * Version number is increased to 2.11.8.
1711
1712         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1713
1714         * wl-expire.el (wl-expire-refile): Follow the API change on
1715         `elmo-folder-move-messages'.
1716         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1717
1718         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1719         (wl-summary-exec-action-refile): Ditto.
1720         (wl-summary-exec-action-copy): Ditto.
1721         (wl-summary-no-auto-refile-message-p): No use
1722         `wl-summary-buffer-msgdb'.
1723         (wl-summary-auto-refile): Ditto.
1724
1725 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1726
1727         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1728
1729 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-summary.el (wl-summary-sync): Treat no-sync.
1732
1733         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1734         (wl-default-sync-range): Ditto.
1735
1736 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-refile.el (wl-refile-subject-learn): Call
1739         `elmo-message-entity-field' with 3rd argument is non-nil.
1740         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1741         instead of `elmo-msgdb-overview-entity-get-subject'.
1742
1743 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1744
1745         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1746         scan-type is rescan.
1747         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1748         new optional argument force is non-nil.
1749         (wl-summary-save-view-cache): Call it with force argument non-nil.
1750
1751         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1752
1753 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1754
1755         * wl-action.el (wl-summary-print-argument): Fixed last change.
1756
1757 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1758
1759         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1760         simplified.
1761         (wl-summary-target-mark-mark-as-unread): Likewise.
1762         (wl-summary-target-mark-mark-as-important): Likewise.
1763
1764 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1767         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1768         (wl-summary-mark-as-important-region): Change accordingly.
1769         (wl-summary-target-mark-mark-as-important): Ditto.
1770
1771 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1774
1775         * wl-action.el (wl-summary-print-argument): Print argument to
1776         right side of window if `wl-summary-print-argument-within-window'
1777         is non-nil.
1778
1779 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-action.el (wl-summary-set-mark): Use
1782         `wl-summary-message-visible-p' to check visibility of the message
1783         and jump to message only when the message line is visible and have
1784         different number; Call wl-summary-unset-mark with number argument.
1785         (wl-summary-unset-mark): 
1786         Use `wl-summary-message-visible-p'
1787         to check visibility of the message and jump to message only when
1788         the message line is visible and have different number;
1789
1790 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1791
1792         * Version number is increased to 2.11.7.
1793
1794         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1795         and wl-folder-summary-line-format.
1796
1797         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1798         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1799         (wl-summary-set-score-mark): Use it.
1800         (wl-summary-target-mark-mark-as-read): Ditto.
1801         (wl-summary-target-mark-mark-as-unread): Ditto.
1802         (wl-summary-target-mark-mark-as-important): Ditto.
1803         (wl-summary-target-mark-msgs): Simplified.
1804         (wl-summary-detect-mark-position): Fixed problem when
1805         summary-line-format no contain persisten/temp mark spec.
1806         (wl-summary-temp-mark): Ditto.
1807         (wl-summary-persistent-mark): Ditto.
1808         (wl-summary-update-persistent-mark): Ditto.
1809
1810         * wl-action.el (wl-summary-set-mark): Ditto.
1811         (wl-summary-unset-mark): Ditto.
1812         All other related portions are changed.
1813
1814 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1815
1816         * Version number is increased to 2.11.6.
1817
1818 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1819
1820         * wl-util.el (wl-current-message-buffer): Define as function;
1821         Don't use the value of wl-messge-buffer.
1822
1823         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1824         persistent mark.
1825
1826         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1827         no current message, cause an error.
1828
1829 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-summary.el (wl-summary-set-message-modified): Use
1832         elmo-folder-set-message-modified instead of
1833         elmo-folder-set-message-modified-internal.
1834
1835 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1836
1837         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1838         interactively.
1839         (wl-summary-sync): nokill->entirely.
1840         (wl-summary-sync-marks): Fixed message.
1841         (wl-summary-input-range): Added mark, nokill->entirely.
1842
1843         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1844         messages as read.
1845
1846 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1849         update-noscore.
1850         (wl-summary-sync): Follow the change above.
1851
1852 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-action.el (wl-summary-target-mark-all): Use
1855         elmo-folder-list-messages.
1856
1857 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1860         (wl-summary-rescan): Set wl-summary-scored as nil.
1861         (wl-summary-sync-force-update): Follow the change above.
1862         (wl-summary-sync): Ditto.
1863         (wl-summary-sync-update): Added argument disable-killed.
1864         (wl-summary-insert-headers): Set visible-only argument for
1865         elmo-folder-list-messages.
1866         (wl-summary-input-range): Added update-nokill, update-noscore,
1867         all-nokill, all-noscore and mark.
1868
1869         * Version number is increased to 2.11.5.
1870
1871         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1872
1873 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1874
1875         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1876         (wl-summary-prefetch-region-no-mark): Change accordingly.
1877         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1878
1879 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1880
1881         * wl-address.el (wl-complete-field-to): Abolished.
1882         (wl-complete-address): Completion function for completing-read.
1883         * wl-action.el (wl-summary-get-resend-address): Use it.
1884
1885         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1886         wl-summary-update-mark and abolish unused argument.
1887         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1888         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1889         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1890         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1891         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1892         * wl-draft.el (wl-draft-kill): Ditto.
1893
1894         * wl-summary.el: Remove unused binding of case-fold-search.
1895         (wl-summary-replace-status-marks): Abolished.
1896
1897 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1900         is specified or folder length is zero.
1901
1902 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1903
1904         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1905         (wl-folder-archive-current-entity): Ditto.
1906
1907 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1910         retrieving message mark.
1911         (wl-summary-redisplay-internal): Ditto.
1912
1913         * wl-message.el (wl-message-buffer-display): Ignore errors while
1914         retrieving message-id field.
1915
1916         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1917         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1918         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1919         order of the arguments for `wl-expire-message-p'.
1920         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1921
1922         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1923         Check return value of wl-summary-reply.
1924         (wl-summary-reply): Recover window configuration when an error occured.
1925
1926 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl-summary.el (wl-summary-resend-message): Abolished, the
1929         feature is inherited by wl-summary-resend (put resend mark).
1930
1931 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1934         wl-message-buffer to nil when the message is hide.
1935
1936 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1937
1938         * .cvsignore: New file.
1939
1940 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-action.el (wl-summary-action-docstring): Add more info.
1943         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1944         duplicate definition.
1945         (wl-summary-define-mark-action): Functions wl-summary-*-region
1946         keep current position.
1947         (wl-summary-unregister-target-mark): Store result to the variable.
1948
1949 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1950
1951         * Version number is increased to 2.11.4.
1952
1953 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1954
1955         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1956         wl-summary-delete-all-temp-marks.
1957         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1958
1959         * wl-action.el (wl-summary-set-mark): Changed terminology
1960         refile-destination -> action-argument.
1961         (wl-summary-unset-mark): Ditto.
1962         (wl-summary-remove-argument): Ditto.
1963         (wl-summary-print-argument): Ditto.
1964
1965         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1966         (wl-thread-remove-argument-region): Ditto.
1967         (wl-thread-print-argument-region): Ditto.
1968         (wl-thread-close): Ditto.
1969         (wl-thread-open): Ditto.
1970
1971         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1972         (wl-highlight-refile-destination-face is abolished)
1973         (wl-highlight-action-argument-string): Ditto.
1974         (wl-highlight-summary-current-line): Highlight action argument.
1975
1976         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1977         color for light backgrounds.
1978         (wl-highlight-summary-answered-face): Ditto.
1979
1980 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1981
1982         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1983
1984         * wl-score.el (wl-summary-score-update-all-lines): Use
1985         wl-summary-set-mark.
1986         (wl-summary-score-update-all-lines): Kill expunged messages.
1987
1988         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1989
1990 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1993         directly.
1994         (wl-score-overview-entity-get-lines): Ditto.
1995         (wl-score-overview-entity-get-xref): Ditto.
1996         (wl-score-get-latest-msgs): Ditto.
1997         (wl-summary-rescore): Ditto.
1998
1999         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2000         to "&".
2001         (wl-summary-mark-as-answered-internal): New inline function.
2002         (wl-summary-mark-as-answered): New function.
2003         (wl-summary-mark-as-unanswered): Ditto.
2004         (wl-summary-sync-marks): Modified for answered-mark synching.
2005
2006 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-action.el (wl-summary-set-mark): Fixed last change.
2009
2010 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2011
2012         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2013         behavior of wl-summary-unread-message-hook
2014         (Pointed out by akira yamada <akira@arika.org>).
2015
2016 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2017
2018         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2019         wl-summary-delete.
2020         * wl-xmas.el (wl-summary-toolbar): Ditto.
2021
2022         * wl-action.el (wl-summary-set-mark): Don't override current
2023         temp-mark.
2024
2025         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2026
2027 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2028
2029         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2030         (wl-refile-msgid-learn): Ditto.
2031         (wl-refile-get-field-value): Ditto.
2032
2033         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2034
2035         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2036         (wl-expire-delete-reserved-messages): Renamed from
2037         wl-expire-reserve-marked-msgs-from-list.
2038         (wl-expire-delete): Removed argument `msgdb'.
2039         (wl-expire-refile): Ditto.
2040         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2041         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2042         mark-alist as argument.
2043         (wl-expire-archive-number1): Removed argument `msgdb'.
2044         (wl-expire-archive-number2): Ditto.
2045         (wl-expire-archive-date): Ditto.
2046         (wl-expire-localdir-date): Ditto.
2047         (wl-expire-hide): Ditto.
2048         (wl-archive-number1): Ditto.
2049         (wl-archive-number2): Ditto.
2050         (wl-archive-date): Ditto.
2051         (wl-archive-folder): Ditto.
2052         All other related portions are changed.
2053
2054 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2057         mean move up and down. (suggested by Takashi Kawachi)
2058
2059 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2060
2061         * wl-acap.el (toplevel): Don't require un-define.
2062
2063 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2064
2065         * wl-thread.el (wl-thread-delete-message): Always update
2066         wl-summary-buffer-number-list.
2067
2068         * wl-action.el (wl-summary-print-destination): 
2069         Do nothing when folder is nil.
2070
2071 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2074         persistent mark when prefetch is succeeded.
2075
2076 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2077
2078         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2079         instead of elmo-msgdb-delete-msgs.
2080         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2081         (wl-expire-hide): Ditto.
2082
2083         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2084
2085         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2086         elmo-msgdb interface.
2087         (wl-thread-get-exist-children): Likewise.
2088         (wl-thread-insert-message): Likewise.
2089         (wl-thread-msg-mark-as-important): Likewise.
2090         (wl-thread-insert-entity-sub): Likewise.
2091         (wl-thread-get-children-msgs-uncached): Likewise.
2092
2093         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2094         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2095         (wl-summary-sync-update): Likewise.
2096         (wl-summary-auto-select-msg-p): Likewise.
2097         (wl-summary-update-thread): Likewise.
2098         (wl-summary-mark-as-important): Likewise.
2099         (wl-summary-jump-to-msg-internal): Likewise.
2100         (wl-summary-redisplay-internal): Likewise.
2101         (wl-summary-print-message-with-ps-print): Likewise.
2102         (wl-summary-folder-info-update): Likewise.
2103
2104         * wl-folder.el (wl-folder-check-one-entity):
2105         elmo-folder-count-flags instead of wl-summary-count-unread.
2106
2107         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2108
2109         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2110
2111         * wl-summary.el (wl-summary-set-message-modified): 
2112         Call wl-summary-set-mark-modified.
2113         (wl-summary-delete-messages-on-buffer): Call
2114         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2115         (wl-summary-sync-update): Call elmo-folder-length instead of
2116         elmo-folder-messages.
2117         (wl-summary-insert-headers): Don't call
2118         elmo-folder-list-message-entities.
2119
2120 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2121
2122         * wl-action.el (wl-summary-define-mark-action): Call
2123         `wl-summary-set-mark' with argument `data'.
2124         (wl-summary-auto-refile): Fixed order of arguments when call
2125         `wl-summary-refile'.
2126
2127 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2128
2129         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2130
2131         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2132
2133         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2134         (Renamed from wl-highlight-summary-deleted-face).
2135         (wl-highlight-summary-resend-face): New face.
2136
2137         (wl-highlight-summary-deleted-face): Renamed from
2138         wl-highlight-summary-erased-face.
2139
2140         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2141
2142         * wl-action.el (wl-summary-get-resend-address): New function.
2143         (wl-summary-exec-action-resend): Ditto.
2144         (wl-summary-exec-action-resend-subr): Ditto.
2145
2146         * w-thread.el (wl-thread-copy): Removed definition.
2147         (wl-thread-refile): Ditto.
2148         (wl-thread-delete): Ditto.
2149         (wl-thread-target-mark): Ditto.
2150
2151         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2152         (wl-summary-target-mark-set-action): Fixed.
2153         (wl-summary-define-mark-action): Fixed quotation.
2154         (wl-summary-move-mark-list-messages): Display message.
2155         (wl-summary-define-mark-action): Define thread functions.
2156         (wl-summary-exec-action-refile): Changed message.
2157         (wl-summary-exec): Ditto.
2158
2159 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2160         
2161         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2162         '%%'.
2163
2164 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl.el (toplevel): Require wl-action.
2167         (wl-init): Call wl-summary-define-mark-action.
2168
2169         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2170
2171         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2172         wl-summary-delete and wl-summary-erase.
2173         (wl-summary-mode-map): Ditto.
2174
2175         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2176         wl-delete-folder-alist.
2177
2178         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2179         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2180         (toplevel): Moved mark & action related functions to the wl-action.el.
2181
2182         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2183         in wl-summary-mark-action-list.
2184         (wl-highlight-summary-current-line): Ditto.
2185
2186         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2187         empty lines.
2188
2189         * wl-action.el: New file. 
2190
2191 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2192
2193         * wl-summary.el (wl-summary-target-mark-replace): New function.
2194         (wl-summary-target-mark-prefetch): Use it.
2195         (wl-summary-target-mark-delete): Ditto.
2196         (toplevel): Rearranged definition order.
2197         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2198         (wl-summary-target-mark-erase): Rewrite.
2199         (wl-summary-erase-region): New function.
2200         (wl-summary-exec-action-erase): Changed message.
2201         (wl-summary-move-mark-list-messages): New function.
2202         (wl-summary-exec-action-delete): Use it.
2203         (wl-summary-exec-action-erase): Ditto.
2204
2205         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2206         (wl-summary-skip-mark-list): Added "d".
2207
2208         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2209         while searching.
2210
2211         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2212         and define using defcustom;
2213         Define 4th element as a face.
2214         
2215         * wl-summary.el (wl-summary-incorporate): Use 
2216         `wl-summary-prefetch-region-no-mark' instead of
2217         `wl-summary-prefetch-region'.
2218         (wl-summary-prefetch-region-no-mark): Revival of old
2219         `wl-summary-prefetch-region'.
2220         (wl-summary-mark-action-list): Moved to wl-vars.el
2221
2222         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2223         face according to the `wl-summary-mark-action-list'.
2224         (wl-highlight-summary-current-line): Ditto;
2225         Removed destination highlighting.
2226
2227         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2228         (wl-highlight-summary-line-string): Highlight for "i" mark.
2229         (wl-highlight-summary-current-line): Ditto.
2230
2231         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2232         no destination.
2233
2234         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2235         exists, just go ahead.
2236         (wl-summary-prefetch-region): Rewrite.
2237         (wl-summary-prefetch): Ditto.
2238         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2239         (wl-summary-exec-action-prefetch): New function.
2240         (wl-summary-target-mark-prefetch): Rewrite.
2241
2242 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2243
2244         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2245         (wl-highlight-summary-line-string): Added "d" and "D".
2246         (wl-highlight-summary-current-line): Ditto.
2247
2248         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2249         in wl-summary.el.
2250         (wl-thread-insert-entity-sub): Ditto.
2251         (wl-thread-remove-destination-region): Ditto.
2252         (wl-thread-print-destination-region): Ditto.
2253
2254         * wl-summary.el (wl-summary-buffer-refile-list,
2255         wl-summary-buffer-delete-list,
2256         wl-summary-buffer-copy-list): Abolish.
2257         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2258         All other related portions are changed.
2259         (wl-summary-mark-action-list): New variable.
2260         (wl-summary-set-mark): New function.
2261         (wl-summary-register-target-mark): Ditto.
2262         (wl-summary-unregister-target-mark): Ditto.
2263         (wl-summary-have-target-mark-p): Ditto.
2264         (wl-summary-register-temp-mark): Ditto.
2265         (wl-summary-unregister-temp-mark): Ditto.
2266         (wl-summary-registered-temp-mark): Ditto.
2267         (wl-summary-collect-temp-mark): Ditto.
2268         (wl-summary-unset-mark): Ditto.
2269         (wl-summary-set-target-mark): Ditto.
2270         (wl-summary-unset-target-mark): Ditto.
2271         (wl-summary-set-action-generic): Ditto.
2272         (wl-summary-unset-action-generic): Ditto.
2273         (wl-summary-exec-action-delete): Ditto.
2274         (wl-summary-exec-action-erase): Ditto.
2275         (wl-summary-set-action-refile): Ditto.
2276         (wl-summary-set-action-refile-subr): Ditto.
2277         (wl-summary-unset-action-refile): Ditto.
2278         (wl-summary-make-destination-numbers-list): Ditto.
2279         (wl-summary-exec-action-refile): Ditto.
2280         (wl-summary-set-action-copy): Ditto.
2281         (wl-summary-unset-action-copy): Ditto.
2282         (wl-summary-exec-action-copy): Ditto.
2283         (wl-summary-collect-numbers-region): Ditto.
2284         (wl-summary-delete): Rewrite.
2285         (wl-summary-erase): Ditto.
2286         (wl-summary-remove-destination): Ditto.
2287         (wl-summary-exec): Ditto.
2288         (wl-summary-exec-region): Ditto.
2289         (wl-summary-target-mark-erase): Ditto.
2290         (wl-summary-refile): Ditto.
2291         (wl-summary-copy): Ditto.
2292         (wl-summary-unmark): Ditto.
2293         (wl-summary-delete-all-mark): Ditto.
2294         (wl-summary-mark-line): Don't highlight.
2295         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2296         (wl-summary-target-mark-refile-subr): Rewrite.
2297
2298         (wl-summary-copy-prev-destination): Abolish.
2299
2300 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2303         default values along the value of wl-on-mule.
2304         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2305         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2306         It is not used anywhere.
2307
2308 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2309
2310         * wl-summary.el (wl-summary-print-destination): Keep position.
2311         (wl-summary-cursor-move-surface): Keep horizontal position.
2312
2313 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2314
2315         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2316         write sendlog.
2317
2318 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2321         `wl-summary-highlight'.
2322
2323 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2326         trivial condition for temp-mark.
2327
2328 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2331         when it hits killed buffer.
2332
2333 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2334
2335         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2336         * wl-news.el.in: `message' and `error' take format string.
2337
2338 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2339
2340         * wl-folder (wl-folder-insert-entity): Display a message,
2341         `...done', when the work finish.
2342         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2343
2344 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2345
2346         * wl-message.el (wl-message-redisplay): Remove unused local
2347         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2348
2349 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2350
2351         * wl-summary.el (wl-summary-replace-status-marks): Disable
2352         interactive use.
2353         (wl-summary-reedit): Check message existence at first.
2354         (wl-summary-mark-line): Fix doc, return value is indefinite.
2355
2356         * wl-highlight.el (wl-highlight-message): Arranged.
2357
2358         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2359         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2360         check temp-mark by wl-summary-temp-mark always.
2361         (wl-highlight-summary): Change accordingly.
2362         * wl-summary.el (wl-summary-mark-as-read-all)
2363         (wl-summary-delete-cache, wl-summary-set-score-mark)
2364         (wl-summary-mark-as-unread, wl-summary-unmark)
2365         (wl-summary-mark-line, wl-summary-mark-as-read)
2366         (wl-summary-mark-as-important): Ditto.
2367
2368         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2369         end of the window if possible.
2370         * wl-summary.el (wl-summary-sync-update): Support lazy
2371         highlighting.
2372         (wl-summary-toggle-disp-msg): Ditto.
2373
2374 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2377
2378 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2379
2380         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2381         change.
2382
2383 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2386         API.
2387         (wl-summary-sync-update): Ditto.
2388
2389         * wl-score.el (wl-score-get-score-alist): Changed argument.
2390         (wl-summary-rescore-msgs): Likewise.
2391         (wl-summary-score-headers): Likewise.
2392         (wl-score-headers): Likewise;
2393         Use elmo-folder-do-each-message-entity, etc.
2394         (wl-summary-score-effect): Follow the changes above.
2395         (wl-summary-rescore): Ditto.
2396         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2397         (wl-score-get-overview): Abolish.
2398
2399         * wl-summary.el (wl-summary-default-from): Follow the API change in
2400         elmo-msgdb.
2401         (wl-summary-count-unread): Ditto.
2402         (wl-summary-detect-mark-position): Ditto.
2403         (wl-summary-overview-entity-compare-by-date): Ditto.
2404         (wl-summary-overview-entity-compare-by-number): Ditto.
2405         (wl-summary-overview-entity-compare-by-from): Ditto.
2406         (wl-summary-overview-entity-compare-by-subject): Ditto.
2407         (wl-summary-get-list-info): Ditto.
2408         (wl-summary-rescan): Ditto.
2409         (wl-summary-jump-to-msg-by-message-id): Ditto.
2410         (wl-summary-sync-update): Ditto; Removed comment.
2411         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2412         (wl-summary-insert-message): Use wl-summary-insert
2413         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2414         (wl-summary-insert-headers): Changed argument overview to folder.
2415         (wl-summary-search-by-subject): Likewise.
2416         (wl-summary-insert-thread): Renamed from 
2417         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2418
2419         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2420         too.
2421
2422         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2423         wl-string-member.
2424
2425 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2426
2427         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2428         elmo-folder-append-buffer.
2429         (wl-draft-queue-append): Likewise.
2430
2431         * wl-mime.el (wl-message-delete-current-part): Ditto.
2432         (wl-summary-burst-subr): Ditto.
2433
2434         * wl-news.el.in (wl-news-send-news): Ditto.
2435
2436 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2439         function.
2440         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2441         (wl-summary-update-mark): Enclose with save-excursion.
2442         (wl-summary-mark-as-read-internal): Fixed last change.
2443         (wl-summary-mark-as-important): Use 3rd argument of
2444         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2445         Don't use elmo-msgdb-set-mark.
2446         (wl-summary-redisplay-internal): If msgdb flag is already read,
2447         just update the mark on buffer.
2448
2449 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2450
2451         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2452         cut visible folder when elmo-folder-delete returns non-nil value.
2453
2454 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2455
2456         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2457         by Kenichi OKADA <okada@opaopa.org>).
2458
2459 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2460
2461         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2462
2463 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2464
2465         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2466         Fixed the last change, search group entity by its real name.
2467         (Thanks to: KOBAYASHI Shinji)
2468
2469 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2470
2471         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2472         (wl-fldmgr-access-display-all): Don't refer visible name.
2473         * wl-expire.el (wl-folder-archive-current-entity)
2474         (wl-folder-expire-current-entity): Ditto.
2475         * wl-folder.el (wl-folder-jump-to-current-entity)
2476         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2477         (wl-folder-open-folder-sub,wl-folder-open-all)
2478         (wl-folder-write-current-folder): Ditto.
2479         (wl-folder-insert-entity): Don't use petname for normal group.
2480         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2481         is the real name.
2482         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2483         Abolished.
2484
2485 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2486
2487         * wl-draft.el (wl-draft-create-buffer): Add
2488         `wl-summary-reply-with-citation'
2489
2490 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2491
2492         * wl-draft.el (wl-draft-reply): Fixed.
2493
2494 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2497         when `wl-draft-send-confirm-with-preview' is non-nil.
2498         You can scroll up/down by j/k.
2499         (wl-draft-send-confirm-with-preview): New variable (default=t).
2500
2501 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2502
2503         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2504         (wl-fldmgr-save-folders): Fix comment.
2505
2506 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2507
2508         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2509         along the last change in `wl-folder-buffer-group-p'.
2510
2511 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2512
2513         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2514         folder.
2515
2516         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2517         the default value.
2518
2519         * wl-mime.el (wl-summary-burst): Update summary only when target
2520         folder equals current folder.
2521
2522 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2523
2524         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2525
2526 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2527
2528         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2529         value.
2530
2531 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2532
2533         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2534         `map-extents' instead of `extent-at' repeatedly.
2535         (wl-highlight-folder-current-line): Ditto.
2536
2537         * wl-highlight.el: Remove useless dummy functions.
2538
2539 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2540
2541         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2542         (wl-folder-put-folder-property): New function to put text property.
2543         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2544         (wl-folder-insert-entity, wl-folder-update-diff-line)
2545         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2546         * wl-e21.el, wl-xmas.el, wl-mule.el
2547         (wl-highlight-folder-current-line): Ditto.
2548         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2549         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2550         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2551         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2552
2553 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2554
2555         * Version number is increased to 2.11.3.
2556
2557 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2560         Resume current-buffer since it is assumed by remaining tasks.
2561
2562 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2563
2564         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2565         (wl-folder-completion-function): Abolished.
2566         (wl-folder-complete-folder): New function.
2567         (wl-folder-complete-filter-condition): Ditto.
2568         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2569         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2570
2571 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2572
2573         * wl-draft.el (wl-draft-send-confirm): New function.
2574         (wl-draft-send): Use it.
2575
2576         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2577         cursor-in-echo-area while confirming.
2578
2579         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2580
2581         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2582         searching via nntp if wl-summary-search-via-nntp is 'force.
2583         Otherwise, invoke searching in nntp folder only.
2584         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2585
2586         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2587         explicitly for mime-make-text-tag.
2588
2589 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2590
2591         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2592         `mime-make-text-tag' instead of `mime-create-tag'.
2593
2594 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2595
2596         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2597         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2598
2599 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2600
2601         * wl-score.el (wl-score-save): Bind print-length and print-level.
2602         (wl-score-pretty-print): Ditto.
2603         (wl-score-edit-insert-header-entry): Ditto.
2604
2605         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2606         "From" entry to be treated with wl-draft-eword-encode-address-list.
2607         * wl-mime.el (wl-draft-preview-message): Ditto.
2608
2609         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2610         (wl-summary-mark-as-unread): Ditto.
2611         (wl-summary-mark-as-read-region): Change accordingly.
2612         (wl-summary-mark-as-unread-region): Ditto.
2613         (wl-summary-target-mark-mark-as-read): Ditto.
2614         (wl-summary-target-mark-mark-as-unread): Ditto.
2615
2616 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * Version number is increased to 2.11.2.
2619
2620 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2621
2622         * wl-news.el.in (wl-news-previous-version-save): Bind
2623         print-length and print-level.
2624         * wl-thread.el (wl-thread-save-entities): Ditto.
2625         (wl-thread-save-top-list): Bind print-length.
2626
2627 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2628
2629         * wl-highlight.el (wl-highlight-summary-line-string): Use
2630         wl-summary-score-below-mark, wl-summary-score-over-mark.
2631         (wl-highlight-summary-current-line): Ditto.
2632
2633 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2634
2635         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2636         insert it.
2637
2638 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2639
2640         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2641
2642 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2643
2644         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2645         message without msgid.
2646         Rewrite with elmo-folder-move-messages.
2647         Set wl-message-buffer to nil.
2648
2649         * wl-summary.el (wl-summary-erase-subr): New function. Use
2650         elmo-folder-move-messages.
2651         (wl-summary-erase): Call it.
2652         (wl-summary-target-mark-erase): Ditto.
2653
2654 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2655
2656         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2657         it is not up-tp-date.
2658
2659 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2660
2661         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2662         buffer after calling `wl-summary-goto-folder-subr' without the
2663         argument `interactive'.
2664         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2665
2666 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2667
2668         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2669         `mime-create-tag'. Use `string=' instead of `looking-at'.
2670
2671 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2672
2673         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2674         to avoid compile warning.
2675
2676         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2677         entity-id when folder is given.
2678         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2679         save-excursion, use save-selected-window instead.
2680         Select folder buffer window if exists.
2681         (To correct behavior with wl-folder-move-cur-folder.)
2682
2683 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2684
2685         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2686
2687 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2688
2689         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2690         list-count instead of %d.
2691
2692 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2693
2694         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2695         (wl-news): Set it.
2696         (wl-news-append-to-folder): Use it.
2697
2698         * wl-news.el.in (wl-news-send-news): Append to specified folder
2699         instead of wl-default-folder.
2700         (wl-news-append-to-folder): Show error message with specified folder.
2701
2702         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2703                 In most major modes, Emacs assumes that any opening
2704                 delimiter found at the left margin is the start of a
2705                 top-level definition, or defun. Therefore, *never put an
2706                 opening delimiter at the left margin unless it should have
2707                 that significance.*
2708
2709         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2710
2711 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2712
2713         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2714
2715 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2716
2717         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2718
2719 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2720
2721         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2722         for sequential numbering case.
2723
2724 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2725
2726         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2727         value.
2728         (wl-draft-reply-without-argument-list): Ditto.
2729         (wl-draft-reply-myself-with-argument-list): Abolish.
2730         (wl-draft-reply-myself-without-argument-list): Ditto.
2731         * wl-draft.el (wl-draft-self-reply-p): New function.
2732         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2733
2734 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2735
2736         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2737         (avoid error for the case without byte-compiling)
2738
2739 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2740
2741         * wl-news.el.in (wl-news-append-to-folder): New function.
2742         (wl-news-exit): Rewrite.
2743         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2744
2745 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2746
2747         * wl-draft.el (wl-draft-reply-position): New function.
2748         (wl-draft-reply-position): Fix.
2749         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2750         (wl-summary-target-mark-reply-with-citation): Ditto.
2751         (wl-summary-reply-with-citation): Ditto.
2752         * wl-vars.el (wl-draft-reply-default-position): New variable.
2753
2754 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2755
2756         * wl-draft.el (wl-draft-send): Preview when interactive send.
2757
2758 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2759
2760         * wl-draft.el (wl-draft-reply): Set default position.
2761         * wl-summary.el (wl-summary-reply): Ditto.
2762         (wl-summary-reply-with-citation): Ditto.
2763         (wl-summary-target-mark-reply-with-citation): Ditto.
2764
2765 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2766
2767         * wl-news.el.in (wl-news-lang): Set default value according to
2768         current-language-environment.
2769         (wl-news-append-news): Do nothing when news-list is nil.
2770
2771 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2772
2773         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2774         (wl-news): Change message.
2775         (wl-news-exit): Check buffer.
2776         (wl-news-force-exit): New function.
2777         (wl-news-show-all): New function.
2778         (wl-news-discard-and-exit): Fix.
2779
2780 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2781
2782         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2783         according to current-language-environment.
2784
2785         * wl-news.el.in (wl-news): If arg, show all NEWS after
2786         wl-news-default-previous-version.
2787
2788 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2789
2790         * wl-news.el.in (wl-news-check): Rewritten.
2791         (wl-news-previous-version-load): Change data type.
2792         (wl-news-previous-version-save): Change data type.
2793         (wl-news-append-news): Add return value.
2794         (wl-news-check-news): New function.
2795         (wl-news-already-current-p): New function.
2796         (wl-news-send-news): Rewritten.
2797         (wl-news-mode-map): Add new keybind.
2798         (wl-news): Rewritten.
2799         (wl-news-exit): Rewritten.
2800         (wl-news-discard-and-mail): New function.
2801         (wl-news-send-to-address): Abolished.
2802         * wl.el (wl-init): Delete a message.
2803
2804 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2805
2806         * wl-news.el.in (wl-news-exit): Update previous version.
2807         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2808
2809 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2810
2811         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2812
2813 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2814
2815         * wl-news.el.in (wl-news): New function.
2816         (wl-news-mode): New function.
2817         (wl-news-next-line): New function.
2818         (wl-news-next-page): New function.
2819         (wl-news-exit): New function.
2820         (wl-news-buf-name): New variable.
2821         (wl-news-mode-map): New variable.
2822         (wl-news-winconf): New variable.
2823         (wl-news-append-news): Add an option.
2824
2825 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2826
2827         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2828
2829 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * wl-news.el.in (wl-news-send-to-address): New variable.
2832         (wl-news-send-news): Use it.
2833         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2834         Return updating status.
2835         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2836
2837 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2838
2839         * wl-news.el.in (wl-news-send-news): Delete
2840         Organization and X-Face.
2841
2842 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2843
2844         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2845         (wl-news-append-news): New function.
2846         (wl-news-send-news): New function.
2847
2848 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2849
2850         * Version number is increased to 2.11.1.
2851
2852 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2853
2854         * wl-news.el.in : New file.
2855
2856 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2857
2858         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2859         default value.
2860         (wl-draft-reply-without-argument-list): Ditto.
2861
2862 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2863
2864         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2865         (wl-message-buffer-prefetch-idle-time): Ditto.
2866         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2867
2868 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-thread.el (wl-thread-insert-message): Use
2871         wl-summary-max-thread-depth.
2872
2873         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2874         loop detection.
2875
2876         * wl-message.el (wl-message-buffer-display): Back to the first page
2877         when cache is hit.
2878
2879 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2882
2883         * wl-summary.el (wl-summary-insert-thread-entity):
2884         If the thread depth is reached to wl-summary-max-thread-depth,
2885         divide the thread.
2886
2887 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2888
2889         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2890         for elmo-remove-passwd.
2891
2892 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2895         folder is sticky.
2896         (wl-folder-mark-as-read-all-entity): Ditto.
2897         (wl-folder-prefetch-entity): Ditto.
2898
2899 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2900
2901         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2902
2903 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2904
2905         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2906         Delete messages on buffer for unplugged operation.
2907         (wl-summary-erase): Ditto.
2908
2909 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2910
2911         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2912         take nil so as not to search parent by subject.
2913
2914 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2915
2916         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2917         (wl-folder-get-next-folder): Ditto.
2918         (wl-folder-get-path): Ditto.
2919
2920 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2921
2922         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2923         system and encode the region with it before verifying.
2924
2925 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2926
2927         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2928         system of the echo buffer before decoding.
2929
2930 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2931
2932         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2933         original contents.
2934
2935 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2936
2937         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2938         with argument 'any-exists.
2939
2940 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2941
2942         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2943         Use `wl-cs-autoconv'.
2944
2945 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2946
2947         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2948         by `mime-view-automatic-conversion'.
2949
2950         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2951         (wl-message-verify-pgp-nonmime): Ditto.
2952         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2953         Bind them to C-c:d and C-c:v respectively.
2954
2955         Merge following code by Teranishi-san from [wl-en:00167].
2956         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2957         (wl-mime-preview-application/pgp-encrypted): Ditto.
2958         (wl-mime-setup): Add entry.
2959
2960 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2961
2962         * wl-summary.el (wl-summary-target-mark-erase): New function.
2963         Bind it to "mD".
2964
2965 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2966
2967         * wl-vars.el (wl-draft-write-file-function): Fix.
2968         (wl-draft-reedit-hook): Changed default value.
2969
2970         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2971         wl-draft-reedit-hook.
2972         (wl-draft-remove-text-plain-tag): New function.
2973         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2974
2975         * wl-vars.el (wl-draft-write-file-function): New user option.
2976
2977         * wl-draft.el (wl-draft-prepare-edit): Use it for
2978         local-write-file-hooks.
2979         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2980
2981         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2982         (wl-draft-insert-mail-header-separator): Return the body beginning
2983         point.
2984         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2985         text/plain.
2986         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2987
2988 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2989
2990         * wl-summary.el (wl-summary-erase): New function to erase message
2991         without moving it to trash. Bind to "D".
2992
2993         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2994         as `keep' unless switch-function.
2995
2996 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2999         message buffer by using `wl-summary-toggle-disp-msg'.
3000         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3001         buffer window.
3002         (wl-summary-supresedes-message): Ditto.
3003
3004         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3005         Do not delete other windows.
3006         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3007         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3008         (wl-draft-create-buffer): Set reply-or-forward also for target
3009         mark commands.
3010
3011 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3012
3013         * wl-draft.el (wl-user-agent-compose): Delete special case for
3014         switch-to-buffer-other-window.
3015
3016         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3017         (wl-summary-forward): Ditto.
3018
3019         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3020         function.
3021         (wl-draft-buffer-style): New use option.
3022
3023         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3024         (wl-draft): Follow the change above.
3025         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3026         wl-draft-buffer-style.
3027         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3028         switch-function.
3029
3030 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3031
3032         * wl-draft.el (wl-user-agent-compose): Delete special case for
3033         switch-to-buffer-other-window.
3034
3035         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3036         (wl-summary-forward): Ditto.
3037
3038         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3039         function.
3040         (wl-draft-buffer-style): New use option.
3041
3042         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3043         (wl-draft): Follow the change above.
3044         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3045         wl-draft-buffer-style.
3046         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3047         switch-function.
3048
3049 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3050
3051         * wl-address.el (wl-address-make-completion-entry): Extracted from
3052         `wl-address-make-completion-list'.
3053         (wl-address-enable-strict-loading): New variable.
3054         (wl-address-make-completion-list): Revive petname duplication
3055         inquiry, and enable it if `wl-address-enable-strict-loading'.
3056         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3057
3058 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-message.el (wl-message-get-original-buffer): Avoid
3061         'Selecting deleted buffer' error when original buffer is killed.
3062
3063 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-summary.el (wl-summary-next-message): Use
3066         elmo-message-accessible-p instead of elmo-message-cached-p.
3067
3068 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3071
3072         * wl-thread.el (wl-thread-open-all-unread): Use
3073         elmo-folder-list-flagged instead of
3074         elmo-folder-list-messages-mark-match.
3075
3076         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3077         instead of elmo-folder-list-messages-mark-match.
3078         (wl-summary-move-spec-alist): New variable.
3079         (wl-summary-move-spec-plugged-alist,
3080         wl-summary-move-spec-unplugged-alist): Abolish.
3081         (wl-summary-next-message): Follow the change above.
3082         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3083         with 'no-msg' argument.
3084
3085         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3086         variable.
3087         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3088         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3089         (wl-message-buffer-prefetch-get-next): Follow the change above.
3090
3091 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-version.el (wl-version): Changed codename.
3094
3095         * Version number is increased to 2.11.0.
3096
3097 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3098
3099         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3100         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3101         `wl-draft-config-variables'.
3102         (wl-draft-kill): Fixed problem when the draft is reedit.
3103
3104 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3105
3106         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3107         buffer-modified status (Thanks to
3108         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3109
3110 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-util.el (wl-region-exists-p): New function.
3113
3114         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3115         Remove defvars for byte-compile warnings.
3116
3117 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3120         defvar-maybe. Removed unused bind.
3121
3122 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3123
3124         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3125         summary buffer window before creating new frame.
3126         (wl-draft-reply): Ditto.
3127
3128 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3129
3130         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3131
3132 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3135
3136 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3139         instead of `kill-region'.
3140
3141 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3142
3143         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3144         (wl-highlight-summary-line-string): Use it.
3145         (wl-highlight-summary-current-line): Ditto.
3146
3147         * wl-mime.el (wl-message-delete-current-part): Check the class of
3148         mime-entity.
3149
3150         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3151
3152         * wl-summary.el (wl-summary-make-number-list): Initialize.
3153         (wl-summary-update-mark): New function.
3154         (wl-summary-reply): Put `answered' mark on the message.
3155         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3156
3157         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3158         (wl-draft-reply): Added optional argument `number';
3159         Set wl-draft-parent-number.
3160         (wl-draft-kill): Delete answered mark if it is a reply.
3161
3162 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3165         that originates in mime-preview-follow-current-entity.
3166         (wl-draft-yank-current-message-entity): Use it if region is active.
3167
3168         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3169         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3170         `wl-message-delete-current-part'.
3171         * wl-mule.el (wl-message-define-keymap): Ditto.
3172         * wl-xmas.el (wl-message-define-keymap): Ditto.
3173
3174 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3175
3176         * wl-mime.el (wl-message-delete-current-part): New function.
3177         (wl-mime-node-id-to-string): Ditto.
3178
3179         * wl-mime.el (wl-message-delete-current-part): Use existing
3180         original buffer which corresponds current mime-view buffer.
3181         (fetched buffer might have different structure, possibly)
3182
3183         * wl-mime.el (wl-message-delete-current-part): Quit if the
3184         message content differs from the actual message.
3185
3186 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3187
3188         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3189         order.
3190         (wl-summary-search-by-subject): Search parent message from tail;
3191         Check the existence of the parent message on the current thread tree.
3192         (wl-summary-update-thread): Check whether the line is inserted.
3193
3194 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3195
3196         * wl-vars.el (wl-summary-line-format): Undo last change.
3197         * wl-summary.el (wl-summary-print-destination): Do not put
3198         invisible property when `wl-summary-width' is nil.
3199         (wl-summary-line-subject-minimum-length): Abolished.
3200         (wl-summary-line-subject): Ditto.
3201
3202 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3203
3204         * wl-vars.el (wl-summary-line-format): Change default value.
3205         (wl-summary-subject-length-limit): Abolished.
3206         * wl-summary.el (wl-summary-line-subject): Ditto.
3207
3208 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-template.el (wl-template-select): Added optional argument.
3211         If optional argument is specified, reverse
3212         `wl-template-visible-select'.
3213
3214 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3215
3216         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3217         Take prefix argument to force asking the destination folder.
3218
3219 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3222         count and update status.
3223
3224 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-summary.el (wl-summary-redisplay-internal): If
3227         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3228         after fetching.
3229
3230 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3233         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3234
3235         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3236
3237 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3240         (All other related portions are changed).
3241         (wl-summary-mark-as-read-all): Rewrite.
3242
3243 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3246         `wl-summary-mark-as-read'.
3247         (wl-summary-mark-as-unread): Rewrite.
3248         (wl-summary-mark-as-read): Added no-modeline argument.
3249         (wl-summary-resume-cache-status): Rewrite.
3250         (wl-summary-exec-subr): Remove unused local variable.
3251
3252 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3253
3254         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3255         logic to call `wl-summary-buffer-prev-folder-function'.
3256         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3257
3258 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3259
3260         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3261         is nil.
3262
3263 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3266         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3267         (wl-mime-setup): Add its entry.
3268
3269 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3272         (wl-summary-delete-cache): Likewise.
3273         (wl-summary-mark-as-read): Rewrite.
3274
3275 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3276
3277         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3278         `wl-summary-count-unread'.
3279
3280         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3281
3282         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3283
3284 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3287         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3288         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3289         Renamed to the elmo-msgdb-*-mark.
3290         (wl-summary-score-marks): Follow the change above.
3291         (wl-summary-auto-refile-skip-marks): Ditto.
3292         (wl-summary-incorporate-marks): Ditto.
3293         (wl-summary-expire-reserve-marks): Ditto.
3294
3295         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3296         changes.
3297         (wl-thread-insert-top): Changed updating message.
3298
3299         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3300         variable.
3301         (wl-summary-count-unread): Count answered marks.
3302         (wl-summary-rescan): Call wl-summary-insert-message instead of
3303         wl-summary-append-message-func-internal.
3304         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3305         (wl-summary-prefetch-msg): Follow the variable name changes.
3306         (wl-summary-prefetch-region): Ditto.
3307         (wl-summary-mark-as-read-all): Follow the API changes;
3308         Don't call elmo-folder-replace-marks.
3309         (wl-summary-delete-cache): Follow the variable name changes.
3310         (wl-summary-resume-cache-status): Ditto.
3311         (wl-summary-update-status-marks): New function.
3312         (wl-summary-insert-message): New function.
3313         (wl-summary-sync-marks): Follow the variable name changes.
3314         (wl-summary-sync-update): Synchronize to the msgdb, too;
3315         Changed update messages.
3316         (wl-summary-make-number-list): Rewrite.
3317         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3318         (wl-summary-mark-as-unread): Follow the API changes.
3319         (wl-summary-exec-subr): Follow the variable name changes.
3320         (wl-summary-mark-as-read): Ditto.
3321         (wl-summary-move-spec-plugged-alist): Ditto.
3322         (wl-summary-move-spec-unplugged-alist): Ditto.
3323         (wl-summary-cursor-move-surface): Ditto.
3324
3325         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3326         variable name changes.
3327         (wl-highlight-summary-current-line): Ditto.
3328
3329         * wl-expire.el (wl-expire-refile): Follow the API change in
3330         elmo-folder-move-messages.
3331         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3332         (wl-summary-archive): Use elmo-folder-msgdb instead of
3333         elmo-msgdb-load.
3334
3335 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-mime.el (wl-draft-preview-message): Restore the position
3338         before evaluating wl-draft-send-hook in preview buffer.
3339
3340 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3341
3342         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3343         when it creates new draft buffer.
3344
3345         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3346         without argument.
3347
3348         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3349         Evaluate content and if the value is string, insert it.
3350         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3351         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3352         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3353         wl-draft-config-sub-part-bottom): Use it.
3354
3355         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3356         with the folder name. The question was unintelligible when it is
3357         called from wl-save-status.
3358
3359 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3360
3361         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3362         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3363         cannot take second argument).
3364
3365 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3366
3367         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3368         as t. Since type and subtype are not case sensitive (RFC 2045).
3369
3370 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-vars.el (wl-message-mode-line-format): New variable.
3373         (wl-message-mode-line-format-spec-alist): Ditto.
3374         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3375         (wl-message-redisplay): Use wl-message-mode-line-format.
3376
3377 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3380
3381 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3382
3383         * wl-summary.el (wl-summary-default-from): Write description.
3384
3385 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3386
3387         * wl-vars.el (wl-ldap-objectclass): Abolish.
3388
3389         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3390         (wl-ldap-make-filter): Removed condition for objectclass.
3391         (wl-ldap-make-matched-value-list): Remove meaningless process.
3392         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3393         (wl-address-ldap-search): Don't add `*' to `pat' string;
3394         use ignore-errors; added `email';
3395         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3396         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3397         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3398
3399
3400 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-draft.el (wl-draft-parent-folder): Write description.
3403         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3404
3405 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3406
3407         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3408         as "" (zero-length string) if no parent.
3409         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3410
3411 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-address.el (wl-address-make-completion-list): Skip duplication
3414         checking.
3415         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3416         `append'.
3417
3418 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3419
3420         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3421         instead of `beginning-of-buffer'.
3422
3423 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3424
3425         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3426
3427 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3428
3429         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3430         Refer wl-message-buffer-name.
3431         (wl-message-wheel-down): Ditto.
3432
3433 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-vars.el (wl-message-buffer-name): New user option.
3436
3437         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3438         directly instead of making alist dinamically.
3439
3440         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3441         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3442         wl-message-buffer-cache-name.
3443         (wl-message-buffer-cache-clean-up): Ditto.
3444
3445         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3446
3447         * Version number is increased to 2.9.15.
3448
3449 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-vars.el (wl-summary-default-view-alist): New user option.
3452
3453         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3454
3455         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3456         while deleting address.
3457         (wl-draft-delete-myself-from-cc): Ditto.
3458
3459         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3460         If optional argument is specified, reverse sort order.
3461
3462         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3463
3464 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-thread.el (wl-thread-insert-message): Return parent number if
3467         exists.
3468         (wl-thread-update-indent-string-region): Use
3469         wl-thread-update-line-on-buffer-sub instead of
3470         wl-thread-update-line-on-buffer.
3471
3472 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3473
3474         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3475         (wl-folder-close-all): Ditto.
3476
3477 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3478
3479         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3480         and mailing-list:.
3481         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3482         value.
3483         (wl-summary-line-list-info): Print mailing-list name even when 
3484         list-number is empty.
3485
3486 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3487
3488         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3489
3490         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3491         (wl-draft-open-file): Ditto.
3492         (wl-draft-random-alphabet): Ditto.
3493
3494         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3495         bindings.
3496
3497 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3498
3499         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3500         * wl-vars.el (wl-draft-config-alist): Ditto.
3501
3502 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * Version number is increased to 2.9.14.
3505
3506         * wl.el (wl): Don't set wl-init as nil when error occured while
3507         auto-checking folders.
3508
3509         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3510         `elmo-expand-newtext'.
3511
3512 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3515         `this-command' so that `wl-folder-goto-folder' contained in
3516         `wl-summary-keep-cursor-command' work.
3517
3518 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3521         message buffer displaying state.
3522
3523 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl-vars.el (wl-summary-default-view): New variable to specify
3526         default value for `wl-summary-buffer-view' instead of using
3527         set-default.
3528         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3529
3530 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3531
3532         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3533
3534         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3535
3536 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3537
3538         * wl-vars.el (wl-forward-subject-prefix): New variable.
3539         * wl-draft.el (wl-draft-forward): Use it.
3540
3541 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-message.el (wl-message-prev-page): When it is called without
3544         lines argument, scroll down by wl-message-scroll-amount lines.
3545         (wl-message-next-page): Ditto.
3546         * wl-vars.el (wl-message-scroll-amount): Change default value
3547         to preserve current behavior.
3548
3549 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3550
3551         * wl-summary.el (wl-summary-prefetch-msg): Bind
3552         `wl-message-entity' to call `wl-summary-from-function'.
3553
3554 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3555
3556         * wl-message.el (wl-message-buffer-create): Run
3557         wl-message-buffer-created-hook.
3558
3559 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * wl-summary.el (wl-summary-sort-specs): New variable.
3562         (wl-summary-default-sort-spec): Ditto.
3563         (wl-summary-sort): Rewrite.
3564         (wl-summary-sort-by-list-info): New function.
3565
3566 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3567
3568         * wl-summary.el (wl-summary-get-list-info): New function.
3569         (wl-summary-sort): Rewrite.
3570         (wl-summary-line-list-info): Ditto.
3571         (wl-summary-line-list-count): Ditto.
3572         (wl-summary-refile-region): Fixed docstring.
3573
3574 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3577         `wl-folder-entity-hashtb' as completion table.
3578
3579 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3582         only when this command is called interactively; silence the byte-
3583         compiler.
3584
3585 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3586
3587         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3588         active in XEmacs.
3589
3590 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3591
3592         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3593         plural lines.
3594
3595 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3598         of current line when the cursor is on the header name.
3599         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3600
3601 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3602
3603         * wl-util.el (wl-read-directory-name): Return displayed directory
3604         as the default value also on XEmacs.
3605
3606 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3609         formatting.
3610
3611 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3614         argument and when it is non-nil, check face property before
3615         highlighting for each line.
3616         (wl-highlight-summary-window): Set it.
3617
3618 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3621         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3622
3623         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3624         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3625         (wl-draft-get-fcc-list): Likewise.
3626
3627 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3630         (wl-thread-entity-cur): Ditto.
3631         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3632         wl-thread-indent-regexp setting.
3633         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3634
3635         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3636         wl-summary-lazy-highlight.
3637         (wl-summary-display-bottom): Ditto.
3638
3639         * wl-thread.el (wl-thread-open-close): Likewise.
3640
3641         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3642         from and subject;
3643         Bind wl-draft-use-frame;
3644         Enclose with save-window-excursion;
3645         Use wl-draft-create-buffer instead of with-temp-buffer;
3646         Use wl-draft-prepare-edit;
3647         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3648         Use wl-draft-send instead of wl-draft-raw-send.
3649
3650 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3651
3652         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3653         of using wl-from.
3654
3655 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3658         insert-buffer instead of clone-buffer.
3659         (wl-draft-doing-mime-bcc): New variable.
3660         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3661         infinite loop.
3662         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3663
3664         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3665         (wl-draft-mime-bcc-body): Ditto.
3666
3667         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3668         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3669         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3670         wl-draft-do-mime-bcc.
3671         (wl-draft-mime-bcc-field): New function.
3672         (wl-draft-do-mime-bcc): Ditto.
3673
3674         * wl-address.el (wl-address-complete-header-list): New variable.
3675         (wl-address-complete-header-regexp): Changed default value.
3676
3677         * Version number is increased to 2.9.13.
3678
3679 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3682         it is differed.
3683
3684 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3687         (wl-summary-line-list-count): Ditto.
3688
3689 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3690
3691         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3692         (wl-nntp-posting-function): New variable.
3693         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3694         `wl-nntp-posting-config-alist'.
3695
3696 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3697
3698         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3699         FLIM.
3700
3701 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3702
3703         * wl-summary.el (wl-summary-target-mark-refile-sub):
3704         Remove a nuisance funcall.
3705
3706 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3709         as t for `try-completion'.
3710
3711 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * wl-summary.el (wl-summary-default-from): Use
3714         wl-address-header-extract-address instead of
3715         std11-extract-address-components.
3716         (wl-summary-simple-from): Ditto.
3717         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3718         (wl-summary-insert-headers): Show message.
3719         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3720         for whole line.
3721         (wl-summary-default-from): Revert last change.
3722         (wl-summary-simple-from): Ditto.
3723         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3724         (wl-summary-mark-as-read-region): Follow the change above.
3725         (wl-summary-sync-marks): Ditto.
3726         (wl-summary-target-mark-mark-as-read): Ditto.
3727         (wl-summary-redisplay-internal): Ditto.
3728         (wl-summary-redisplay-no-mime-internal): Ditto.
3729         (wl-summary-redisplay-all-header): Ditto.
3730         (wl-summary-mark-as-read): Removed argument `cached';
3731         Use current cache status to set cache mark.
3732         (wl-summary-redisplay-internal): Follow the change above.
3733         (wl-summary-redisplay-no-mime-internal): Ditto.
3734         (wl-summary-redisplay-all-header): Ditto.
3735
3736         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3737
3738         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3739         Don't call itself recursively (Adviced by Yamaoka-san).
3740
3741 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3742
3743         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3744         bind wl-summary-highlight as nil to avoid error caused by missing
3745         local variables.
3746
3747 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-vars.el (wl-invalid-character-message): New user option.
3750
3751         * wl-util.el (wl-set-string-width): If truncated string-width is
3752         larger than specified width, use `wl-invalid-character-message'.
3753
3754 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3755
3756         * wl-summary.el (wl-summary-prefetch-msg): 
3757         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3758
3759 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-vars.el (wl-summary-check-line-format): New user option.
3762         (wl-summary-line-format-file): Ditto.
3763
3764         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3765         variable.
3766         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3767         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3768         and `wl-summary-view-old-p' to check whether do a rescan or not.
3769         (wl-summary-view-old-p): New function.
3770         (wl-summary-line-format-changed-p): Ditto.
3771         (wl-summary-line-format-save): Ditto.
3772         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3773
3774         * wl-util.el (wl-set-string-width): Avoid using negative number
3775         for make-string.
3776
3777 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3778
3779         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3780         return value.
3781
3782         * wl-util.el (wl-set-string-width): Added optional argument
3783         `padding' (All other related portions are changed).
3784         (wl-line-parse-format): If the first letter of column number is
3785         `0', zero-padding the result (ex: "%05l").
3786
3787         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3788
3789 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3790
3791         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3792         sequential summary view.
3793
3794 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3797         if it doesn't have a -unix version.
3798
3799 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3802
3803 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3806         content.
3807         (wl-draft): Follow the change above.
3808
3809         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3810
3811         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3812         and wl-folder-summary-line-format-alist contain %T and %P.
3813
3814         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3815         (wl-summary-mode-line-format): New user option.
3816         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3817         (wl-summary-line-format): Changed default value.
3818         (wl-summary-lazy-highlight): Changed default value.
3819
3820         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3821         change in wl-summary-create-line.
3822         (wl-thread-insert-entity-sub): Ditto.
3823
3824         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3825         (wl-summary-buffer-unread-status): Ditto.
3826         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3827         (wl-summary-buffer-persistent-mark-column): Ditto.
3828         (wl-summary-buffer-mode-line-formatter): Ditto.
3829         (wl-summary-buffer-mode-line): Ditto.
3830         (wl-summary-message-regexp): Abolished.
3831         (All other related portions are changed.)
3832         (wl-summary-detect-mark-position): New function.
3833         (wl-summary-buffer-set-folder): Setup
3834         wl-summary-buffer-mode-line-formatter.
3835         (wl-summary-mode): Setup selective-display;
3836         Setup pre-idle-hook when xemacs.
3837         (wl-summary-update-modeline): Rewrite.
3838         (wl-summary-jump-to-msg): Define as function;
3839         Changed regexp for searching messages.
3840         (wl-summary-message-number): Rewrite.
3841         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3842         Do rescan when old type summary cache.
3843         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3844         (wl-summary-remove-destination): Use '\r' to detect EOL.
3845         (wl-summary-print-destination): Ditto.
3846         (wl-summary-temp-mark): New inline function.
3847         (wl-summary-persistent-mark): Ditto.
3848         (wl-summary-line-number): New function.
3849         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3850         (wl-summary-line-list-count): New function.
3851         (wl-summary-create-line): Added argument persistent-mark.
3852         (All other related portions are changed)
3853         (wl-summary-create-line): Insert '\r'.
3854         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3855         (wl-summary-cursor-move-surface): New inline function.
3856         (wl-summary-prev): Use it.
3857         (wl-summary-next): Ditto.
3858
3859         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3860         wl-summary-message-regexp.
3861         (wl-highlight-summary): Delete progress message.
3862         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3863
3864         * Version number is increased to 2.9.12.
3865
3866 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3869         variable (nil: no minimum).
3870         (wl-summary-line-subject): Add some spaces after subject by
3871         wl-summary-line-subject-minimum-length.
3872
3873 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3874
3875         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3876         and removed `F'.
3877         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3878         change above).
3879
3880 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3881
3882         * wl-summary.el (wl-summary-line-list-count): Reverted.
3883         (example setting in samples/*/dot.wl is also updated)
3884
3885 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3886
3887         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3888
3889         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3890
3891         * wl-vars.el (wl-summary-line-format): Addes some description to the
3892         docstring.
3893
3894         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3895         (wl-summary-line-close-bracket): Ditto.
3896         (wl-summary-line-children-number): Ditto.
3897         (wl-summary-line-thread-indent): Ditto.
3898         (wl-summary-line-children-and-from): Ditto.
3899
3900         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3901         't', 'c', 'F' and added 'C'.
3902
3903         * wl-util.el (wl-set-string-width): Accept negative value.
3904         (wl-line-parse-format): Added "%number(" and "%)".
3905
3906 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-summary.el (wl-summary-line-list-count): Change format of the
3909         return value.
3910
3911 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3912
3913         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3914         from the recent message.el.
3915         (wl-draft-point-in-header-p): Ditto.
3916         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3917         wl-draft-beginning-of-line.
3918         * wl-e21.el (wl-draft-mode-map): Ditto.
3919         * wl-xmas.el (wl-draft-mode-map): Ditto.
3920
3921         * wl-folder.el: Sort macrodefs by dependencies.
3922
3923 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3924
3925         * wl-summary.el (wl-summary-prev): Fixed regexp.
3926         (wl-summary-next): Ditto.
3927
3928 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3929
3930         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3931
3932 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3933
3934         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3935         for backward compatibility.
3936
3937 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3938
3939         * wl-summary.el (wl-summary-line-list-count): New function, merged
3940         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3941         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3942         list counts.
3943
3944 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl-summary.el (wl-summary-create-line): Ignore errors while
3947         timezone-fix-time.
3948
3949         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3950
3951         * wl-summary.el (wl-summary-sync-update): Ditto.
3952         (wl-summary-default-from): Use wl-message-entity
3953         instead of entity.
3954
3955         * wl-summary.el (wl-summary-create-line): Fix.
3956
3957         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3958         (wl-summary-line-format): New user option.
3959         (wl-folder-summary-line-format-alist): Ditto.
3960         (wl-summary-from-width): Abolished.
3961
3962         * wl-util.el (toplevel): Require 'bytecomp.
3963         (wl-line-parse-format): New function.
3964         (wl-line-formatter-setup): New macro.
3965
3966         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3967         (wl-summary-buffer-line-formatter): New buffer local variable.
3968         (wl-summary-switch-to-clone-buffer): Follow the change above.
3969         (wl-summary-message-regexp): Fix.
3970         (wl-summary-from-func-internal): Abolished.
3971         (wl-summary-subject-func-internal): Ditto.
3972         (wl-summary-subject-filter-func-internal): Ditto.
3973         (All other related portions are changed.)
3974         (wl-summary-buffer-set-folder):
3975         Set up wl-summary-buffer-number-column and 
3976         wl-summary-buffer-line-formatter
3977         (All other related portions are changed.)
3978         (wl-summary-buffer-number-column-detect): Abolished.
3979         (All other related portions are changed.)
3980         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3981         (wl-summary-delete-all-temp-marks-on-buffer): Use
3982         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3983         (wl-summary-target-mark-delete): Ditto.
3984         (wl-summary-target-mark-refile-subr): Ditto.
3985         (wl-summary-target-mark-mark-as-read): Ditto.
3986         (wl-summary-target-mark-mark-as-unread): Ditto.
3987         (wl-summary-target-mark-mark-as-important): Ditto.
3988         (wl-summary-target-mark-save): Ditto.
3989         (wl-summary-replace-status-marks): Renamed from
3990         wl-summary-set-status-marks-on-buffer;
3991         Use wl-summary-message-regexp instead of
3992         wl-summary-buffer-number-regexp.
3993         (wl-summary-sync-update): Follow the change above.
3994         (wl-summary-goto-previous-message-beginning): New function.
3995         (wl-summary-mark-as-unread): Use it.
3996         (wl-summary-mark-as-important): Ditto.
3997         (wl-summary-line-formatter): New variable.
3998         (wl-summary-line-year): New function.
3999         (wl-summary-line-day): Ditto.
4000         (wl-summary-line-day-of-week): Ditto.
4001         (wl-summary-line-hour): Ditto.
4002         (wl-summary-line-minute): Ditto.
4003         (wl-summary-line-open-bracket): Ditto.
4004         (wl-summary-line-close-bracket): Ditto.
4005         (wl-summary-line-children-number): Ditto.
4006         (wl-summary-line-thread-indent): Ditto.
4007         (wl-summary-line-size): Ditto.
4008         (wl-summary-line-subject): Ditto.
4009         (wl-summary-line-from): Ditto.
4010         (wl-summary-line-children-and-from): Ditto.
4011         (wl-summary-create-line): Rewritten.
4012         (wl-summary-format-date): Abolished.
4013
4014         * wl-highlight.el (wl-highlight-summary-current-line): Use
4015         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4016         Use thread structure to detect thread top message.
4017
4018         * wl-draft.el (wl-default-draft-cite): Don't use
4019         wl-summary-from-func-internal.
4020
4021         * wl-refile.el (wl-refile-subject-learn): Don't use
4022         wl-summary-subject-filter-func-internal.
4023         (wl-refile-guess-by-subject): Ditto.
4024
4025         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4026         parameters.
4027
4028         * wl-thread.el (wl-thread-update-indent-string-region):
4029         Use wl-thread-update-line-on-buffer instead of
4030         wl-thread-update-indent-string.
4031         (wl-thread-update-children-number): Redefine using
4032         wl-thread-update-line-on-buffer.
4033         (wl-thread-update-indent-string): Abolished.
4034
4035         * Version number is increased to 2.9.11.
4036
4037 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4040         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4041         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4042
4043         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4044         as nil.
4045
4046         * wl-thread.el (wl-thread-open-all-unread): Use 
4047         elmo-folder-list-messages-mark-match.
4048         (wl-thread-insert-message): Removed argument `mark-alist'.
4049         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4050         elmo-msgdb-set-mark.
4051         (wl-thread-get-children-msgs-uncached): Likewise.
4052         (wl-thread-get-exist-children): Added argument include-self.
4053         (wl-thread-delete-message): Follow the change above.
4054
4055         * wl-summary.el (wl-summary-count-unread): Removed argument.
4056         (wl-summary-rescan): Follow the change above.
4057         (wl-summary-mark-as-read-region): Ditto
4058         (wl-summary-mark-as-unread-region): Ditto.
4059         (wl-summary-delete-messages-on-buffer): Ditto.
4060         (wl-summary-sync-update): Ditto.
4061         (wl-summary-switch-to-clone-buffer): Ditto.
4062         (wl-summary-goto-folder-subr): Ditto.
4063         (wl-summary-target-mark-mark-as-read): Ditto.
4064         (wl-summary-target-mark-mark-as-unread): Ditto.
4065         (wl-summary-target-mark-mark-as-important): Ditto.
4066         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4067         (wl-summary-update-thread): Removed argument `mark-alist'.
4068         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4069         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4070         (wl-summary-resume-cache-status): Likewise.
4071         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4072         elmo-msgdb-set-mark.
4073         (wl-summary-mark-as-read-all): Likewise.
4074         (wl-summary-delete-cache): Ditto.
4075         (wl-summary-auto-select-msg-p): Ditto.
4076         (wl-summary-mark-as-unread): Ditto.
4077         (wl-summary-no-auto-refile-message-p): Ditto.
4078         (wl-summary-mark-as-read): Ditto.
4079         (wl-summary-mark-as-important): Ditto.
4080         (wl-summary-auto-refile): Follow the change above.
4081         (wl-summary-delete-all-marks): Removed.
4082         (wl-summary-resume-marks-and-highlight): Ditto.
4083         (wl-summary-resume-marks): Ditto.
4084         (wl-summary-delete-important-msgs-from-list): Ditto.
4085         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4086
4087         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4088         wl-summary-count-unread.
4089
4090         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4091         (wl-summary-score-update-all-lines): Use
4092         elmo-msgdb-set-mark.
4093
4094 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4095
4096         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4097         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4098         (wl-summary-create-line): Renamed from
4099         wl-summary-overview-create-summary-line;
4100         Argument rearrangement.
4101         (wl-summary-update-thread): Follow the change above.
4102
4103         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4104         (wl-thread-insert-entity-sub): Likewise.
4105
4106         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4107         argument `overview', `mark-alist' and added `msgdb'.
4108
4109         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4110
4111         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4112         (wl-summary-rescan): Follow the change above.
4113         (wl-summary-sync-update): Ditto.
4114         (wl-summary-insert-thread-entity): Ditto;
4115         Don't use `let*' in every while loop;
4116         Detect infinite loop of threads.
4117         (wl-summary-update-thread): Removed argument `overview'.
4118
4119         * wl-thread.el (wl-thread-insert-message): Ditto.
4120
4121         * Version number is increased to 2.9.10.
4122
4123         * wl-message.el (wl-message-redisplay): Ignore errors while
4124         wl-message-redisplay-hook.
4125
4126 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4127
4128         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4129
4130 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl.el (wl): inhibit-quit while wl-folder.
4133
4134 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4135
4136         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4137         while msgdb access.
4138
4139 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4140
4141         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4142         even if no folder is not created.
4143
4144 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4145
4146         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4147
4148         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4149         implementation.
4150         (wl-summary-target-mark-thread): Ditto.
4151
4152         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4153
4154 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4155
4156         * wl-util.el (wl-display-bytes): Remove unused function.
4157
4158 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4161         seems critical one (partially reverse the change in 2002/03/17).
4162
4163 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4166         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4167
4168 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169
4170         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4171         is not writable.
4172         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4173         plugged status instead of `'force' as 2nd argument.
4174
4175         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4176         is not creatable.
4177
4178         * Version number is increased to 2.9.9.
4179
4180 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-summary.el (wl-summary-suspend): New function.
4183
4184 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4185
4186         * wl.el (wl): Do not check variables if check is nil.
4187         * wl-utils.el (wl-collect-draft): New function.
4188         * wl-folder.el (wl-folder-suspend): Put summary buffers
4189         and draft buffers at the end of buffer list.
4190         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4191
4192 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4193
4194         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4195         loop instead of recursive call.
4196
4197         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4198         2nd argument.
4199
4200 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4201
4202         * wl-draft.el (wl-draft-create-contents): Don't take neither
4203         (function . args) nor (string . something) any more.
4204
4205         * wl-version.el (wl-generate-user-agent-string): Return string
4206         without header symbol.
4207         * wl-draft.el (wl-draft-default-headers): Use it.
4208
4209         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4210         `wl-draft-insert-ccs' and return field value instead of inserting
4211         the header. Abolish cc argument.
4212         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4213
4214         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4215         rather than one with string car.
4216
4217         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4218         * wl-draft.el (wl-draft-create-contents): Add it after the default
4219         headers.
4220
4221         * wl-draft.el (wl-draft-create-contents): For the case of
4222         (symbol-or-string . function) insert header only when the function
4223         returns string value.
4224
4225 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4226
4227         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4228         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4229
4230 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4231
4232         * wl.el (wl-check-environment): Don't check Message-ID when
4233         `wl-insert-message-id' is nil.
4234         Revive checking if `wl-message-id-domain' contains "@".
4235
4236 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl.el (wl-check-environment): Merge examination for "@" at
4239         inappropriate position into the first string-match.
4240
4241         * wl-summary.el (wl-summary-target-mark-print): New function.
4242         (wl-summary-pipe-message-subr): Extracted from
4243         `wl-summary-pipe-message'.
4244         (wl-summary-target-mark-pipe): New function.
4245         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4246         `wl-summary-target-mark-pipe'.
4247
4248 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4249
4250         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4251
4252 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4253
4254         * wl.el (wl-check-environment): Use elmo-warning instead of
4255         error for non-critical ones.
4256         Remove trash folder check.
4257         (wl): Don't ignore error in wl-check-environment.
4258
4259         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4260         check, which is moved from `wl-check-environment'.
4261         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4262
4263 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4266         guess anything, call wl-summary-write.
4267         (wl-summary-write): Create draft with blank To field.
4268         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4269
4270 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4273         argument full as well for wl-folder-write-current-folder.
4274         If wl-*-write-current-folder cannot guess addressee, add blank
4275         To header.
4276         Rewrite condition for positioning cursor.
4277
4278 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4279
4280         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4281         summary buffer is present, use it.
4282         (wl-folder-jump-to-previous-summary): Ditto.
4283
4284 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4285
4286         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4287
4288         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4289         wl-summary-previous-buffer and wl-summary-next-buffer.
4290
4291         * wl-folder.el (wl-folder-mode-map): Bind
4292         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4293         (wl-folder-jump-to-next-summary): New function.
4294         (wl-folder-jump-to-previous-summary): Ditto.
4295
4296         * wl-draft.el (wl-draft): Rearranged.
4297
4298 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4299
4300         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4301         of header.
4302         (wl-draft): Collect arguments for the header as header-alist.
4303         (wl-draft-forward): Arrange arguments for wl-draft.
4304         (wl-draft-reply): Ditto.
4305         (wl-draft-edit-string): Ditto.
4306         * wl-summary.el (wl-summary-write): Ditto.
4307         (wl-summary-write-current-folder): Ditto.
4308
4309         * Version number is increased to 2.9.8.
4310
4311 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4314
4315         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4316
4317         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4318         even if the guess failed.
4319
4320         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4321         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4322         wl-summary-write-current-folder.
4323         * wl-xmas.el: Ditto.
4324
4325 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-summary.el (wl-summary-next-page): Force display message if
4328         message is not displayed yet.
4329         (wl-summary-prev-page): Ditto.
4330
4331 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4332
4333         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4334
4335 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4338         add "Preview Message" and "Save Draft and Exit".
4339
4340 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4341
4342         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4343         if addrmgr is called from draft in splitted window.
4344
4345         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4346         * wl-mule.el: Ditto.
4347         * wl-xmas.el: Ditto.
4348
4349 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4350
4351         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4352
4353         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4354         * wl-xmas.el (wl-folder-toolbar): Ditto.
4355
4356 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4359         and wl-draft-save-and-exit.
4360         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4361         * wl-xmas.el: Ditto.
4362         * wl-mule.el: Ditto.
4363
4364         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4365         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4366
4367 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4368
4369         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4370         lists for saving buffer.
4371
4372 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4375         parent-folder argument instead of it.
4376         (wl-draft-create-buffer): Ditto.
4377         (wl-draft-forward): Ditto.
4378         (wl-draft-reply): Ditto.
4379         * wl-summary.el (wl-summary-write): Ditto.
4380         (wl-summary-write-current-folder): Ditto.
4381
4382         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4383         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4384         Folder buffer after composing.
4385
4386 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4387
4388         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4389         header if the file `wl-x-face-file' already contains it.
4390
4391 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4394         folder" entry.
4395         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4396         * wl-e21.el (wl-folder-toolbar): Ditto.
4397         * wl-xmas.el (wl-folder-toolbar): Ditto.
4398
4399 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4402         wl-folder-goto-folder with sticky argument.
4403         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4404
4405 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4406
4407         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4408         and wl-summary-previous-buffer.
4409         (wl-summary-next-buffer): New function.
4410         (wl-summary-previous-buffer): Ditto.
4411
4412 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4415         wl-folder-jump-to-current-entity-with-arg.
4416         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4417         `wl-folder-jump-to-current-entity'.
4418         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4419         `wl-summary-goto-folder-sticky'.
4420         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4421         `wl-summary-goto-folder'.
4422         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4423         Unless force-exit, do not clean temp. marks for sticky summary.
4424         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4425
4426 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4427
4428         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4429         not entire.
4430
4431 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4434         to `C-x C-s'.
4435         (wl-summary-save-status): New command.
4436         (wl-summary-exit): Don't clean-up temp marks when sticky.
4437         (Applied patch from Nakayama-san [wl: 09548])
4438         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4439         Do nothing when no mark data.
4440         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4441         Call `wl-summary-delete-all-temp-marks' before saving.
4442
4443 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4444
4445         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4446
4447 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl.el (wl-check-environment): Also cause error when (system-name)
4450         returns "localhost.localdomain". (Although it doesn't affect because
4451         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4452
4453 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4456         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4457
4458         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4459         value.
4460
4461 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4462
4463         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4464         Likewise r-cc-list and r-ng-list.
4465
4466 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4467
4468         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4469         only if it is bound as variable.
4470
4471         * wl-mime.el (wl-draft-preview-message): Ditto.
4472
4473 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4474
4475         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4476         needless `goto-char'.
4477
4478         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4479         `wl-summary-redisplay-no-mime-internal' instead of
4480         `wl-summary-redisplay-no-mime'.
4481         (wl-summary-redisplay-no-mime): Changed argument;
4482         Call `wl-summary-redisplay-no-mime-internal'.
4483
4484         * wl-mime.el (wl-draft-preview-message): Bind
4485         `mime-header-encode-method-alist' locally.
4486
4487         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4488         (wl-draft-std11-parse-addresses): Added the first address check.
4489         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4490
4491         * Version number is increased to 2.9.7.
4492
4493 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4494
4495         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4496
4497 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4498
4499         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4500         related to scrollbar support, if there is no such a feature
4501         compiled in.
4502
4503 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4504
4505         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4506         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4507         for prefetch.
4508
4509 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-summary.el (wl-summary-pick): Fix for no match.
4512
4513 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * wl-draft.el (wl-draft-save):
4516         Override `mime-header-encode-method-alist'.
4517
4518 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl-folder.el (wl-folder-pick): New function.
4521         Define key as "?".
4522
4523 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4524
4525         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4526         Fix for unplugged.
4527
4528 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl-folder.el (wl-folder-virtual): New function.
4531         Define key as "V".
4532
4533 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4536         multi folder if entity is group.
4537
4538 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4539
4540         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4541         is nil.
4542
4543 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4546         (wl-summary-target-mark-msgs): Return the number of marked messages.
4547
4548 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4549
4550         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4551         "first:" is specified.
4552
4553 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-vars.el (wl-from): Use return value of function
4556         user-full-name instead of the variable user-full-name since
4557         XEmacs-20.4 doesn't set this variable.
4558
4559 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4560
4561         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4562         call `wl' directly.
4563
4564 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4565
4566         * wl-draft.el (wl-draft-reedit): Removed duplicated
4567         switch-to-buffers.
4568
4569 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * wl.el (wl-other-frame): Removed garbages.
4572
4573 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4576
4577         * wl-xmas.el (wl-draft-key-setup): Ditto.
4578
4579         * wl-mule.el (wl-draft-key-setup): Ditto.
4580
4581         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4582         (wl-draft-reedit): Ditto.
4583         (wl-draft-prepare-edit): Add `wl-draft-save' to
4584         `local-write-file-hooks'.
4585         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4586         (wl-draft-reedit): Set buffer-file-name.
4587         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4588
4589
4590         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4591         call it.
4592         (wl-delete-startup-frame-function): New variable.
4593         (wl-other-frame): New function
4594         (Original was written by Yamaoka san [wl: 09239]).
4595
4596         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4597         if `wl-folder-use-frame'.
4598
4599 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4602
4603 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4606         New variable.
4607         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4608         (wl-message-buffer-prefetch-get-next): Use them.
4609         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4610
4611 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4612
4613         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4614         with unwind-protect.
4615
4616         * wl-draft.el (wl-draft-reedit): Rewrite.
4617         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4618         (wl-draft-save): Insert header separator if it does not exist;
4619         Removed condition-case.
4620
4621         * wl-summary.el (wl-summary-reedit): Revert last change.
4622
4623         * wl-draft.el (wl-draft-save): Rewrite.
4624         (wl-draft-create-buffer): Set buffer-file-name as nil.
4625
4626         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4627
4628         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4629
4630         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4631         nil.
4632
4633 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4636         If count is nil, do not prefetch.
4637         (wl-message-buffer-prefetch-next): Next.
4638
4639 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4640
4641         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4642
4643 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4646         `delete-backward-char'
4647         (wl-draft-prepare-edit): Check major-mode.
4648         (wl-draft-decode-header): Rewrite.
4649         (wl-draft): Fix.
4650
4651 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4652
4653         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4654
4655 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4658         (wl-message-buffer-prefetch-get-next): Remove size checking.
4659         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4660
4661 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4662
4663         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4664         (wl-draft-default-headers): Fix.
4665
4666 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-draft.el (wl-draft-default-headers): Insert return value of
4669         `wl-generate-mailer-string-function'.
4670
4671 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4672
4673         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4674         (wl-draft-insert-mail-header-separator): Ditto.
4675
4676         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4677         again (Reverted the change on 2002-01-17 by OKADA san).
4678
4679 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4680
4681         * wl-draft.el (wl-draft): Rewrite.
4682         (wl-draft-create-buffer): New function.
4683         (wl-draft-create-contents): Ditto.
4684         (wl-draft-prepare-edit): Ditto.
4685         (wl-draft-decode-header): Ditto.
4686         (wl-draft-decode-body): Ditto.
4687         (wl-draft-check-new-line): Ditto.
4688         (wl-draft-default-headers): Ditto.
4689         (wl-draft-insert-mail-header-separator): Ditto.
4690
4691 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4692
4693         * Version number is increased to 2.9.6.
4694
4695 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-draft.el (wl-draft-delete-field): Optional argument.
4698         (wl-draft-delete-fields): Ditto.
4699
4700 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4701
4702         * wl-message.el (toplevel): Eliminated byte-compile warning.
4703         for `itimer-function', `delete-timer' and `itimer-list'.
4704
4705 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4708         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4709         `wl-message-buffer-prefetch-threshold'.
4710         * wl-summary.el (wl-summary-redisplay-internal): Remove
4711         the check of `wl-message-buffer-prefetch-depth'.
4712
4713 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4714
4715         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4716         size of article.
4717         (wl-message-buffer-prefetch-subr): Remove size check.
4718
4719 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4720
4721         * wl-vars.el (wl-plugged): Make customizable.
4722
4723 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4726         (wl-message-buffer-prefetch-set-timer): New function.
4727         (wl-message-buffer-prefetch-get-next): New function.
4728         (wl-message-buffer-prefetch): New function.
4729         (wl-message-buffer-prefetch-next): Rewrite.
4730         (wl-message-buffer-prefetch-subr): Rewrite.
4731         * wl-vars.el (wl-auto-prefetch-first): New variable.
4732         * wl-summary.el (wl-summary-goto-folder-subr): Call
4733         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4734
4735 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4736
4737         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4738         `wl-summary-unread-message-hook'.
4739
4740 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4743         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4744         if range is `cache-status'.
4745
4746 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-message.el (wl-message-buffer-prefetch-subr):
4749         Improve debug message.
4750
4751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4754         `wl-mail-send-pre-hook'.
4755         (wl-draft-send-mail-with-qmail): Ditto.
4756         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4757
4758 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4759
4760         * wl-message.el (wl-message-buffer-prefetch-subr):
4761         Fix for cancel-function-timers bug.
4762         (wl-message-buffer-prefetch-debug): Default value is t.
4763
4764 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4765
4766         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4767         (wl-message-buffer-prefetch-subr): Rewrite.
4768         Rename from `wl-message-buffer-prefetch'.
4769
4770 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4773         (wl-default-draft-cite-decorate-author): Ditto.
4774
4775         * wl-draft.el (wl-draft-cite-function): Removed.
4776         (wl-default-draft-cite-decorate-author): Ditto.
4777
4778 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4781         (wl-default-draft-cite): Do not arrange author name if the value of
4782         `wl-default-draft-cite-decorate-author' is nil.
4783
4784 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4785
4786         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4787
4788         * wl-folder.el (wl-folder-check-one-entity): Don't care
4789         `elmo-folder-use-flag-p'.
4790
4791 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4792
4793         * wl-folder (wl-folder-check-one-entity): Fix
4794         problem if unread is nil.
4795
4796 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-address.el (wl-address-make-completion-list): Check whether
4799         the address is a group list.
4800         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4801
4802 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4803
4804         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4805         The number of the messages of new and unread does not count
4806         correctly.
4807
4808         * wl-summary.el (wl-summary-count-unread): Changed to return
4809         `(new . unread)' instead of total.
4810         (wl-summary-sync-update): Follow the change above.
4811
4812         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4813
4814 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-address.el (wl-address-make-completion-list): Do not enclose
4817         address by " <" and ">" if associated realname is "".
4818         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4819         This is against the promblem with group list in .addresses pointed
4820         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4821
4822 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4823
4824         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4825         message is a format control string.
4826         * wl-expire.el (wl-expire-append-log): Ditto.
4827         * wl-mime.el (wl-summary-burst-subr): Ditto.
4828         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4829         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4830
4831 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4834         wl.el (wl-check-variables): Rename from `wl-check-type'.
4835         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4836         (wl-check-variables-2): New function.
4837         (wl): Call `wl-check-variables-2'.
4838
4839 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4842         after renaming folder in access group.
4843
4844 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4845
4846         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4847         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4848         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4849         (wl-message-buffer-prefetch): Rewrite.
4850         (wl-message-buffer-prefetch-idle-time): Removed.
4851         * wl-summary.el (wl-summary-redisplay-internal):
4852         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4853         Error check for `wl-message-buffer-prefetch-depht'.
4854
4855 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4856
4857         * Version number is increased to 2.9.5.
4858         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4859
4860 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4861
4862         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4863         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4864         Based on the patch written by
4865         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4866
4867 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4868
4869         * wl-draft.el (wl-draft-raw-send): Fix for
4870         `wl-news-send-pre-hook'
4871
4872 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4873
4874         * wl-utils.el (wl-message-id-function): New variable.
4875         * wl-draft.el (wl-draft-insert-required-fields):
4876         Use `wl-message-id-function'.
4877
4878 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4881         * wl-utils.el (wl-draft-make-message-id-string):
4882         Use `wl-from' for domain part of Message-ID
4883         if `wl-message-id-use-wl-from' if non-nil.
4884         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4885
4886 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4887
4888         * wl.el (wl): Call `wl-check-type'
4889         Do not 'condition-case'.
4890
4891 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4892
4893         * wl.el (wl-check-type): New function.
4894         (wl-check-type-variables): New variable.
4895
4896 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4899
4900 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-draft.el (wl-smtp-password-key): New function.
4903         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4904         (wl-draft-send-mail-with-smtp): Ditto.
4905         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4906
4907 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4908
4909         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4910         * wl-utils.el (wl-unique-id-suffix): Remove.
4911
4912 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4913
4914         * Version number is increased to 2.9.4.
4915
4916 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4917
4918         * wl-utils.el (wl-unique-id-suffix): New variable.
4919         (wl-unique-id): Use `wl-unique-id-suffix'
4920
4921 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4922
4923         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4924         instead of `elmo-msgdb-search'.
4925
4926         * Version number is increased to 2.9.3.
4927
4928 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4929
4930         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4931
4932 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4933
4934         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4935         (wl-draft-dispatch-message): Changed for send-later.
4936         (wl-draft-queue-flush): Ditto.
4937         (wl-draft): Clear `wl-sent-message-queued'.
4938         (wl-draft-reedit): Ditto.
4939         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4940         * wl-vars.el (wl-draft-force-queuing): New variable.
4941         (wl-draft-force-queuing-mail): New variable.
4942         (wl-draft-force-queuing-news): New variable.
4943
4944 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4947         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4948
4949 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4950
4951         * Version number is increased to 2.9.2.
4952
4953 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * wl-draft.el (wl-draft-elide-region): New user command.
4956         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4957
4958         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4959         command `wl-draft-elide-region'.
4960         * wl-mule.el: Ditto.
4961         * wl-xmas.el: Ditto.
4962
4963 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4966         (wl-biff-check-folder-async): Removed needless let.
4967
4968 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4971         wl-folder-get-elmo-folder.
4972         (wl-biff-check-folder): Set `biff' argument of
4973         `wl-folder-check-one-entity'.
4974         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4975
4976         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4977         (wl-folder-check-one-entity): Added `biff' argument;
4978         Setup `biff' slot of folder.
4979
4980         * Version number is increased to 2.9.1.
4981
4982 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4985         comment out and fixed.
4986         (wl-fldmgr-add-completion-subr): Ditto.
4987
4988         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4989         and msgdb.
4990
4991         * wl.el (wl-toggle-plugged): Save summary view.
4992
4993 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4996
4997 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4998
4999         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5000
5001 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5002
5003         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5004         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5005         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5006
5007         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5008         if it was failed.
5009         (wl-demo): Disable undo in the demo buffer.
5010
5011 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5012
5013         * wl-version.el (wl-version): Changed codename.
5014
5015         * Version number is increased to 2.9.0.
5016
5017 2001-12-14  Takuo KITAME <kitame@northeye.org>
5018
5019         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5020         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5021         (wl-folder-mark-as-read-all-current-entity): Ditto.
5022
5023 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5024
5025         * wl-vars.el (wl-from-width): Define as obsolete variable.
5026         (wl-subject-length-limit): Ditto.
5027
5028         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5029
5030         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5031         wl-summary-save-view.
5032
5033         * wl.el (wl-save-status): Ditto.
5034         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5035
5036         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5037         (wl-summary-exit): Follow the change above.
5038         (wl-summary-goto-folder-subr): Ditto.
5039
5040         * wl-folder.el (wl-folder-create-subr): Don't use
5041         `elmo-folder-creatable-p'.
5042
5043 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5046
5047 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5050         rather than bitmap on Emacs 21.
5051         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5052         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5053         for xbm if the new redisplay engine is not available.
5054
5055 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-folder.el (wl-folder-init-hook): New hook.
5058         (wl-folder-init): Run `wl-folder-init-hook'.
5059
5060 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5061
5062         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5063
5064 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5065
5066         * wl-acap.el (wl-acap-cache-filename): New variable.
5067         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5068         (wl-acap-init): Use cache if no ACAP server found.
5069
5070 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5071
5072         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5073         `wl-acap-original-msgdb-dir'.
5074
5075         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5076         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5077
5078         * wl-mime.el (wl-mime-save-directory): Renamed from
5079         `wl-mime-save-dir'.
5080
5081 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5084
5085         * wl-demo.el: Require `path-util'.
5086         (wl-demo-bitmap-mule-available-p): New internal variable.
5087         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5088         `module-installed-p' instead.
5089         (wl-demo-insert-image): Use *.img file for a bitmap image.
5090         (wl-demo): Don't call the ascii demo recursively.
5091
5092 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5093
5094         * Version number is increased to 2.7.7.
5095
5096 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl.el (wl-exit): Eliminated byte-compile warning.
5099
5100 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5101
5102         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5103         obsolete variable using `elmo-define-obsolete-variable'.
5104         (wl-fetch-confirm-threshold): Ditto.
5105         (wl-cache-prefetch-folder-type-list): Ditto.
5106         (wl-cache-prefetch-folder-list): Ditto.
5107
5108 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5111         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5112         (wl-demo-insert-image): New function.
5113         (wl-demo-insert-text): New function.
5114         (wl-demo-image-type-alist): Redefine as a function.
5115         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5116         (wl-demo-with-temp-file-buffer): Removed.
5117         (wl-logo-xpm): Removed.
5118         (wl-logo-xbm): Removed.
5119         (wl-logo-bitmap): Removed.
5120
5121 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5122
5123         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5124         (wl-expire-localdir-get-folder-function): New user option.
5125         (wl-expire-localdir-get-folder): New function.
5126         (wl-expire-localdir-date): Ditto.
5127
5128 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5129
5130         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5131         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5132         Fixed unread number mismatch when all-unread < unread.
5133
5134 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5137         (wl-fetch-confirm-threshold): Ditto.
5138
5139         * wl-summary.el (wl-summary-confirm-appends): Removed.
5140         (wl-summary-sync-update): Don't refer
5141         `wl-summary-update-confirm-threshold' (It is now abolished).
5142
5143         * wl-message.el (wl-message-display-internal): Don't refer
5144         `wl-fetch-confirm-threshold' (It is now abolished).
5145
5146 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5147
5148         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5149
5150 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5151
5152         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5153         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5154         Change default value to nil.
5155         (wl-summary-indent-length-limit): The value can be nil, nil means
5156         unlimited.
5157
5158         * wl-summary.el: Don't set limit for indent length if the value of
5159         wl-summary-indent-length-limit is nil.
5160         If the value of wl-summary-width is nil, it means only that the width
5161         of summary is unlimited (nil doesn't mean that the indent length is
5162         unlimited).
5163
5164         * wl-thread.el: Ditto.
5165
5166 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5167
5168         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5169         be nil, nil means never confirm.
5170         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5171
5172 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5175         means unlimited).
5176
5177 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5180         Use `with-temp-buffer'.
5181
5182 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5185         with new backquote style).
5186         (wl-folder-get-entity-from-buffer): Ditto.
5187
5188 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-version.el (nemacs-version): Eliminated.
5191         (wl-extended-emacs-version2): Ignore nemacs.
5192         (wl-extended-emacs-version3): Ditto.
5193
5194 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5195
5196         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5197         (wl-draft-add-in-reply-to): New variable.
5198         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5199         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5200         (wl-draft-yank-from-mail-reply-buffer): Use
5201         `wl-draft-add-in-reply-to'.
5202         (wl-draft-insert-current-message): Ditto.
5203
5204 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5205
5206         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5207         typo (kill->hide).
5208         (wl-message-buffer-prefetch-folder-type-list): Added elements
5209         `mark' and `cache' instead of `internal'.
5210
5211 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5212
5213         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5214         resume msgdb directory.
5215
5216 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl.el (wl-exit): Call `wl-acap-exit'.
5219
5220         * wl-summary.el (wl-summary-message-string): New function.
5221         (wl-summary-reedit): Use it.
5222         (wl-summary-resend-bounced-mail): Remove needless let.
5223         (wl-summary-supersedes-message): Ditto.
5224         (wl-summary-save): Ditto.
5225
5226         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5227         (wl-acap-init): Set it.
5228         (wl-acap-exit): New function.
5229
5230 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5231
5232         * wl.el (wl-init): Revert (require 'mime-setup). move from
5233         toplevel.
5234
5235 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5236
5237         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5238         local variables.  Add error when guess function return invalid
5239         value.
5240
5241 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5242
5243         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5244         Change local variable name.
5245         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5246         (wl-folder-get-newsgroups): Return nil when non-news folder.
5247         * wl-summary.el (wl-summary-write-current-folder): State through
5248         when guess-list return nil.
5249         (wl-summary-write-current-folder-functions): Fixed docstring.
5250
5251         * wl.el (wl-exit): Changed confirm message.
5252
5253         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5254         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5255
5256         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5257
5258 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5259
5260         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5261         user option (Renamed from wl-cache-prefetch-folder-type-list).
5262         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5263         from wl-cache-prefetch-folder-list).
5264
5265         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5266         Move to wl-vars.el.
5267         (wl-message-buffer-prefetch-p): Changed to enable
5268         `wl-message-buffer-prefetch-folder-list'.
5269
5270         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5271         `ignore-cache'.
5272
5273 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5274
5275         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5276         `part-top' and `part-bottom'.
5277         (wl-draft-config-sub-part-top): New function.
5278         (wl-draft-config-sub-part-bottom): New function.
5279
5280 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5283
5284 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5287
5288 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5289
5290         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5291
5292         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5293         (wl-summary-write-current-folder): Ditto.
5294
5295 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-folder.el (wl-folder-get-newsgroups): Use
5298         `elmo-folder-newsgroups'.
5299
5300 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5301
5302         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5303         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5304         `wl-draft-config-sub-header-bottom'.
5305
5306 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5307
5308         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5309         localnews folder.
5310
5311 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-summary.el (wl-summary-mode): Undo last change.
5314
5315         * wl-folder.el (wl-folder-mode): Ditto.
5316
5317 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-summary.el (wl-summary-mode): Locally set
5320         truncate-partial-window-width to nil.
5321         (for XEmacs)
5322
5323         * wl-folder.el (wl-folder-mode): Ditto.
5324
5325 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5328
5329 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5330
5331         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5332         number.
5333
5334         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5335
5336         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5337
5338         * Version number is increased to 2.7.6.
5339
5340 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5343
5344 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-summary.el (wl-summary-sync-update): Enclose network
5347         related portion with `unwind-protect'.
5348
5349 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5350
5351         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5352
5353 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5356         element.
5357         * wl-vars.el (wl-message-body-button-alist): Ditto.
5358
5359         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5360         max match length.
5361         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5362
5363         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5364         for the max match length;
5365         Use 4th element value for the button string regexp group.
5366
5367         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5368         candidate exists, prompt to select.
5369
5370 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5371
5372         * wl-summary.el (wl-summary-jump-to-msg): Search before
5373         calibration point by `beginning-of-line'.
5374
5375 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5378         for access group.
5379
5380 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-message.el (wl-message-display-internal): Bind
5383         `default-mime-charset'.
5384
5385         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5386
5387         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5388
5389         * Version number is increased to 2.7.5.
5390
5391 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5392
5393         * wl-expire.el (wl-summary-archive): Fixed;
5394         Use `elmo-folder-name-internal'.
5395
5396 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5397
5398         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5399         from `elmo-folder-move-messages' caller.
5400         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5401
5402         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5403         related portions are changed).
5404
5405 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5406
5407         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5408         counter.
5409
5410 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5413         buffer local and set it to nil.
5414
5415         * wl-message.el (wl-message-redisplay): Ditto.
5416
5417 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5418
5419         * wl-summary.el (wl-summary-mark-as-important): If message is
5420         already cached, set messag as read, otherwise encache and mark as read.
5421
5422 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5423
5424         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5425         point-min.
5426
5427 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5430         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5431         a keymap.
5432
5433 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5436         parent.
5437
5438         * wl-mule.el (wl-message-define-keymap): Ditto.
5439
5440         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5441
5442         * wl-xmas.el (wl-message-display-internal-hook): Define.
5443         (wl-xmas-setup-message-toolbar): Define as function.
5444         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5445         (wl-message-overload-functions): Abolished.
5446         (wl-message-define-keymap): New function.
5447
5448         * wl-vars.el (wl-message-display-internal-hook): New variable.
5449         (wl-message-header-button-alist): New variable (Renamed from
5450         wl-highlight-message-header-button-alist).
5451         (wl-message-body-button-alist): Ditto.
5452
5453         * wl-mule.el (wl-message-define-keymap): New function.
5454         (wl-message-overload-functions): Abolished.
5455
5456         * wl-message.el (wl-message-add-buttons-to-body): New function.
5457         (wl-message-redisplay): Don't call wl-message-overload-functions;
5458         Call wl-message-add-buttons-to-header and
5459         wl-message-add-buttons-to-body.
5460         (wl-message-display-internal): Set keymap argument for
5461         elmo-mime-display-as-is, elmo-mime-message-display;
5462         Run wl-message-display-internal-hook.
5463         (wl-message-refer-article-or-url): Abolished.
5464
5465         * wl-highlight.el (wl-highlight-headers): Don't call
5466         wl-highlight-message-add-buttons-to-header.
5467         (wl-highlight-message-add-buttons-to-header): Abolished.
5468
5469
5470         * wl-e21.el (wl-message-display-internal-hook): Define.
5471         (wl-e21-setup-toolbar): Deleted duplicated binding.
5472         (wl-e21-setup-message-toolbar): Define as function.
5473         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5474         (wl-message-define-keymap): New function.
5475         (wl-message-overload-functions): Abolished.
5476
5477 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5478
5479         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5480         and elmo-folder-close.
5481
5482         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5483
5484 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5485
5486         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5487         boolean value.
5488         * wl-draft.el (wl-draft-do-fcc): Ditto.
5489
5490 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5491
5492         * wl-vars.el (wl-fcc-force-as-read): New variable.
5493         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5494         mark copied message as read.
5495
5496 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5497
5498         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5499
5500 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5501
5502         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5503         `wl-summary-target-above' instead of obsolete variable
5504         `wl-summary-temp-above'.
5505
5506         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5507         instead of `make-obsolete-variable'.
5508         * wl-refile.el (toplevel): Ditto.
5509
5510 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5513         with third argument t.
5514         (wl-draft): Set first argument for wl-plugged-init as t.
5515
5516         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5517         definition.
5518
5519 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5520
5521         * wl-vars.el: Tabify.
5522         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5523
5524         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5525         message.
5526
5527 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5530         and set default to beep.
5531
5532 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5533
5534         * wl-vars.el (wl-draft-truncate-lines): New variable.
5535
5536         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5537         instead of wl-message-truncate-lines for truncate-lines.
5538
5539 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-message.el (wl-message-display-internal): Call
5542         `wl-highlight-message' after `elmo-mime-display-as-is'.
5543
5544         * wl-mime.el (wl-mime-display-text/plain): New function.
5545         (wl-mime-display-header): Ditto.
5546         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5547         body-presentation-method for text/plain;
5548         Register `wl-mime-display-header' as a header-presentation-method;
5549         Don't set up `elmo-message-text-content-inserted-hook' and
5550         `elmo-message-header-inserted-hook'.
5551
5552         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5553         variable.
5554         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5555         as t if flag is 'all-header;
5556         Don't bind `elmo-message-ignored-field-list',
5557         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5558
5559 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5562         for xemacs with non-mule environment.
5563
5564 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5565
5566         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5567         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5568         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5569
5570 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5571
5572         * wl-vars.el (wl-interactive-send): Set default value as t.
5573
5574 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5575
5576         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5577         (wl-addrmgr-method-list): Abolished.
5578         (wl-addrmgr-change-method): Follow above change.
5579
5580         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5581
5582 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5583
5584         * wl-vars.el (wl-message-truncate-lines): Change default value
5585         to default-truncate-lines.
5586
5587         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5588
5589 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * wl-vars.el (wl-message-truncate-lines): New variable.
5592
5593         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5594         wl-message-truncate-lines.
5595
5596 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5597
5598         * wl-acap.el (wl-acap-init): Remove period from error message.
5599         (wl-acap-find-acap-service): Remove period from message.
5600
5601 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl.el (wl-check-environment): Undo last change.
5604
5605         * wl-vars.el (wl-from): Changed default value.
5606
5607         * wl-util.el (toplevel): Don't require tm-edit.
5608
5609         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5610         `wl-folder-init';
5611         Don't set mark on mail body.
5612         (wl-draft-reedit): Ditto.
5613
5614         * wl-address.el (wl-address-quote-specials): Define as an alias for
5615         elmo-address-quote-specials.
5616
5617 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5620
5621         * wl-vars.el (wl-from): Set default value as nil.
5622         (wl-organization): Set default value as ORGANIZATION environment
5623         variable.
5624
5625         * wl-draft.el (wl-smtp-extension-bind): Check value of
5626         wl-smtp-connection-type.
5627
5628         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5629         error.
5630
5631 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5632
5633         * Version number is increased to 2.7.4.
5634
5635         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5636         arguments from `wl-highlight-x-face-function' caller.
5637         Use x-face-1.3.6.12 or later.
5638
5639 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5640
5641         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5642
5643 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5646         (wl-fcc): Fix to accept function.
5647         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5648
5649 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5650
5651         * wl-acap.el (toplevel): Added `product-provide' declare.
5652         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5653
5654 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5655
5656         * wl.el (wl): Changed order of calling `elmo-init'
5657         and `elmo-folder-init'.
5658
5659 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5660
5661         * wl-mime.el (wl-summary-burst): Extract message when content-type
5662         of root entity is not only `multipart' but also `message/rfc822'.
5663         (wl-summary-burst-subr): Ditto.
5664
5665 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl-vars.el (toplevel): Require 'custom.
5668         (wl-trash-folder): Added to `wl-setting' group.
5669
5670         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5671         exists.
5672         (wl-addrmgr-draw): Insert empty line when no entry exists.
5673
5674         * wl-mule.el (wl-message-wheel-up): Fixed.
5675         (wl-message-wheel-down): Ditto.
5676
5677 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5678
5679         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5680         config is an anonymous lambda expression.
5681
5682 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5685         when Mule 2 is running.
5686
5687 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5690
5691 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5694         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5695
5696         * wl-address.el (wl-address-specials-regexp): Eliminated.
5697         (wl-address-quote-specials): Rewrite.
5698
5699 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5702         shy-groups for regexp.
5703
5704         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5705         character classes and Perl style shy-groups for regexp.
5706         (wl-highlight-plugged-current-line): Use Posix style character
5707         classes for regexp.
5708         (wl-e21-highlight-folder-by-numbers): Ditto.
5709         (wl-e21-display-image-p): Use `display-images-p' instead of
5710         `display-graphic-p'.
5711         (display-images-p): Make an alias to `display-graphic-p' if it is
5712         not available.  It is for Emacs version prior to 21.0.105.
5713
5714         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5715         `display-graphic-p'.
5716         (wl-demo-image-type-alist): Ditto.
5717         (display-images-p): Make an alias to `display-graphic-p' if it is
5718         not available.  It is for Emacs version prior to 21.0.105.
5719
5720 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5721
5722         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5723         support.
5724         (wl-generate-user-agent-string): Ditto.
5725
5726         * wl-version.el (wl-version): Update docsting.
5727         (wl-version-status): Ditto.
5728
5729 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5730
5731         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5732         21.0.105.  For Emacs 21.0.104 or earlier.
5733
5734 2001-09-03  Takuo KITAME <kitame@northeye.org>
5735
5736         * wl-e21.el (wl-plugged-init-icons): Use
5737         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5738         (wl-biff-init-icons): Ditto.
5739
5740 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5741
5742         * wl-highlight.el (wl-highlight-summary-current-line):
5743         Fixed highlighting refile/copy destination.
5744
5745         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5746         (wl-acap-store): Encode string by wl-acap-coding-system.
5747
5748 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5749
5750         * wl-acap.el (toplevel): Check and require 'un-define before
5751         'xemacs-ucs;
5752          Added checking for UTF-2000.
5753
5754 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5755
5756         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5757         Don't enclose with `eval-and-compile'.
5758
5759         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5760         wl-init is non-nil.
5761
5762         * wl-draft.el (wl-draft): Ditto.
5763
5764         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5765
5766         * wl-acap.el (toplevel): Require 'wl.
5767         (wl-acap-store): Call `elmo-init'.
5768
5769         * wl.el (wl): Changed position of `wl-check-environment'.
5770         (toplevel): Added autoload setting for wl-acap.
5771
5772         * wl-vars.el (wl-setting): New custom group.
5773         (wl-from): Added wl-setting group.
5774         (wl-user-mail-address-list): Ditto.
5775         (wl-organization): Ditto.
5776         (wl-subscribed-mailing-list): Ditto.
5777         (wl-envelope-from): Ditto.
5778         (wl-smtp-posting-user): Ditto.
5779         (wl-smtp-posting-server): Ditto.
5780         (wl-smtp-posting-port): Ditto.
5781         (wl-smtp-authenticate-type): Ditto.
5782         (wl-pop-before-smtp-user): Ditto.
5783         (wl-pop-before-smtp-server): Ditto.
5784         (wl-pop-before-smtp-port): Ditto.
5785         (wl-pop-before-smtp-authenticate-type): Ditto.
5786         (wl-nntp-posting-server): Ditto.
5787         (wl-nntp-posting-user): Ditto.
5788         (wl-nntp-posting-port): Ditto.
5789         (wl-fetch-confirm-threshold): Ditto.
5790         (wl-prefetch-threshold): Ditto.
5791         (wl-thread-insert-opened): Ditto.
5792         (wl-ldap-server): Ditto.
5793         (wl-ldap-port): Ditto.
5794         (wl-ldap-base): Ditto.
5795         (wl-ldap-objectclass): Ditto.
5796         (wl-use-ldap): Ditto.
5797         (wl-draft-config-alist): Ditto.
5798         (wl-draft-config-matchone): Ditto.
5799         (wl-template-alist): Ditto.
5800         (wl-message-sort-field-list): Ditto.
5801         (wl-message-ignored-field-list): Ditto.
5802         (wl-message-visible-field-list): Ditto.
5803         (wl-interactive-send): Ditto.
5804         (wl-summary-move-order): Ditto.
5805         (wl-auto-select-first): Ditto.
5806         (wl-auto-select-next): Ditto.
5807         (wl-interactive-save-folders): Ditto.
5808
5809         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5810         Initialization codes are moved from wl-local-folder-init.
5811         (wl-local-folder-init): Follow the change above.
5812         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5813
5814         * wl-acap.el: New file.
5815
5816         * Version number is increased to 2.7.3.
5817
5818 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5819
5820         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5821
5822 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5823
5824         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5825         (wl-addrmgr-address-entry-list): Ditto.
5826
5827 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * wl-e21.el (wl-draft-mode-map): Removed binding for
5830         `wl-draft-insert-x-face-field'.
5831
5832         * wl-mule.el (wl-draft-mode-map): Ditto.
5833
5834         * wl-xmas.el (wl-draft-mode-map): Ditto.
5835
5836         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5837         (wl-cs-autoconv): Ditto.
5838         (wl-cs-local): Ditto.
5839         (wl-use-scoring): Ditto.
5840         (wl-mime-charset): Ditto.
5841         (wl-folder-check-async): Ditto.
5842
5843         * wl.el (toplevel): Ignore nemacs and tm.
5844         (wl-exit): Ditto.
5845
5846         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5847         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5848         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5849         instead of wl-address-petname-add-or-change.
5850         (wl-summary-edit-addresses-subr): Use wl-address-delete
5851         instead of wl-address-petname-delete.
5852
5853         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5854
5855         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5856         if error occured.
5857
5858         * wl-message.el (require): Remove tm support.
5859
5860         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5861
5862         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5863         (wl-folder-jump-to-current-entity): Ditto.
5864         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5865
5866         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5867         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5868         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5869
5870         * wl-mule.el (wl-draft-key-setup): Ditto.
5871
5872         * wl-xmas.el (wl-draft-key-setup): Ditto.
5873
5874         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5875         (wl-draft-std11-parse-addresses): New function.
5876         (wl-draft-parse-mailbox-list): Use it.
5877         (wl-draft): Ignore nemacs.
5878         (wl-draft-reedit): Ditto.
5879
5880         * wl-addrmgr.el: New file.
5881         (Original is wl-rcpt.el written by
5882         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5883         Thanks Kitamoto-san.)
5884
5885         * wl-address.el (wl-address-make-address-list): Modified parsing
5886         process.
5887         (wl-address-delete): Renamed from `wl-address-petname-delete';
5888         Modify wl-address-list too.
5889         (wl-address-add-or-change): Renamed from
5890         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5891
5892 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5893
5894         * wl-highlight.el (wl-highlight-summary-current-line):
5895           Work with transient-mark-mode
5896
5897 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * Version number is increased to 2.7.2.
5900
5901         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5902         instead of elmo-dop-queue-method.
5903
5904 2001-08-06  SAITO Atsunori <sai@yedo.com>
5905
5906         * wl-vars.el (wl-ldap-objectclass): New user option.
5907
5908         * wl-address.el (wl-ldap-make-filter): Use it.
5909
5910 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5913
5914 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5915
5916         * wl-folder.el (wl-folder): redisplay after folder insertion.
5917
5918         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5919
5920         * wl-summary.el (wl-summary-sync-update):
5921         Change status mark only when new-msgdb exists.
5922         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5923
5924 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5925
5926         * wl-summary.el (wl-summary-open-folder): New function.
5927         (wl-summary-goto-folder-subr): Use it.
5928         (wl-summary-mark-as-important): Fix;
5929         Encache only when no cache exists.
5930
5931 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5932
5933         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5934         Use with-current-buffer.
5935
5936 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5937
5938         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5939         before call `get-buffer'. Fixed parenthesis.
5940         (wl-score-get-header-entry): Clear message and help window when
5941         keyboard quit.
5942         (wl-score-edit-insert-header): Ditto.
5943
5944 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5947         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5948         (wl-default-draft-cite): Fix.
5949
5950         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5951         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5952
5953 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-message.el (wl-message-prev-page): Do same bahavior
5956         as summary when it is called in the message buffer.
5957         (wl-message-next-page): Ditto.
5958
5959 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5960
5961         * wl-summary.el (wl-summary-forward): Use cache if it is not
5962         section cache.
5963
5964 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5967         Removed redundant require of elmo-vars.
5968         (wl-biff-state-indicator-on): Changed default value for
5969         xemacs with non-mule environment.
5970
5971         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5972         wl-message-buffer is nil;
5973         Hide progress bar after moving messages.
5974
5975 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5978         message at cursor point is deleted.
5979
5980 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5981
5982         * wl-vars.el: Changed file coding system to euc-japan.
5983         Added -*-coding:-*- magic to the first line.
5984
5985         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5986         Search parent from the first message.
5987
5988         * Version number is increased to 2.7.1.
5989
5990 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5991
5992         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5993
5994 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5997         refile/delete execution.
5998
5999         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6000         Fixed docstring.
6001
6002 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6005         do update process;
6006         Don't update marks when update process is interrupted.
6007
6008 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6009
6010         * wl-summary.el (wl-summary-reply): Fixed problem when
6011         wl-draft-use-frame is non-nil.
6012         (wl-summary-forward): Ditto.
6013
6014         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6015         as nil.
6016         (wl-folder-mark-as-read-all-entity): Ditto.
6017         (wl-folder-prefetch-entity): Ditto.
6018
6019         * wl.el (wl): Check environment before wl-init.
6020
6021         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6022         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6023         instead of wl-summary-collect-unread.
6024         (wl-summary-reply): Split message window.
6025
6026 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6029         only if current language environment is japanese,
6030
6031         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6032         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6033         (wl-folder-goto-folder-subr): Ditto.
6034
6035         * wl-draft.el (wl-draft-dispatch-message): Call
6036         `elmo-file-cache-get-path'.
6037
6038 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6039
6040         * wl-summary.el (wl-summary-cursor-move): If return value of
6041         wl-summary-next-message is not number, don't jump.
6042
6043 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6044
6045         * wl-summary.el (wl-summary-buffer-next-message-function): New
6046         variable.
6047         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6048         if it is bound.
6049
6050         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6051         string.
6052
6053         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6054         (wl-plugged-drawing): Ditto.
6055
6056 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6059         process.
6060         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6061         with unwind-protect.
6062
6063         * wl.el (wl-init): Require mime-setup.
6064         (wl-check-environment): Don't require mime-setup.
6065
6066         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6067         instead of elmo-folder-type.
6068
6069         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6070         value as nil.
6071
6072 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6073
6074         * Version number is increased to 2.7.0.
6075
6076         * wl-version.el (wl-version): Changed codename.
6077
6078         * wl-summary.el (wl-summary-delete-cache): Fixed.
6079
6080         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6081         Workaround for net folders.
6082         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6083
6084         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6085         value to nil (According to the patch from
6086         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6087
6088         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6089         of elmo-folder-close.
6090
6091 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6092
6093         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6094         for postfix.
6095
6096 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6097
6098         * wl-summary.el (wl-summary-resend-message): Fixed.
6099
6100         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6101         Call wl-draft with `from' argument if its address is included in
6102         `wl-user-mail-address-list'.
6103         (wl-draft): Added `from' argument.
6104
6105         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6106         non-nil.
6107         (wl): Don't show demo if wl-demo is nil.
6108
6109         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6110         wl-summary-use-frame.
6111
6112         * wl-vars.el (wl-summary-use-frame): New user option.
6113         (wl-folder-use-frame): Changed docstring.
6114
6115         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6116         non-nil.
6117         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6118         wl-summary-use-frame.
6119
6120         * wl-vars.el (wl-folder-use-frame): New user option.
6121
6122         * wl-summary.el (wl-summary-exit): Back to folder frame if
6123         wl-folder-use-frame is non-nil.
6124         (wl-summary-redisplay-internal): Ignore cache if current folder
6125         is draft folder,
6126         (wl-summary-redisplay-no-mime): Ditto.
6127         (wl-summary-redisplay-all-header): Ditto.
6128
6129         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6130         if wl-folder-use-frame is non-nil.
6131
6132 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6133
6134         * wl-summary.el (wl-summary-sync-update): Bind
6135         elmo-folder-update-threshold.
6136         (wl-summary-mark-as-important): Enclosed server mark processing
6137         with `save-match-data'.
6138
6139         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6140         only when it is already defined.
6141
6142 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6143
6144         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6145         name of folder exclude localdir is wrong.
6146         * wl-folder.el (wl-folder-sync-entity):
6147         Set `wl-summary-always-sticky-folder-list' as nil.
6148         (wl-folder-mark-as-read-all-entity): Ditto.
6149         (wl-folder-prefetch-entity): Ditto.
6150
6151 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6154         instead of `wl-summary-write-current-newsgroup'.
6155
6156 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6157
6158         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6159         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6160         non-nil and selected message is important, do not display.
6161
6162 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6165
6166 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6169
6170         * wl-summary.el (wl-summary-mark-as-important): Set message number
6171         using wl-summary-message-number.
6172
6173 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6174
6175         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6176         destination folder is 'null.
6177
6178 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6181         New function.
6182         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6183         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6184         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6185
6186 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-mime.el (wl-mime-setup): Added setting for
6189         `mime-setup-signature-key-alist' to avoid overriding key bind for
6190         `wl-draft-send'.
6191
6192         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6193         for `wl-draft-send'.
6194         * wl-mule.el (wl-draft-overload-functions): Ditto.
6195         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6196         * wl-draft.el (wl-draft-send): Ditto.
6197
6198         * wl-message.el (wl-message-display-internal):
6199         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6200         (Patch is provided by <kita@coe.nttdata.co.jp>).
6201
6202 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6203
6204         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6205
6206 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6207
6208         * wl.el (wl): Fix for wl-demo.
6209
6210 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6211
6212         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6213
6214 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6215
6216         * wl-folder.el (wl-folder-prefetch-entity): Use
6217         `wl-folder-get-elmo-folder'.
6218         (wl-folder-count-incorporates): Do not use
6219         `wl-folder-get-elmo-folder'.
6220
6221 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6222
6223         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6224         instead of `elmo-folder-get-type'.
6225
6226 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6227
6228         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6229         position on Subject: field.
6230         (Advised by Mito <mit@nines.nec.co.jp>)
6231
6232 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6233
6234         * wl-folder.el (wl-folder-prefetch-entity): Use
6235         `wl-folder-get-elmo-folder'.
6236
6237 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6240
6241         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6242         `process-duplicates' slot.
6243
6244         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6245         if detection failed.
6246
6247 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6248
6249         * wl-version.el (wl-version-status): Set to "alpha".
6250
6251 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6254         Check wl-message-buffer lives before set-buffer.
6255
6256 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6257
6258         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6259         called in folder mode.
6260         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6261         * wl-summary.el (wl-summary-exit-pre-hook): Run
6262         `wl-summary-exit-pre-hook' before exit summary mode.
6263
6264 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6265
6266         * wl-version.el (wl-version-status): New variable.
6267         (wl-version-status-alist): Removed.
6268         (wl-version-status): Rule included.
6269
6270 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6273         @sponichi.
6274
6275         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6276         when `mail-reply-buffer' is buffer-local variable.
6277         (Reported by <kita@coe.nttdata.co.jp>).
6278
6279 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-vars.el (toplevel): Require 'elmo-util.
6282
6283 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6286         (All other related portions are changed)
6287
6288         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6289
6290         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6291
6292 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6293
6294         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6295
6296 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6299         Delete other windows to avoid an error.
6300         Use `point-marker' instead of `point' to remember the start point
6301         of body.
6302
6303         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6304
6305         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6306         number not to exceed all message number.
6307
6308 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6309
6310         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6311         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6312
6313 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-summary.el (wl-summary-sync-force-update): Added argument
6316         no-check.
6317         (wl-summary-sync-update): Ditto.
6318         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6319         with `no-check'.
6320
6321         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6322         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6323         already running.
6324
6325 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6326
6327         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6328         `dst-folder-arg'.
6329         (wl-expire-archive-number1): Diito.
6330         (wl-expire-archive-number2): Diito.
6331         (wl-expire-archive-Date): Diito.
6332         (wl-archive-number1): Diito.
6333         (wl-archive-number2): Diito.
6334         (wl-archive-date): Diito.
6335         (wl-archive-folder-p): New function.
6336         (wl-summary-expire): Support of expand folder name at
6337         wl-expire-alist.
6338         * wl-util.el (wl-expand-newtext): Renamed from
6339         `wl-refile-expand-newtext'.
6340
6341 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6342
6343         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6344         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6345         `(elmo-msgdb-get-overview msgdb)'.
6346         (wl-summary-prefetch): Bind match data before call
6347         `wl-summay-prefetch-msg'.
6348         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6349         'off if `wl-summary-buffer-disp-msg' is non-nil.
6350         Fixed problem that couldn't show only one new or unread message when
6351         enter folder.
6352         (wl-summary-reply): Don't call `split-window-vertically' and other
6353         window.
6354
6355 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6356
6357         * wl-expire.el (wl-expire-refile): Fixed.
6358
6359 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6360
6361         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6362
6363         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6364         biff notification is removed.
6365
6366         * wl.el (wl): Changed position of `elmo-init'.
6367
6368         * wl-draft.el (wl-default-draft-cite): Use date field
6369         on the citation buffer.
6370
6371         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6372
6373         * wl-xmas.el (wl-folder-internal-icon-list): Added
6374         `wl-folder-shimbun-image'.
6375
6376         * wl-e21.el (wl-folder-internal-icon-list): Added
6377         `wl-folder-shimbun-image'.
6378
6379 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl.el (wl-init): Eliminated argument.
6382         (wl): Rewrite.
6383
6384         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6385         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6386         instead of `elmo-folder-msgdb-internal'.
6387         (wl-summary-sync-update): Ditto.
6388         (wl-summary-flush-pending-append-operations): Eliminated.
6389         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6390         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6391         `elmo-folder-open'.
6392
6393         * wl-mime.el (wl-summary-burst): Fixed.
6394
6395         * wl-folder.el (wl-folder-info-save): Check data type.
6396
6397         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6398         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6399         instead of `elmo-folder-msgdb-internal'.
6400         (wl-expire-hide): Ditto.
6401
6402
6403         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6404
6405 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6406
6407         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6408
6409 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6412
6413 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6414
6415         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6416         Fixed `match-beginning' argument mismatch.
6417
6418 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6419
6420         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6421         the default value.
6422
6423 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6426         instead of `elmo-nntp-default-port'.
6427
6428         * wl-vars.el: Fixed some doc strings.
6429
6430 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-summary.el (wl-summary-prefetch-msg): Use
6433         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6434
6435         * wl-vars.el: Define *-func as obsolete variable using
6436         `elmo-define-obsolete-variable'.
6437
6438         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6439         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6440         instead of `wl-message-buffer-prefetch-threshold'.
6441
6442         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6443
6444         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6445
6446         * wl-draft.el (wl-caesar-region-func): Ditto.
6447
6448         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6449         Keep unread status in elmo-folder-move-messages.
6450         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6451
6452 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6453
6454         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6455         `wl-summary-buffer-exit-func'
6456         (wl-summary-buffer-message-redisplay-function): Renamed from
6457         `wl-summary-buffer-message-redisplay-func'
6458         (wl-summary-buffer-next-folder-function): Renamed from
6459         `wl-summary-buffer-next-folder-func'.
6460         (wl-summary-buffer-prev-folder-function): Renamed from
6461         `wl-summary-buffer-prev-folder-func'.
6462         (wl-summary-get-petname-function): Renamed from
6463         `wl-summary-get-petname-func'.
6464
6465         * wl-score.el (wl-score-edit-exit-function): Renamed from
6466         `wl-score-edit-exit-func'.
6467
6468         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6469         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6470
6471         * wl-util.el (wl-load-profile-function): Renamed from
6472         `wl-load-profile-func'.
6473
6474         * wl-folder.el (wl-folder-completion-function): Renamed from
6475         `wl-folder-completion-func'.
6476         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6477
6478         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6479         `wl-expire-archive-get-folder-func'.
6480         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6481         (wl-draft-send-mail-function): Renamed from
6482         `wl-draft-send-mail-func'.
6483         (wl-draft-send-news-function): Renamed from
6484         `wl-draft-send-news-func'.
6485         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6486         (wl-generate-mailer-string-function): Renamed from
6487         `wl-generate-mailer-string-func'.
6488         (wl-highlight-signature-search-function): Renamed from
6489         `wl-highlight-signature-search-func'.
6490         (wl-highlight-x-face-function): Renamed from
6491         `wl-highlight-x-face-func'
6492         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6493         (wl-ps-print-buffer-function): Renamed from
6494         `wl-ps-print-buffer-func'
6495         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6496         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6497         (wl-summary-subject-filter-function): Renamed from
6498         `wl-summary-subject-filter-func'.
6499
6500         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6501         `wl-draft-queue-flush-send-func'
6502         (wl-draft-cite-function): Renamed from
6503         `wl-draft-cite-func'
6504
6505         * wl-address.el (wl-address-init-function): Renamed from
6506         `wl-address-init-func'.
6507
6508 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-draft.el (wl-draft-queue-flush): Don't call
6511         `elmo-dop-unlock-message'.
6512         * wl-draft.el (wl-draft-queue-append): Don't call
6513         `elmo-dop-lock-message'.
6514
6515         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6516         (wl-summary-buffer-folder-name): Ditto.
6517         (wl-summary-message-regexp): Added '-' (all other related portions
6518         are changed).
6519         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6520         wl-summary-buffer-folder-name.
6521
6522 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6523
6524         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6525         the number of mails in the folder buffer is not updated by wl-biff.
6526
6527 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6530         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6531
6532 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-summary.el (wl-summary-next-message):
6535         Return next message number when wl-summary-move-order is nil.
6536
6537 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6538
6539         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6540         `wl-summary-move-spec-alist'.
6541         (wl-summary-move-spec-unplugged-alist): New variable
6542         (Move spec for unplugged status).
6543         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6544         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6545
6546 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6547
6548         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6549         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6550
6551 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6552
6553         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6554         simple quotation to quote the anonymous function.
6555         * tm-wl.el (wl-draft-preview-message): Ditto.
6556
6557 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6558
6559         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6560         Eliminate redundant `save-excursion'.
6561         (wl-highlight-summary-current-line): Ditto.
6562
6563         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6564         accessing match data when `looking-at' failed.
6565
6566         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6567         `elmo-match-string' where users don't care about the speed.
6568         (wl-draft-save): Ditto.
6569
6570 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-util.el (wl-regexp-opt): New function.
6573
6574         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6575         number from `wl-summary-buffer-number-list'.
6576         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6577         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6578         (wl-summary-move-spec-alist): Changed default setting.
6579
6580 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6581
6582         * wl-vars.el (wl-biff-notify-hook): New hook.
6583         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6584         the arrival of new mail.
6585         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6586         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6587
6588 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6591
6592 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6595
6596         * Version number is increased to 2.5.8.
6597
6598         * wl-thread.el (toplevel): require 'cl.
6599         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6600         (wl-thread-make-number-list): New function.
6601         (wl-thread-entity-make-number-list-from-children): Ditto.
6602         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6603         (wl-thread-entity-insert-as-children): Likewise.
6604         (wl-thread-delete-message): Likewise.
6605         (wl-meaning-of-mark): Eliminated.
6606         (wl-thread-next-failure-mark-p): Ditto.
6607         (wl-thread-entity-get-mark): Ditto.
6608         (wl-thread-meaning-alist-get-result): Ditto.
6609         (wl-thread-entity-check-prev-mark): Ditto.
6610         (wl-thread-entity-check-next-mark): Ditto.
6611         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6612         (wl-thread-entity-get-prev-marked-entity): Ditto.
6613         (wl-thread-get-prev-unread): Ditto.
6614         (wl-thread-jump-to-prev-unread): Ditto.
6615         (wl-thread-get-next-unread): Ditto.
6616         (wl-thread-jump-to-next-unread): Ditto.
6617         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6618         (wl-thread-entity-get-next-marked-entity): Ditto.
6619
6620         * wl-summary.el (wl-summary-buffer-number-list):
6621         New bufer-local variable.
6622         (wl-summary-switch-to-clone-buffer): Clone
6623         `wl-summary-buffer-number-list'.
6624         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6625         (wl-summary-cursor-move-regex): Eliminated.
6626         (wl-summary-cursor-up): Rewrite.
6627         (wl-summary-cursor-down): Ditto.
6628         (wl-summary-mode-spec-alist): New variable.
6629         (wl-summary-next-message): New inline function.
6630         (wl-summary-cursor-move): New function.
6631         (wl-summary-default-get-next-msg): Rewrite.
6632         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6633         (wl-summary-rescan): Ditto.
6634         (wl-summary-sync-all-init): Ditto.
6635         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6636         summary is not thread view.
6637         (wl-summary-sync-update): Ditto.
6638         (wl-summary-rescan): Ditto.
6639         (wl-summary-make-number-list): New function.
6640
6641         * wl-draft.el: "FCC" -> "Fcc".
6642
6643 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-highlight.el (wl-highlight-summary-window):
6646         Call `set-buffer-modified-p'.
6647
6648         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6649         (wl): Call `elmo-init' and fix.
6650
6651         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6652         Use new variables.
6653
6654         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6655
6656 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6659
6660 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6661
6662         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6663
6664 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6665
6666         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6667         `wl-use-toolbar' nor `display-graphic-p'.
6668         (wl-e21-setup-message-toolbar): Ditto.
6669         (wl-e21-setup-summary-toolbar): Ditto.
6670         (wl-e21-setup-folder-toolbar): Ditto.
6671
6672         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6673         (wl-plugged-init-icons): Ditto.
6674
6675         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6676         `display-graphic-p'.
6677         (wl-plugged-set-folder-icon): Ditto.
6678         (wl-highlight-plugged-current-line): Ditto.
6679         (wl-highlight-folder-current-line): Ditto.
6680         (wl-e21-highlight-folder-group-line): Ditto.
6681         (wl-e21-setup-toolbar): Ditto.
6682         (wl-e21-display-image-p): New macro.
6683
6684         * wl-demo.el (wl-demo): Simplified.
6685         (wl-demo-image-type-alist): Use `image-type-available-p' for
6686         checking whether the image type `xbm' is available.
6687
6688 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6691         (wl-summary-input-range): Ditto.
6692
6693 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-summary.el (wl-summary-edit-addresses): Use
6696         `wl-summary-get-original-buffer'
6697         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6698         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6699         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6700         (wl-summary-get-newsgroups): Eliminated.
6701         (wl-summary-set-crosspost): Ditto.
6702         (wl-summary-is-crosspost-folder): Ditto.
6703         (wl-crosspost-alist-load): Ditto.
6704         (wl-crosspost-alist-save): Ditto.
6705
6706         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6707         `elmo-setup-subscribed-newsgroups' instead of
6708         `elmo-nntp-make-groups-hashtb'.
6709         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6710         instead of `wl-crosspost-alist-save'.
6711
6712         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6713         of `elmo-folder-message-appendable-p'.
6714         (wl-mime-header-presentation-method): Eliminated.
6715
6716         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6717         (Error occurs in emacs21).
6718
6719         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6720         the current buffer).
6721
6722         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6723         instead of `wl-crosspost-alist-save'.
6724         (wl-init): `elmo-crosspost-message-alist-load'
6725         instead of `wl-crosspost-alist-load'
6726
6727         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6728         (wl-parse-newsgroups): Likewise.
6729         (wl-biff-notify): Run `wl-biff-notify-hook'.
6730
6731 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6734
6735         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6736         when `wl-summary-lazy-highlight' is non-nil.
6737         (wl-summary-goto-folder-subr): Highlight only when
6738         `wl-summary-lazy-highlight' is non-nil.
6739
6740         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6741         Don't display progress and highlight temp-mark when
6742         `wl-summary-lazy-highlight' is non-nil.
6743         (wl-highlight-summary-window): New function.
6744         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6745
6746 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * wl-summary.el (wl-summary-sync): Change `all-visible'
6749         from `all-shown'
6750         (wl-summary-input-range): Ditto.
6751
6752 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6753
6754         * wl-e21.el (wl-highlight-folder-current-line): Call
6755         `wl-folder-init-icons' when folder icons have not been initialized.
6756
6757         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6758
6759         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6760         (wl-demo-image-type-alist): New macro.
6761
6762 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6763
6764         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6765         display does not support graphics.
6766         (wl-plugged-init-icons): Ditto.
6767         (wl-folder-init-icons): Ditto.
6768
6769         * wl-demo.el (wl-demo): Chech closely whether the display
6770         supports graphics.
6771
6772 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-summary.el (wl-summary-get-original-buffer): New function.
6775         (wl-summary-set-crosspost): Use it.
6776         (wl-summary-target-mark-uudecode): Ditto.
6777         (wl-summary-reedit): Ditto.
6778         (wl-summary-resend-bounced-mail): Ditto.
6779         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6780         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6781
6782         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6783         (wl-message-display-internal): Ditto.
6784
6785 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6788
6789 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-summary.el (wl-summary-save-view): Renamed from
6792         `wl-summary-save-status'.
6793
6794 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6795
6796         * wl-summary.el (wl-summary-sync): Added `all-shown'
6797
6798 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6801
6802 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6805
6806 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6807
6808         * wl-highlight.el (wl-highlight-summary-line-string): Use
6809         `zerop' instead of `= 0'.
6810         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6811
6812         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6813         for comparing numbers.
6814         (wl-template-prev): Use `zerop' instead of `eq 0'.
6815
6816         * wl-draft.el (wl-draft-insert-current-message): Use
6817         `with-current-buffer' instead of `save-excursion'.
6818         Use `zerop' instead of `eq 0'.
6819
6820 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6821
6822         * wl-draft.el (wl-draft-insert-ccs): New function.
6823         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6824         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6825
6826 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6827
6828         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6829
6830 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-expire.el (wl-expire-refile): Don't call
6833         elmo-msgdb-add-msgs-to-seen-list;
6834         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6835         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6836
6837 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-message.el (wl-message-prev-page): Ignore errors while
6840         scroll-down.
6841
6842 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-mime.el: Use elmo-original-message-mode instead of
6845         mmelmo-original-mode.
6846
6847         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6848         `elmo-folder-get-spec';
6849         (wl-fldmgr-add-completion-all-completions):
6850         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6851
6852         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6853         of `elmo-folder-get-type'.
6854
6855         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6856         `elmo-folder-get-spec';
6857         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6858         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6859         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6860         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6861         `elmo-read-msg-no-cache';
6862         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6863         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6864         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6865         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6866         `elmo-cache-save';
6867         (wl-draft-reedit): Use `elmo-message-file-name'.
6868
6869         * wl-expire.el: Use `elmo-folder-name-internal';
6870         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6871         Use macro `wl-summary-buffer-msgdb' instead of variable
6872         `wl-summary-buffer-msgdb';
6873         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6874         Use macro `wl-summary-buffer-folder-name' instead of variable
6875         `wl-summary-buffer-folder-name'.
6876         * wl-score.el: Likewise.
6877
6878         * wl-message.el: Rewrite for new message buffer cache mechanism.
6879         (wl-message-buffer-cache-buffer-get): New macro.
6880         (wl-message-buffer-cache-folder-get): Ditto.
6881         (wl-message-buffer-cache-message-get): Ditto.
6882         (wl-message-buffer-cache-entry-make): Ditto.
6883         (wl-message-buffer-cache-hit): Ditto.
6884         (wl-message-buffer-cache-sort): New function.
6885         (wl-message-buffer-cache-add): Ditto.
6886         (wl-message-buffer-cache-delete): Ditto.
6887         (wl-message-buffer-cache-clean-up): Ditto.
6888         (wl-message-buffer-window): Rewrite.
6889         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6890         (wl-message-buffer-display): New function.
6891         (wl-message-display-internal): New function.
6892
6893 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-folder.el: Use `elmo-folder-name-internal';
6896         Use `wl-folder-get-elmo-folder';
6897         Use `elmo-folder-list-messages' instead of
6898         `elmo-list-folder';
6899         Use `elmo-folder-get-primitive-list' instead of
6900         `elmo-folder-get-primitive-spec-list';
6901         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6902         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6903         Use `elmo-folder-create' instead of `elmo-create-folder'.
6904         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6905         (wl-folder-get-elmo-folder): New macro.
6906         (wl-folder-elmo-folder-cache-get): Ditto.
6907         (wl-folder-elmo-folder-cache-put): Ditto.
6908         (wl-folder-suspend): Call `elmo-quit'.
6909
6910         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6911         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6912         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6913         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6914         (toplevel): require 'cl.
6915         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6916
6917         * wl-summary.el: Rewrite to use new elmo interface.
6918
6919 \f
6920 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6921
6922         * wl-mime.el (wl-draft-preview-message):
6923         Run `wl-draft-send-hook' before collecting recipients information;
6924         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6925
6926         * tm-wl.el (wl-draft-preview-message): Ditto.
6927
6928 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6931         wrong recipients are displayed when forwarded message.
6932
6933 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * Version number is increased to 2.5.7.
6936
6937 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6938
6939         * wl-message.el (wl-message-next-page): Bind
6940         `window-pixel-scroll-increment' to nil while scrolling up.
6941
6942 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6943
6944         * wl-vars.el (wl-save-hook): New hook.
6945         * wl.el (wl-save): Call `wl-save-hook'.
6946
6947 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6948
6949         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6950         Argument WITH-ARG instead of NO-ARG (negative mean).
6951         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6952         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6953         * wl-message.el (wl-message-follow-current-entity): Likewise.
6954
6955 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6956
6957         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6958         FROM was optional argument.
6959         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6960
6961 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * Version number is increased to 2.5.6.
6964
6965 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6966
6967         * wl-version.el (wl-version-show): Removed.
6968         (wl-version): Add `interactive'.
6969
6970 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6971
6972         * wl-summary.el (wl-summary-get-petname-func): New variable.
6973         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6974         instead of `wl-address-get-petname-1'.
6975         (wl-summary-simple-from): Ditto.
6976
6977         * wl-address.el (wl-address-get-petname-1): Define as function.
6978
6979 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6982         field in the original message.
6983         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6984
6985 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6986
6987         * wl-expire.el (wl-expire-hide):
6988         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6989
6990 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6993         find decoder for To, Cc, and Subject.
6994
6995 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6996
6997         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6998         for checking `elmo-use-buffer-cache'.
6999         (wl-summary-mark-as-important): Fixed typo in comment.
7000
7001 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7004         field in the original message.
7005         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7006
7007 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7008
7009         * wl-expire.el (wl-expire-hide):
7010         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7011
7012 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7015         find decoder for To, Cc, and Subject.
7016
7017 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * Version number is increased to 2.5.5.
7020
7021         * wl-address.el (wl-address-specials-regexp): New constant.
7022         (wl-address-quote-specials): Use it.
7023
7024 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-summary.el (wl-summary-rescan):
7027         Call `wl-summary-buffer-number-column-detect'.
7028         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7029
7030         * wl-message.el (wl-message-mode-map): Define.
7031         (wl-message-decode): Use it as local-map.
7032
7033 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7036         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7037
7038 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7041
7042         * wl-mule.el (wl-read-event-char): Ditto.
7043
7044         * wl-e21.el (wl-read-event-char): Ditto.
7045
7046         * wl-nemacs.el (wl-read-event-char): Ditto.
7047         (read-event): Removed.
7048
7049         * wl-util.el (toplevel): Removed dummy definition of
7050         `read-event'.
7051         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7052
7053 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7054
7055         * wl-nemacs.el (elmo-archive-call-process): Moved to
7056         elmo-archive.el.
7057
7058 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7061         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7062
7063         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7064         instead of magic-number 6.  Use `not' instead of `null' for symbol
7065         `nil' check (not empty list).
7066         (wl-draft-insert-x-face-field): Fixed paren style.
7067
7068         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7069         one-branch conditional statement, instead of `and' and `if'.
7070         (wl-draft-forward): Likewise.
7071         (wl-draft-add-references): Likewise.
7072         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7073
7074         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7075         conditional steatment.  Use `cond' instead of `if'.
7076         (wl-draft-confirm): Likewise.
7077
7078 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7079
7080         * wl-version.el (wl-version-show): Use `product-string-1'
7081         instead of `wl-version'.
7082         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7083
7084         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7085
7086 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7087
7088         * wl-highlight.el (wl-highlight-headers): Revert
7089         `wl-highlight-x-face-func' argument (`beg' and `end').
7090
7091 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7092
7093         * wl.el (toplevel): Move `product-provide' declare.
7094         * wl-demo.el (toplevel): Ditto.
7095         * wl-dnd.el (toplevel): Ditto.
7096         * wl-highlight.el (toplevel): Ditto.
7097         * wl-message.el (toplevel): Ditto.
7098         * wl-refile.el (toplevel): Ditto.
7099         * wl-util.el (toplevel): Ditto.
7100
7101 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7104         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7105         (wl-thread-close-all): keep cursor position.
7106
7107 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7108
7109         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7110         (eq x 0).
7111         (wl-generate-user-agent-string-1): Fix conditional statement.
7112
7113 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7114
7115         * wl.el (wl-check-environment): Additional check for
7116         'wl-local-domain' and `wl-message-id-domain'.
7117
7118 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7119
7120         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7121
7122 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7123
7124         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7125         instead of `smtp-sasl-user-realm'.
7126
7127 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7128
7129         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7130
7131 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7132
7133         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7134         to the default value as well as `eword-lexical-analyzer'.
7135
7136 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7137
7138         * wl-version.el (wl-extended-emacs-version,
7139         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7140         `elmo-match-string' instead of `wl-match-string'.
7141
7142 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7143
7144         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7145         docstring.
7146
7147 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7148
7149         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7150
7151 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl-highlight.el (wl-highlight-headers): Remove
7154         `wl-highlight-x-face-func' argument (`beg' and `end').
7155
7156 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-summary.el (wl-summary-mark-as-important):
7159         Remove cache if folder is local.
7160
7161 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7162
7163         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7164         to get existing e-mail address string.
7165
7166 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7167
7168         * wl-version.el (wl-generate-user-agent-string): Commentary.
7169         (wl-generate-user-agent-string-1): Use `when' for
7170         one-branch conditional statement, instead of `and' and `if'.
7171         (wl-extended-emacs-version, wl-extended-emacs-version2,
7172         wl-extended-emacs-version3): Ditto.
7173
7174 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7177         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7178         condition-case; Remove initialization.
7179         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7180         (wl-summary-sync-update3): Added argument `sync-all';
7181         Eliminated local variable `msgdb';
7182         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7183         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7184         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7185
7186 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7187
7188         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7189         connection before call `wl-draft-send-mail-with-smtp'.
7190
7191 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7192
7193         * Version number is increased to 2.5.4.
7194
7195 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7196
7197         * wl.el (wl-check-environment): Additional check for
7198         'wl-local-domain' and `wl-message-id-domain'.
7199
7200 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7203         buffer as command specific.
7204         (wl-folder-mark-as-read-all-entity): Ditto.
7205         (wl-folder-prefetch-entity): Ditto.
7206         (wl-folder-drop-unsync-entity): Ditto.
7207
7208         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7209         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7210         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7211
7212         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7213         save-excursion.
7214
7215 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7216
7217         * Version number is increased to 2.5.3.
7218
7219         * wl-summary.el (wl-summary-save-view-cache):
7220         Delete duplicated `write-region';
7221         Use `write-region-as-binary' instead of `as-binary-output-file' and
7222         `write-region'.
7223
7224 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7225
7226         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7227
7228 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7231         instead of `smtp-via-smtp'.
7232
7233 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7234
7235         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7236
7237 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7238
7239         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7240         instead of `smtp-sasl-user-realm'.
7241
7242 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7243
7244         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7245
7246 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7247
7248         * Version number is increased to 2.5.2.
7249
7250 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7253         does not exist.
7254         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7255         (wl-biff-start): Call `timer-activate' if timer already exists.
7256
7257         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7258         only when it is bound as function.
7259
7260 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7261
7262         * Version number is increased to 2.5.1.
7263
7264 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7267         Print refile/copy destination.
7268
7269 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7272         queue-flush-only is non-nil.
7273
7274         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7275
7276         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7277         checking cache folder.
7278
7279 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7280
7281         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7282         `regexp-quote'.
7283
7284 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7285
7286         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7287         function.
7288         * wl-summary.el (wl-summary-write-current-folder-functions):
7289         Change default value.  Use it.
7290
7291 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * Version number is increased to 2.5.0.
7294
7295         * wl-version.el (wl-version): Changed codename.
7296
7297 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7298
7299         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7300         (wl-summary-supersedes-message): Ditto.
7301
7302 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7303
7304         * wl-refile.el (wl-refile-guess-functions): Renamed from
7305         `wl-refile-guess-func-list'.
7306
7307 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7308
7309         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7310         Fixed problem when no rule was matched.
7311
7312 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7313
7314         * wl-summary.el (wl-summary-get-mark): Fixed
7315         `wl-summary-buffer-target-mark' check logic.
7316
7317 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7318
7319         * wl-folder.el (wl-folder-write-current-folder): Added group
7320         folder check.
7321
7322         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7323         `wl-summary-write-current-newsgroup'.
7324         (wl-summary-write-current-folder-functions): New variable.
7325         * wl-folder.el (wl-folder-get-newsgroups): New function.
7326         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7327         (wl-folder-write-current-folder): Renamed from
7328         `wl-folder-write-current-newsgroup'.
7329
7330 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7331
7332         * Version number is increased to 2.3.93.
7333
7334 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7335
7336         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7337         (wl-ldap-make-matched-value-list): Ditto.
7338         (wl-ldap-alias-safe-string): Split e-mail address.
7339
7340         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7341         petname folder default was selected.
7342         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7343         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7344
7345 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7348         to `wl-draft-config-exec'.
7349
7350         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7351         instead of calling `wl-draft-config-exec';
7352         Process group-list and show recipients in minibuffer.
7353
7354         * tm-wl.el (wl-draft-preview-message): Ditto.
7355
7356 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl.el (toplevel): Added (C) to copyright notice, and
7359         sync Author header.
7360         * tm-wl.el (toplevel): Ditto.
7361         * wl-address.el (toplevel): Ditto.
7362         * wl-demo.el (toplevel): Ditto.
7363         * wl-dnd.el (toplevel): Ditto.
7364         * wl-draft.el (toplevel): Ditto.
7365         * wl-e21.el (toplevel): Ditto.
7366         * wl-expire.el (toplevel): Ditto.
7367         * wl-folder.el (toplevel): Ditto.
7368         * wl-highlight.el (toplevel): Ditto.
7369         * wl-message.el (toplevel): Ditto.
7370         * wl-mime.el (toplevel): Ditto.
7371         * wl-mule.el (toplevel): Ditto.
7372         * wl-nemacs.el (toplevel): Ditto.
7373         * wl-refile.el (toplevel): Ditto.
7374         * wl-score.el (toplevel): Ditto.
7375         * wl-summary.el (toplevel): Ditto.
7376         * wl-template.el (toplevel): Ditto.
7377         * wl-thread.el (toplevel): Ditto.
7378         * wl-util.el (toplevel): Ditto.
7379         * wl-vars.el (toplevel): Ditto.
7380         * wl-xmas.el (toplevel): Ditto.
7381
7382 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7383
7384         * wl.el (wl-init): Added comment about `wl-init-hook'.
7385         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7386         * wl-vars.el (wl-init-hook): Added docs.
7387         (wl-make-plugged-hook): Removed useless docs.
7388         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7389         * wl-xmas.el (toplevel): Ditto.
7390
7391 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7392
7393         * wl-address.el (toplevel): Fixed multiple Author header format.
7394         * wl-demo.el (toplevel): Ditto.
7395         * wl-draft.el (toplevel): Ditto.
7396         * wl-folder.el (toplevel): Ditto.
7397         * wl-summary.el (toplevel): Ditto.
7398         * wl-thread.el (toplevel): Ditto.
7399         * wl-util.el (toplevel): Ditto.
7400         * wl-vars.el (toplevel): Ditto.
7401         * wl-version.el (toplevel): Ditto.
7402         * wl-xmas.el (toplevel): Ditto.
7403         * wl.el (toplevel): Ditto.
7404
7405         * wl-version.el (toplevel): Added require `elmo-version' for
7406         `product-version-as-string'.
7407
7408 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-vars.el (wl-draft-send-hook): Changed default value to
7411         '(wl-draft-config-exec).
7412
7413         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7414         explicitly.
7415         (wl-draft): Set `wl-draft-config-exec-flag' before running
7416         `wl-mail-setup-hook'.
7417
7418         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7419         `wl-biff-init-icons' to `wl-init-hook' instead of
7420         `wl-make-plugged-hook'.
7421         (Because if `wl-draft' command is invoked at first,
7422         they are not initialized)
7423         Updated copyright notice.
7424
7425         * wl-e21.el (toplevel): Ditto;
7426
7427         * wl-demo.el (toplevel): Updated copyright notice.
7428         * wl-address.el (toplevel): Ditto.
7429         * wl-draft.el (toplevel): Ditto.
7430         * wl-version.el (toplevel): Ditto.
7431         * wl-folder.el (toplevel): Ditto.
7432         * wl-summary.el (toplevel): Ditto.
7433         * wl-thread.el (toplevel): Ditto.
7434         * wl-util.el (toplevel): Ditto.
7435         * wl-vars.el (toplevel): Ditto.
7436         * wl.el (toplevel): Ditto.
7437
7438 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-highlight.el (wl-highlight-message): Fixed problem of
7441         highlighting failure which occured when the last field contains
7442         multiple lines in the draft buffer.
7443
7444         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7445         `wl-biff-start' if plugged.
7446
7447         * wl-util.el (wl-biff-check-folder): New function.
7448         (wl-biff-check-folders): Don't set session name prefix.
7449         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7450         (wl-biff-check-folder-async): Ditto.
7451
7452         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7453         in email address.
7454
7455 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7456
7457         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7458
7459         * wl-draft.el (wl-draft-strip-subject-re): New function.
7460
7461         * wl-draft.el (wl-draft-reply): Use it.
7462
7463 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-message.el (wl-mmelmo-message-redisplay): Use
7466         `mime-display-message' instead of `wl-mime-display-message'.
7467
7468         * wl-mime.el (toplevel): Removed compatibility workaround
7469         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7470         (wl-mime-display-message): Abolished.
7471         (wl-mime-entity-read-field): Ditto.
7472         (wl-mime-combine-message/partial-pieces): Use
7473         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7474
7475 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7476
7477         * wl-template.el: Doc fixes.
7478
7479 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7480
7481         * wl-e21.el (wl-message-overload-functions): Do nothing if
7482         `current-local-map' is not available.
7483         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7484
7485 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7486
7487         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7488         representation.
7489
7490         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7491         number.
7492         (wl-fldmgr-save-folders): Don't use `format' when insert
7493         `wl-fldmgr-folders-header'.
7494
7495 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7496
7497         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7498
7499 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-highlight.el (wl-highlight-message):
7502         Use `std11-field-end' to detect end point of the header field.
7503         Refer `wl-highlight-max-header-size'.
7504
7505         * wl-vars.el (wl-highlight-max-header-size): New variable.
7506
7507         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7508
7509         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7510         Set `for-draft' argument of wl-highlight-headers.
7511         (wl-draft): Ditto.
7512         (wl-draft-reedit): Ditto.
7513         (wl-user-agent-compose-internal): Ditto.
7514
7515 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7516
7517         * wl-message.el (wl-message-add-button): Use overlay.
7518
7519 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7522
7523         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7524         problem when group-list content is nothing.
7525         (Reported by Mito <mit@nines.nec.co.jp>)
7526
7527 2000-10-18  SAITO Atsunori <sai@yedo.com>
7528
7529         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7530
7531 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7532
7533         * tm-wl.el (toplevel): Use product-provide.
7534
7535 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * Version number is increased to 2.3.92.
7538
7539 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7540
7541         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7542         title text, use `display' property for left margin under Emacs 21.
7543
7544         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7545         properties.
7546         (wl-plugged-init-icons): Ditto.
7547
7548 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7549
7550         * wl.el (wl-save-status, wl-init): Remove last period in
7551         "...done." message.
7552         * tm-wl.el (wl-summary-burst): Ditto.
7553         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7554         wl-summary-resume-cache-status,
7555         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7556         wl-summary-sync-update3, wl-summary-highlight-msgs,
7557         wl-summary-flush-pending-append-operations,
7558         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7559         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7560         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7561         wl-thread-open-all): Ditto.
7562         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7563         * wl-mime.el (wl-summary-burst): Ditto.
7564         * wl-highlight.el (wl-highlight-summary): Ditto.
7565         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7566         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7567         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7568         * wl-address.el (wl-local-address-init): Ditto.
7569
7570 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7571
7572         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7573         `add-text-properties'.
7574         (wl-plugged-init-icons): Ditto.
7575         (wl-folder-init-icons): Use `propertize' instead of
7576         `put-text-property'.
7577         (wl-plugged-set-folder-icon): Ditto.
7578         (wl-e21-highlight-folder-group-line): Ditto.
7579
7580 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7581
7582         * wl-version.el (wl-version-status-alist): New variable.
7583         (wl-version-status): New function.
7584
7585         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7586         "Cc" part of the case "Reply-To".
7587
7588         * wl-draft.el (wl-draft-reply): Use result of
7589         `eword-extract-address-components'.
7590
7591         * wl-demo.el (wl-demo-icon-name): New constant.
7592         (wl-logo-xpm): Use it.
7593         (wl-logo-xbm): Ditto.
7594         (wl-logo-bitmap): Ditto.
7595
7596         * Version number is increased to 2.3.91.
7597
7598 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7599
7600         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7601         (wl-extended-emacs-version, wl-extended-emacs-version2,
7602         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7603         docstring.
7604
7605         * wl-version.el (wl-generate-user-agent-string-1): New function.
7606         (wl-generate-user-agent-string): Use it.
7607
7608         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7609         `mime-edit-insert-user-agent-field'.
7610         (wl-generate-user-agent-string): Check
7611         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7612
7613         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7614         instead of `if', when verbose case.
7615
7616 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7617
7618         * wl-expire.el (wl-summary-expire): Fix.
7619
7620 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7621
7622         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7623         and `elmo-lost+found-folder' if 'wl-draft.
7624         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7625
7626 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7627
7628         * wl-expire.el (wl-summary-expire): Change messages.
7629         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7630         `deleing-info' instead of "Deleting..."
7631
7632 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7633
7634         * wl-summary.el (wl-summary-refile-subr): Fix.
7635
7636 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7639         if pipe folder.
7640
7641 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7642
7643         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7644
7645 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7646
7647         * wl-expire.el (wl-expire-hide): New function.
7648         (wl-summary-expire): Add `hide'.
7649
7650 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7651
7652         * wl-vars.el (wl-draft-reply-without-argument-list):
7653         Changed default value to consider `Reply-To:'.
7654         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7655
7656         * Version number is increased to 2.3.90.
7657
7658         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7659         elmo-imap4-get-session with unwind-protect.
7660         Don't cause error.
7661         (wl-summary-sync-marks): Don't check plugged nor folder type.
7662         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7663         (Always keep current buffer).
7664
7665 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7666
7667         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7668         Enclose with `save-excursion'.
7669
7670 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7671
7672         * wl-version.el (wl-version): Remove interactive.
7673
7674 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7675
7676         * wl-version.el (wl-generate-user-agent-string): Use
7677         `product-string-verbose' instead of `product-string-1'.
7678
7679 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7680
7681         * wl-vars.el (wl-draft-use-cache): New variable.
7682         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7683         if wl-draft-use-cache is non-nil.
7684
7685 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7686
7687         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7688         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7689
7690 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7693         (wl-thread-msg-mark-as-unread): Ditto.
7694
7695         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7696         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7697         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7698         Don't set mark in summary if return value of `elmo-mark-as-read'
7699         is nil.
7700         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7701         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7702         instead of `wl-thread-msg-mark-as-read'.
7703         (wl-summary-mark-as-unread-region): Ditto.
7704         (wl-summary-target-mark-mark-as-read): Ditto.
7705
7706         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7707
7708 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7711
7712         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7713
7714 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7717         face.
7718
7719 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7720
7721         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7722         `running-xemacs'.
7723
7724 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7725
7726         * wl-version.el (toplevel): Use `product-version-as-string' for
7727         set verstion-string, if defined.
7728
7729         * wl-version.el (wl-version-show): Insert string at point, when
7730         call with argument.
7731
7732         * wl-version.el (wl-generate-user-agent-string): Use
7733         `product-string-1' instead of `wl-appname', `wl-version' and
7734         `wl-codename'.
7735
7736 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7737
7738         * wl-address.el (toplevel): Use product-provide.
7739         * wl-demo.el (toplevel): Ditto.
7740         * wl-dnd.el (toplevel): Ditto.
7741         * wl-draft.el (toplevel): Ditto.
7742         * wl-e21.el (toplevel): Ditto.
7743         * wl-expire.el (toplevel): Ditto.
7744         * wl-fldmgr.el (toplevel): Ditto.
7745         * wl-folder.el (toplevel): Ditto.
7746         * wl-highlight.el (toplevel): Ditto.
7747         * wl-message.el (toplevel): Ditto.
7748         * wl-mime.el (toplevel): Ditto.
7749         * wl-mule.el (toplevel): Ditto.
7750         * wl-nemacs.el (toplevel): Ditto.
7751         * wl-refile.el (toplevel): Ditto.
7752         * wl-score.el (toplevel): Ditto.
7753         * wl-summary.el (toplevel): Ditto.
7754         * wl-template.el (toplevel): Ditto.
7755         * wl-thread.el (toplevel): Ditto.
7756         * wl-util.el (toplevel): Ditto.
7757         * wl-vars.el (toplevel): Ditto.
7758         * wl-xmas.el (toplevel): Ditto.
7759         * wl.el (toplevel): Ditto.
7760
7761 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7762
7763         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7764         instead of product.
7765
7766         * wl-version.el (wl-version): Compile time evalution elmo-version.
7767
7768 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7769
7770         * wl-summary.el (wl-summary-sync-force-update): Append queue
7771         `mark-as-read'if unplugged.
7772
7773 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7774
7775         * wl-version.el: New file.  Use product.el.
7776         * wl.el: add (require 'wl-version).
7777         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7778         for ~/.folders header.
7779         (wl-fldmgr-folders-header): Changed.
7780         * wl-demo.el (wl-demo): Use product.el.
7781
7782         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7783         wl-version.el.
7784         * wl-util.el (wl-version, wl-version-show): Ditto.
7785
7786         * wl-util.el (wl-generate-user-agent-string,
7787         wl-extended-emacs-version, wl-extended-emacs-version2,
7788         wl-extended-emacs-version3): Move to wl-version.el.
7789         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7790         xemacs-codename, mime-edit-insert-user-agent-field,
7791         mime-edit-user-agent-value, mime-editor/version,
7792         mime-editor/codename): Compile warning killer move to
7793         wl-version.el
7794
7795 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7796
7797         * wl-summary.el (wl-summary-refile-subr): Fix.
7798
7799 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7802         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7803
7804 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7805
7806         * wl.el (wl-check-environment): Check too many `@'.
7807
7808 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7809
7810         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7811
7812 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7813
7814         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7815         wl-draft-reply-myself-without-argument-list): Add variables.
7816         * wl-draft.el (wl-draft-reply): Use it.
7817
7818 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7819
7820         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7821         the 5th argument of `elmo-network-get-spec'.
7822
7823         * wl-thread.el (wl-thread-reparent-children): New inline function.
7824         (wl-thread-delete-message): Use it.
7825
7826         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7827         (wl-summary-score-update-all-lines): Don't use `dolist'.
7828
7829 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7830
7831         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7832         (require 'elmo-msgdb) for inline function.
7833
7834 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7835
7836         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7837
7838 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7839
7840         * wl-score.el (wl-score-headers): Fix for the confusing macro
7841         `elmo-kill-buffer'.
7842
7843 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7844
7845         * wl-summary.el: Don't use the 3rd argument of `require' because
7846         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7847         * wl-util.el: Ditto.
7848         * wl-draft.el: Ditto.
7849
7850 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7851
7852         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7853         window system is not used.
7854
7855 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7856
7857         * wl-thread.el: Don't use `mapcar' only for iteration.
7858         (wl-thread-resume-entity): Ditto.
7859         (wl-thread-delete-message): Ditto.
7860
7861         * wl-summary.el: Bind `dragdrop-drop-functions',
7862         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7863         of `require' for `timezone', `easymenu' and `ps-print';
7864         don't use `mapcar' only for iteration.
7865
7866         * wl-util.el: Bind `mule-version', `nemacs-version',
7867         `emacs-beta-version', `xemacs-codename',
7868         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7869         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7870         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7871         only for iteration.
7872
7873         * wl-score.el: Don't use `mapcar' only for iteration.
7874         (wl-score-simplify-buffer-fuzzy): Ditto.
7875         (wl-score-simplify-subject): Ditto.
7876         (wl-score-headers): Ditto.
7877         (wl-summary-score-update-all-lines): Ditto.
7878
7879         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7880         `enable-multibyte-characters' and `mule-version'.
7881
7882         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7883         `mapcar' only for iteration.
7884
7885         * wl-demo.el: Don't use `mapcar' only for iteration.
7886
7887         * wl-folder.el: Don't use `mapcar' only for iteration.
7888         (wl-folder-open-all): Ditto.
7889         (wl-folder-count-incorporates): Ditto.
7890
7891         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7892         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7893
7894         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7895         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7896         `smtp-connection-type'; specify 3rd argument of `require' for
7897         `timezone'; don't use `mapcar' only for iteration.
7898         (wl-draft-clone-local-variables): Don't use `mapcar'.
7899         (wl-draft-generate-clone-buffer): Ditto.
7900         (wl-user-agent-compose-internal): Ditto.
7901
7902         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7903
7904         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7905         (wl-save-status): Ditto.
7906
7907         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7908         for iteration.
7909
7910 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7911
7912         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7913         removed `Date'.
7914         (wl-fldmgr-make-filter-default): New user option.
7915
7916         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7917         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7918         (wl-fldmgr-filter-completion-alist): Abolish.
7919
7920         * wl.el (wl): Don't check servers if arg is non-nil.
7921
7922         * wl-draft.el (wl-draft-reply): Set only message-id string to
7923         In-Reply-To field.
7924
7925 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * wl-summary.el (wl-summary-pick): Rewrite.
7928
7929         * wl-draft.el (wl-draft-forward): Get references field from
7930         original buffer.
7931         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7932
7933 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7934
7935         * wl-draft.el (wl-draft-forward): Add references field.
7936
7937 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7940         (wl-draft-reply): Use it.
7941
7942 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7943
7944         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7945         when Emacs 21 is running.
7946
7947         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7948         bindings.
7949
7950 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7951
7952         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7953         XPM icons transparent.
7954
7955         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7956         Emacs 21.
7957
7958 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7961         nil.
7962
7963         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7964         when it is persistent.
7965         (wl-summary-sync-marks): Changed argument for
7966         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7967         (wl-summary-virtual): Use `elmo-read-search-condition'.
7968         (wl-summary-redisplay-internal): If folder is local, mark as read
7969         even when folder is plugged.
7970
7971 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7972
7973         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7974         of `tool-bar-lines' in the frame parameters.
7975         (after-make-frame-functions, post-command-hook): Don't modify the
7976         value.
7977         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7978         wl-e21-tool-bar-lines): Removed.
7979
7980 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7981
7982         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7983         properties `evaporate' and `wl-momentary-overlay' as well.
7984         (wl-highlight-summary-displaying): Ditto.
7985         (wl-delete-all-overlays): Don't delete overlay which does not have
7986         a property `wl-momentary-overlay'.
7987
7988         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7989         `display-mouse-p' and `display-graphic-p'.
7990         (wl-folder-init-icons): Don't search for XBM or the other files.
7991         (wl-plugged-set-folder-icon): Make icons if and only if
7992         `display-graphic-p' returns non-nil.
7993         (wl-highlight-plugged-current-line): Use `before-string' overlay
7994         property to show icon images.
7995         (wl-highlight-folder-current-line): Ditto.
7996         (wl-e21-highlight-folder-group-line): Ditto.
7997         (wl-e21-highlight-folder-by-numbers): Ditto.
7998         (wl-e21-insert-image): Removed.
7999         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8000         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8001         said.
8002         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8003         `wl-e21-force-switch-toolbar'.
8004         (wl-e21-make-icon-image): Removed.
8005         (wl-e21-setup-toolbar): Don't search for XBM files.
8006         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8007         the default value.
8008
8009 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8010
8011         * wl-util.el (wl-biff-check-folder-async): Set
8012         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8013
8014 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8015
8016         * wl-e21.el (after-make-frame-functions): Add
8017         `wl-e21-force-switch-toolbar'.
8018         (wl-e21-force-switch-toolbar): New function force to switch the
8019         toolbar appearance automatically.
8020         (post-command-hook): Add `wl-e21-switch-toolbar'.
8021         (wl-e21-switch-toolbar): New function to switch the toolbar
8022         appearance automatically.
8023         (wl-e21-tool-bar-lines): New buffer local variable.
8024
8025 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8026
8027         * wl-util.el (wl-biff-check-folders-running): New variable.
8028         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8029         (wl-biff-check-folder-async-callback):
8030         Set `wl-biff-check-folders-running'.
8031         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8032         with unwind-protect.
8033
8034         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8035         Enclose `wl-folder-auto-check' with unwind-protect.
8036
8037         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8038         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8039
8040         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8041
8042         * wl-util.el (wl-biff-notify): New inline function.
8043         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8044         locally.
8045         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8046         folder-list' is 1.
8047         Use `wl-biff-notify'.
8048         (wl-biff-check-folder-async-callback): New function.
8049         (wl-biff-check-folder-async): Ditto.
8050
8051         * wl-folder.el (wl-folder): Don't check folders.
8052         (wl-folder-auto-check): New function.
8053
8054 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8055
8056         * wl-util.el (wl-biff-start) [Emacs19+]:
8057         Use `timer-next-integral-multiple-of-time'.
8058         (wl-biff-check-folders): Use `wl-default-folder'
8059         if `wl-biff-check-folder-list' is nil.
8060
8061 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8062
8063         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8064         instead of `elmo-delete-lists'.
8065
8066 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8067
8068         * wl.el (wl-plugged-toggle-all): Set the value of
8069         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8070         (wl-plugged-toggle): Ditto.
8071         (wl-toggle-plugged): Ditto.
8072         (wl-plugged-init): Ditto.
8073
8074         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8075         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8076         instead of `wl-biff-state-indicator-off' and
8077         `wl-biff-state-indicator-on'; don't modify the value and the type
8078         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8079         (wl-plugged-init-icons): Set icons data to
8080         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8081         instead of `wl-plug-state-indicator-off' and
8082         `wl-plug-state-indicator-on'; don't modify the value and the type
8083         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8084
8085         * wl-vars.el (wl-modeline-biff-state-off,
8086         wl-modeline-biff-state-on, wl-modeline-biff-status,
8087         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8088         wl-modeline-plug-status): New internal variables.
8089         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8090         wl-biff-check-interval, wl-biff-check-folder-list): Change
8091         customization group from `wl-folder' to `wl-highlight'.
8092         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8093         wl-show-plug-status-on-modeline): Defcustomized.
8094
8095         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8096         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8097         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8098         a flag to `mode-line-buffer-identification'.
8099
8100         * wl-e21.el (wl-biff-init-icons): Set icons data to
8101         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8102         instead of `wl-biff-state-indicator-off' and
8103         `wl-biff-state-indicator-on'.
8104         (wl-plugged-init-icons): Set icons data to
8105         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8106         instead of `wl-plug-state-indicator-off' and
8107         `wl-plug-state-indicator-on'.
8108
8109 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8110
8111         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8112         excessive titles.
8113
8114 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8115
8116         * wl.el (wl-plugged-mode): Use revised
8117         `wl-mode-line-buffer-identification'.
8118         (wl-plugged-init): Don't use `force-mode-line-update'.
8119
8120         * wl-xmas.el (wl-draft-overload-functions): Use revised
8121         `wl-mode-line-buffer-identification'.
8122         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8123         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8124         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8125         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8126         `wl-make-plugged-hook';
8127         add `wl-folder-init-icons' and `wl-setup-folder' to
8128         `wl-folder-mode-hook'.
8129
8130         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8131         19 as well.
8132         (wl-mode-line-display-priority-list): New user option.
8133         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8134         Defcustomized.
8135         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8136         Add docs.
8137
8138         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8139         start.
8140         (wl-mode-line-buffer-identification): Revised as a function.
8141
8142         * wl-summary.el (wl-summary-mode): Use revised
8143         `wl-mode-line-buffer-identification'; don't call
8144         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8145         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8146         `wl-xmas-setup-summary'.
8147
8148         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8149         `wl-mode-line-buffer-identification'.
8150
8151         * wl-mule.el (wl-draft-overload-functions): Use revised
8152         `wl-mode-line-buffer-identification'.
8153
8154         * wl-folder.el (wl-make-plugged-alist): Don't call
8155         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8156         (wl-folder): Don't call `wl-folder-init-icons' directly.
8157         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8158         `wl-xmas-setup-folder' directly;
8159         use revised `wl-mode-line-buffer-identification'.
8160         (TopLevel): Don't bind `wl-biff-init-icons',
8161         `wl-plugged-init-icons', `wl-folder-init-icons',
8162         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8163
8164         * wl-e21.el (wl-draft-overload-functions): Use revised
8165         `wl-mode-line-buffer-identification'.
8166         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8167         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8168         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8169         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8170         `wl-make-plugged-hook';
8171         add `wl-folder-init-icons' and `wl-setup-folder' to
8172         `wl-folder-mode-hook'.
8173
8174 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8175             Katsumi Yamaoka    <yamaoka@jpl.org>
8176
8177         * wl.el (wl): Call `wl-biff-start'.
8178         (wl-exit): Call `wl-biff-stop'.
8179         (wl-plugged-mode): Show biff in modeline.
8180         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8181
8182         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8183         (wl-biff-init-icons): New function.
8184         (wl-plugged-init-icons): Don't make too much keymaps.
8185         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8186
8187         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8188         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8189         variables.
8190         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8191         options.
8192
8193         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8194         wl-biff-start, wl-biff-stop): New functions.
8195         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8196         (wl-biff-timer-name): New variable.
8197
8198         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8199
8200         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8201         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8202
8203         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8204         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8205
8206         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8207         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8208         `wl-folder-init-icons' to `ignore' if they are not available.
8209         (wl-folder-mode): Show biff in modeline.
8210
8211         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8212         (wl-biff-init-icons): New function.
8213         (wl-plugged-init-icons): Don't make too much keymaps.
8214         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8215
8216 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8217
8218         * wl-vars.el (wl-strict-diff-folders): Customization Type
8219         and doc fix.  Define as a list of regular expressions for
8220         folders or nil.
8221         * wl-folder.el (wl-folder-check-one-entity): Use
8222         `wl-string-match-member' instead of `wl-string-member' for
8223         `wl-strict-diff-folders'.
8224
8225 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8226
8227         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8228         (wl-highlight-folder-current-line): Use it; new implementation.
8229         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8230         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8231         `defsubst' instead of `defun'.
8232
8233         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8234         `wl-highlight-group-folder-by-numbers'; made it can also be a
8235         number.  See info for more details.
8236
8237         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8238         running.
8239
8240         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8241         to bind them.
8242
8243         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8244         (wl-highlight-folder-current-line): New implementation.
8245
8246         * wl-highlight.el (wl-highlight-folder-group-line): New
8247         implementation.
8248         (wl-delete-all-overlays): Rewrite as a marco.
8249         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8250
8251         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8252         running.
8253         (wl-folder-*-glyph): No need to bind them.
8254
8255         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8256         `wl-e21-highlight-folder-group-icon'; rewrite.
8257         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8258         `defsubst' instead of `defun'.
8259         (wl-folder-mode-map): Bind it when compiling.
8260
8261 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8264
8265         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8266
8267 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8268
8269         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8270
8271 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8272
8273         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8274         (wl-highlight-folder-current-line): Use it.
8275
8276         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8277         in `id-name'.
8278
8279 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl.el: Require `wl-e21' when Emacs 21 is running.
8282
8283         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8284         default when Emacs 21 is running.
8285         (wl-use-highlight-mouse-line): Ditto.
8286         (wl-on-emacs21): New constant.
8287         (wl-on-emacs20): Removed.
8288
8289         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8290         Emacs 21 is running.
8291
8292         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8293         Emacs 21 is running.
8294
8295         * wl-e21.el: New file.
8296
8297 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8298
8299         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8300         (wl-toggle-plugged): Ditto.
8301         (wl-plugged-toggle): Ditto.
8302         (wl-plugged-toggle-all): Ditto.
8303
8304         * wl-vars.el (wl-plug-state-indicator): Refer
8305         `wl-plug-state-indicator-on' indirectly.
8306
8307 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8308
8309         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8310         Call `wl-folder-confirm-existence'.
8311
8312         * wl-folder.el (wl-folder-confirm-existence): Added optional
8313         argument `force'.
8314
8315 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8316
8317         * wl-summary.el (wl-summary-refile-subr): Assume
8318         `copy-or-refile' as symbol.
8319         (wl-summary-refile): Follow up above change.
8320         (wl-summary-copy): Ditto.  Doc fix.
8321
8322 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-summary.el (wl-summary-pick): Don't bind
8325         `elmo-search-mime-charset'.
8326
8327         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8328         default using old backquote style.
8329         (wl-search-mime-charset): Abolished.
8330
8331         * wl-highlight.el (wl-highlight-headers):
8332         Call `point' after `re-search-forward'(for Nemacs).
8333
8334         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8335         for elmo-imap4.el.
8336
8337 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8338
8339         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8340         `wl-message-ignored-field-list' instead of
8341         `mime-view-ignored-field-list'.
8342
8343         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8344         Add interactive spec.
8345         (wl-folder-goto-bottom-of-current-folder): Ditto.
8346         (wl-folder-mode-map): Bind them.
8347
8348         * wl-vars.el (wl-message-ignored-field-list): New variable.
8349         (wl-message-visible-field-list): New variable.
8350
8351         * wl-mime.el (wl-mime-header-presentation-method): New function.
8352         (wl-mime-setup): Set header-presentation-method.
8353
8354 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8355
8356         * wl-nemacs.el (wl-draft-overload-functions): Set
8357         `mode-line-buffer-identification' instead of using
8358         `wl-make-modeline'.
8359
8360         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8361         instead of using `wl-make-modeline'.
8362
8363         * wl-xmas.el (wl-plugged-init-icons): Set up
8364         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8365         (wl-make-modeline): Abolish.
8366         (wl-draft-overload-functions): Set
8367         `mode-line-buffer-identification' instead of using
8368         `wl-make-modeline'.
8369
8370         * wl-util.el (wl-make-modeline-subr): Abolish.
8371         (wl-mode-line-buffer-identification): New alias.
8372
8373         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8374         (wl-summary-make-modeline): Abolish.
8375         (wl-summary-buffer-set-folder): Set
8376         `wl-summary-buffer-folder-indicator'.
8377         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8378         of using `wl-make-modeline'.
8379         (wl-summary-switch-to-clone-buffer): Don't set
8380         `mode-line-buffer-identification'.
8381         (wl-summary-goto-folder-subr): Ditto.
8382
8383         * wl-mule.el (wl-draft-overload-functions): Set
8384         `mode-line-buffer-identification' instead of using
8385         `wl-make-modeline'.
8386
8387         * wl-folder.el (wl-folder-mode): Set
8388         `mode-line-buffer-identification' instead of using
8389         `wl-make-modeline'.
8390         (wl-folder): Don't set `mode-line-buffer-identification'.
8391
8392 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8393
8394         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8395         instead of `member' for `wl-refile-guess-func-list' look-ups.
8396         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8397
8398 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8399
8400         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8401         `wl-message-button-dispatcher'.
8402
8403         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8404
8405         * wl-message.el (wl-message-button-dispatcher): Use it.
8406
8407         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8408         "In-Reply-To".
8409
8410         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8411         Bind `case-fold-search' to t.
8412
8413 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8414
8415         * wl-xmas.el (wl-message-overload-functions): Initialize
8416         `wl-message-button-map'.
8417
8418         * wl-mule.el (wl-message-overload-functions): Initialize
8419         `wl-message-button-map'.
8420
8421         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8422
8423         * wl-message.el (wl-message-button-map): New keymap.
8424         (wl-message-add-button): New function.
8425         (wl-message-button-dispatcher): New function.
8426         (wl-message-button-refer-article): New function.
8427
8428         * wl-highlight.el
8429         (wl-highlight-message-add-buttons-to-header): New function.
8430         (wl-highlight-headers): Use it.
8431
8432 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8433
8434         * wl-summary.el (wl-summary-default-from): Use
8435         `wl-address-get-petname-1'.
8436         (wl-summary-simple-from): Ditto.
8437
8438         * wl-address.el (wl-address-get-petname-1): New inline function.
8439         (wl-address-get-petname): Use it.
8440
8441 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8442
8443         * wl-summary.el (wl-summary-default-from): Return full-name part
8444         from the address if no petname was found.
8445         (wl-summary-simple-from): Ditto.
8446
8447         * wl-address.el (wl-address-get-petname): Return nil if no petname
8448         associated with the address was found.
8449
8450 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8451
8452         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8453         display is finished.
8454
8455 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8458         `elmo-folder-exists-p' argument.
8459
8460 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8461
8462         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8463         the folder.
8464
8465 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8468
8469         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8470         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8471
8472 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8473
8474         * wl-folder.el (wl-folder-create-subr): New function.
8475         (wl-folder-confirm-existence): Use it.
8476         (wl-folder-check-one-entity): Use it.
8477         Check the error symbol is derived from 'elmo-open-error.
8478
8479         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8480         `ignore-error'.
8481
8482 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8483
8484         * wl-util.el (toplevel): Add (eval-when-compile (require
8485         'elmo-util)).  (Maybe `provide' is typo.)
8486
8487 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8488
8489         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8490         (I don't know why this was needed.)
8491
8492         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8493         Follow up changes for stream-type.
8494
8495         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8496         (wl-draft-elmo-nntp-send): Ditto.
8497
8498         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8499         (wl-nntp-posting-stream-type): Ditto.
8500         (wl-pop-before-smtp-ssl): Abolished.
8501         (wl-nntp-posting-ssl): Ditto.
8502
8503         * wl-address.el (wl-address-quote-specials): New function.
8504         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8505
8506         * wl-draft.el (wl-draft-reply): Ditto.
8507
8508 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8509
8510         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8511         use function `wl-string-match-assoc'.
8512
8513 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8516
8517         * wl-draft.el (wl-draft-deduce-address-list): New function.
8518         (wl-draft-parse-mailbox-list): Ditto.
8519         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8520         instead of `smtp-deduce-address-list'.
8521         (wl-draft-on-field-p): Follow group list.
8522
8523         * wl-address.el (wl-address-concat-token): New function.
8524         (wl-address-string-without-group-list-contents): Ditto.
8525         (wl-complete-field-body): Fixed problem of completion
8526         by japanese petname.
8527         (wl-address-make-completion-list): Rewrite.
8528
8529 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8530
8531         * wl-address.el (wl-address-make-completion-list): Completion by
8532         petname.
8533         (wl-complete-field-body): Likewise.
8534
8535 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8538         contains invalid address syntax.
8539
8540 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8541
8542         * wl-folder.el (wl-folder-check-entity-async): Use
8543         `elmo-nntp-spec-hostname'.
8544
8545 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8546
8547         * wl-summary.el (wl-summary-msgdb-load-async): Use
8548         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8549
8550 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-draft.el (wl-draft-reply): Set argument
8553         `content-transfer-encoding' as nil.
8554
8555 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8556
8557         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8558         `wl-refile-alist'.
8559
8560 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8561
8562         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8563         (wl-draft-edit-string): Ditto.
8564         (wl-draft-forward): Ditto.
8565         * wl-summary.el (wl-summary-write): Ditto.
8566
8567 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-summary.el (wl-summary-sync-update3): Call
8570         `wl-summary-buffer-number-column-detect'.
8571         (wl-summary-buffer-number-column-detect): Search from point-min.
8572
8573 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8574
8575         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8576         contains an address which is not included in original to or cc.
8577
8578 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8579
8580         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8581         begin-line does not exist.
8582         * wl-message.el (wl-message-uu-substring): Ditto.
8583
8584 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8587         clear local variables.
8588         (wl-summary-exit): Call `elmo-commit'.
8589         (wl-summary-switch-to-clone-buffer): Call
8590         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8591         (wl-summary-goto-folder-subr): Ditto.
8592
8593         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8594         POP folder.
8595
8596 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8597
8598         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8599         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8600         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8601         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8602         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8603         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8604
8605         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8606
8607 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8608
8609         * wl-summary.el (wl-summary-search-by-subject):
8610         Search parent message from the latest one.
8611
8612 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8613
8614         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8615         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8616
8617         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8618         New user option.
8619
8620         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8621         if elmo-nntp-use-killed-list is nil.
8622         Use `elmo-msgdb-append-to-killed-list'.
8623         (Append numbers confirmed as disappeared to the killed list.)
8624         (wl-summary-confirm-appends): Don't display negative number.
8625
8626 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8627
8628         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8629
8630 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8631
8632         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8633         range is `all'.
8634         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8635         `elmo-list-bigger-diff'.
8636
8637 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-summary.el (wl-summary-buffer-exit-func):
8640         New buffer local variable.
8641         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8642
8643 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8644
8645         * wl-demo.el (wl-demo): Fix the last change.
8646
8647 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8648
8649         * wl-demo.el (wl-demo): Don't use `eval'.
8650
8651 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8652
8653         * wl-summary.el (wl-summary-buffer-thread-modified):
8654         New buffer-local variable.
8655         (wl-summary-set-thread-modified): New function.
8656         (wl-summary-thread-modified-p): New function.
8657         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8658         (wl-summary-yank-saved-message): Use function
8659         `wl-summary-set-thread-modified'
8660         (wl-summary-switch-to-clone-buffer): Add
8661         `wl-summary-buffer-thread-modified'.
8662
8663         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8664         (wl-summary-buffer-mark-saved-hook): Ditto.
8665         * wl-summary.el (wl-summary-msgdb-save): New hook
8666         `wl-summary-buffer-message-saved-hook' and
8667         `wl-summary-buffer-mark-saved-hook'.
8668
8669 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8670
8671         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8672
8673 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8674
8675         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8676         don't hide scroll bars under FSF Emacsen because it may incur an
8677         undesirable redrawing.
8678
8679 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8680
8681         * wl-draft.el (wl-draft-edit-string): Call
8682         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8683
8684 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8685
8686         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8687
8688 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8689
8690         * wl-summary.el (wl-summary-msgdb-load-async): Call
8691         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8692
8693 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8694
8695         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8696         fringes in demo buffer; center bitmap logo correctly even if old
8697         Mule is used.
8698
8699 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8700
8701         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8702
8703         * wl-refile.el (wl-refile-subject-alist): New variable.
8704         (wl-refile-subject-alist-file-name): Ditto.
8705         (wl-refile-alist-setup): Rewrite.
8706         (wl-refile-alist-save): Use `elmo-object-save'.
8707         Eliminated arguments.
8708         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8709         (wl-refile-guess-by-subject): New function.
8710         (wl-refile-guess-func-list): Added it.
8711
8712 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8713
8714         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8715         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8716
8717 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8718
8719         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8720         New buffer-local variable.
8721         (wl-summary-buffer-next-folder-func): Ditto.
8722         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8723         if non-nil.
8724         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8725         if non-nil.
8726         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8727         if non-nil.
8728         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8729         if non-nil.
8730
8731 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8732
8733         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8734         permanently in the demo buffer.
8735
8736 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8739         `mime-entity-fetch-field'.
8740
8741         * wl.el (wl-exit): Delete plugged buffer.
8742
8743         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8744         XEmacs has menubar feature.
8745
8746 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8747
8748         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8749         cannot arrive at the beginning of the buffer under old Emacsen.
8750
8751 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-address.el (wl-address-ldap-search):
8754         Call `ldap-search-entries' with `withdn' argument t.
8755         (wl-complete-field-body): Bind completion-ignore-case as t.
8756         Clear ldap search hash when it was sole completion.
8757         Use elmo-string for pattern string.
8758         (wl-ldap-alias-safe-string): Eliminated needless let.
8759
8760 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8761
8762         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8763         (wl-ldap-alias-sep): New constant.
8764         (wl-ldap-search-attribute-type-list): Ditto.
8765         (wl-ldap-get-value): New function.
8766         (wl-ldap-make-filter): Ditto.
8767         (wl-ldap-make-matched-value-list): Ditto.
8768         (wl-ldap-alias-safe-string): Ditto.
8769         (wl-ldap-register-dn-string): Ditto.
8770         (wl-address-ldap-search): Rewrite.
8771
8772 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8773
8774         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8775         thread is deleted.
8776         (wl-thread-delete-line-from-buffer): Ditto.
8777         (wl-thread-get-exist-children): New function.
8778
8779 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8780
8781         * wl-demo.el (wl-demo): Made it to select various image types.
8782         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8783         from `wl-title-logo'.
8784         (wl-logo-ascii): New variable.
8785         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8786         (wl-demo-copyright-notice): New constant.
8787
8788         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8789
8790 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8791
8792         * wl-vars.el (wl-summary-target-above): Renamed from
8793         wl-summary-temp-above.
8794         * wl-score.el (wl-score-get-score-alist): Use it.
8795         (wl-summary-score-update-all-lines): Use it.
8796         * wl-summary.el: Ditto. (make-variable-buffer-local).
8797
8798 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * wl-vars.el (wl-ldap-port): New user option.
8801
8802         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8803         Rewite whole implementation.
8804         (wl-complete-field-body): Fixed.
8805
8806 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8807
8808         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8809         Choose implementation at compile time.
8810
8811 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8812
8813         * wl-address.el (wl-ldap-search-internal): New function.
8814         (wl-complete-field-to): Use it.
8815
8816 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8817
8818         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8819         Use `let' instead of `let*'.
8820         Require 'wl-vars.
8821
8822         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8823         Define as defcustom.
8824         (wl-ldap-base): Ditto.
8825         (wl-use-ldap): Ditto.
8826
8827 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8828
8829         * wl-address.el (wl-ldap-search): New function.
8830         (wl-complete-field-body): Use `wl-ldap-search'.
8831         (wl-ldap-server): New variable.
8832         (wl-ldap-base): Ditto.
8833         (wl-use-ldap): Ditto.
8834
8835 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8836
8837         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8838         (Pointed out by Mito <mit@nines.nec.co.jp>).
8839         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8840         buffer-local variables like `wl-summary-redisplay-internal'.
8841         (wl-summary-redisplay-all-header): Likewise.  Update
8842         Summary view too.
8843
8844 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-summary.el (wl-summary-jump-to-parent-message):
8847         Consider prefix argument.
8848
8849         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8850         when closed thread is deleted.
8851
8852 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8853
8854         * wl-summary.el (wl-summary-jump-to-parent-message):
8855         Consider thread modification.
8856
8857 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8858
8859         * wl-message.el (wl-message-normal-get-original-buffer): Use
8860         `save-excursion'.
8861
8862         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8863         (wl-summary-showto-folder-regexp): Ditto.
8864
8865 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8866
8867         * wl-util.el (wl-delete-alist): Doc fix.
8868         (wl-delete-associations): New function.
8869         (wl-inverse-alist): New function.
8870         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8871         Split temporary variables. Use `wl-delete-associations'
8872         and `wl-inverse-alist'.
8873         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8874
8875 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8876
8877         * wl-folder.el (wl-folder-prefetch-entity):
8878         Execute prefetching if new count is unknown.
8879
8880 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8881
8882         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8883
8884         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8885         delete entity.
8886         (wl-thread-set-parent): If insert as top, set linked as nil.
8887
8888         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8889         `wl-thread-cleanup-symbols' when view mode is thread.
8890
8891 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8892
8893         * wl-folder.el (wl-folder-create-folder-entity): Use
8894         with-current-buffer.
8895         (wl-local-folder-init): Call set-buffer to make sure we are in
8896         the Folder buffer. Don't touch buffer-local variables here.
8897         (wl-folder-mode): Initialize buffer-local variables here.
8898
8899         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8900         (wl-folder-entity-assign-id): Ditto.
8901         (wl-folder-create-entity-hashtb): Ditto.
8902         (wl-local-folder-init): Ditto.
8903         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8904
8905 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8906
8907         * wl-summary.el (wl-summary-default-from): Fix probrem when
8908         std11-extract-address-components return (nil "foo@bar").
8909
8910 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8911
8912         * wl-draft.el (wl-draft-clone-local-variables):
8913         Remove redundant `setq'.
8914
8915 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8918         Bind wl-highlight-x-face-func as nil while highlighting header.
8919
8920 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8921
8922         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8923
8924 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8925
8926         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8927         elmo-msgdb-overview-hashtb from copy-variables.
8928         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8929         instead of `elmo-msgdb-overview-get-entity-by-number'.
8930         (wl-summary-auto-refile): Ditto.
8931
8932         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8933         `elmo-msgdb-overview-get-entity' instead of
8934         `elmo-msgdb-search-overview-entity'.  Use
8935         `elmo-msgdb-overview-get-entity' instead of
8936         `elmo-msgdb-overview-get-entity-by-number'.
8937         (wl-thread-insert-entity-sub): Ditto.
8938         (wl-thread-insert-message): Ditto.
8939
8940         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8941         `elmo-msgdb-overview-get-entity'.
8942         (wl-normal-message-redisplay): Ditto.
8943
8944 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8945
8946         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8947         `wl-thread-entities'.
8948         (wl-thread-delete-message): Fix remove top message from
8949         `wl-thread-entity-list'.
8950
8951         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8952         wl-append(nconc), because update-list is broken on Meadow.
8953
8954         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8955         updating process.
8956         (wl-summary-rescan): Ditto.
8957         (wl-summary-sync-update3): Ditto.
8958         * wl-thread.el (wl-thread-set-parent): Renamed from
8959         `wl-summary-set-parent'.
8960         (wl-thread-insert-message): Updating buffer faster.
8961         (wl-thread-delete-message): Updating buffer faster.
8962
8963         * wl-score.el (wl-summary-score-update-all-lines): Changed
8964         interval for display progress gauge.
8965
8966 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8967
8968         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8969         folder always-sticky.
8970         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8971         defmacro.
8972
8973 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-vars.el (wl-draft-add-references): New user option.
8976
8977         * wl-draft.el (wl-draft-add-references): New function.
8978         (wl-draft-yank-from-mail-reply-buffer): Use it.
8979         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8980         as nil.
8981
8982 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8983
8984         * wl-thread.el (wl-thread-update-line-msgs): Called
8985         `wl-thread-update-line-on-buffer-sub'.
8986         (wl-thread-update-line-on-buffer): Delete routine of inserting
8987         thread.
8988         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8989         moved from `wl-thread-update-line-on-buffer'.
8990         Add threshold for displaying progress gauge.
8991         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8992         argument of `wl-thread-update-line-msgs'.
8993         Add threshold for displaying progress gauge.
8994         * wl-folder.el:
8995         Add threshold for displaying progress gauge.
8996         * wl-score.el: Ditto.
8997
8998         * wl-expire.el (wl-summary-expire): Display deleting info.
8999
9000 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9003         `no-msg'.
9004         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9005         argument of `wl-thread-update-line-msgs'.
9006         (wl-summary-set-parent): Added optional argument `parent-number'.
9007         (wl-summary-buffer-saved-message): New buffer local variable.
9008         (wl-summary-save-current-message): New command.
9009         (wl-summary-yank-saved-message): Ditto.
9010         (wl-summary-mode-map): Added key binding for
9011         `wl-summary-save-current-message' (\ew) and
9012         `wl-summary-yank-saved-message' (\C-y).
9013         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9014
9015 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9016
9017         * wl-summary.el (wl-summary-mode-map): Added key binding for
9018         `wl-summary-set-parent' (ts).
9019
9020 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9021
9022         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9023         subject faster. If thread number is reverse, delayed updating
9024         thread.
9025         (wl-summary-search-by-subject): Ditto.
9026         (wl-summary-put-alike): Ditto.
9027         (wl-summary-get-alike): Ditto.
9028         (wl-summary-insert-headers): Insert header of all overview in
9029         buffer.
9030         (wl-summary-rescan): Delayed updating thread. Kill search subject
9031         buffer for wl-summary-search-by-subject.
9032         (wl-summary-sync-update3): Ditto.
9033         (wl-summary-exit): Ditto.
9034         (wl-summary-goto-bottom-of-current-thread): Change for linked
9035         thread.
9036         (wl-summary-overview-create-summary-line): Change line for linked
9037         thread.
9038
9039         * wl-summary.el (wl-summary-update-thread): Use
9040         wl-thread-maybe-get-children-num.
9041         (wl-summary-set-parent): If change parent, move sub thread.
9042         (wl-summary-redisplay-internal): Add horizontal recenter.
9043         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9044
9045         * wl-thread.el (wl-thread-entity-get-linked): New function.
9046         (wl-thread-entity-set-linked): New function.
9047         (wl-thread-create-entity): Add linked element.
9048         (wl-thread-entity-insert-as-top): Use wl-append.
9049         (wl-thread-maybe-get-children-num): If closing thread, return
9050         children msgs.
9051         (wl-thread-update-line-msgs): Displaying progress message.
9052         (wl-thread-update-line-on-buffer-sub): Use
9053         wl-thread-maybe-get-children-num.
9054         (wl-thread-update-line-on-buffer): If update line is not exists,
9055         insert thread.
9056         (wl-thread-delete-message): If delete top msg of thread, search
9057         parent by subject.
9058         (wl-thread-insert-entity): Use
9059         wl-thread-maybe-get-children-num.
9060
9061         * wl-highlight.el (wl-highlight-summary-current-line): change
9062         sregexp for linked thread.
9063         * wl-util.el (wl-count-lines): Count lines.
9064         (wl-horizontal-recenter): horizontal recenter.
9065         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9066         (wl-score-get-alike): Ditto.
9067         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9068         (wl-subject-length-limit): New variable.
9069         (wl-highlight-thread-indent-string-regexp): Changed for linked
9070         thread.
9071
9072 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9075         New variable (revival).
9076         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9077         by subject matching if there's no in-reply-to nor references field
9078         (revival).
9079
9080 \f
9081 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9084         message.
9085
9086 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-summary.el (wl-summary-reply): Return t if there was a
9089         message at cursor point.
9090         Added unwind-protect.
9091         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9092         returns t.
9093         (wl-summary-cancel-message): Do nothing when there's no message at
9094         cursor point.
9095         (wl-summary-forward): Ditto.
9096         (wl-summary-jump-to-parent-message): Ditto.
9097         (wl-summary-reedit): Ditto.
9098         (wl-summary-edit-addresses): Ditto.
9099         (wl-summary-pipe-message): Ditto.
9100         (wl-summary-print-message-with-ps-print): Ditto.
9101         (wl-summary-print-message): Ditto.
9102         (wl-summary-mark-as-important): Ditto.
9103         (wl-summary-mark-as-unread): Ditto.
9104
9105         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9106         message at cursor point.
9107         (wl-summary-reply-with-citation): Remove unwind-protect.
9108
9109         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9110         subject searching feature.
9111         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9112         Eliminated.
9113
9114 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9117         New variable.
9118         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9119         by subject matching if there's no in-reply-to nor references field.
9120
9121         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9122
9123         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9124         when display is finished.
9125         (wl-folder-open-all): Ditto.
9126         (wl-folder-update-access-group): Ditto.
9127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9128         * wl-thread.el (wl-thread-close-all): Ditto.
9129
9130         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9131         progress gauge only when it was displayed.
9132         * wl-folder.el (wl-folder-insert-entity): Ditto.
9133
9134 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9135
9136         * wl-summary.el (wl-summary-incorporate): Enclose
9137         `wl-summary-sync-force-update' with save-excursion.
9138
9139 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9140
9141         * wl-summary.el (wl-summary-prefetch-region):
9142         Pass current cursor point to `pos-visible-in-window-p' after
9143         moving cursor to the started point.
9144
9145 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9148
9149         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9150         fields from the forwarding message.
9151         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9152         `ignored-fields'.
9153
9154 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-mime.el (wl-message-request-partial):
9157         Eliminated argument `msgdb'.
9158         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9159         (wl-mime-combine-message/partial-pieces): Likewise.
9160         * tm-wl.el (wl-message-request-partial): Likewise.
9161         (wl-mime-combine-message/partial-pieces): Likewise.
9162
9163 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9164
9165         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9166         when display is finished.
9167
9168 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9169
9170         * wl-summary.el (wl-summary-goto-folder-subr):
9171         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9172
9173 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9176         when cursor point is visible.
9177
9178 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-expire.el (wl-expire-archive-get-max-number):
9181         Don't use `file-name-directory'.
9182
9183 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-expire.el (wl-expire-archive-get-max-number):
9186         Use `file-name-directory'.
9187
9188 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9191         only when there is progress.
9192
9193 2000-04-13  Mito <mit@nines.nec.co.jp>
9194
9195         * wl-summary.el (wl-summary-sync-marks): Display progress.
9196
9197 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9198
9199         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9200         (wl-summary-prev): Move cursor regardless of unread status.
9201         (wl-summary-next): Ditto.
9202
9203 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9204
9205         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9206         Added argument `target' and `number'.
9207         * tm-wl.el (wl-summary-burst-subr): New function.
9208         (wl-summary-burst): Use it.
9209
9210 2000-04-10  Mito <mit@nines.nec.co.jp>
9211
9212         * wl-mime.el (wl-burst): New function.
9213         (wl-summary-burst): Use it.
9214
9215 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9216
9217         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9218         as petname when there's no candidate.
9219
9220 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9223         New variable.
9224         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9225
9226         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9227
9228         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9229
9230 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9233         Use substring of `original' instead of buffer-substring.
9234         (wl-refile-evaluate-rule):
9235         Set `original' argument of wl-refile-expand-newtext.
9236
9237         * wl-summary.el
9238         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9239         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9240         (wl-summary-auto-refile): Check existence of destination folder just
9241         before marking.
9242
9243 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9244
9245         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9246         when wl-refile-get-field-value return nil.
9247
9248 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9249
9250         * wl-refile.el
9251         (wl-refile-expand-newtext): New function imported from Gnus.
9252         (wl-refile-evaluate-rule): Use it.
9253
9254 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9255
9256         * wl-summary.el (wl-summary-print-destination):
9257         Duplicate folder string to avoid putting text-property on
9258         original string.
9259
9260         * wl-refile.el (wl-refile-get-field-value): New function.
9261         (wl-refile-evaluate-rule): New function;
9262         Evaluate refile rule recursively.
9263         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9264         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9265         New function; Check existence of a target folder recursively.
9266         (wl-summary-auto-refile-check-refile-rule-alist):
9267         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9268
9269 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9272
9273         * wl-folder.el (wl-create-folder-entity-from-buffer):
9274         Fixed problem when '}' character is contained in folder name.
9275
9276         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9277
9278 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9279
9280         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9281         (wl-fldmgr-add-completion-all-completions):
9282         Use wl-fldmgr-add-completion-hashtb.
9283
9284 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9285
9286         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9287         wl-fldmgr-add-completion-subr): New functions.
9288         * wl-folder.el (wl-folder-completion-func): New variable.
9289         * wl-summary.el (wl-summary-read-folder):
9290         Use wl-folder-completion-func.
9291
9292         * wl-refile.el: Eliminate throw & catch.
9293
9294         * wl.el (wl-plugged-sending-queue-status): Fixed.
9295
9296 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9297
9298         * wl-draft.el (wl-draft): Put category property on
9299         mail-header-separator.