a4099eb081b07e24c5819fd7715d041d554f5ba4
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
4         change of return value of elmo-folder-count-flags.
5
6         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
7         (wl-summary-mark-as-read-internal): Ditto.
8         (wl-summary-set-persistent-mark-internal): Ditto.
9         (wl-summary-folder-info-update): Ditto.
10         (wl-summary-sync-update): Fixed the last change.
11
12         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
13
14 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
15
16         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
17         (wl-draft-kill-flags): Fixed docstring.
18
19         * wl-draft.el (wl-draft-kill-flags): New function.
20         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
21
22 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
23
24         * wl-vars.el (wl-reply-hook): Abolish.
25         (wl-draft-reply-hook): New hook.
26         (wl-summary-reply-hook): Ditto.
27         (wl-draft-forward-hook): Ditto.
28         (wl-summary-forward-hook): Ditto.
29         (wl-draft-kill-flags): New variable.
30
31         * wl-summary.el (wl-summary-mark-as-answered-region): Use
32         wl-summary-set-persistent-mark-internal.
33         (wl-summary-sync-marks): Use elmo-preserved-flags.
34         (wl-summary-update-persistent-mark): Make it interactive.
35         (wl-summary-set-persistent-mark-internal): New inline function.
36         (wl-summary-mark-as-answered): Use it.
37         (wl-summary-mark-as-unanswered): Ditto.
38         (wl-summary-unset-persistent-mark): New function.
39         (wl-summary-set-persistent-mark): Ditto.
40         (wl-summary-reply): Don't set answered flag;
41         Run wl-summary-reply-hook instead.
42         (wl-summary-forward): Call wl-draft-forward with number.
43         Run wl-summary-forward-hook.
44
45         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
46         (wl-highlight-summary-line-face-spec): Use it as a default
47         persistent mark face.
48
49         * wl-draft.el (wl-draft-forward): Added optional argument number;
50         Set wl-draft-parent-number; Run wl-draft-forward-hook.
51         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
52         (wl-draft-kill): Use wl-draft-kill-flags.
53
54         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
55
56         * wl-folder.el (wl-folder-check-one-entity): Follow the change
57         of return value of elmo-folder-count-flags.
58
59         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
60
61         * wl-summary.el (wl-summary-count-unread): Ditto.
62         (wl-summary-sync-update): Follow the change above.
63         (wl-summary-force-prefetch): New function.
64
65 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
66
67         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
68         variable `buf' with `let' instead of `setq'.
69
70 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
71
72         * wl-mime.el (wl-message-delete-current-part): If filename exists,
73         add Content-Disposition heaeder on the deleted part.
74
75 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
76
77         * wl-draft.el (wl-draft-save): Encode address list under edit by
78         `eword-encode-unstructured-field-body'.
79
80         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
81
82 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
83
84         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
85         wl-current-summary-buffer.
86
87 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
88
89         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
90         `numbers' is ignored.
91
92 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-folder.el (wl-folder-open-folder): Avoid error.
95         Reported by John Owens, [wl-en:815]
96
97         * wl.el (wl): Set timer for biff process even if prefix argument
98         is given or auto-checking is quitted.
99
100         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
101         immediately.
102         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
103         (wl-toggle-plugged): Ditto.
104
105         * wl-vars.el (wl-biff-use-idle-timer): New variable.
106         * wl-util.el (wl-biff-start): Use idle timer if
107         `wl-biff-use-idle-timer' is non-nil.
108
109 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-highlight.el (wl-highlight-message): Fix description.
112
113 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
114
115         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
116         tty.
117
118 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
119
120         * wl-action.el (wl-summary-exec): Print failure count.
121
122 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
125         to `defun', remove interactive form.
126         Set elmo-message-fetch-confirm when force-reload is non-nil.
127
128 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-summary.el (toplevel): Removed unnecessary autoload.
131
132 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
133
134         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
135         the buffer is generated from another message buffer.
136
137 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
140         extracted from `wl-fldmgr-save-folders'.
141         (wl-fldmgr-delete): Call it after deletion.
142
143 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
146         multi-tty support.
147
148 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
149
150         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
151
152 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
153
154         * wl-summary.el (wl-summary-rescan): Remove unused variables.
155         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
156
157 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
160         unsubscribe list only if argument CLEAR is nil.
161
162 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-draft.el (wl-draft-reply): Decode subject before removing
165         Re: prefix.
166
167 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
168
169         * wl-summary.el (wl-summary-sort-by-size): New command.
170
171 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-summary.el (wl-summary-number-list-from-region): New
174         function.
175         (wl-summary-mark-as-read-region): Use it.
176         (wl-summary-mark-as-unread-region): Ditto.
177         (wl-summary-set-flags-region): Ditto and add optional argument
178         remove.
179         (wl-summary-mark-as-answered-region): Ditto.
180         (wl-summary-mark-as-important-region): Ditto.
181         (wl-summary-target-mark-mark-as-important): Added optional
182         argument remove.
183         (wl-summary-target-mark-mark-as-answered): Ditto.
184         (wl-summary-target-mark-set-flags): Ditto.
185
186 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-summary.el (wl-summary-set-flags-region): Call
189         `wl-summary-set-flags-internal' with number list instead of call
190         one by each message.
191         (wl-summary-target-mark-set-flags): Likewise.
192
193 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
194
195         * wl-summary.el (wl-summary-target-mark-operation): Add optional
196         argument `inverse' and use `wl-summary-delete-all-target-marks'.
197         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
198         (wl-summary-target-mark-mark-as-answered): Likewise.
199
200 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-summary.el (wl-summary-target-mark-forward): Use
203         `wl-summary-delete-all-target-marks' instead of
204         `wl-summary-delete-all-temp-marks'.
205         (wl-summary-target-mark-reply-with-citation): Ditto.
206         (wl-summary-target-mark-uudecode): Ditto.
207         (wl-summary-target-mark-set-flags): Ditto and remove needless
208         cursor move.
209
210 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-summary.el (wl-summary-target-mark-forward): Protect
213         wl-summary-buffer-target-mark-list from nreverse.
214         (wl-summary-target-mark-reply-with-citation): Ditto.
215
216 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
217
218         * wl-thread.el (wl-thread-update-indent-string-thread): Use
219         `elmo-display-progress-threshold'.
220
221 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
222
223         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
224         check `wl-summary-highlight'.
225         (wl-summary-window-scroll-functions): Respect value of
226         `wl-summary-highlight'.
227         (wl-summary-sync-update): Run hooks
228         `wl-summary-buffer-window-scroll-functions' at any time.
229
230 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
233         from `wl-summary-cleanup-temp-marks'.
234         (wl-summary-cleanup-temp-marks): Abolish argument.
235         * wl.el (wl-save-status): Revert previous change.
236         (wl-execute-temp-marks): New function, call
237         `wl-summary-exec-with-confirmation'.
238         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
239         (wl-folder-save-and-exec-marks): Abolished.
240
241 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-e21.el (wl-e21-display-image-p): Respect
244         `wl-highlight-folder-with-icon'.
245         (wl-e21-highlight-folder-group-line): Highlight mouse line
246         even if wl-e21-display-image-p is nil.
247
248         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
249         Respect value of `wl-summary-highlight'.
250
251         * wl.el (wl-save-status): Remove unused variable.
252
253         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
254         (wl-folder-mode-map): Bind it to "x".
255
256 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
257
258         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
259
260         * wl-thread.el (wl-thread-get-parent-list): Don't check
261         disconnected ancestors, neglecting needless work in
262         `wl-thread-update-indent-string-thread'.
263
264         * wl.el (wl-save): Take prefix argument to execute remaining marks.
265         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
266         argument, add argument default-keep to keep marks by default.
267
268         * Version number is increased to 2.11.30.
269
270         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
271         customization type and docstring.
272         (wl-draft-reply-without-argument-list): Ditto.
273
274 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
277
278         * wl-spam.el (wl-spam-mark-action-list): Ditto.
279
280 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
283
284 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
285
286         * wl-draft.el (wl-draft-config-exec): Narrow the range of
287         save-excursion so as not to include run-hooks.
288
289 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
290
291         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
292         Clarify that marks are going to be cleared.
293
294 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
297         according to 3rd element of wl-summary-flag-mark.
298
299         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
300
301 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-action.el (wl-summary-target-mark-all): Don't set
304         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
305
306 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
309         (wl-forward-subject-prefix): Ditto.
310         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
311         (wl-draft-reply-make-subject): Ditto.
312
313         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
314         `wl-draft-forward'.
315         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
316
317 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
318
319         * wl-action.el (wl-summary-target-mark-set-action): Stop if
320         target message does not exist.
321
322 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
323
324         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
325         `wl-subject-prefix-regexp'.
326         (wl-subject-forward-prefix-regexp): New variable.
327         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
328         `wl-draft-strip-subject-re' and take regexp as argument.
329         (wl-draft-forward): Use it.
330         (wl-draft-reply): Ditto.
331
332 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
333
334         * wl-e21.el (wl-highlight-plugged-current-line): Change for
335         emacs multi-tty support.
336
337 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
338
339         * wl-e21.el (wl-e21-display-image-p): Don't call
340         `display-images-p'.
341         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
342         support.
343         (wl-highlight-folder-current-line): Ditto.
344         (wl-folder-init-icons): Ditto.
345
346 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
347
348         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
349         the last line of summary in unplugged mode.
350
351 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
352
353         * wl-vars.el (wl-refile-rule-alist): Doc fix.
354
355 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-vars.el (wl-user-mail-address-regexp): New variable.
358         * wl-address.el (wl-address-user-mail-address-p): Use it.
359         (wl-address-delete-user-mail-addresses): Ditto.
360         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
361
362         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
363         (wl-address-delete-user-mail-addresses): Ditto.
364
365         * wl-address.el (wl-address-delete-user-mail-addresses): New
366         function.
367         * wl-refile.el (wl-refile-guess-by-history): Use it.
368         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
369         (wl-draft-make-mail-followup-to): Ditto and fix logic.
370
371         * wl-draft.el (wl-draft-edit-string): To judge sender address,
372         use wl-address-user-mail-address-p.
373
374 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
377         after opening group.
378
379 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
382         of elmo-set-buffer-multibyte.
383
384         * wl-message.el (wl-original-message-mode): Ditto.
385
386         * wl-score.el (wl-score-insert-header): Ditto.
387
388         * wl-summary.el
389         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
390         (wl-summary-goto-folder-subr): Ditto.
391         (wl-summary-insert-headers): Ditto.
392
393         * wl-util.el (wl-set-string-width): Ditto.
394
395         * Version number is increased to 2.11.29.
396
397 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
398
399         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
400         (wl-highlight-summary-line-help-echo-alist): New variable.
401         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
402         into `wl-highlight-summary-line-help-echo' and
403         `wl-highlight-flag-folder-help-echo'.
404         (wl-highlight-summary-line-string): Change accordingly.
405         (wl-highlight-summary-current-line): Ditto.
406
407 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
408
409         * wl-highlight.el (wl-highlight-message): Ignore white spaces
410         at the beginning of field body (Thanks to Markus Knittig).
411
412         * wl-draft.el (wl-draft-insert-current-message): Also check
413         summary buffer, remove unnecessary tag.
414
415 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-draft.el (wl-draft-insert-current-message): Cause error also
418         when wl-message-buffer is nil.
419
420         * wl-folder.el (wl-folder): Abolish unused argument.
421         Call wl-folder-init when wl-folder-entity is nil.
422         * wl.el (wl): Change accordingly.
423
424 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
427         multibyte string before insert into draft buffer.
428         (wl-draft-create-buffer): Always enable multibyte characters for
429         draft buffer.
430
431         * Version number is increased to 2.11.28.
432
433 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-folder.el (wl-folder-open-close): Handle blank line.
436         (wl-folder-jump-to-current-entity): Ditto.
437
438 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * Version number is increased to 2.11.27.
441
442 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-thread.el (wl-thread-insert-message): When the thread is
445         devided by wl-summary-max-thread-depth, insert line at the end of
446         buffer.
447
448 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * Version number is increased to 2.11.26.
451
452 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
453
454         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
455
456 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
459         value of stream-type and session.
460
461 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * Version number is increased to 2.11.25.
464
465 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
466
467         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
468         in a quit message.
469
470 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
473         (wl-summary-redisplay-no-mime-internal): Ditto.
474
475 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
478         * wl-vars.el (wl-smtp-connection-type): Ditto.
479
480 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
481
482         * wl-highlight.el (wl-highlight-message): Change to strict regexp
483         for the separator line and quote mail-header-separator.
484
485 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-spam.el (wl-message-check-spam): Fixed problem no display
488         result message.
489
490         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
491         `elmo-multiple-fields-body-list' with boundary as
492         mail-header-separator.
493
494 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
495
496         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
497
498 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
499
500         * wl-util.el (wl-list-diff): Remove unused function.
501
502         * wl-draft.el (wl-draft-send-confirm): Discard input before
503         confirmation.
504
505 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
508         order of flag and new.
509
510 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-vars.el (wl-refile-policy-alist): Abolished.
513
514         * wl-action.el (wl-summary-set-action-refile): Follow the change
515         above.
516
517 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * wl-highlight.el (wl-highlight-signature-search): Don't use
520         re-search-backward for a long word since it is possible to crash
521         XEmacs because of a bug.
522
523 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
524
525         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
526
527 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
528
529         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
530         argument for wl-summary-sync-force-update.
531
532 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
533
534         * wl-summary.el (wl-summary-mode-map): Revival of
535         wl-summary-mark-as-important related bindings;
536         Bind 'F','tF','mF','rF','m&'.
537         (wl-summary-mark-as-important-region): Revival.
538         (wl-summary-target-mark-mark-as-important): Ditto.
539         (wl-summary-target-mark-operation): New function.
540         (wl-summary-target-mark-mark-as-answered): Use it.
541         (wl-summary-decide-flag): Don't set Important as default.
542         (wl-summary-mark-as-important-internal): Revival.
543         (wl-summary-mark-as-important): Ditto.
544
545         * wl-thread.el (wl-thread-mark-as-important): Ditto.
546
547         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
548         instead of facep.
549
550 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
551
552         * wl-dnd.el (wl-dnd-drop-func): Fix.
553
554         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
555         mouse-set-point instead of posn-point.
556
557         * wl-xmas.el (wl-completing-read-multiple): Define as function.
558
559         * wl-mule.el (wl-completing-read-multiple): Ditto.
560
561 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-demo.el (face-background-name): Defalias to avoid compile
564         warning.
565
566 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
567
568         * wl-summary.el (wl-summary-decide-flag): Use
569         wl-completing-read-multiple instead of completing-read-multiple.
570
571         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
572         New alias.
573
574         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
575         Use face-background-name instead of face-background.
576
577         * wl-vars.el (wl-summary-save-file-suffix): New user option.
578
579         * wl-summary.el (wl-summary-save): Use it.
580         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
581
582         * wl-mime.el (wl-mime-save-content): Fix last change.
583
584 2004-02-10  Len Trigg <lenbok@myrealbox.com>
585
586         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
587         New function.
588         (wl-summary-sort-specs): Added sort.
589         * wl-mime.el (wl-mime-save-content): Expand file name.
590
591 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
592
593         * wl-mime.el (wl-draft-preview-message): Fixed typo.
594
595         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
596
597 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
600         for flag if it is not defined.
601
602 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
603
604         * wl-e21.el (wl-highlight-folder-current-line): Use
605         elmo-folder-type-internal when elmo-folder-type returns nil.
606
607         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
608
609         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
610
611         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
612
613         * wl-e21.el (wl-summary-toolbar): Ditto.
614
615         * wl-vars.el (wl-demo-background-color): Abolished.
616         (wl-summary-persistent-mark-priority-list): Renamed from
617         wl-summary-flag-priority-list.
618         (wl-summary-flag-alist): New user option.
619         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
620         (wl-message-mode-line-format-spec-alist): Added 'F'.
621         (wl-message-mode-line-format): Likewise.
622         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
623         instead of wl-summary-important-mark.
624         (wl-file-folder-icon): New variable.
625
626         * wl-thread.el (wl-thread-set-flags): Renamed from
627         wl-thread-mark-as-important.
628
629         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
630         warning.
631         (wl-summary-mode-menu-spec): Follow the change of 
632         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
633         (wl-summary-mode-map): Follow the change of
634         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
635         (wl-summary-detect-mark-position): Follow the variable name change.
636         (wl-summary-set-flags-region): New function for the replacement of
637         wl-summary-mark-as-important-region.
638         (wl-summary-sync-marks): Sync all global-flags.
639         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
640         instead of elmo-message-flagged-p.
641         (wl-summary-persistent-mark-string): Follow the variable name change;
642         Put wl-summary-flag-mark if the message has global-flag.
643         (wl-summary-target-mark-set-flags): Renamed from 
644         wl-summary-target-mark-mark-as-important.
645         (wl-summary-decide-flag): New function.
646         (wl-summary-set-flags-internal): Renamed from
647         wl-summary-mark-as-important-internal.
648         (wl-summary-add-flags-internal): New function.
649         (wl-summary-remove-flags-internal): Ditto.
650         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
651         (wl-summary-mark-as-unimportant): Abolish.
652         (wl-summary-move-spec-alist): Changed `important' to `digest'.
653         (wl-summary-next-message): List flagged messages in the msgdb.
654
655         * wl-score.el (wl-summary-score-update-all-lines): Use
656         wl-summary-add-flags-internal instead of 
657
658         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
659
660         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
661         from wl-message-buffer-cur-flag (To avoid misunderstanding).
662         (wl-message-buffer-require-all-header): Renamed from
663         wl-message-buffer-all-header-flag (Ditto).
664         (wl-message-buffer-flag-indicator): New variable.
665         (wl-message-redisplay): Changed local varibale name from `flag' to
666         `display-type'; Set up wl-message-buffer-flag-indicator.
667         (wl-message-buffer-display): Changed varibale name from `flag' to
668         `display-type'.
669         (wl-message-display-internal): Likewise.
670
671         * wl-highlight.el (wl-highlight-demo-face): Define default background
672         color.
673         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
674
675         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
676
677         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
678         (wl-demo-setup-properties): Renamed from
679         `wl-demo-set-background-color'.
680         (wl-demo): Follow the change above.
681         
682         * Version number is increased to 2.11.24.
683
684 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
685
686         * wl-summary.el (wl-summary-toggle-thread): Call
687         `wl-summary-rescan' with disable-thread as non-nil.
688         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
689
690 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
691
692         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
693         foreground property of the face.
694         (wl-demo-insert-text): Don't set up face property here.
695         (wl-demo): Call wl-demo-set-background-color, anyway.
696
697 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-vars.el (wl-demo-background-color): The value can be nil.
700
701 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
702
703         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
704         to wl-summary-wheel-dispatcher.
705
706         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
707         wl-message-wheel-dispatcher.
708         (wl-message-wheel-dispatcher): New function.
709         (wl-summary-wheel-dispatcher): Ditto.
710
711 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
712
713         * wl-action.el (wl-summary-target-mark-all): List messages which are
714         not in the killed-list.
715
716         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
717         only when the folder is 'flag/important.
718
719         * wl-address.el (wl-complete-field-body): Complete if the last
720         character is a space.
721
722 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-folder.el (wl-folder-clear-entity-info): Use
725         elmo-clear-hash-val.
726
727         * wl-fldmgr.el (wl-fldmgr-rename): Set
728         wl-folder-info-alist-modified as t.
729
730 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
733
734 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
737         (wl-folder-buffer-last-visited-entity-id): New buffer local
738         variable.
739         (wl-folder-revisit-last-visited-folder): New function.
740         (wl-folder-mode-map): Bind it to "C-i".
741         (wl-folder-set-current-entity-id): Set last visited folder.
742         * wl-summary.el (wl-summary-exit): Ditto.
743
744 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
745
746         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
747         before calling `recenter' in order to cope with an XEmacs bug.
748
749 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
752         to the default value.
753
754 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
757         change.
758         (wl-summary-sync-marks): Ditto.
759         (wl-summary-mark-as-read-internal): Ditto.
760         (wl-summary-mark-as-answered-internal): Ditto.
761         (wl-summary-mark-as-important-internal): Ditto.
762         (wl-summary-reply): Ditto.
763
764         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
765         instead of `elmo-folder-unflag-answered'.
766
767         * Version number is increased to 2.11.23.
768
769         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
770         the last change.
771
772 2004-01-11  Kenichi Okada  <okada@opaopa.org>
773
774         * wl-spam.el (wl-summary-exec-action-refile-with-register):
775         Specify "spam" or "good".
776
777 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
778
779         * wl-spam.el (wl-summary-exec-action-spam): Call
780         wl-folder-confirm-existence for spam folder.
781         (wl-spam-setup): Bind "mk".
782
783 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
786
787 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
788
789         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
790         destination folder is empty.
791
792 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
793
794         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
795         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
796
797         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
798         (wl-summary-refile-prev-destination-region): New function.
799         (wl-thread-refile-prev-destination): Ditto.
800         (wl-summary-target-mark-refile-prev-destination): Ditto.
801
802 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
803
804         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
805         (wl-demo-background-color): Changed default value.
806
807         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
808         color.
809
810         * wl-demo.el (wl-demo-set-background-color): New function.
811         (wl-demo): Call it.
812
813 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
814
815         * wl-address.el (wl-address-delete): Avoid mis-deleting.
816         * wl-address.el (wl-address-add-or-change): Don't add empty
817         address.
818
819 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
820
821         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
822
823 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
824
825         * wl-vars.el (wl-demo-image-filter-alist): New variable
826         (wl-demo-background-color): Ditto.
827
828         * wl-demo.el (wl-demo-xpm-set-background): New function.
829         (wl-demo-image-filter): Ditto.
830         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
831
832         * wl-vars.el (wl-demo-icon-name-alist): New variable.
833
834         * wl-demo.el (wl-demo-icon-name): Define as function.
835         (wl-demo-insert-image): Use it.
836
837 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
838
839         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
840
841 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
842
843         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
844
845 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
848
849 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-thread.el (wl-thread-mark-as-answered): New function.
852
853         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
854         answered" entry.
855         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
856         "r&" and wl-thread-mark-as-answered to "t&".
857         (wl-summary-mark-as-important-region): Refine to toggle mark.
858         (wl-summary-mark-as-answered-region): New function.
859         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
860         and 3rd argument.
861         (wl-summary-mark-as-important-internal): Likewise.
862
863 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
864
865         * wl-template.el (wl-template-preview): New internal variable.
866         (wl-template-preview-p): New function.
867         (wl-template-show): Bind `wl-template-preview' as t.
868
869 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
872         `elmo-message-entity-field' with 3rd argument which is non-nil.
873
874 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
875
876         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
877         Removed duplicate local bind `folder'.
878
879 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
882
883 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
886         duplicate definition.
887
888 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
889
890         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
891         non-nil, use it; Don't fetch message if there's no message in the
892         current cursor position.
893
894 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
895
896         * wl-util.el (wl-region-exists-p): Use region-active-p.
897         (wl-deactivate-region): New function.
898         * wl-message.el (wl-message-redisplay): Deactivate region.
899
900         * wl-summary.el (wl-summary-reply): Call
901         `wl-summary-set-message-buffer-or-redisplay' instead of
902         `wl-summary-redisplay-internal', don't move point.
903
904 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
907         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
908         by regexp.
909
910 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
911
912         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
913         if no need.
914
915 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
918         default value to nil.
919         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
920         `wl-summary-prepare-hook'; Replace refile action to
921         `wl-summary-exec-action-refile-with-register'.
922
923         * Version number is increased to 2.11.22.
924
925 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-summary.el (wl-summary-detect-mark-position): Set
928         `wl-summary-buffer-weekday-name-lang'.
929
930 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
931
932         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
933         (wl-summary-mark-as-read-all): Ditto.
934         (wl-summary-delete-messages-on-buffer): Ditto.
935         (wl-summary-sync-update): Ditto.
936         (wl-summary-mark-as-read-internal): Ditto.
937         (wl-summary-mark-as-answered-internal): Ditto.
938         (wl-summary-update-folder-info): Abolished.
939
940 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * wl-summary.el (wl-summary-mark-as-read-all): Use
943         `wl-summary-update-folder-info' instead of
944         `wl-folder-update-unread'.
945
946 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
947
948         * wl-summary.el (wl-summary-update-folder-info): New function derived from
949         `wl-summary-folder-info-update'.
950         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
951         instead of `wl-summary-folder-info-update'.
952         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
953         `wl-folder-set-folder-updated'.
954         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
955         instead of `wl-folder-update-unread'.
956         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
957         the value of `wl-summary-buffer-unread-count' for the second parameter of
958         `wl-folder-update-unread'.
959
960         * Version number is increased to 2.11.21.
961
962 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
963
964         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
965         a local variable.
966
967 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
968
969         * wl-spam.el (wl-summary-mark-spam): Show message only if call
970         interactively.
971
972         * wl-summary.el (wl-summary-mark-as-important-internal): New
973         internal function.
974         (wl-summary-mark-as-important): Use it.
975         (wl-summary-mark-as-unimportant): New function.
976         (wl-summary-sync-marks): Follow the API change.
977
978         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
979
980         * wl-mime.el (wl-summary-burst): Check target folder is writable.
981
982 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
983
984         * wl-folder.el (wl-folder-update-unread): Re-indent.
985         Narrow the scope of a local variable.
986
987 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
988
989         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
990         (wl-addrmgr-merge-entries): Ditto.
991         (wl-addrmgr): Added to address entry which exists in draft buffer
992         if no entry is in original.
993
994 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
995
996         * wl-batch.el: New file.
997
998 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
999
1000         * wl-vars.el (wl-use-semi): Remove unused variable.
1001
1002 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1003
1004         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1005         "?".
1006
1007 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1010         wl-summary-new-mark.
1011         (wl-summary-new-cached-mark): New user option.
1012         (wl-summary-score-marks): Follow the change above.
1013         (wl-summary-auto-refile-skip-marks): Ditto.
1014         (wl-summary-incorporate-marks): Ditto.
1015         (wl-summary-expire-reserve-marks): Ditto.
1016
1017         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1018
1019         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1020         (wl-summary-persistent-mark-string): Distinguished between cached
1021         and uncached mark when the message is new.
1022
1023 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-spam.el (wl-spam-domain): Renamed from
1026         `wl-spam-folder-guess-domain'.
1027         (wl-summary-exec-action-spam): Register as spam if domain of the
1028         source folder is good.
1029         (wl-summary-exec-action-refile-with-register): Register message if
1030         domain of the source folder is not undecided.
1031
1032 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1035         detect thread loop.
1036
1037 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1040         and wl-summary-skip-mark-list.
1041
1042 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1043
1044         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1045
1046         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1047
1048         * wl-spam.el (toplevel): Require wl-highlight.
1049         (wl-spam-auto-check-policy-alist): Abolish.
1050         (wl-spam-auto-check-folder-regexp-list): New user option.
1051         (wl-spam-auto-check-marks): Ditto.
1052         (wl-spam-mark-action-list): Ditto.
1053         (wl-highlight-summary-spam-face): New face.
1054         (wl-spam-auto-check-message-p): New function.
1055         (wl-spam-map-spam-messages): Fixed message.
1056         (wl-spam-register-spam-messages): Ditto.
1057         (wl-spam-register-good-messages): Ditto.
1058         (wl-summary-spam-map): Add and remove keybind.
1059         (wl-summary-target-mark-spam): Abolish.
1060         (wl-summary-refile-spam): Ditto.
1061         (wl-summary-test-spam): New function.
1062         (wl-summary-mark-spam): Ditto.
1063         (wl-summary-auto-check-spam): Follow the above change.
1064         (wl-summary-exec-action-spam): New function.
1065         (wl-summary-exec-action-refile-with-register): Fixed message.
1066         (wl-message-check-spam): New function.
1067         (wl-spam-setup): Ditto.
1068         (toplevel): Call it if this file is loaded interactivity.
1069
1070         * Version number is increased to 2.11.20.
1071
1072 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1075         when new optional argument `force' is non nil or modified.
1076
1077 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl.el (toplevel): Require wl-spam when compile.
1080         (wl-save-status): Call wl-spam-save-status.
1081
1082         * wl-spam.el (wl-spam-register-spam-messages): New function.
1083         (wl-spam-register-good-messages): Ditto.
1084         (wl-spam-save-status): Ditto.
1085         (wl-summary-mode-map): Bind
1086         wl-summary-target-mark-register-as-spam to "ms" and
1087         wl-summary-target-mark-register-as-good to "mn".
1088         (wl-summary-register-as-spam): Abolish optional argument; Use
1089         wl-spam-register-spam-messages.
1090         (wl-summary-register-as-spam-all): Use
1091         wl-spam-register-spam-messages.
1092         (wl-summary-register-as-good): Abolish optional argument; Use
1093         wl-spam-register-good-messages.
1094         (wl-summary-register-as-good-all): Use
1095         wl-spam-register-good-messages.
1096         (wl-summary-target-mark-register-as-spam): New funtion.
1097         (wl-summary-target-mark-register-as-good): Ditto.
1098
1099 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-spam.el: New file.
1102
1103 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1106
1107         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1108         (wl-summary-auto-refile): Call wl-refile-guess with
1109         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1110
1111 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1114         with disable-thread argument non-nil.
1115
1116 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1117
1118         * wl-summary.el (wl-summary-rescan): Added optional argument
1119         disable-thread.
1120         (wl-summary-sync): Call wl-summary-rescan with argument
1121         disable-thread.
1122         (wl-summary-input-range): Added new range `rescan-thread'.
1123
1124 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1125
1126         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1127
1128 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1131         internal variable.
1132         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1133         wl-summary-search-parent-by-subject-regexp and
1134         wl-summary-divide-thread-when-subject-changed as nil.
1135         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1136         (wl-summary-insert-thread): Search parent entity from
1137         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1138         thread loop.
1139
1140 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1143
1144         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1145
1146         * wl-util.el (wl-require-update-all-folder-p): New function.
1147         (wl-get-assoc-list-value): Added `function' to match directive.
1148         (wl-collect-draft): Rewrite.
1149
1150         * wl-summary.el (wl-summary-sync-update): Clear faces
1151         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1152         are non-nil.
1153         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1154         argument as function.
1155         (wl-summary-input-range): Ditto.
1156
1157         * wl-folder.el (wl-draft-get-folder): New function.
1158         (wl-folder-get-elmo-folder): Consider draft folder.
1159
1160         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1161         (wl-draft-buffer-message-number): New buffer local variable.
1162         (wl-draft-folder-internal): New internal variable.
1163         (wl-draft-delete): Rewrite.
1164         (wl-draft-save): Ditto.
1165         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1166         wl-folder-get-elmo-folder.
1167         (wl-draft-config-info-operation): Ditto.
1168         (wl-jump-to-draft-folder): Ditto.
1169         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1170         (wl-draft-reedit): Rewrite.
1171
1172         * Version number is increased to 2.11.19.
1173         
1174 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1175
1176         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1177         variable.
1178
1179 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1180
1181         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1182         Use ignore-errors instead of unwind-protect.
1183
1184 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1185
1186         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1187         for updating `wl-thread-entity-list'.
1188
1189 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1190
1191         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1192         parameter from calling `wl-thread-entity-get-older-brothers' and
1193         `wl-thread-entity-get-younger-brothers'.
1194         Replace nested `append' with a single one.
1195
1196 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1197
1198         * wl-summary.el (wl-summary-mode): Don't use the return value of
1199         `make-local-hook'.
1200
1201 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1202
1203         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1204         instead of `let*'.
1205         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1206         of local variables.
1207
1208 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1209
1210         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1211         Renamed from wl-summary-window-scroll-functions.
1212         (wl-summary-window-scroll-functions): Don't set to variable.
1213         (wl-summary-display-top): Use run-hooks.
1214         (wl-summary-display-bottom): Ditto.
1215         (wl-summary-toggle-disp-msg): Ditto.
1216         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1217         Use it instead of wl-summary-window-scroll-functions.
1218         (wl-summary-goto-folder-subr): Don't call
1219         wl-summary-window-scroll-functions, use
1220         wl-summary-buffer-window-scroll-functions instead.
1221
1222 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1225         make-local-variable.
1226
1227 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1228
1229         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1230         set-buffer-modified-p.
1231         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1232         (wl-summary-display-bottom): Ditto.
1233         (wl-summary-toggle-disp-msg): Ditto.
1234
1235 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1236
1237         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1238
1239         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1240         (wl-summary-forward): Use elmo-message-entity-field instead of
1241         elmo-message-field.
1242
1243         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1244
1245 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-window-scroll-functions): No use
1248         `append'.
1249
1250 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1251
1252         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1253         function.
1254         (wl-summary-window-scroll-functions): Call it when both
1255         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1256         (wl-summary-temp-mark): Added optional argument number.
1257         (wl-summary-message-mark): Added optional argument flag.
1258         (wl-summary-persistent-mark): Added optional argument number and flag.
1259         (wl-summary-update-persistent-mark): Ditto.
1260         (wl-summary-update-status-marks): Set "r" for interactive spec.
1261
1262         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1263         argument number and flag.
1264
1265         * wl-action.el (wl-summary-registered-temp-mark): 
1266         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1267
1268 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1271         internal variable (buffer local).
1272         (wl-summary-window-scroll-functions): New function.
1273         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1274         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1275         as nil.
1276         (wl-summary-update-status-marks): Added arguments beg, end and
1277         check.
1278         (wl-summary-update-mark-window): Use function.
1279         (wl-summary-sync-update): Follow the change above.
1280         (wl-summary-switch-to-clone-buffer): Copy
1281         wl-summary-buffer-unsync-mark-number-list.
1282         (wl-summary-goto-folder-subr): Set
1283         wl-summary-buffer-unsync-mark-number-list and
1284         use wl-summary-window-scroll-functions instead of
1285         wl-summary-lazy-highlight.
1286
1287         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1288
1289 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1292
1293         * wl-summary.el (wl-summary-update-persistent-mark): Call
1294         wl-summary-set-message-modified.
1295
1296         * wl-summary.el (wl-summary-sync-update): Don't call
1297         wl-summary-update-status-marks.
1298
1299         * Version number is increased to 2.11.18.
1300
1301 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1304         (wl-message-next-page): Ditto.
1305
1306 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1307
1308         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1309         local variable.  Change the order of a collected list into the
1310         same as the specified range.  Remove nil from a collected list.
1311
1312 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1313
1314         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1315         argument for elmo-folder-list-messages.
1316
1317 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1320         change (wl-summary-count-unreads return a list instead of a cons
1321         cell).
1322
1323 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1324
1325         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1326         `wl-summary-folder-info-update'.
1327
1328 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-summary.el (wl-summary-set-message-modified): No use
1331         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1332         (wl-summary-set-mark-modified): Abolish.
1333         (wl-summary-mark-modified-p): Ditto.
1334         (wl-summary-save-view): Follow the change above.
1335
1336         * wl-expire.el (wl-summary-expire): Likewise.
1337
1338 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * wl-summary.el (wl-summary-detect-mark-position): Use
1341         modb-entity-handler.
1342         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1343
1344         * Version number is increased to 2.11.17.
1345
1346 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1347
1348         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1349         entity field value.
1350         (wl-summary-prefetch-msg): Ditto.
1351         (wl-summary-print-message-with-ps-print): Ditto.
1352
1353 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1356         for dummy entity.
1357         (wl-summary-insert-thread): Use elmo-message-entity-field.
1358         (wl-summary-update-thread): Use elmo-message-entity-field and
1359         elmo-message-entity-number.
1360         (wl-summary-line-number):  Use elmo-message-entity-number.
1361         (wl-summary-line-size): Use elmo-message-entity-field.
1362         (wl-summary-line-subject): Ditto.
1363         (wl-summary-line-from): Ditto.
1364         (wl-summary-line-attached): Ditto.
1365         (wl-summary-create-line): Ditto.
1366         (wl-summary-create-line): Use elmo-message-entity-number.
1367         (wl-summary-print-message-with-ps-print): Use
1368         elmo-message-entity-field.
1369
1370 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1371
1372         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1373         change in elmo-msgdb-make-message-entity.
1374         (wl-summary-buffer-set-folder): Don't call
1375         wl-summary-detect-mark-position here.
1376         (wl-summary-rescan): Call elmo-message-entity-number.
1377         (wl-summary-sync-update): Ditto.
1378         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1379
1380         * wl-score.el (wl-score-header-index): Redefine 2th element.
1381         (wl-score-overview-entity-get-extra): Abolish.
1382         (wl-score-ov-entity-get): Rewrite.
1383         (wl-score-string-index<, wl-score-string-func<): Abolish.
1384         (wl-score-string<): New function.
1385         (wl-score-string-sort): Use it.
1386
1387         * wl-refile.el (wl-refile-guess-by-history): Use
1388         elmo-message-entity-field.
1389         (wl-refile-guess-by-from): Ditto.
1390         (wl-refile-guess-by-msgid): Ditto.
1391
1392         * Version number is increased to 2.11.16.
1393
1394 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-folder.el (wl-folder-confirm-existence): Don't call
1397         file-exists-p if msgdb-path is nil.
1398         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1399         `wl-read-folder-hist' to `wl-read-folder-history'.
1400
1401 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1402
1403         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1404         `y-or-n-p'.
1405
1406 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1407
1408         * wl-score.el (wl-score-headers): Don't use
1409         elmo-folder-do-each-message-entity.
1410
1411         * Version number is increased to 2.11.15.
1412
1413 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1414
1415         * wl-summary.el (wl-summary-delete-all-msgs): Use
1416         elmo-folder-move-messages instead of elmo-folder-delete-messages
1417         and elmo-folder-detach-messages.
1418         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1419
1420         * wl-expire.el (wl-expire-delete): Ditto.
1421         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1422
1423 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1426         (wl-message-header-narrowing-fields): Ditto.
1427         (wl-message-header-narrowing-lines): Ditto.
1428         (wl-message-header-narrowing-string): Ditto.
1429
1430         * wl-summary.el (wl-summary-mode-map): Bind
1431         wl-summary-toggle-header-narrowing to "C-cC-f".
1432         (wl-summary-toggle-header-narrowing): New function.
1433
1434         * wl-message.el (wl-message-buffer-create): Call
1435         wl-message-header-narrowing-setup.
1436         (wl-message-redisplay): Call wl-message-header-narrowing.
1437         (wl-message-header-narrowing): New function.
1438         (wl-message-header-narrowing-map): New keymap.
1439         (wl-message-header-narrowing-widen-map): New keymap.
1440         (wl-message-header-narrowing-again-at-mouse): New function.
1441         (wl-message-header-narrowing-1): Ditto.
1442         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1443         (wl-message-header-narrowing-setup): Ditto.
1444         (wl-message-header-narrowing-toggle): Ditto.
1445         
1446         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1447
1448         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1449         'flag as all.
1450         (wl-use-flag-folder-help-echo): New user option.
1451
1452         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1453         wl-summary-highlight as nil.
1454         (wl-summary-set-mark-modified): Follow the API change.
1455         (wl-summary-mark-modified-p): Ditto.
1456         (wl-summary-mark-as-read-all): Ditto.
1457         (wl-summary-sync-marks): Don't call
1458         elmo-folder-list-messages-with-global-mark.
1459         (wl-summary-mark-as-read-internal): Follow the API change.
1460         (wl-summary-mark-as-answered-internal): Ditto.
1461         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1462         Follow the API change.
1463         (wl-summary-create-line): Call with number argument.
1464         (wl-summary-reply): Follow the API change.
1465
1466         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1467         function.
1468         (wl-highlight-summary-line-string): Call it when
1469         wl-use-flag-folder-help-echo is non-nil.
1470         (wl-highlight-summary-current-line): Ditto.
1471         (elmo-flag-folder-referrer): Added autoload setting.
1472
1473         * wl-draft.el (wl-draft-kill): Follow the API change.
1474
1475         * Version number is increased to 2.11.14.
1476         
1477 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1480
1481 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * Version number is increased to 2.11.13.
1484
1485 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-draft.el (wl-draft-previous-history-element): Fixed
1488         unbalanced parenthesis and bind unbound local variables.
1489
1490 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-draft.el (wl-draft-previous-history-element): New function.
1493         (wl-draft-next-history-element): Ditto.
1494         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1495         them to M-p and M-n.
1496
1497 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * Version number is increased to 2.11.12.
1500
1501 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1502
1503         * wl-draft.el (wl-draft-hide): Select buffer-window.
1504
1505 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1506
1507         * wl-summary.el (wl-summary-narrow-to-region): New function.
1508         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1509         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1510         (wl-summary-save-region): Use it.
1511         * wl-action.el (wl-summary-collect-numbers-region)
1512         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1513
1514 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-folder.el (wl-folder-count-incorporates): Don't use
1517         `elmo-msgdb-mark-load'
1518
1519         * Version number is increased to 2.11.11.
1520
1521 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1524         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1525
1526 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1527
1528         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1529
1530 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1531
1532         * Version number is increased to 2.11.10.
1533
1534 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-mime.el (wl-draft-attribute-value): Fixed.
1537
1538 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-util.el (wl-copy-local-variables): New function.
1541
1542         * wl-mime.el (wl-draft-attribute-recipients): New function.
1543         (wl-draft-attribute-envelope-from): Ditto.
1544         (wl-draft-attribute-smtp-posting-server): Ditto.
1545         (wl-draft-attribute-smtp-posting-port): Ditto.
1546         (wl-draft-attribute-value): Ditto.
1547         (wl-draft-preview-message): Use it to get value for
1548         attributes. Reflect result of `wl-draft-config'.
1549
1550         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1551         and call `wl-summary-mark-as-read' before to call
1552         `wl-summary-unset-mark'.
1553         (wl-summary-target-mark-mark-as-unread): Likewise.
1554         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1555
1556 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1557
1558         * wl-mime.el (wl-draft-preview-message): Use actual value for
1559         attributes; Fix for small window.
1560
1561 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1562
1563         * wl-refile.el (wl-refile-get-field-value): Call
1564         `elmo-message-entity-field' with 3rd argument is non-nil.
1565
1566 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1567
1568         * wl-vars.el (wl-draft-preview-attributes): New user option.
1569         (wl-draft-preview-attributes-list): Ditto.
1570         (wl-draft-preview-attributes-buffer-lines): Ditto.
1571         (wl-draft-preview-attributes-buffer-name): Ditto.
1572
1573         * wl-mime.el (wl-draft-preview-message): Display attributes.
1574
1575 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-summary.el (wl-summary-detect-mark-position): Bind
1578         wl-summary-flag-priority-list to '(new).
1579
1580 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1581
1582         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1583         funtion.
1584         (wl-highlight-summary-line-string): Use it.
1585         (wl-highlight-summary-current-line): Ditto.
1586
1587 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1588
1589         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1590         line even when the mark string is not changed.
1591
1592         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1593         argument change in the wl-summary-create-line.
1594         (wl-thread-insert-entity-sub): Ditto.
1595
1596         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1597         argument change in the wl-summary-create-line.
1598         (wl-summary-insert-sequential): Ditto.
1599         (wl-summary-update-thread): Ditto.
1600         (wl-summary-persistent-mark-string): New inline function.
1601         (wl-summary-message-mark): Use it.
1602         (wl-summary-create-line): Abolish argument wl-persistent-mark
1603         and added wl-flags, wl-cached.
1604
1605         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1606         mark to flags.
1607         (wl-highlight-summary-current-line): Decide the face not by the 
1608         persistent mark but flags.
1609
1610 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1613         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1614         wl-summary-read-uncached-mark): Revive.
1615         (wl-summary-answered-cached-mark,
1616         wl-summary-answered-uncached-mark): New user option.
1617         (wl-summary-score-marks): Follow the change above.
1618         (wl-summary-auto-refile-skip-marks): Ditto.
1619         (wl-summary-incorporate-marks): Ditto.
1620         (wl-summary-expire-reserve-marks): Ditto.
1621         (wl-summary-flag-priority-list): New user option.
1622
1623         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1624         changes.
1625         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1626         of elmo-message-mark.
1627         (wl-summary-mark-as-read-internal): Ditto.
1628         (wl-summary-mark-as-answered): Ditto.
1629         (wl-summary-mark-as-important): Ditto.
1630         (wl-summary-redisplay-internal): Ditto.
1631         (wl-summary-redisplay-no-mime-internal): Ditto.
1632         (wl-summary-message-mark): New function.
1633         (wl-summary-insert-sequential): Use wl-summary-message-mark
1634         instead of elmo-message-mark.
1635         (wl-summary-update-thread): Ditto.
1636         (wl-summary-persistent-mark): Ditto.
1637         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1638         instead of elmo-message-mark.
1639
1640         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1641         wl-summary-message-mark instead of elmo-message-mark.
1642         (wl-thread-insert-entity-sub): Ditto.
1643         (wl-thread-get-children-msgs-uncached): Ditto.
1644
1645         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1646         variable name changes.
1647         (wl-highlight-summary-current-line): Ditto.
1648
1649         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1650         wl-summary-message-mark instead of elmo-message-mark.
1651
1652         * wl-expire.el (wl-expire-message-p): Ditto.
1653
1654         * wl-score.el (wl-score-headers): Ditto.
1655
1656         * Version number is increased to 2.11.9.
1657
1658         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1659         (wl-summary-sync-update): Follow the change above.
1660         (wl-summary-switch-to-clone-buffer): Ditto.
1661         (wl-summary-open-folder): Ditto.
1662
1663 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1666         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1667
1668         * Version number is increased to 2.11.8.
1669
1670         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1671
1672         * wl-expire.el (wl-expire-refile): Follow the API change on
1673         `elmo-folder-move-messages'.
1674         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1675
1676         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1677         (wl-summary-exec-action-refile): Ditto.
1678         (wl-summary-exec-action-copy): Ditto.
1679         (wl-summary-no-auto-refile-message-p): No use
1680         `wl-summary-buffer-msgdb'.
1681         (wl-summary-auto-refile): Ditto.
1682
1683 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1686
1687 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1688
1689         * wl-summary.el (wl-summary-sync): Treat no-sync.
1690
1691         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1692         (wl-default-sync-range): Ditto.
1693
1694 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1695
1696         * wl-refile.el (wl-refile-subject-learn): Call
1697         `elmo-message-entity-field' with 3rd argument is non-nil.
1698         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1699         instead of `elmo-msgdb-overview-entity-get-subject'.
1700
1701 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1702
1703         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1704         scan-type is rescan.
1705         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1706         new optional argument force is non-nil.
1707         (wl-summary-save-view-cache): Call it with force argument non-nil.
1708
1709         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1710
1711 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1712
1713         * wl-action.el (wl-summary-print-argument): Fixed last change.
1714
1715 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1718         simplified.
1719         (wl-summary-target-mark-mark-as-unread): Likewise.
1720         (wl-summary-target-mark-mark-as-important): Likewise.
1721
1722 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1723
1724         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1725         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1726         (wl-summary-mark-as-important-region): Change accordingly.
1727         (wl-summary-target-mark-mark-as-important): Ditto.
1728
1729 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1730
1731         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1732
1733         * wl-action.el (wl-summary-print-argument): Print argument to
1734         right side of window if `wl-summary-print-argument-within-window'
1735         is non-nil.
1736
1737 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1738
1739         * wl-action.el (wl-summary-set-mark): Use
1740         `wl-summary-message-visible-p' to check visibility of the message
1741         and jump to message only when the message line is visible and have
1742         different number; Call wl-summary-unset-mark with number argument.
1743         (wl-summary-unset-mark): 
1744         Use `wl-summary-message-visible-p'
1745         to check visibility of the message and jump to message only when
1746         the message line is visible and have different number;
1747
1748 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1749
1750         * Version number is increased to 2.11.7.
1751
1752         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1753         and wl-folder-summary-line-format.
1754
1755         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1756         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1757         (wl-summary-set-score-mark): Use it.
1758         (wl-summary-target-mark-mark-as-read): Ditto.
1759         (wl-summary-target-mark-mark-as-unread): Ditto.
1760         (wl-summary-target-mark-mark-as-important): Ditto.
1761         (wl-summary-target-mark-msgs): Simplified.
1762         (wl-summary-detect-mark-position): Fixed problem when
1763         summary-line-format no contain persisten/temp mark spec.
1764         (wl-summary-temp-mark): Ditto.
1765         (wl-summary-persistent-mark): Ditto.
1766         (wl-summary-update-persistent-mark): Ditto.
1767
1768         * wl-action.el (wl-summary-set-mark): Ditto.
1769         (wl-summary-unset-mark): Ditto.
1770         All other related portions are changed.
1771
1772 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1773
1774         * Version number is increased to 2.11.6.
1775
1776 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1777
1778         * wl-util.el (wl-current-message-buffer): Define as function;
1779         Don't use the value of wl-messge-buffer.
1780
1781         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1782         persistent mark.
1783
1784         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1785         no current message, cause an error.
1786
1787 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1788
1789         * wl-summary.el (wl-summary-set-message-modified): Use
1790         elmo-folder-set-message-modified instead of
1791         elmo-folder-set-message-modified-internal.
1792
1793 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1794
1795         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1796         interactively.
1797         (wl-summary-sync): nokill->entirely.
1798         (wl-summary-sync-marks): Fixed message.
1799         (wl-summary-input-range): Added mark, nokill->entirely.
1800
1801         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1802         messages as read.
1803
1804 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1805
1806         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1807         update-noscore.
1808         (wl-summary-sync): Follow the change above.
1809
1810 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1811
1812         * wl-action.el (wl-summary-target-mark-all): Use
1813         elmo-folder-list-messages.
1814
1815 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1816
1817         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1818         (wl-summary-rescan): Set wl-summary-scored as nil.
1819         (wl-summary-sync-force-update): Follow the change above.
1820         (wl-summary-sync): Ditto.
1821         (wl-summary-sync-update): Added argument disable-killed.
1822         (wl-summary-insert-headers): Set visible-only argument for
1823         elmo-folder-list-messages.
1824         (wl-summary-input-range): Added update-nokill, update-noscore,
1825         all-nokill, all-noscore and mark.
1826
1827         * Version number is increased to 2.11.5.
1828
1829         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1830
1831 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1832
1833         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1834         (wl-summary-prefetch-region-no-mark): Change accordingly.
1835         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1836
1837 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1838
1839         * wl-address.el (wl-complete-field-to): Abolished.
1840         (wl-complete-address): Completion function for completing-read.
1841         * wl-action.el (wl-summary-get-resend-address): Use it.
1842
1843         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1844         wl-summary-update-mark and abolish unused argument.
1845         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1846         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1847         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1848         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1849         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1850         * wl-draft.el (wl-draft-kill): Ditto.
1851
1852         * wl-summary.el: Remove unused binding of case-fold-search.
1853         (wl-summary-replace-status-marks): Abolished.
1854
1855 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1856
1857         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1858         is specified or folder length is zero.
1859
1860 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1861
1862         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1863         (wl-folder-archive-current-entity): Ditto.
1864
1865 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1866
1867         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1868         retrieving message mark.
1869         (wl-summary-redisplay-internal): Ditto.
1870
1871         * wl-message.el (wl-message-buffer-display): Ignore errors while
1872         retrieving message-id field.
1873
1874         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1875         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1876         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1877         order of the arguments for `wl-expire-message-p'.
1878         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1879
1880         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1881         Check return value of wl-summary-reply.
1882         (wl-summary-reply): Recover window configuration when an error occured.
1883
1884 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-summary.el (wl-summary-resend-message): Abolished, the
1887         feature is inherited by wl-summary-resend (put resend mark).
1888
1889 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1892         wl-message-buffer to nil when the message is hide.
1893
1894 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1895
1896         * .cvsignore: New file.
1897
1898 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-action.el (wl-summary-action-docstring): Add more info.
1901         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1902         duplicate definition.
1903         (wl-summary-define-mark-action): Functions wl-summary-*-region
1904         keep current position.
1905         (wl-summary-unregister-target-mark): Store result to the variable.
1906
1907 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * Version number is increased to 2.11.4.
1910
1911 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1914         wl-summary-delete-all-temp-marks.
1915         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1916
1917         * wl-action.el (wl-summary-set-mark): Changed terminology
1918         refile-destination -> action-argument.
1919         (wl-summary-unset-mark): Ditto.
1920         (wl-summary-remove-argument): Ditto.
1921         (wl-summary-print-argument): Ditto.
1922
1923         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1924         (wl-thread-remove-argument-region): Ditto.
1925         (wl-thread-print-argument-region): Ditto.
1926         (wl-thread-close): Ditto.
1927         (wl-thread-open): Ditto.
1928
1929         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1930         (wl-highlight-refile-destination-face is abolished)
1931         (wl-highlight-action-argument-string): Ditto.
1932         (wl-highlight-summary-current-line): Highlight action argument.
1933
1934         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1935         color for light backgrounds.
1936         (wl-highlight-summary-answered-face): Ditto.
1937
1938 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1939
1940         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1941
1942         * wl-score.el (wl-summary-score-update-all-lines): Use
1943         wl-summary-set-mark.
1944         (wl-summary-score-update-all-lines): Kill expunged messages.
1945
1946         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1947
1948 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1949
1950         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1951         directly.
1952         (wl-score-overview-entity-get-lines): Ditto.
1953         (wl-score-overview-entity-get-xref): Ditto.
1954         (wl-score-get-latest-msgs): Ditto.
1955         (wl-summary-rescore): Ditto.
1956
1957         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1958         to "&".
1959         (wl-summary-mark-as-answered-internal): New inline function.
1960         (wl-summary-mark-as-answered): New function.
1961         (wl-summary-mark-as-unanswered): Ditto.
1962         (wl-summary-sync-marks): Modified for answered-mark synching.
1963
1964 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1965
1966         * wl-action.el (wl-summary-set-mark): Fixed last change.
1967
1968 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1969
1970         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1971         behavior of wl-summary-unread-message-hook
1972         (Pointed out by akira yamada <akira@arika.org>).
1973
1974 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1975
1976         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1977         wl-summary-delete.
1978         * wl-xmas.el (wl-summary-toolbar): Ditto.
1979
1980         * wl-action.el (wl-summary-set-mark): Don't override current
1981         temp-mark.
1982
1983         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1984
1985 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1988         (wl-refile-msgid-learn): Ditto.
1989         (wl-refile-get-field-value): Ditto.
1990
1991         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1992
1993         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1994         (wl-expire-delete-reserved-messages): Renamed from
1995         wl-expire-reserve-marked-msgs-from-list.
1996         (wl-expire-delete): Removed argument `msgdb'.
1997         (wl-expire-refile): Ditto.
1998         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1999         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2000         mark-alist as argument.
2001         (wl-expire-archive-number1): Removed argument `msgdb'.
2002         (wl-expire-archive-number2): Ditto.
2003         (wl-expire-archive-date): Ditto.
2004         (wl-expire-localdir-date): Ditto.
2005         (wl-expire-hide): Ditto.
2006         (wl-archive-number1): Ditto.
2007         (wl-archive-number2): Ditto.
2008         (wl-archive-date): Ditto.
2009         (wl-archive-folder): Ditto.
2010         All other related portions are changed.
2011
2012 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2015         mean move up and down. (suggested by Takashi Kawachi)
2016
2017 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2018
2019         * wl-acap.el (toplevel): Don't require un-define.
2020
2021 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-thread.el (wl-thread-delete-message): Always update
2024         wl-summary-buffer-number-list.
2025
2026         * wl-action.el (wl-summary-print-destination): 
2027         Do nothing when folder is nil.
2028
2029 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2032         persistent mark when prefetch is succeeded.
2033
2034 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2035
2036         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2037         instead of elmo-msgdb-delete-msgs.
2038         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2039         (wl-expire-hide): Ditto.
2040
2041         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2042
2043         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2044         elmo-msgdb interface.
2045         (wl-thread-get-exist-children): Likewise.
2046         (wl-thread-insert-message): Likewise.
2047         (wl-thread-msg-mark-as-important): Likewise.
2048         (wl-thread-insert-entity-sub): Likewise.
2049         (wl-thread-get-children-msgs-uncached): Likewise.
2050
2051         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2052         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2053         (wl-summary-sync-update): Likewise.
2054         (wl-summary-auto-select-msg-p): Likewise.
2055         (wl-summary-update-thread): Likewise.
2056         (wl-summary-mark-as-important): Likewise.
2057         (wl-summary-jump-to-msg-internal): Likewise.
2058         (wl-summary-redisplay-internal): Likewise.
2059         (wl-summary-print-message-with-ps-print): Likewise.
2060         (wl-summary-folder-info-update): Likewise.
2061
2062         * wl-folder.el (wl-folder-check-one-entity):
2063         elmo-folder-count-flags instead of wl-summary-count-unread.
2064
2065         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2066
2067         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2068
2069         * wl-summary.el (wl-summary-set-message-modified): 
2070         Call wl-summary-set-mark-modified.
2071         (wl-summary-delete-messages-on-buffer): Call
2072         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2073         (wl-summary-sync-update): Call elmo-folder-length instead of
2074         elmo-folder-messages.
2075         (wl-summary-insert-headers): Don't call
2076         elmo-folder-list-message-entities.
2077
2078 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2079
2080         * wl-action.el (wl-summary-define-mark-action): Call
2081         `wl-summary-set-mark' with argument `data'.
2082         (wl-summary-auto-refile): Fixed order of arguments when call
2083         `wl-summary-refile'.
2084
2085 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2086
2087         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2088
2089         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2090
2091         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2092         (Renamed from wl-highlight-summary-deleted-face).
2093         (wl-highlight-summary-resend-face): New face.
2094
2095         (wl-highlight-summary-deleted-face): Renamed from
2096         wl-highlight-summary-erased-face.
2097
2098         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2099
2100         * wl-action.el (wl-summary-get-resend-address): New function.
2101         (wl-summary-exec-action-resend): Ditto.
2102         (wl-summary-exec-action-resend-subr): Ditto.
2103
2104         * w-thread.el (wl-thread-copy): Removed definition.
2105         (wl-thread-refile): Ditto.
2106         (wl-thread-delete): Ditto.
2107         (wl-thread-target-mark): Ditto.
2108
2109         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2110         (wl-summary-target-mark-set-action): Fixed.
2111         (wl-summary-define-mark-action): Fixed quotation.
2112         (wl-summary-move-mark-list-messages): Display message.
2113         (wl-summary-define-mark-action): Define thread functions.
2114         (wl-summary-exec-action-refile): Changed message.
2115         (wl-summary-exec): Ditto.
2116
2117 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2118         
2119         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2120         '%%'.
2121
2122 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2123
2124         * wl.el (toplevel): Require wl-action.
2125         (wl-init): Call wl-summary-define-mark-action.
2126
2127         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2128
2129         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2130         wl-summary-delete and wl-summary-erase.
2131         (wl-summary-mode-map): Ditto.
2132
2133         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2134         wl-delete-folder-alist.
2135
2136         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2137         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2138         (toplevel): Moved mark & action related functions to the wl-action.el.
2139
2140         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2141         in wl-summary-mark-action-list.
2142         (wl-highlight-summary-current-line): Ditto.
2143
2144         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2145         empty lines.
2146
2147         * wl-action.el: New file. 
2148
2149 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2150
2151         * wl-summary.el (wl-summary-target-mark-replace): New function.
2152         (wl-summary-target-mark-prefetch): Use it.
2153         (wl-summary-target-mark-delete): Ditto.
2154         (toplevel): Rearranged definition order.
2155         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2156         (wl-summary-target-mark-erase): Rewrite.
2157         (wl-summary-erase-region): New function.
2158         (wl-summary-exec-action-erase): Changed message.
2159         (wl-summary-move-mark-list-messages): New function.
2160         (wl-summary-exec-action-delete): Use it.
2161         (wl-summary-exec-action-erase): Ditto.
2162
2163         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2164         (wl-summary-skip-mark-list): Added "d".
2165
2166         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2167         while searching.
2168
2169         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2170         and define using defcustom;
2171         Define 4th element as a face.
2172         
2173         * wl-summary.el (wl-summary-incorporate): Use 
2174         `wl-summary-prefetch-region-no-mark' instead of
2175         `wl-summary-prefetch-region'.
2176         (wl-summary-prefetch-region-no-mark): Revival of old
2177         `wl-summary-prefetch-region'.
2178         (wl-summary-mark-action-list): Moved to wl-vars.el
2179
2180         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2181         face according to the `wl-summary-mark-action-list'.
2182         (wl-highlight-summary-current-line): Ditto;
2183         Removed destination highlighting.
2184
2185         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2186         (wl-highlight-summary-line-string): Highlight for "i" mark.
2187         (wl-highlight-summary-current-line): Ditto.
2188
2189         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2190         no destination.
2191
2192         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2193         exists, just go ahead.
2194         (wl-summary-prefetch-region): Rewrite.
2195         (wl-summary-prefetch): Ditto.
2196         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2197         (wl-summary-exec-action-prefetch): New function.
2198         (wl-summary-target-mark-prefetch): Rewrite.
2199
2200 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2203         (wl-highlight-summary-line-string): Added "d" and "D".
2204         (wl-highlight-summary-current-line): Ditto.
2205
2206         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2207         in wl-summary.el.
2208         (wl-thread-insert-entity-sub): Ditto.
2209         (wl-thread-remove-destination-region): Ditto.
2210         (wl-thread-print-destination-region): Ditto.
2211
2212         * wl-summary.el (wl-summary-buffer-refile-list,
2213         wl-summary-buffer-delete-list,
2214         wl-summary-buffer-copy-list): Abolish.
2215         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2216         All other related portions are changed.
2217         (wl-summary-mark-action-list): New variable.
2218         (wl-summary-set-mark): New function.
2219         (wl-summary-register-target-mark): Ditto.
2220         (wl-summary-unregister-target-mark): Ditto.
2221         (wl-summary-have-target-mark-p): Ditto.
2222         (wl-summary-register-temp-mark): Ditto.
2223         (wl-summary-unregister-temp-mark): Ditto.
2224         (wl-summary-registered-temp-mark): Ditto.
2225         (wl-summary-collect-temp-mark): Ditto.
2226         (wl-summary-unset-mark): Ditto.
2227         (wl-summary-set-target-mark): Ditto.
2228         (wl-summary-unset-target-mark): Ditto.
2229         (wl-summary-set-action-generic): Ditto.
2230         (wl-summary-unset-action-generic): Ditto.
2231         (wl-summary-exec-action-delete): Ditto.
2232         (wl-summary-exec-action-erase): Ditto.
2233         (wl-summary-set-action-refile): Ditto.
2234         (wl-summary-set-action-refile-subr): Ditto.
2235         (wl-summary-unset-action-refile): Ditto.
2236         (wl-summary-make-destination-numbers-list): Ditto.
2237         (wl-summary-exec-action-refile): Ditto.
2238         (wl-summary-set-action-copy): Ditto.
2239         (wl-summary-unset-action-copy): Ditto.
2240         (wl-summary-exec-action-copy): Ditto.
2241         (wl-summary-collect-numbers-region): Ditto.
2242         (wl-summary-delete): Rewrite.
2243         (wl-summary-erase): Ditto.
2244         (wl-summary-remove-destination): Ditto.
2245         (wl-summary-exec): Ditto.
2246         (wl-summary-exec-region): Ditto.
2247         (wl-summary-target-mark-erase): Ditto.
2248         (wl-summary-refile): Ditto.
2249         (wl-summary-copy): Ditto.
2250         (wl-summary-unmark): Ditto.
2251         (wl-summary-delete-all-mark): Ditto.
2252         (wl-summary-mark-line): Don't highlight.
2253         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2254         (wl-summary-target-mark-refile-subr): Rewrite.
2255
2256         (wl-summary-copy-prev-destination): Abolish.
2257
2258 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2261         default values along the value of wl-on-mule.
2262         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2263         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2264         It is not used anywhere.
2265
2266 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-summary.el (wl-summary-print-destination): Keep position.
2269         (wl-summary-cursor-move-surface): Keep horizontal position.
2270
2271 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2274         write sendlog.
2275
2276 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2279         `wl-summary-highlight'.
2280
2281 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282
2283         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2284         trivial condition for temp-mark.
2285
2286 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2289         when it hits killed buffer.
2290
2291 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2292
2293         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2294         * wl-news.el.in: `message' and `error' take format string.
2295
2296 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-folder (wl-folder-insert-entity): Display a message,
2299         `...done', when the work finish.
2300         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2301
2302 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2303
2304         * wl-message.el (wl-message-redisplay): Remove unused local
2305         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2306
2307 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-summary.el (wl-summary-replace-status-marks): Disable
2310         interactive use.
2311         (wl-summary-reedit): Check message existence at first.
2312         (wl-summary-mark-line): Fix doc, return value is indefinite.
2313
2314         * wl-highlight.el (wl-highlight-message): Arranged.
2315
2316         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2317         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2318         check temp-mark by wl-summary-temp-mark always.
2319         (wl-highlight-summary): Change accordingly.
2320         * wl-summary.el (wl-summary-mark-as-read-all)
2321         (wl-summary-delete-cache, wl-summary-set-score-mark)
2322         (wl-summary-mark-as-unread, wl-summary-unmark)
2323         (wl-summary-mark-line, wl-summary-mark-as-read)
2324         (wl-summary-mark-as-important): Ditto.
2325
2326         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2327         end of the window if possible.
2328         * wl-summary.el (wl-summary-sync-update): Support lazy
2329         highlighting.
2330         (wl-summary-toggle-disp-msg): Ditto.
2331
2332 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2333
2334         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2335
2336 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2337
2338         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2339         change.
2340
2341 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2344         API.
2345         (wl-summary-sync-update): Ditto.
2346
2347         * wl-score.el (wl-score-get-score-alist): Changed argument.
2348         (wl-summary-rescore-msgs): Likewise.
2349         (wl-summary-score-headers): Likewise.
2350         (wl-score-headers): Likewise;
2351         Use elmo-folder-do-each-message-entity, etc.
2352         (wl-summary-score-effect): Follow the changes above.
2353         (wl-summary-rescore): Ditto.
2354         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2355         (wl-score-get-overview): Abolish.
2356
2357         * wl-summary.el (wl-summary-default-from): Follow the API change in
2358         elmo-msgdb.
2359         (wl-summary-count-unread): Ditto.
2360         (wl-summary-detect-mark-position): Ditto.
2361         (wl-summary-overview-entity-compare-by-date): Ditto.
2362         (wl-summary-overview-entity-compare-by-number): Ditto.
2363         (wl-summary-overview-entity-compare-by-from): Ditto.
2364         (wl-summary-overview-entity-compare-by-subject): Ditto.
2365         (wl-summary-get-list-info): Ditto.
2366         (wl-summary-rescan): Ditto.
2367         (wl-summary-jump-to-msg-by-message-id): Ditto.
2368         (wl-summary-sync-update): Ditto; Removed comment.
2369         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2370         (wl-summary-insert-message): Use wl-summary-insert
2371         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2372         (wl-summary-insert-headers): Changed argument overview to folder.
2373         (wl-summary-search-by-subject): Likewise.
2374         (wl-summary-insert-thread): Renamed from 
2375         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2376
2377         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2378         too.
2379
2380         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2381         wl-string-member.
2382
2383 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2384
2385         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2386         elmo-folder-append-buffer.
2387         (wl-draft-queue-append): Likewise.
2388
2389         * wl-mime.el (wl-message-delete-current-part): Ditto.
2390         (wl-summary-burst-subr): Ditto.
2391
2392         * wl-news.el.in (wl-news-send-news): Ditto.
2393
2394 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2397         function.
2398         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2399         (wl-summary-update-mark): Enclose with save-excursion.
2400         (wl-summary-mark-as-read-internal): Fixed last change.
2401         (wl-summary-mark-as-important): Use 3rd argument of
2402         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2403         Don't use elmo-msgdb-set-mark.
2404         (wl-summary-redisplay-internal): If msgdb flag is already read,
2405         just update the mark on buffer.
2406
2407 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2408
2409         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2410         cut visible folder when elmo-folder-delete returns non-nil value.
2411
2412 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2413
2414         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2415         by Kenichi OKADA <okada@opaopa.org>).
2416
2417 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2418
2419         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2420
2421 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2424         Fixed the last change, search group entity by its real name.
2425         (Thanks to: KOBAYASHI Shinji)
2426
2427 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2428
2429         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2430         (wl-fldmgr-access-display-all): Don't refer visible name.
2431         * wl-expire.el (wl-folder-archive-current-entity)
2432         (wl-folder-expire-current-entity): Ditto.
2433         * wl-folder.el (wl-folder-jump-to-current-entity)
2434         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2435         (wl-folder-open-folder-sub,wl-folder-open-all)
2436         (wl-folder-write-current-folder): Ditto.
2437         (wl-folder-insert-entity): Don't use petname for normal group.
2438         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2439         is the real name.
2440         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2441         Abolished.
2442
2443 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2444
2445         * wl-draft.el (wl-draft-create-buffer): Add
2446         `wl-summary-reply-with-citation'
2447
2448 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2449
2450         * wl-draft.el (wl-draft-reply): Fixed.
2451
2452 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2453
2454         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2455         when `wl-draft-send-confirm-with-preview' is non-nil.
2456         You can scroll up/down by j/k.
2457         (wl-draft-send-confirm-with-preview): New variable (default=t).
2458
2459 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2460
2461         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2462         (wl-fldmgr-save-folders): Fix comment.
2463
2464 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2465
2466         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2467         along the last change in `wl-folder-buffer-group-p'.
2468
2469 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2470
2471         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2472         folder.
2473
2474         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2475         the default value.
2476
2477         * wl-mime.el (wl-summary-burst): Update summary only when target
2478         folder equals current folder.
2479
2480 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2481
2482         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2483
2484 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2485
2486         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2487         value.
2488
2489 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2490
2491         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2492         `map-extents' instead of `extent-at' repeatedly.
2493         (wl-highlight-folder-current-line): Ditto.
2494
2495         * wl-highlight.el: Remove useless dummy functions.
2496
2497 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2498
2499         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2500         (wl-folder-put-folder-property): New function to put text property.
2501         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2502         (wl-folder-insert-entity, wl-folder-update-diff-line)
2503         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2504         * wl-e21.el, wl-xmas.el, wl-mule.el
2505         (wl-highlight-folder-current-line): Ditto.
2506         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2507         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2508         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2509         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2510
2511 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2512
2513         * Version number is increased to 2.11.3.
2514
2515 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2516
2517         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2518         Resume current-buffer since it is assumed by remaining tasks.
2519
2520 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2521
2522         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2523         (wl-folder-completion-function): Abolished.
2524         (wl-folder-complete-folder): New function.
2525         (wl-folder-complete-filter-condition): Ditto.
2526         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2527         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2528
2529 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2530
2531         * wl-draft.el (wl-draft-send-confirm): New function.
2532         (wl-draft-send): Use it.
2533
2534         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2535         cursor-in-echo-area while confirming.
2536
2537         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2538
2539         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2540         searching via nntp if wl-summary-search-via-nntp is 'force.
2541         Otherwise, invoke searching in nntp folder only.
2542         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2543
2544         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2545         explicitly for mime-make-text-tag.
2546
2547 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2548
2549         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2550         `mime-make-text-tag' instead of `mime-create-tag'.
2551
2552 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2553
2554         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2555         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2556
2557 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2558
2559         * wl-score.el (wl-score-save): Bind print-length and print-level.
2560         (wl-score-pretty-print): Ditto.
2561         (wl-score-edit-insert-header-entry): Ditto.
2562
2563         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2564         "From" entry to be treated with wl-draft-eword-encode-address-list.
2565         * wl-mime.el (wl-draft-preview-message): Ditto.
2566
2567         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2568         (wl-summary-mark-as-unread): Ditto.
2569         (wl-summary-mark-as-read-region): Change accordingly.
2570         (wl-summary-mark-as-unread-region): Ditto.
2571         (wl-summary-target-mark-mark-as-read): Ditto.
2572         (wl-summary-target-mark-mark-as-unread): Ditto.
2573
2574 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2575
2576         * Version number is increased to 2.11.2.
2577
2578 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-news.el.in (wl-news-previous-version-save): Bind
2581         print-length and print-level.
2582         * wl-thread.el (wl-thread-save-entities): Ditto.
2583         (wl-thread-save-top-list): Bind print-length.
2584
2585 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2586
2587         * wl-highlight.el (wl-highlight-summary-line-string): Use
2588         wl-summary-score-below-mark, wl-summary-score-over-mark.
2589         (wl-highlight-summary-current-line): Ditto.
2590
2591 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2592
2593         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2594         insert it.
2595
2596 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2597
2598         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2599
2600 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2601
2602         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2603         message without msgid.
2604         Rewrite with elmo-folder-move-messages.
2605         Set wl-message-buffer to nil.
2606
2607         * wl-summary.el (wl-summary-erase-subr): New function. Use
2608         elmo-folder-move-messages.
2609         (wl-summary-erase): Call it.
2610         (wl-summary-target-mark-erase): Ditto.
2611
2612 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2613
2614         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2615         it is not up-tp-date.
2616
2617 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2618
2619         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2620         buffer after calling `wl-summary-goto-folder-subr' without the
2621         argument `interactive'.
2622         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2623
2624 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2625
2626         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2627         `mime-create-tag'. Use `string=' instead of `looking-at'.
2628
2629 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2630
2631         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2632         to avoid compile warning.
2633
2634         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2635         entity-id when folder is given.
2636         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2637         save-excursion, use save-selected-window instead.
2638         Select folder buffer window if exists.
2639         (To correct behavior with wl-folder-move-cur-folder.)
2640
2641 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2642
2643         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2644
2645 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2646
2647         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2648         list-count instead of %d.
2649
2650 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2651
2652         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2653         (wl-news): Set it.
2654         (wl-news-append-to-folder): Use it.
2655
2656         * wl-news.el.in (wl-news-send-news): Append to specified folder
2657         instead of wl-default-folder.
2658         (wl-news-append-to-folder): Show error message with specified folder.
2659
2660         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2661                 In most major modes, Emacs assumes that any opening
2662                 delimiter found at the left margin is the start of a
2663                 top-level definition, or defun. Therefore, *never put an
2664                 opening delimiter at the left margin unless it should have
2665                 that significance.*
2666
2667         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2668
2669 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2670
2671         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2672
2673 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2674
2675         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2676
2677 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2678
2679         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2680         for sequential numbering case.
2681
2682 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2683
2684         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2685         value.
2686         (wl-draft-reply-without-argument-list): Ditto.
2687         (wl-draft-reply-myself-with-argument-list): Abolish.
2688         (wl-draft-reply-myself-without-argument-list): Ditto.
2689         * wl-draft.el (wl-draft-self-reply-p): New function.
2690         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2691
2692 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2693
2694         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2695         (avoid error for the case without byte-compiling)
2696
2697 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2698
2699         * wl-news.el.in (wl-news-append-to-folder): New function.
2700         (wl-news-exit): Rewrite.
2701         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2702
2703 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2704
2705         * wl-draft.el (wl-draft-reply-position): New function.
2706         (wl-draft-reply-position): Fix.
2707         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2708         (wl-summary-target-mark-reply-with-citation): Ditto.
2709         (wl-summary-reply-with-citation): Ditto.
2710         * wl-vars.el (wl-draft-reply-default-position): New variable.
2711
2712 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2713
2714         * wl-draft.el (wl-draft-send): Preview when interactive send.
2715
2716 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2717
2718         * wl-draft.el (wl-draft-reply): Set default position.
2719         * wl-summary.el (wl-summary-reply): Ditto.
2720         (wl-summary-reply-with-citation): Ditto.
2721         (wl-summary-target-mark-reply-with-citation): Ditto.
2722
2723 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2724
2725         * wl-news.el.in (wl-news-lang): Set default value according to
2726         current-language-environment.
2727         (wl-news-append-news): Do nothing when news-list is nil.
2728
2729 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2730
2731         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2732         (wl-news): Change message.
2733         (wl-news-exit): Check buffer.
2734         (wl-news-force-exit): New function.
2735         (wl-news-show-all): New function.
2736         (wl-news-discard-and-exit): Fix.
2737
2738 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2739
2740         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2741         according to current-language-environment.
2742
2743         * wl-news.el.in (wl-news): If arg, show all NEWS after
2744         wl-news-default-previous-version.
2745
2746 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2747
2748         * wl-news.el.in (wl-news-check): Rewritten.
2749         (wl-news-previous-version-load): Change data type.
2750         (wl-news-previous-version-save): Change data type.
2751         (wl-news-append-news): Add return value.
2752         (wl-news-check-news): New function.
2753         (wl-news-already-current-p): New function.
2754         (wl-news-send-news): Rewritten.
2755         (wl-news-mode-map): Add new keybind.
2756         (wl-news): Rewritten.
2757         (wl-news-exit): Rewritten.
2758         (wl-news-discard-and-mail): New function.
2759         (wl-news-send-to-address): Abolished.
2760         * wl.el (wl-init): Delete a message.
2761
2762 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2763
2764         * wl-news.el.in (wl-news-exit): Update previous version.
2765         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2766
2767 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2768
2769         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2770
2771 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2772
2773         * wl-news.el.in (wl-news): New function.
2774         (wl-news-mode): New function.
2775         (wl-news-next-line): New function.
2776         (wl-news-next-page): New function.
2777         (wl-news-exit): New function.
2778         (wl-news-buf-name): New variable.
2779         (wl-news-mode-map): New variable.
2780         (wl-news-winconf): New variable.
2781         (wl-news-append-news): Add an option.
2782
2783 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2784
2785         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2786
2787 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-news.el.in (wl-news-send-to-address): New variable.
2790         (wl-news-send-news): Use it.
2791         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2792         Return updating status.
2793         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2794
2795 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2796
2797         * wl-news.el.in (wl-news-send-news): Delete
2798         Organization and X-Face.
2799
2800 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2801
2802         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2803         (wl-news-append-news): New function.
2804         (wl-news-send-news): New function.
2805
2806 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2807
2808         * Version number is increased to 2.11.1.
2809
2810 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2811
2812         * wl-news.el.in : New file.
2813
2814 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2815
2816         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2817         default value.
2818         (wl-draft-reply-without-argument-list): Ditto.
2819
2820 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2821
2822         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2823         (wl-message-buffer-prefetch-idle-time): Ditto.
2824         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2825
2826 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * wl-thread.el (wl-thread-insert-message): Use
2829         wl-summary-max-thread-depth.
2830
2831         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2832         loop detection.
2833
2834         * wl-message.el (wl-message-buffer-display): Back to the first page
2835         when cache is hit.
2836
2837 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2840
2841         * wl-summary.el (wl-summary-insert-thread-entity):
2842         If the thread depth is reached to wl-summary-max-thread-depth,
2843         divide the thread.
2844
2845 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2846
2847         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2848         for elmo-remove-passwd.
2849
2850 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2851
2852         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2853         folder is sticky.
2854         (wl-folder-mark-as-read-all-entity): Ditto.
2855         (wl-folder-prefetch-entity): Ditto.
2856
2857 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2858
2859         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2860
2861 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2862
2863         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2864         Delete messages on buffer for unplugged operation.
2865         (wl-summary-erase): Ditto.
2866
2867 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2868
2869         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2870         take nil so as not to search parent by subject.
2871
2872 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2873
2874         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2875         (wl-folder-get-next-folder): Ditto.
2876         (wl-folder-get-path): Ditto.
2877
2878 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2879
2880         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2881         system and encode the region with it before verifying.
2882
2883 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2884
2885         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2886         system of the echo buffer before decoding.
2887
2888 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2889
2890         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2891         original contents.
2892
2893 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2894
2895         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2896         with argument 'any-exists.
2897
2898 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2899
2900         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2901         Use `wl-cs-autoconv'.
2902
2903 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2904
2905         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2906         by `mime-view-automatic-conversion'.
2907
2908         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2909         (wl-message-verify-pgp-nonmime): Ditto.
2910         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2911         Bind them to C-c:d and C-c:v respectively.
2912
2913         Merge following code by Teranishi-san from [wl-en:00167].
2914         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2915         (wl-mime-preview-application/pgp-encrypted): Ditto.
2916         (wl-mime-setup): Add entry.
2917
2918 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-summary.el (wl-summary-target-mark-erase): New function.
2921         Bind it to "mD".
2922
2923 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-vars.el (wl-draft-write-file-function): Fix.
2926         (wl-draft-reedit-hook): Changed default value.
2927
2928         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2929         wl-draft-reedit-hook.
2930         (wl-draft-remove-text-plain-tag): New function.
2931         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2932
2933         * wl-vars.el (wl-draft-write-file-function): New user option.
2934
2935         * wl-draft.el (wl-draft-prepare-edit): Use it for
2936         local-write-file-hooks.
2937         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2938
2939         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2940         (wl-draft-insert-mail-header-separator): Return the body beginning
2941         point.
2942         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2943         text/plain.
2944         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2945
2946 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2947
2948         * wl-summary.el (wl-summary-erase): New function to erase message
2949         without moving it to trash. Bind to "D".
2950
2951         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2952         as `keep' unless switch-function.
2953
2954 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2955
2956         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2957         message buffer by using `wl-summary-toggle-disp-msg'.
2958         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2959         buffer window.
2960         (wl-summary-supresedes-message): Ditto.
2961
2962         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2963         Do not delete other windows.
2964         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2965         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2966         (wl-draft-create-buffer): Set reply-or-forward also for target
2967         mark commands.
2968
2969 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2970
2971         * wl-draft.el (wl-user-agent-compose): Delete special case for
2972         switch-to-buffer-other-window.
2973
2974         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2975         (wl-summary-forward): Ditto.
2976
2977         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2978         function.
2979         (wl-draft-buffer-style): New use option.
2980
2981         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2982         (wl-draft): Follow the change above.
2983         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2984         wl-draft-buffer-style.
2985         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2986         switch-function.
2987
2988 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-draft.el (wl-user-agent-compose): Delete special case for
2991         switch-to-buffer-other-window.
2992
2993         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2994         (wl-summary-forward): Ditto.
2995
2996         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2997         function.
2998         (wl-draft-buffer-style): New use option.
2999
3000         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3001         (wl-draft): Follow the change above.
3002         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3003         wl-draft-buffer-style.
3004         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3005         switch-function.
3006
3007 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3008
3009         * wl-address.el (wl-address-make-completion-entry): Extracted from
3010         `wl-address-make-completion-list'.
3011         (wl-address-enable-strict-loading): New variable.
3012         (wl-address-make-completion-list): Revive petname duplication
3013         inquiry, and enable it if `wl-address-enable-strict-loading'.
3014         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3015
3016 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-message.el (wl-message-get-original-buffer): Avoid
3019         'Selecting deleted buffer' error when original buffer is killed.
3020
3021 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-summary.el (wl-summary-next-message): Use
3024         elmo-message-accessible-p instead of elmo-message-cached-p.
3025
3026 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3029
3030         * wl-thread.el (wl-thread-open-all-unread): Use
3031         elmo-folder-list-flagged instead of
3032         elmo-folder-list-messages-mark-match.
3033
3034         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3035         instead of elmo-folder-list-messages-mark-match.
3036         (wl-summary-move-spec-alist): New variable.
3037         (wl-summary-move-spec-plugged-alist,
3038         wl-summary-move-spec-unplugged-alist): Abolish.
3039         (wl-summary-next-message): Follow the change above.
3040         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3041         with 'no-msg' argument.
3042
3043         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3044         variable.
3045         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3046         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3047         (wl-message-buffer-prefetch-get-next): Follow the change above.
3048
3049 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-version.el (wl-version): Changed codename.
3052
3053         * Version number is increased to 2.11.0.
3054
3055 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3056
3057         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3058         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3059         `wl-draft-config-variables'.
3060         (wl-draft-kill): Fixed problem when the draft is reedit.
3061
3062 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3065         buffer-modified status (Thanks to
3066         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3067
3068 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3069
3070         * wl-util.el (wl-region-exists-p): New function.
3071
3072         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3073         Remove defvars for byte-compile warnings.
3074
3075 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3078         defvar-maybe. Removed unused bind.
3079
3080 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3083         summary buffer window before creating new frame.
3084         (wl-draft-reply): Ditto.
3085
3086 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3087
3088         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3089
3090 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3091
3092         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3093
3094 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3095
3096         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3097         instead of `kill-region'.
3098
3099 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3102         (wl-highlight-summary-line-string): Use it.
3103         (wl-highlight-summary-current-line): Ditto.
3104
3105         * wl-mime.el (wl-message-delete-current-part): Check the class of
3106         mime-entity.
3107
3108         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3109
3110         * wl-summary.el (wl-summary-make-number-list): Initialize.
3111         (wl-summary-update-mark): New function.
3112         (wl-summary-reply): Put `answered' mark on the message.
3113         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3114
3115         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3116         (wl-draft-reply): Added optional argument `number';
3117         Set wl-draft-parent-number.
3118         (wl-draft-kill): Delete answered mark if it is a reply.
3119
3120 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3121
3122         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3123         that originates in mime-preview-follow-current-entity.
3124         (wl-draft-yank-current-message-entity): Use it if region is active.
3125
3126         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3127         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3128         `wl-message-delete-current-part'.
3129         * wl-mule.el (wl-message-define-keymap): Ditto.
3130         * wl-xmas.el (wl-message-define-keymap): Ditto.
3131
3132 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3133
3134         * wl-mime.el (wl-message-delete-current-part): New function.
3135         (wl-mime-node-id-to-string): Ditto.
3136
3137         * wl-mime.el (wl-message-delete-current-part): Use existing
3138         original buffer which corresponds current mime-view buffer.
3139         (fetched buffer might have different structure, possibly)
3140
3141         * wl-mime.el (wl-message-delete-current-part): Quit if the
3142         message content differs from the actual message.
3143
3144 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3147         order.
3148         (wl-summary-search-by-subject): Search parent message from tail;
3149         Check the existence of the parent message on the current thread tree.
3150         (wl-summary-update-thread): Check whether the line is inserted.
3151
3152 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3153
3154         * wl-vars.el (wl-summary-line-format): Undo last change.
3155         * wl-summary.el (wl-summary-print-destination): Do not put
3156         invisible property when `wl-summary-width' is nil.
3157         (wl-summary-line-subject-minimum-length): Abolished.
3158         (wl-summary-line-subject): Ditto.
3159
3160 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3161
3162         * wl-vars.el (wl-summary-line-format): Change default value.
3163         (wl-summary-subject-length-limit): Abolished.
3164         * wl-summary.el (wl-summary-line-subject): Ditto.
3165
3166 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3167
3168         * wl-template.el (wl-template-select): Added optional argument.
3169         If optional argument is specified, reverse
3170         `wl-template-visible-select'.
3171
3172 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3175         Take prefix argument to force asking the destination folder.
3176
3177 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3180         count and update status.
3181
3182 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-summary.el (wl-summary-redisplay-internal): If
3185         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3186         after fetching.
3187
3188 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3189
3190         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3191         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3192
3193         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3194
3195 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3198         (All other related portions are changed).
3199         (wl-summary-mark-as-read-all): Rewrite.
3200
3201 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3202
3203         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3204         `wl-summary-mark-as-read'.
3205         (wl-summary-mark-as-unread): Rewrite.
3206         (wl-summary-mark-as-read): Added no-modeline argument.
3207         (wl-summary-resume-cache-status): Rewrite.
3208         (wl-summary-exec-subr): Remove unused local variable.
3209
3210 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3211
3212         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3213         logic to call `wl-summary-buffer-prev-folder-function'.
3214         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3215
3216 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3219         is nil.
3220
3221 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3222
3223         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3224         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3225         (wl-mime-setup): Add its entry.
3226
3227 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3230         (wl-summary-delete-cache): Likewise.
3231         (wl-summary-mark-as-read): Rewrite.
3232
3233 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3236         `wl-summary-count-unread'.
3237
3238         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3239
3240         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3241
3242 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3245         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3246         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3247         Renamed to the elmo-msgdb-*-mark.
3248         (wl-summary-score-marks): Follow the change above.
3249         (wl-summary-auto-refile-skip-marks): Ditto.
3250         (wl-summary-incorporate-marks): Ditto.
3251         (wl-summary-expire-reserve-marks): Ditto.
3252
3253         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3254         changes.
3255         (wl-thread-insert-top): Changed updating message.
3256
3257         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3258         variable.
3259         (wl-summary-count-unread): Count answered marks.
3260         (wl-summary-rescan): Call wl-summary-insert-message instead of
3261         wl-summary-append-message-func-internal.
3262         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3263         (wl-summary-prefetch-msg): Follow the variable name changes.
3264         (wl-summary-prefetch-region): Ditto.
3265         (wl-summary-mark-as-read-all): Follow the API changes;
3266         Don't call elmo-folder-replace-marks.
3267         (wl-summary-delete-cache): Follow the variable name changes.
3268         (wl-summary-resume-cache-status): Ditto.
3269         (wl-summary-update-status-marks): New function.
3270         (wl-summary-insert-message): New function.
3271         (wl-summary-sync-marks): Follow the variable name changes.
3272         (wl-summary-sync-update): Synchronize to the msgdb, too;
3273         Changed update messages.
3274         (wl-summary-make-number-list): Rewrite.
3275         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3276         (wl-summary-mark-as-unread): Follow the API changes.
3277         (wl-summary-exec-subr): Follow the variable name changes.
3278         (wl-summary-mark-as-read): Ditto.
3279         (wl-summary-move-spec-plugged-alist): Ditto.
3280         (wl-summary-move-spec-unplugged-alist): Ditto.
3281         (wl-summary-cursor-move-surface): Ditto.
3282
3283         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3284         variable name changes.
3285         (wl-highlight-summary-current-line): Ditto.
3286
3287         * wl-expire.el (wl-expire-refile): Follow the API change in
3288         elmo-folder-move-messages.
3289         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3290         (wl-summary-archive): Use elmo-folder-msgdb instead of
3291         elmo-msgdb-load.
3292
3293 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3294
3295         * wl-mime.el (wl-draft-preview-message): Restore the position
3296         before evaluating wl-draft-send-hook in preview buffer.
3297
3298 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3301         when it creates new draft buffer.
3302
3303         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3304         without argument.
3305
3306         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3307         Evaluate content and if the value is string, insert it.
3308         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3309         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3310         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3311         wl-draft-config-sub-part-bottom): Use it.
3312
3313         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3314         with the folder name. The question was unintelligible when it is
3315         called from wl-save-status.
3316
3317 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3318
3319         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3320         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3321         cannot take second argument).
3322
3323 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3324
3325         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3326         as t. Since type and subtype are not case sensitive (RFC 2045).
3327
3328 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3329
3330         * wl-vars.el (wl-message-mode-line-format): New variable.
3331         (wl-message-mode-line-format-spec-alist): Ditto.
3332         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3333         (wl-message-redisplay): Use wl-message-mode-line-format.
3334
3335 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3336
3337         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3338
3339 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3340
3341         * wl-summary.el (wl-summary-default-from): Write description.
3342
3343 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3344
3345         * wl-vars.el (wl-ldap-objectclass): Abolish.
3346
3347         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3348         (wl-ldap-make-filter): Removed condition for objectclass.
3349         (wl-ldap-make-matched-value-list): Remove meaningless process.
3350         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3351         (wl-address-ldap-search): Don't add `*' to `pat' string;
3352         use ignore-errors; added `email';
3353         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3354         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3355         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3356
3357
3358 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3359
3360         * wl-draft.el (wl-draft-parent-folder): Write description.
3361         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3362
3363 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3366         as "" (zero-length string) if no parent.
3367         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3368
3369 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-address.el (wl-address-make-completion-list): Skip duplication
3372         checking.
3373         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3374         `append'.
3375
3376 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3377
3378         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3379         instead of `beginning-of-buffer'.
3380
3381 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3382
3383         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3384
3385 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3386
3387         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3388         Refer wl-message-buffer-name.
3389         (wl-message-wheel-down): Ditto.
3390
3391 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3392
3393         * wl-vars.el (wl-message-buffer-name): New user option.
3394
3395         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3396         directly instead of making alist dinamically.
3397
3398         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3399         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3400         wl-message-buffer-cache-name.
3401         (wl-message-buffer-cache-clean-up): Ditto.
3402
3403         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3404
3405         * Version number is increased to 2.9.15.
3406
3407 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3408
3409         * wl-vars.el (wl-summary-default-view-alist): New user option.
3410
3411         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3412
3413         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3414         while deleting address.
3415         (wl-draft-delete-myself-from-cc): Ditto.
3416
3417         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3418         If optional argument is specified, reverse sort order.
3419
3420         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3421
3422 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-thread.el (wl-thread-insert-message): Return parent number if
3425         exists.
3426         (wl-thread-update-indent-string-region): Use
3427         wl-thread-update-line-on-buffer-sub instead of
3428         wl-thread-update-line-on-buffer.
3429
3430 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3431
3432         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3433         (wl-folder-close-all): Ditto.
3434
3435 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3436
3437         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3438         and mailing-list:.
3439         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3440         value.
3441         (wl-summary-line-list-info): Print mailing-list name even when 
3442         list-number is empty.
3443
3444 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3445
3446         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3447
3448         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3449         (wl-draft-open-file): Ditto.
3450         (wl-draft-random-alphabet): Ditto.
3451
3452         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3453         bindings.
3454
3455 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3458         * wl-vars.el (wl-draft-config-alist): Ditto.
3459
3460 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * Version number is increased to 2.9.14.
3463
3464         * wl.el (wl): Don't set wl-init as nil when error occured while
3465         auto-checking folders.
3466
3467         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3468         `elmo-expand-newtext'.
3469
3470 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3471
3472         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3473         `this-command' so that `wl-folder-goto-folder' contained in
3474         `wl-summary-keep-cursor-command' work.
3475
3476 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3477
3478         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3479         message buffer displaying state.
3480
3481 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3482
3483         * wl-vars.el (wl-summary-default-view): New variable to specify
3484         default value for `wl-summary-buffer-view' instead of using
3485         set-default.
3486         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3487
3488 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3491
3492         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3493
3494 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3495
3496         * wl-vars.el (wl-forward-subject-prefix): New variable.
3497         * wl-draft.el (wl-draft-forward): Use it.
3498
3499 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-message.el (wl-message-prev-page): When it is called without
3502         lines argument, scroll down by wl-message-scroll-amount lines.
3503         (wl-message-next-page): Ditto.
3504         * wl-vars.el (wl-message-scroll-amount): Change default value
3505         to preserve current behavior.
3506
3507 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * wl-summary.el (wl-summary-prefetch-msg): Bind
3510         `wl-message-entity' to call `wl-summary-from-function'.
3511
3512 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-message.el (wl-message-buffer-create): Run
3515         wl-message-buffer-created-hook.
3516
3517 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3518
3519         * wl-summary.el (wl-summary-sort-specs): New variable.
3520         (wl-summary-default-sort-spec): Ditto.
3521         (wl-summary-sort): Rewrite.
3522         (wl-summary-sort-by-list-info): New function.
3523
3524 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3525
3526         * wl-summary.el (wl-summary-get-list-info): New function.
3527         (wl-summary-sort): Rewrite.
3528         (wl-summary-line-list-info): Ditto.
3529         (wl-summary-line-list-count): Ditto.
3530         (wl-summary-refile-region): Fixed docstring.
3531
3532 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3535         `wl-folder-entity-hashtb' as completion table.
3536
3537 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3540         only when this command is called interactively; silence the byte-
3541         compiler.
3542
3543 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3544
3545         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3546         active in XEmacs.
3547
3548 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3549
3550         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3551         plural lines.
3552
3553 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3554
3555         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3556         of current line when the cursor is on the header name.
3557         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3558
3559 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3560
3561         * wl-util.el (wl-read-directory-name): Return displayed directory
3562         as the default value also on XEmacs.
3563
3564 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3565
3566         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3567         formatting.
3568
3569 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3572         argument and when it is non-nil, check face property before
3573         highlighting for each line.
3574         (wl-highlight-summary-window): Set it.
3575
3576 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3579         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3580
3581         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3582         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3583         (wl-draft-get-fcc-list): Likewise.
3584
3585 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3588         (wl-thread-entity-cur): Ditto.
3589         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3590         wl-thread-indent-regexp setting.
3591         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3592
3593         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3594         wl-summary-lazy-highlight.
3595         (wl-summary-display-bottom): Ditto.
3596
3597         * wl-thread.el (wl-thread-open-close): Likewise.
3598
3599         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3600         from and subject;
3601         Bind wl-draft-use-frame;
3602         Enclose with save-window-excursion;
3603         Use wl-draft-create-buffer instead of with-temp-buffer;
3604         Use wl-draft-prepare-edit;
3605         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3606         Use wl-draft-send instead of wl-draft-raw-send.
3607
3608 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3609
3610         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3611         of using wl-from.
3612
3613 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3616         insert-buffer instead of clone-buffer.
3617         (wl-draft-doing-mime-bcc): New variable.
3618         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3619         infinite loop.
3620         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3621
3622         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3623         (wl-draft-mime-bcc-body): Ditto.
3624
3625         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3626         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3627         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3628         wl-draft-do-mime-bcc.
3629         (wl-draft-mime-bcc-field): New function.
3630         (wl-draft-do-mime-bcc): Ditto.
3631
3632         * wl-address.el (wl-address-complete-header-list): New variable.
3633         (wl-address-complete-header-regexp): Changed default value.
3634
3635         * Version number is increased to 2.9.13.
3636
3637 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3640         it is differed.
3641
3642 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3645         (wl-summary-line-list-count): Ditto.
3646
3647 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3648
3649         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3650         (wl-nntp-posting-function): New variable.
3651         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3652         `wl-nntp-posting-config-alist'.
3653
3654 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3655
3656         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3657         FLIM.
3658
3659 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3660
3661         * wl-summary.el (wl-summary-target-mark-refile-sub):
3662         Remove a nuisance funcall.
3663
3664 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3667         as t for `try-completion'.
3668
3669 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-summary.el (wl-summary-default-from): Use
3672         wl-address-header-extract-address instead of
3673         std11-extract-address-components.
3674         (wl-summary-simple-from): Ditto.
3675         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3676         (wl-summary-insert-headers): Show message.
3677         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3678         for whole line.
3679         (wl-summary-default-from): Revert last change.
3680         (wl-summary-simple-from): Ditto.
3681         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3682         (wl-summary-mark-as-read-region): Follow the change above.
3683         (wl-summary-sync-marks): Ditto.
3684         (wl-summary-target-mark-mark-as-read): Ditto.
3685         (wl-summary-redisplay-internal): Ditto.
3686         (wl-summary-redisplay-no-mime-internal): Ditto.
3687         (wl-summary-redisplay-all-header): Ditto.
3688         (wl-summary-mark-as-read): Removed argument `cached';
3689         Use current cache status to set cache mark.
3690         (wl-summary-redisplay-internal): Follow the change above.
3691         (wl-summary-redisplay-no-mime-internal): Ditto.
3692         (wl-summary-redisplay-all-header): Ditto.
3693
3694         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3695
3696         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3697         Don't call itself recursively (Adviced by Yamaoka-san).
3698
3699 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3702         bind wl-summary-highlight as nil to avoid error caused by missing
3703         local variables.
3704
3705 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3706
3707         * wl-vars.el (wl-invalid-character-message): New user option.
3708
3709         * wl-util.el (wl-set-string-width): If truncated string-width is
3710         larger than specified width, use `wl-invalid-character-message'.
3711
3712 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3713
3714         * wl-summary.el (wl-summary-prefetch-msg): 
3715         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3716
3717 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-vars.el (wl-summary-check-line-format): New user option.
3720         (wl-summary-line-format-file): Ditto.
3721
3722         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3723         variable.
3724         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3725         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3726         and `wl-summary-view-old-p' to check whether do a rescan or not.
3727         (wl-summary-view-old-p): New function.
3728         (wl-summary-line-format-changed-p): Ditto.
3729         (wl-summary-line-format-save): Ditto.
3730         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3731
3732         * wl-util.el (wl-set-string-width): Avoid using negative number
3733         for make-string.
3734
3735 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3736
3737         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3738         return value.
3739
3740         * wl-util.el (wl-set-string-width): Added optional argument
3741         `padding' (All other related portions are changed).
3742         (wl-line-parse-format): If the first letter of column number is
3743         `0', zero-padding the result (ex: "%05l").
3744
3745         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3746
3747 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3750         sequential summary view.
3751
3752 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3755         if it doesn't have a -unix version.
3756
3757 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3760
3761 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3764         content.
3765         (wl-draft): Follow the change above.
3766
3767         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3768
3769         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3770         and wl-folder-summary-line-format-alist contain %T and %P.
3771
3772         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3773         (wl-summary-mode-line-format): New user option.
3774         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3775         (wl-summary-line-format): Changed default value.
3776         (wl-summary-lazy-highlight): Changed default value.
3777
3778         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3779         change in wl-summary-create-line.
3780         (wl-thread-insert-entity-sub): Ditto.
3781
3782         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3783         (wl-summary-buffer-unread-status): Ditto.
3784         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3785         (wl-summary-buffer-persistent-mark-column): Ditto.
3786         (wl-summary-buffer-mode-line-formatter): Ditto.
3787         (wl-summary-buffer-mode-line): Ditto.
3788         (wl-summary-message-regexp): Abolished.
3789         (All other related portions are changed.)
3790         (wl-summary-detect-mark-position): New function.
3791         (wl-summary-buffer-set-folder): Setup
3792         wl-summary-buffer-mode-line-formatter.
3793         (wl-summary-mode): Setup selective-display;
3794         Setup pre-idle-hook when xemacs.
3795         (wl-summary-update-modeline): Rewrite.
3796         (wl-summary-jump-to-msg): Define as function;
3797         Changed regexp for searching messages.
3798         (wl-summary-message-number): Rewrite.
3799         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3800         Do rescan when old type summary cache.
3801         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3802         (wl-summary-remove-destination): Use '\r' to detect EOL.
3803         (wl-summary-print-destination): Ditto.
3804         (wl-summary-temp-mark): New inline function.
3805         (wl-summary-persistent-mark): Ditto.
3806         (wl-summary-line-number): New function.
3807         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3808         (wl-summary-line-list-count): New function.
3809         (wl-summary-create-line): Added argument persistent-mark.
3810         (All other related portions are changed)
3811         (wl-summary-create-line): Insert '\r'.
3812         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3813         (wl-summary-cursor-move-surface): New inline function.
3814         (wl-summary-prev): Use it.
3815         (wl-summary-next): Ditto.
3816
3817         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3818         wl-summary-message-regexp.
3819         (wl-highlight-summary): Delete progress message.
3820         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3821
3822         * Version number is increased to 2.9.12.
3823
3824 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3825
3826         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3827         variable (nil: no minimum).
3828         (wl-summary-line-subject): Add some spaces after subject by
3829         wl-summary-line-subject-minimum-length.
3830
3831 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3832
3833         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3834         and removed `F'.
3835         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3836         change above).
3837
3838 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-summary.el (wl-summary-line-list-count): Reverted.
3841         (example setting in samples/*/dot.wl is also updated)
3842
3843 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3846
3847         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3848
3849         * wl-vars.el (wl-summary-line-format): Addes some description to the
3850         docstring.
3851
3852         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3853         (wl-summary-line-close-bracket): Ditto.
3854         (wl-summary-line-children-number): Ditto.
3855         (wl-summary-line-thread-indent): Ditto.
3856         (wl-summary-line-children-and-from): Ditto.
3857
3858         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3859         't', 'c', 'F' and added 'C'.
3860
3861         * wl-util.el (wl-set-string-width): Accept negative value.
3862         (wl-line-parse-format): Added "%number(" and "%)".
3863
3864 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3865
3866         * wl-summary.el (wl-summary-line-list-count): Change format of the
3867         return value.
3868
3869 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3870
3871         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3872         from the recent message.el.
3873         (wl-draft-point-in-header-p): Ditto.
3874         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3875         wl-draft-beginning-of-line.
3876         * wl-e21.el (wl-draft-mode-map): Ditto.
3877         * wl-xmas.el (wl-draft-mode-map): Ditto.
3878
3879         * wl-folder.el: Sort macrodefs by dependencies.
3880
3881 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3882
3883         * wl-summary.el (wl-summary-prev): Fixed regexp.
3884         (wl-summary-next): Ditto.
3885
3886 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3887
3888         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3889
3890 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3891
3892         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3893         for backward compatibility.
3894
3895 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * wl-summary.el (wl-summary-line-list-count): New function, merged
3898         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3899         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3900         list counts.
3901
3902 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3903
3904         * wl-summary.el (wl-summary-create-line): Ignore errors while
3905         timezone-fix-time.
3906
3907         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3908
3909         * wl-summary.el (wl-summary-sync-update): Ditto.
3910         (wl-summary-default-from): Use wl-message-entity
3911         instead of entity.
3912
3913         * wl-summary.el (wl-summary-create-line): Fix.
3914
3915         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3916         (wl-summary-line-format): New user option.
3917         (wl-folder-summary-line-format-alist): Ditto.
3918         (wl-summary-from-width): Abolished.
3919
3920         * wl-util.el (toplevel): Require 'bytecomp.
3921         (wl-line-parse-format): New function.
3922         (wl-line-formatter-setup): New macro.
3923
3924         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3925         (wl-summary-buffer-line-formatter): New buffer local variable.
3926         (wl-summary-switch-to-clone-buffer): Follow the change above.
3927         (wl-summary-message-regexp): Fix.
3928         (wl-summary-from-func-internal): Abolished.
3929         (wl-summary-subject-func-internal): Ditto.
3930         (wl-summary-subject-filter-func-internal): Ditto.
3931         (All other related portions are changed.)
3932         (wl-summary-buffer-set-folder):
3933         Set up wl-summary-buffer-number-column and 
3934         wl-summary-buffer-line-formatter
3935         (All other related portions are changed.)
3936         (wl-summary-buffer-number-column-detect): Abolished.
3937         (All other related portions are changed.)
3938         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3939         (wl-summary-delete-all-temp-marks-on-buffer): Use
3940         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3941         (wl-summary-target-mark-delete): Ditto.
3942         (wl-summary-target-mark-refile-subr): Ditto.
3943         (wl-summary-target-mark-mark-as-read): Ditto.
3944         (wl-summary-target-mark-mark-as-unread): Ditto.
3945         (wl-summary-target-mark-mark-as-important): Ditto.
3946         (wl-summary-target-mark-save): Ditto.
3947         (wl-summary-replace-status-marks): Renamed from
3948         wl-summary-set-status-marks-on-buffer;
3949         Use wl-summary-message-regexp instead of
3950         wl-summary-buffer-number-regexp.
3951         (wl-summary-sync-update): Follow the change above.
3952         (wl-summary-goto-previous-message-beginning): New function.
3953         (wl-summary-mark-as-unread): Use it.
3954         (wl-summary-mark-as-important): Ditto.
3955         (wl-summary-line-formatter): New variable.
3956         (wl-summary-line-year): New function.
3957         (wl-summary-line-day): Ditto.
3958         (wl-summary-line-day-of-week): Ditto.
3959         (wl-summary-line-hour): Ditto.
3960         (wl-summary-line-minute): Ditto.
3961         (wl-summary-line-open-bracket): Ditto.
3962         (wl-summary-line-close-bracket): Ditto.
3963         (wl-summary-line-children-number): Ditto.
3964         (wl-summary-line-thread-indent): Ditto.
3965         (wl-summary-line-size): Ditto.
3966         (wl-summary-line-subject): Ditto.
3967         (wl-summary-line-from): Ditto.
3968         (wl-summary-line-children-and-from): Ditto.
3969         (wl-summary-create-line): Rewritten.
3970         (wl-summary-format-date): Abolished.
3971
3972         * wl-highlight.el (wl-highlight-summary-current-line): Use
3973         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3974         Use thread structure to detect thread top message.
3975
3976         * wl-draft.el (wl-default-draft-cite): Don't use
3977         wl-summary-from-func-internal.
3978
3979         * wl-refile.el (wl-refile-subject-learn): Don't use
3980         wl-summary-subject-filter-func-internal.
3981         (wl-refile-guess-by-subject): Ditto.
3982
3983         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3984         parameters.
3985
3986         * wl-thread.el (wl-thread-update-indent-string-region):
3987         Use wl-thread-update-line-on-buffer instead of
3988         wl-thread-update-indent-string.
3989         (wl-thread-update-children-number): Redefine using
3990         wl-thread-update-line-on-buffer.
3991         (wl-thread-update-indent-string): Abolished.
3992
3993         * Version number is increased to 2.9.11.
3994
3995 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3996
3997         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3998         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3999         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4000
4001         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4002         as nil.
4003
4004         * wl-thread.el (wl-thread-open-all-unread): Use 
4005         elmo-folder-list-messages-mark-match.
4006         (wl-thread-insert-message): Removed argument `mark-alist'.
4007         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4008         elmo-msgdb-set-mark.
4009         (wl-thread-get-children-msgs-uncached): Likewise.
4010         (wl-thread-get-exist-children): Added argument include-self.
4011         (wl-thread-delete-message): Follow the change above.
4012
4013         * wl-summary.el (wl-summary-count-unread): Removed argument.
4014         (wl-summary-rescan): Follow the change above.
4015         (wl-summary-mark-as-read-region): Ditto
4016         (wl-summary-mark-as-unread-region): Ditto.
4017         (wl-summary-delete-messages-on-buffer): Ditto.
4018         (wl-summary-sync-update): Ditto.
4019         (wl-summary-switch-to-clone-buffer): Ditto.
4020         (wl-summary-goto-folder-subr): Ditto.
4021         (wl-summary-target-mark-mark-as-read): Ditto.
4022         (wl-summary-target-mark-mark-as-unread): Ditto.
4023         (wl-summary-target-mark-mark-as-important): Ditto.
4024         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4025         (wl-summary-update-thread): Removed argument `mark-alist'.
4026         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4027         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4028         (wl-summary-resume-cache-status): Likewise.
4029         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4030         elmo-msgdb-set-mark.
4031         (wl-summary-mark-as-read-all): Likewise.
4032         (wl-summary-delete-cache): Ditto.
4033         (wl-summary-auto-select-msg-p): Ditto.
4034         (wl-summary-mark-as-unread): Ditto.
4035         (wl-summary-no-auto-refile-message-p): Ditto.
4036         (wl-summary-mark-as-read): Ditto.
4037         (wl-summary-mark-as-important): Ditto.
4038         (wl-summary-auto-refile): Follow the change above.
4039         (wl-summary-delete-all-marks): Removed.
4040         (wl-summary-resume-marks-and-highlight): Ditto.
4041         (wl-summary-resume-marks): Ditto.
4042         (wl-summary-delete-important-msgs-from-list): Ditto.
4043         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4044
4045         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4046         wl-summary-count-unread.
4047
4048         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4049         (wl-summary-score-update-all-lines): Use
4050         elmo-msgdb-set-mark.
4051
4052 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4053
4054         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4055         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4056         (wl-summary-create-line): Renamed from
4057         wl-summary-overview-create-summary-line;
4058         Argument rearrangement.
4059         (wl-summary-update-thread): Follow the change above.
4060
4061         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4062         (wl-thread-insert-entity-sub): Likewise.
4063
4064         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4065         argument `overview', `mark-alist' and added `msgdb'.
4066
4067         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4068
4069         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4070         (wl-summary-rescan): Follow the change above.
4071         (wl-summary-sync-update): Ditto.
4072         (wl-summary-insert-thread-entity): Ditto;
4073         Don't use `let*' in every while loop;
4074         Detect infinite loop of threads.
4075         (wl-summary-update-thread): Removed argument `overview'.
4076
4077         * wl-thread.el (wl-thread-insert-message): Ditto.
4078
4079         * Version number is increased to 2.9.10.
4080
4081         * wl-message.el (wl-message-redisplay): Ignore errors while
4082         wl-message-redisplay-hook.
4083
4084 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4085
4086         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4087
4088 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4089
4090         * wl.el (wl): inhibit-quit while wl-folder.
4091
4092 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4095         while msgdb access.
4096
4097 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4098
4099         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4100         even if no folder is not created.
4101
4102 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4103
4104         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4105
4106         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4107         implementation.
4108         (wl-summary-target-mark-thread): Ditto.
4109
4110         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4111
4112 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4113
4114         * wl-util.el (wl-display-bytes): Remove unused function.
4115
4116 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4117
4118         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4119         seems critical one (partially reverse the change in 2002/03/17).
4120
4121 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4122
4123         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4124         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4125
4126 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4127
4128         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4129         is not writable.
4130         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4131         plugged status instead of `'force' as 2nd argument.
4132
4133         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4134         is not creatable.
4135
4136         * Version number is increased to 2.9.9.
4137
4138 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4139
4140         * wl-summary.el (wl-summary-suspend): New function.
4141
4142 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4143
4144         * wl.el (wl): Do not check variables if check is nil.
4145         * wl-utils.el (wl-collect-draft): New function.
4146         * wl-folder.el (wl-folder-suspend): Put summary buffers
4147         and draft buffers at the end of buffer list.
4148         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4149
4150 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4151
4152         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4153         loop instead of recursive call.
4154
4155         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4156         2nd argument.
4157
4158 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4159
4160         * wl-draft.el (wl-draft-create-contents): Don't take neither
4161         (function . args) nor (string . something) any more.
4162
4163         * wl-version.el (wl-generate-user-agent-string): Return string
4164         without header symbol.
4165         * wl-draft.el (wl-draft-default-headers): Use it.
4166
4167         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4168         `wl-draft-insert-ccs' and return field value instead of inserting
4169         the header. Abolish cc argument.
4170         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4171
4172         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4173         rather than one with string car.
4174
4175         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4176         * wl-draft.el (wl-draft-create-contents): Add it after the default
4177         headers.
4178
4179         * wl-draft.el (wl-draft-create-contents): For the case of
4180         (symbol-or-string . function) insert header only when the function
4181         returns string value.
4182
4183 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4184
4185         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4186         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4187
4188 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4189
4190         * wl.el (wl-check-environment): Don't check Message-ID when
4191         `wl-insert-message-id' is nil.
4192         Revive checking if `wl-message-id-domain' contains "@".
4193
4194 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4195
4196         * wl.el (wl-check-environment): Merge examination for "@" at
4197         inappropriate position into the first string-match.
4198
4199         * wl-summary.el (wl-summary-target-mark-print): New function.
4200         (wl-summary-pipe-message-subr): Extracted from
4201         `wl-summary-pipe-message'.
4202         (wl-summary-target-mark-pipe): New function.
4203         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4204         `wl-summary-target-mark-pipe'.
4205
4206 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4207
4208         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4209
4210 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4211
4212         * wl.el (wl-check-environment): Use elmo-warning instead of
4213         error for non-critical ones.
4214         Remove trash folder check.
4215         (wl): Don't ignore error in wl-check-environment.
4216
4217         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4218         check, which is moved from `wl-check-environment'.
4219         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4220
4221 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4222
4223         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4224         guess anything, call wl-summary-write.
4225         (wl-summary-write): Create draft with blank To field.
4226         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4227
4228 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4229
4230         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4231         argument full as well for wl-folder-write-current-folder.
4232         If wl-*-write-current-folder cannot guess addressee, add blank
4233         To header.
4234         Rewrite condition for positioning cursor.
4235
4236 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4239         summary buffer is present, use it.
4240         (wl-folder-jump-to-previous-summary): Ditto.
4241
4242 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4243
4244         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4245
4246         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4247         wl-summary-previous-buffer and wl-summary-next-buffer.
4248
4249         * wl-folder.el (wl-folder-mode-map): Bind
4250         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4251         (wl-folder-jump-to-next-summary): New function.
4252         (wl-folder-jump-to-previous-summary): Ditto.
4253
4254         * wl-draft.el (wl-draft): Rearranged.
4255
4256 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4259         of header.
4260         (wl-draft): Collect arguments for the header as header-alist.
4261         (wl-draft-forward): Arrange arguments for wl-draft.
4262         (wl-draft-reply): Ditto.
4263         (wl-draft-edit-string): Ditto.
4264         * wl-summary.el (wl-summary-write): Ditto.
4265         (wl-summary-write-current-folder): Ditto.
4266
4267         * Version number is increased to 2.9.8.
4268
4269 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4272
4273         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4274
4275         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4276         even if the guess failed.
4277
4278         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4279         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4280         wl-summary-write-current-folder.
4281         * wl-xmas.el: Ditto.
4282
4283 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-summary.el (wl-summary-next-page): Force display message if
4286         message is not displayed yet.
4287         (wl-summary-prev-page): Ditto.
4288
4289 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4290
4291         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4292
4293 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4296         add "Preview Message" and "Save Draft and Exit".
4297
4298 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4299
4300         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4301         if addrmgr is called from draft in splitted window.
4302
4303         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4304         * wl-mule.el: Ditto.
4305         * wl-xmas.el: Ditto.
4306
4307 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4310
4311         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4312         * wl-xmas.el (wl-folder-toolbar): Ditto.
4313
4314 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4315
4316         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4317         and wl-draft-save-and-exit.
4318         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4319         * wl-xmas.el: Ditto.
4320         * wl-mule.el: Ditto.
4321
4322         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4323         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4324
4325 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4326
4327         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4328         lists for saving buffer.
4329
4330 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4333         parent-folder argument instead of it.
4334         (wl-draft-create-buffer): Ditto.
4335         (wl-draft-forward): Ditto.
4336         (wl-draft-reply): Ditto.
4337         * wl-summary.el (wl-summary-write): Ditto.
4338         (wl-summary-write-current-folder): Ditto.
4339
4340         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4341         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4342         Folder buffer after composing.
4343
4344 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4345
4346         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4347         header if the file `wl-x-face-file' already contains it.
4348
4349 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4350
4351         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4352         folder" entry.
4353         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4354         * wl-e21.el (wl-folder-toolbar): Ditto.
4355         * wl-xmas.el (wl-folder-toolbar): Ditto.
4356
4357 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4360         wl-folder-goto-folder with sticky argument.
4361         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4362
4363 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4364
4365         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4366         and wl-summary-previous-buffer.
4367         (wl-summary-next-buffer): New function.
4368         (wl-summary-previous-buffer): Ditto.
4369
4370 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4373         wl-folder-jump-to-current-entity-with-arg.
4374         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4375         `wl-folder-jump-to-current-entity'.
4376         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4377         `wl-summary-goto-folder-sticky'.
4378         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4379         `wl-summary-goto-folder'.
4380         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4381         Unless force-exit, do not clean temp. marks for sticky summary.
4382         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4383
4384 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4385
4386         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4387         not entire.
4388
4389 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4390
4391         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4392         to `C-x C-s'.
4393         (wl-summary-save-status): New command.
4394         (wl-summary-exit): Don't clean-up temp marks when sticky.
4395         (Applied patch from Nakayama-san [wl: 09548])
4396         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4397         Do nothing when no mark data.
4398         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4399         Call `wl-summary-delete-all-temp-marks' before saving.
4400
4401 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4402
4403         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4404
4405 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl.el (wl-check-environment): Also cause error when (system-name)
4408         returns "localhost.localdomain". (Although it doesn't affect because
4409         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4410
4411 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4414         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4415
4416         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4417         value.
4418
4419 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4422         Likewise r-cc-list and r-ng-list.
4423
4424 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4425
4426         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4427         only if it is bound as variable.
4428
4429         * wl-mime.el (wl-draft-preview-message): Ditto.
4430
4431 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4432
4433         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4434         needless `goto-char'.
4435
4436         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4437         `wl-summary-redisplay-no-mime-internal' instead of
4438         `wl-summary-redisplay-no-mime'.
4439         (wl-summary-redisplay-no-mime): Changed argument;
4440         Call `wl-summary-redisplay-no-mime-internal'.
4441
4442         * wl-mime.el (wl-draft-preview-message): Bind
4443         `mime-header-encode-method-alist' locally.
4444
4445         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4446         (wl-draft-std11-parse-addresses): Added the first address check.
4447         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4448
4449         * Version number is increased to 2.9.7.
4450
4451 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4452
4453         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4454
4455 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4456
4457         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4458         related to scrollbar support, if there is no such a feature
4459         compiled in.
4460
4461 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4462
4463         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4464         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4465         for prefetch.
4466
4467 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-summary.el (wl-summary-pick): Fix for no match.
4470
4471 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4472
4473         * wl-draft.el (wl-draft-save):
4474         Override `mime-header-encode-method-alist'.
4475
4476 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4477
4478         * wl-folder.el (wl-folder-pick): New function.
4479         Define key as "?".
4480
4481 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4482
4483         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4484         Fix for unplugged.
4485
4486 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4487
4488         * wl-folder.el (wl-folder-virtual): New function.
4489         Define key as "V".
4490
4491 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4492
4493         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4494         multi folder if entity is group.
4495
4496 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4497
4498         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4499         is nil.
4500
4501 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4504         (wl-summary-target-mark-msgs): Return the number of marked messages.
4505
4506 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4507
4508         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4509         "first:" is specified.
4510
4511 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-vars.el (wl-from): Use return value of function
4514         user-full-name instead of the variable user-full-name since
4515         XEmacs-20.4 doesn't set this variable.
4516
4517 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4518
4519         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4520         call `wl' directly.
4521
4522 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4523
4524         * wl-draft.el (wl-draft-reedit): Removed duplicated
4525         switch-to-buffers.
4526
4527 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4528
4529         * wl.el (wl-other-frame): Removed garbages.
4530
4531 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4532
4533         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4534
4535         * wl-xmas.el (wl-draft-key-setup): Ditto.
4536
4537         * wl-mule.el (wl-draft-key-setup): Ditto.
4538
4539         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4540         (wl-draft-reedit): Ditto.
4541         (wl-draft-prepare-edit): Add `wl-draft-save' to
4542         `local-write-file-hooks'.
4543         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4544         (wl-draft-reedit): Set buffer-file-name.
4545         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4546
4547
4548         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4549         call it.
4550         (wl-delete-startup-frame-function): New variable.
4551         (wl-other-frame): New function
4552         (Original was written by Yamaoka san [wl: 09239]).
4553
4554         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4555         if `wl-folder-use-frame'.
4556
4557 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4558
4559         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4560
4561 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4564         New variable.
4565         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4566         (wl-message-buffer-prefetch-get-next): Use them.
4567         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4568
4569 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4572         with unwind-protect.
4573
4574         * wl-draft.el (wl-draft-reedit): Rewrite.
4575         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4576         (wl-draft-save): Insert header separator if it does not exist;
4577         Removed condition-case.
4578
4579         * wl-summary.el (wl-summary-reedit): Revert last change.
4580
4581         * wl-draft.el (wl-draft-save): Rewrite.
4582         (wl-draft-create-buffer): Set buffer-file-name as nil.
4583
4584         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4585
4586         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4587
4588         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4589         nil.
4590
4591 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4594         If count is nil, do not prefetch.
4595         (wl-message-buffer-prefetch-next): Next.
4596
4597 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4600
4601 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4604         `delete-backward-char'
4605         (wl-draft-prepare-edit): Check major-mode.
4606         (wl-draft-decode-header): Rewrite.
4607         (wl-draft): Fix.
4608
4609 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4610
4611         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4612
4613 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4614
4615         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4616         (wl-message-buffer-prefetch-get-next): Remove size checking.
4617         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4618
4619 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4620
4621         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4622         (wl-draft-default-headers): Fix.
4623
4624 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-draft.el (wl-draft-default-headers): Insert return value of
4627         `wl-generate-mailer-string-function'.
4628
4629 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4630
4631         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4632         (wl-draft-insert-mail-header-separator): Ditto.
4633
4634         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4635         again (Reverted the change on 2002-01-17 by OKADA san).
4636
4637 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-draft.el (wl-draft): Rewrite.
4640         (wl-draft-create-buffer): New function.
4641         (wl-draft-create-contents): Ditto.
4642         (wl-draft-prepare-edit): Ditto.
4643         (wl-draft-decode-header): Ditto.
4644         (wl-draft-decode-body): Ditto.
4645         (wl-draft-check-new-line): Ditto.
4646         (wl-draft-default-headers): Ditto.
4647         (wl-draft-insert-mail-header-separator): Ditto.
4648
4649 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4650
4651         * Version number is increased to 2.9.6.
4652
4653 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4654
4655         * wl-draft.el (wl-draft-delete-field): Optional argument.
4656         (wl-draft-delete-fields): Ditto.
4657
4658 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4659
4660         * wl-message.el (toplevel): Eliminated byte-compile warning.
4661         for `itimer-function', `delete-timer' and `itimer-list'.
4662
4663 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4666         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4667         `wl-message-buffer-prefetch-threshold'.
4668         * wl-summary.el (wl-summary-redisplay-internal): Remove
4669         the check of `wl-message-buffer-prefetch-depth'.
4670
4671 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4674         size of article.
4675         (wl-message-buffer-prefetch-subr): Remove size check.
4676
4677 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl-vars.el (wl-plugged): Make customizable.
4680
4681 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4684         (wl-message-buffer-prefetch-set-timer): New function.
4685         (wl-message-buffer-prefetch-get-next): New function.
4686         (wl-message-buffer-prefetch): New function.
4687         (wl-message-buffer-prefetch-next): Rewrite.
4688         (wl-message-buffer-prefetch-subr): Rewrite.
4689         * wl-vars.el (wl-auto-prefetch-first): New variable.
4690         * wl-summary.el (wl-summary-goto-folder-subr): Call
4691         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4692
4693 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4694
4695         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4696         `wl-summary-unread-message-hook'.
4697
4698 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4701         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4702         if range is `cache-status'.
4703
4704 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-message.el (wl-message-buffer-prefetch-subr):
4707         Improve debug message.
4708
4709 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4712         `wl-mail-send-pre-hook'.
4713         (wl-draft-send-mail-with-qmail): Ditto.
4714         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4715
4716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-message.el (wl-message-buffer-prefetch-subr):
4719         Fix for cancel-function-timers bug.
4720         (wl-message-buffer-prefetch-debug): Default value is t.
4721
4722 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4725         (wl-message-buffer-prefetch-subr): Rewrite.
4726         Rename from `wl-message-buffer-prefetch'.
4727
4728 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4731         (wl-default-draft-cite-decorate-author): Ditto.
4732
4733         * wl-draft.el (wl-draft-cite-function): Removed.
4734         (wl-default-draft-cite-decorate-author): Ditto.
4735
4736 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4739         (wl-default-draft-cite): Do not arrange author name if the value of
4740         `wl-default-draft-cite-decorate-author' is nil.
4741
4742 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4745
4746         * wl-folder.el (wl-folder-check-one-entity): Don't care
4747         `elmo-folder-use-flag-p'.
4748
4749 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4750
4751         * wl-folder (wl-folder-check-one-entity): Fix
4752         problem if unread is nil.
4753
4754 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-address.el (wl-address-make-completion-list): Check whether
4757         the address is a group list.
4758         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4759
4760 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4761
4762         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4763         The number of the messages of new and unread does not count
4764         correctly.
4765
4766         * wl-summary.el (wl-summary-count-unread): Changed to return
4767         `(new . unread)' instead of total.
4768         (wl-summary-sync-update): Follow the change above.
4769
4770         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4771
4772 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-address.el (wl-address-make-completion-list): Do not enclose
4775         address by " <" and ">" if associated realname is "".
4776         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4777         This is against the promblem with group list in .addresses pointed
4778         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4779
4780 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4783         message is a format control string.
4784         * wl-expire.el (wl-expire-append-log): Ditto.
4785         * wl-mime.el (wl-summary-burst-subr): Ditto.
4786         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4787         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4788
4789 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4792         wl.el (wl-check-variables): Rename from `wl-check-type'.
4793         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4794         (wl-check-variables-2): New function.
4795         (wl): Call `wl-check-variables-2'.
4796
4797 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4800         after renaming folder in access group.
4801
4802 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4805         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4806         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4807         (wl-message-buffer-prefetch): Rewrite.
4808         (wl-message-buffer-prefetch-idle-time): Removed.
4809         * wl-summary.el (wl-summary-redisplay-internal):
4810         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4811         Error check for `wl-message-buffer-prefetch-depht'.
4812
4813 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4814
4815         * Version number is increased to 2.9.5.
4816         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4817
4818 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4819
4820         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4821         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4822         Based on the patch written by
4823         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4824
4825 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * wl-draft.el (wl-draft-raw-send): Fix for
4828         `wl-news-send-pre-hook'
4829
4830 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4831
4832         * wl-utils.el (wl-message-id-function): New variable.
4833         * wl-draft.el (wl-draft-insert-required-fields):
4834         Use `wl-message-id-function'.
4835
4836 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4837
4838         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4839         * wl-utils.el (wl-draft-make-message-id-string):
4840         Use `wl-from' for domain part of Message-ID
4841         if `wl-message-id-use-wl-from' if non-nil.
4842         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4843
4844 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4845
4846         * wl.el (wl): Call `wl-check-type'
4847         Do not 'condition-case'.
4848
4849 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4850
4851         * wl.el (wl-check-type): New function.
4852         (wl-check-type-variables): New variable.
4853
4854 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4855
4856         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4857
4858 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4859
4860         * wl-draft.el (wl-smtp-password-key): New function.
4861         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4862         (wl-draft-send-mail-with-smtp): Ditto.
4863         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4864
4865 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4866
4867         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4868         * wl-utils.el (wl-unique-id-suffix): Remove.
4869
4870 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4871
4872         * Version number is increased to 2.9.4.
4873
4874 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-utils.el (wl-unique-id-suffix): New variable.
4877         (wl-unique-id): Use `wl-unique-id-suffix'
4878
4879 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4880
4881         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4882         instead of `elmo-msgdb-search'.
4883
4884         * Version number is increased to 2.9.3.
4885
4886 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4887
4888         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4889
4890 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4893         (wl-draft-dispatch-message): Changed for send-later.
4894         (wl-draft-queue-flush): Ditto.
4895         (wl-draft): Clear `wl-sent-message-queued'.
4896         (wl-draft-reedit): Ditto.
4897         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4898         * wl-vars.el (wl-draft-force-queuing): New variable.
4899         (wl-draft-force-queuing-mail): New variable.
4900         (wl-draft-force-queuing-news): New variable.
4901
4902 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4905         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4906
4907 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4908
4909         * Version number is increased to 2.9.2.
4910
4911 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * wl-draft.el (wl-draft-elide-region): New user command.
4914         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4915
4916         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4917         command `wl-draft-elide-region'.
4918         * wl-mule.el: Ditto.
4919         * wl-xmas.el: Ditto.
4920
4921 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4924         (wl-biff-check-folder-async): Removed needless let.
4925
4926 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4927
4928         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4929         wl-folder-get-elmo-folder.
4930         (wl-biff-check-folder): Set `biff' argument of
4931         `wl-folder-check-one-entity'.
4932         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4933
4934         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4935         (wl-folder-check-one-entity): Added `biff' argument;
4936         Setup `biff' slot of folder.
4937
4938         * Version number is increased to 2.9.1.
4939
4940 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4941
4942         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4943         comment out and fixed.
4944         (wl-fldmgr-add-completion-subr): Ditto.
4945
4946         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4947         and msgdb.
4948
4949         * wl.el (wl-toggle-plugged): Save summary view.
4950
4951 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4954
4955 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4956
4957         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4958
4959 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4962         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4963         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4964
4965         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4966         if it was failed.
4967         (wl-demo): Disable undo in the demo buffer.
4968
4969 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-version.el (wl-version): Changed codename.
4972
4973         * Version number is increased to 2.9.0.
4974
4975 2001-12-14  Takuo KITAME <kitame@northeye.org>
4976
4977         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4978         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4979         (wl-folder-mark-as-read-all-current-entity): Ditto.
4980
4981 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4982
4983         * wl-vars.el (wl-from-width): Define as obsolete variable.
4984         (wl-subject-length-limit): Ditto.
4985
4986         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4987
4988         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4989         wl-summary-save-view.
4990
4991         * wl.el (wl-save-status): Ditto.
4992         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4993
4994         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4995         (wl-summary-exit): Follow the change above.
4996         (wl-summary-goto-folder-subr): Ditto.
4997
4998         * wl-folder.el (wl-folder-create-subr): Don't use
4999         `elmo-folder-creatable-p'.
5000
5001 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5002
5003         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5004
5005 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5008         rather than bitmap on Emacs 21.
5009         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5010         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5011         for xbm if the new redisplay engine is not available.
5012
5013 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-folder.el (wl-folder-init-hook): New hook.
5016         (wl-folder-init): Run `wl-folder-init-hook'.
5017
5018 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5021
5022 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-acap.el (wl-acap-cache-filename): New variable.
5025         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5026         (wl-acap-init): Use cache if no ACAP server found.
5027
5028 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5029
5030         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5031         `wl-acap-original-msgdb-dir'.
5032
5033         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5034         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5035
5036         * wl-mime.el (wl-mime-save-directory): Renamed from
5037         `wl-mime-save-dir'.
5038
5039 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5040
5041         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5042
5043         * wl-demo.el: Require `path-util'.
5044         (wl-demo-bitmap-mule-available-p): New internal variable.
5045         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5046         `module-installed-p' instead.
5047         (wl-demo-insert-image): Use *.img file for a bitmap image.
5048         (wl-demo): Don't call the ascii demo recursively.
5049
5050 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5051
5052         * Version number is increased to 2.7.7.
5053
5054 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl.el (wl-exit): Eliminated byte-compile warning.
5057
5058 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5059
5060         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5061         obsolete variable using `elmo-define-obsolete-variable'.
5062         (wl-fetch-confirm-threshold): Ditto.
5063         (wl-cache-prefetch-folder-type-list): Ditto.
5064         (wl-cache-prefetch-folder-list): Ditto.
5065
5066 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5069         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5070         (wl-demo-insert-image): New function.
5071         (wl-demo-insert-text): New function.
5072         (wl-demo-image-type-alist): Redefine as a function.
5073         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5074         (wl-demo-with-temp-file-buffer): Removed.
5075         (wl-logo-xpm): Removed.
5076         (wl-logo-xbm): Removed.
5077         (wl-logo-bitmap): Removed.
5078
5079 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5080
5081         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5082         (wl-expire-localdir-get-folder-function): New user option.
5083         (wl-expire-localdir-get-folder): New function.
5084         (wl-expire-localdir-date): Ditto.
5085
5086 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5087
5088         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5089         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5090         Fixed unread number mismatch when all-unread < unread.
5091
5092 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5095         (wl-fetch-confirm-threshold): Ditto.
5096
5097         * wl-summary.el (wl-summary-confirm-appends): Removed.
5098         (wl-summary-sync-update): Don't refer
5099         `wl-summary-update-confirm-threshold' (It is now abolished).
5100
5101         * wl-message.el (wl-message-display-internal): Don't refer
5102         `wl-fetch-confirm-threshold' (It is now abolished).
5103
5104 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5105
5106         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5107
5108 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5111         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5112         Change default value to nil.
5113         (wl-summary-indent-length-limit): The value can be nil, nil means
5114         unlimited.
5115
5116         * wl-summary.el: Don't set limit for indent length if the value of
5117         wl-summary-indent-length-limit is nil.
5118         If the value of wl-summary-width is nil, it means only that the width
5119         of summary is unlimited (nil doesn't mean that the indent length is
5120         unlimited).
5121
5122         * wl-thread.el: Ditto.
5123
5124 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5125
5126         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5127         be nil, nil means never confirm.
5128         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5129
5130 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5133         means unlimited).
5134
5135 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5138         Use `with-temp-buffer'.
5139
5140 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5143         with new backquote style).
5144         (wl-folder-get-entity-from-buffer): Ditto.
5145
5146 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5147
5148         * wl-version.el (nemacs-version): Eliminated.
5149         (wl-extended-emacs-version2): Ignore nemacs.
5150         (wl-extended-emacs-version3): Ditto.
5151
5152 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5153
5154         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5155         (wl-draft-add-in-reply-to): New variable.
5156         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5157         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5158         (wl-draft-yank-from-mail-reply-buffer): Use
5159         `wl-draft-add-in-reply-to'.
5160         (wl-draft-insert-current-message): Ditto.
5161
5162 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5163
5164         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5165         typo (kill->hide).
5166         (wl-message-buffer-prefetch-folder-type-list): Added elements
5167         `mark' and `cache' instead of `internal'.
5168
5169 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5170
5171         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5172         resume msgdb directory.
5173
5174 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl.el (wl-exit): Call `wl-acap-exit'.
5177
5178         * wl-summary.el (wl-summary-message-string): New function.
5179         (wl-summary-reedit): Use it.
5180         (wl-summary-resend-bounced-mail): Remove needless let.
5181         (wl-summary-supersedes-message): Ditto.
5182         (wl-summary-save): Ditto.
5183
5184         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5185         (wl-acap-init): Set it.
5186         (wl-acap-exit): New function.
5187
5188 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5189
5190         * wl.el (wl-init): Revert (require 'mime-setup). move from
5191         toplevel.
5192
5193 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5194
5195         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5196         local variables.  Add error when guess function return invalid
5197         value.
5198
5199 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5200
5201         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5202         Change local variable name.
5203         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5204         (wl-folder-get-newsgroups): Return nil when non-news folder.
5205         * wl-summary.el (wl-summary-write-current-folder): State through
5206         when guess-list return nil.
5207         (wl-summary-write-current-folder-functions): Fixed docstring.
5208
5209         * wl.el (wl-exit): Changed confirm message.
5210
5211         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5212         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5213
5214         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5215
5216 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5217
5218         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5219         user option (Renamed from wl-cache-prefetch-folder-type-list).
5220         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5221         from wl-cache-prefetch-folder-list).
5222
5223         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5224         Move to wl-vars.el.
5225         (wl-message-buffer-prefetch-p): Changed to enable
5226         `wl-message-buffer-prefetch-folder-list'.
5227
5228         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5229         `ignore-cache'.
5230
5231 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5232
5233         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5234         `part-top' and `part-bottom'.
5235         (wl-draft-config-sub-part-top): New function.
5236         (wl-draft-config-sub-part-bottom): New function.
5237
5238 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5241
5242 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5243
5244         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5245
5246 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5249
5250         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5251         (wl-summary-write-current-folder): Ditto.
5252
5253 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-folder.el (wl-folder-get-newsgroups): Use
5256         `elmo-folder-newsgroups'.
5257
5258 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5259
5260         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5261         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5262         `wl-draft-config-sub-header-bottom'.
5263
5264 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5265
5266         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5267         localnews folder.
5268
5269 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-summary.el (wl-summary-mode): Undo last change.
5272
5273         * wl-folder.el (wl-folder-mode): Ditto.
5274
5275 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-summary.el (wl-summary-mode): Locally set
5278         truncate-partial-window-width to nil.
5279         (for XEmacs)
5280
5281         * wl-folder.el (wl-folder-mode): Ditto.
5282
5283 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5286
5287 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5288
5289         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5290         number.
5291
5292         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5293
5294         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5295
5296         * Version number is increased to 2.7.6.
5297
5298 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5301
5302 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-summary.el (wl-summary-sync-update): Enclose network
5305         related portion with `unwind-protect'.
5306
5307 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5308
5309         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5310
5311 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5314         element.
5315         * wl-vars.el (wl-message-body-button-alist): Ditto.
5316
5317         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5318         max match length.
5319         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5320
5321         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5322         for the max match length;
5323         Use 4th element value for the button string regexp group.
5324
5325         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5326         candidate exists, prompt to select.
5327
5328 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5329
5330         * wl-summary.el (wl-summary-jump-to-msg): Search before
5331         calibration point by `beginning-of-line'.
5332
5333 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5336         for access group.
5337
5338 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl-message.el (wl-message-display-internal): Bind
5341         `default-mime-charset'.
5342
5343         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5344
5345         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5346
5347         * Version number is increased to 2.7.5.
5348
5349 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5350
5351         * wl-expire.el (wl-summary-archive): Fixed;
5352         Use `elmo-folder-name-internal'.
5353
5354 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5355
5356         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5357         from `elmo-folder-move-messages' caller.
5358         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5359
5360         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5361         related portions are changed).
5362
5363 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5364
5365         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5366         counter.
5367
5368 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5369
5370         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5371         buffer local and set it to nil.
5372
5373         * wl-message.el (wl-message-redisplay): Ditto.
5374
5375 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-summary.el (wl-summary-mark-as-important): If message is
5378         already cached, set messag as read, otherwise encache and mark as read.
5379
5380 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5381
5382         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5383         point-min.
5384
5385 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5386
5387         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5388         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5389         a keymap.
5390
5391 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5394         parent.
5395
5396         * wl-mule.el (wl-message-define-keymap): Ditto.
5397
5398         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5399
5400         * wl-xmas.el (wl-message-display-internal-hook): Define.
5401         (wl-xmas-setup-message-toolbar): Define as function.
5402         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5403         (wl-message-overload-functions): Abolished.
5404         (wl-message-define-keymap): New function.
5405
5406         * wl-vars.el (wl-message-display-internal-hook): New variable.
5407         (wl-message-header-button-alist): New variable (Renamed from
5408         wl-highlight-message-header-button-alist).
5409         (wl-message-body-button-alist): Ditto.
5410
5411         * wl-mule.el (wl-message-define-keymap): New function.
5412         (wl-message-overload-functions): Abolished.
5413
5414         * wl-message.el (wl-message-add-buttons-to-body): New function.
5415         (wl-message-redisplay): Don't call wl-message-overload-functions;
5416         Call wl-message-add-buttons-to-header and
5417         wl-message-add-buttons-to-body.
5418         (wl-message-display-internal): Set keymap argument for
5419         elmo-mime-display-as-is, elmo-mime-message-display;
5420         Run wl-message-display-internal-hook.
5421         (wl-message-refer-article-or-url): Abolished.
5422
5423         * wl-highlight.el (wl-highlight-headers): Don't call
5424         wl-highlight-message-add-buttons-to-header.
5425         (wl-highlight-message-add-buttons-to-header): Abolished.
5426
5427
5428         * wl-e21.el (wl-message-display-internal-hook): Define.
5429         (wl-e21-setup-toolbar): Deleted duplicated binding.
5430         (wl-e21-setup-message-toolbar): Define as function.
5431         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5432         (wl-message-define-keymap): New function.
5433         (wl-message-overload-functions): Abolished.
5434
5435 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5436
5437         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5438         and elmo-folder-close.
5439
5440         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5441
5442 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5443
5444         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5445         boolean value.
5446         * wl-draft.el (wl-draft-do-fcc): Ditto.
5447
5448 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5449
5450         * wl-vars.el (wl-fcc-force-as-read): New variable.
5451         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5452         mark copied message as read.
5453
5454 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5455
5456         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5457
5458 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5459
5460         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5461         `wl-summary-target-above' instead of obsolete variable
5462         `wl-summary-temp-above'.
5463
5464         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5465         instead of `make-obsolete-variable'.
5466         * wl-refile.el (toplevel): Ditto.
5467
5468 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5471         with third argument t.
5472         (wl-draft): Set first argument for wl-plugged-init as t.
5473
5474         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5475         definition.
5476
5477 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5478
5479         * wl-vars.el: Tabify.
5480         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5481
5482         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5483         message.
5484
5485 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5486
5487         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5488         and set default to beep.
5489
5490 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl-vars.el (wl-draft-truncate-lines): New variable.
5493
5494         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5495         instead of wl-message-truncate-lines for truncate-lines.
5496
5497 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-message.el (wl-message-display-internal): Call
5500         `wl-highlight-message' after `elmo-mime-display-as-is'.
5501
5502         * wl-mime.el (wl-mime-display-text/plain): New function.
5503         (wl-mime-display-header): Ditto.
5504         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5505         body-presentation-method for text/plain;
5506         Register `wl-mime-display-header' as a header-presentation-method;
5507         Don't set up `elmo-message-text-content-inserted-hook' and
5508         `elmo-message-header-inserted-hook'.
5509
5510         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5511         variable.
5512         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5513         as t if flag is 'all-header;
5514         Don't bind `elmo-message-ignored-field-list',
5515         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5516
5517 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5520         for xemacs with non-mule environment.
5521
5522 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5523
5524         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5525         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5526         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5527
5528 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5529
5530         * wl-vars.el (wl-interactive-send): Set default value as t.
5531
5532 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5535         (wl-addrmgr-method-list): Abolished.
5536         (wl-addrmgr-change-method): Follow above change.
5537
5538         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5539
5540 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5541
5542         * wl-vars.el (wl-message-truncate-lines): Change default value
5543         to default-truncate-lines.
5544
5545         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5546
5547 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5548
5549         * wl-vars.el (wl-message-truncate-lines): New variable.
5550
5551         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5552         wl-message-truncate-lines.
5553
5554 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5555
5556         * wl-acap.el (wl-acap-init): Remove period from error message.
5557         (wl-acap-find-acap-service): Remove period from message.
5558
5559 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl.el (wl-check-environment): Undo last change.
5562
5563         * wl-vars.el (wl-from): Changed default value.
5564
5565         * wl-util.el (toplevel): Don't require tm-edit.
5566
5567         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5568         `wl-folder-init';
5569         Don't set mark on mail body.
5570         (wl-draft-reedit): Ditto.
5571
5572         * wl-address.el (wl-address-quote-specials): Define as an alias for
5573         elmo-address-quote-specials.
5574
5575 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5578
5579         * wl-vars.el (wl-from): Set default value as nil.
5580         (wl-organization): Set default value as ORGANIZATION environment
5581         variable.
5582
5583         * wl-draft.el (wl-smtp-extension-bind): Check value of
5584         wl-smtp-connection-type.
5585
5586         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5587         error.
5588
5589 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5590
5591         * Version number is increased to 2.7.4.
5592
5593         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5594         arguments from `wl-highlight-x-face-function' caller.
5595         Use x-face-1.3.6.12 or later.
5596
5597 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5598
5599         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5600
5601 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5602
5603         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5604         (wl-fcc): Fix to accept function.
5605         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5606
5607 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5608
5609         * wl-acap.el (toplevel): Added `product-provide' declare.
5610         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5611
5612 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl.el (wl): Changed order of calling `elmo-init'
5615         and `elmo-folder-init'.
5616
5617 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5618
5619         * wl-mime.el (wl-summary-burst): Extract message when content-type
5620         of root entity is not only `multipart' but also `message/rfc822'.
5621         (wl-summary-burst-subr): Ditto.
5622
5623 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-vars.el (toplevel): Require 'custom.
5626         (wl-trash-folder): Added to `wl-setting' group.
5627
5628         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5629         exists.
5630         (wl-addrmgr-draw): Insert empty line when no entry exists.
5631
5632         * wl-mule.el (wl-message-wheel-up): Fixed.
5633         (wl-message-wheel-down): Ditto.
5634
5635 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5636
5637         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5638         config is an anonymous lambda expression.
5639
5640 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5643         when Mule 2 is running.
5644
5645 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5648
5649 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5650
5651         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5652         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5653
5654         * wl-address.el (wl-address-specials-regexp): Eliminated.
5655         (wl-address-quote-specials): Rewrite.
5656
5657 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5660         shy-groups for regexp.
5661
5662         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5663         character classes and Perl style shy-groups for regexp.
5664         (wl-highlight-plugged-current-line): Use Posix style character
5665         classes for regexp.
5666         (wl-e21-highlight-folder-by-numbers): Ditto.
5667         (wl-e21-display-image-p): Use `display-images-p' instead of
5668         `display-graphic-p'.
5669         (display-images-p): Make an alias to `display-graphic-p' if it is
5670         not available.  It is for Emacs version prior to 21.0.105.
5671
5672         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5673         `display-graphic-p'.
5674         (wl-demo-image-type-alist): Ditto.
5675         (display-images-p): Make an alias to `display-graphic-p' if it is
5676         not available.  It is for Emacs version prior to 21.0.105.
5677
5678 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5679
5680         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5681         support.
5682         (wl-generate-user-agent-string): Ditto.
5683
5684         * wl-version.el (wl-version): Update docsting.
5685         (wl-version-status): Ditto.
5686
5687 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5688
5689         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5690         21.0.105.  For Emacs 21.0.104 or earlier.
5691
5692 2001-09-03  Takuo KITAME <kitame@northeye.org>
5693
5694         * wl-e21.el (wl-plugged-init-icons): Use
5695         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5696         (wl-biff-init-icons): Ditto.
5697
5698 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-highlight.el (wl-highlight-summary-current-line):
5701         Fixed highlighting refile/copy destination.
5702
5703         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5704         (wl-acap-store): Encode string by wl-acap-coding-system.
5705
5706 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5707
5708         * wl-acap.el (toplevel): Check and require 'un-define before
5709         'xemacs-ucs;
5710          Added checking for UTF-2000.
5711
5712 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5713
5714         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5715         Don't enclose with `eval-and-compile'.
5716
5717         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5718         wl-init is non-nil.
5719
5720         * wl-draft.el (wl-draft): Ditto.
5721
5722         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5723
5724         * wl-acap.el (toplevel): Require 'wl.
5725         (wl-acap-store): Call `elmo-init'.
5726
5727         * wl.el (wl): Changed position of `wl-check-environment'.
5728         (toplevel): Added autoload setting for wl-acap.
5729
5730         * wl-vars.el (wl-setting): New custom group.
5731         (wl-from): Added wl-setting group.
5732         (wl-user-mail-address-list): Ditto.
5733         (wl-organization): Ditto.
5734         (wl-subscribed-mailing-list): Ditto.
5735         (wl-envelope-from): Ditto.
5736         (wl-smtp-posting-user): Ditto.
5737         (wl-smtp-posting-server): Ditto.
5738         (wl-smtp-posting-port): Ditto.
5739         (wl-smtp-authenticate-type): Ditto.
5740         (wl-pop-before-smtp-user): Ditto.
5741         (wl-pop-before-smtp-server): Ditto.
5742         (wl-pop-before-smtp-port): Ditto.
5743         (wl-pop-before-smtp-authenticate-type): Ditto.
5744         (wl-nntp-posting-server): Ditto.
5745         (wl-nntp-posting-user): Ditto.
5746         (wl-nntp-posting-port): Ditto.
5747         (wl-fetch-confirm-threshold): Ditto.
5748         (wl-prefetch-threshold): Ditto.
5749         (wl-thread-insert-opened): Ditto.
5750         (wl-ldap-server): Ditto.
5751         (wl-ldap-port): Ditto.
5752         (wl-ldap-base): Ditto.
5753         (wl-ldap-objectclass): Ditto.
5754         (wl-use-ldap): Ditto.
5755         (wl-draft-config-alist): Ditto.
5756         (wl-draft-config-matchone): Ditto.
5757         (wl-template-alist): Ditto.
5758         (wl-message-sort-field-list): Ditto.
5759         (wl-message-ignored-field-list): Ditto.
5760         (wl-message-visible-field-list): Ditto.
5761         (wl-interactive-send): Ditto.
5762         (wl-summary-move-order): Ditto.
5763         (wl-auto-select-first): Ditto.
5764         (wl-auto-select-next): Ditto.
5765         (wl-interactive-save-folders): Ditto.
5766
5767         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5768         Initialization codes are moved from wl-local-folder-init.
5769         (wl-local-folder-init): Follow the change above.
5770         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5771
5772         * wl-acap.el: New file.
5773
5774         * Version number is increased to 2.7.3.
5775
5776 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5777
5778         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5779
5780 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5781
5782         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5783         (wl-addrmgr-address-entry-list): Ditto.
5784
5785 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5786
5787         * wl-e21.el (wl-draft-mode-map): Removed binding for
5788         `wl-draft-insert-x-face-field'.
5789
5790         * wl-mule.el (wl-draft-mode-map): Ditto.
5791
5792         * wl-xmas.el (wl-draft-mode-map): Ditto.
5793
5794         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5795         (wl-cs-autoconv): Ditto.
5796         (wl-cs-local): Ditto.
5797         (wl-use-scoring): Ditto.
5798         (wl-mime-charset): Ditto.
5799         (wl-folder-check-async): Ditto.
5800
5801         * wl.el (toplevel): Ignore nemacs and tm.
5802         (wl-exit): Ditto.
5803
5804         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5805         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5806         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5807         instead of wl-address-petname-add-or-change.
5808         (wl-summary-edit-addresses-subr): Use wl-address-delete
5809         instead of wl-address-petname-delete.
5810
5811         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5812
5813         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5814         if error occured.
5815
5816         * wl-message.el (require): Remove tm support.
5817
5818         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5819
5820         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5821         (wl-folder-jump-to-current-entity): Ditto.
5822         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5823
5824         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5825         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5826         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5827
5828         * wl-mule.el (wl-draft-key-setup): Ditto.
5829
5830         * wl-xmas.el (wl-draft-key-setup): Ditto.
5831
5832         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5833         (wl-draft-std11-parse-addresses): New function.
5834         (wl-draft-parse-mailbox-list): Use it.
5835         (wl-draft): Ignore nemacs.
5836         (wl-draft-reedit): Ditto.
5837
5838         * wl-addrmgr.el: New file.
5839         (Original is wl-rcpt.el written by
5840         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5841         Thanks Kitamoto-san.)
5842
5843         * wl-address.el (wl-address-make-address-list): Modified parsing
5844         process.
5845         (wl-address-delete): Renamed from `wl-address-petname-delete';
5846         Modify wl-address-list too.
5847         (wl-address-add-or-change): Renamed from
5848         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5849
5850 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5851
5852         * wl-highlight.el (wl-highlight-summary-current-line):
5853           Work with transient-mark-mode
5854
5855 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * Version number is increased to 2.7.2.
5858
5859         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5860         instead of elmo-dop-queue-method.
5861
5862 2001-08-06  SAITO Atsunori <sai@yedo.com>
5863
5864         * wl-vars.el (wl-ldap-objectclass): New user option.
5865
5866         * wl-address.el (wl-ldap-make-filter): Use it.
5867
5868 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5871
5872 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5873
5874         * wl-folder.el (wl-folder): redisplay after folder insertion.
5875
5876         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5877
5878         * wl-summary.el (wl-summary-sync-update):
5879         Change status mark only when new-msgdb exists.
5880         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5881
5882 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl-summary.el (wl-summary-open-folder): New function.
5885         (wl-summary-goto-folder-subr): Use it.
5886         (wl-summary-mark-as-important): Fix;
5887         Encache only when no cache exists.
5888
5889 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5892         Use with-current-buffer.
5893
5894 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5895
5896         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5897         before call `get-buffer'. Fixed parenthesis.
5898         (wl-score-get-header-entry): Clear message and help window when
5899         keyboard quit.
5900         (wl-score-edit-insert-header): Ditto.
5901
5902 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5905         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5906         (wl-default-draft-cite): Fix.
5907
5908         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5909         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5910
5911 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl-message.el (wl-message-prev-page): Do same bahavior
5914         as summary when it is called in the message buffer.
5915         (wl-message-next-page): Ditto.
5916
5917 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5918
5919         * wl-summary.el (wl-summary-forward): Use cache if it is not
5920         section cache.
5921
5922 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5925         Removed redundant require of elmo-vars.
5926         (wl-biff-state-indicator-on): Changed default value for
5927         xemacs with non-mule environment.
5928
5929         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5930         wl-message-buffer is nil;
5931         Hide progress bar after moving messages.
5932
5933 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5936         message at cursor point is deleted.
5937
5938 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5939
5940         * wl-vars.el: Changed file coding system to euc-japan.
5941         Added -*-coding:-*- magic to the first line.
5942
5943         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5944         Search parent from the first message.
5945
5946         * Version number is increased to 2.7.1.
5947
5948 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5949
5950         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5951
5952 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5953
5954         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5955         refile/delete execution.
5956
5957         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5958         Fixed docstring.
5959
5960 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5961
5962         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5963         do update process;
5964         Don't update marks when update process is interrupted.
5965
5966 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-summary.el (wl-summary-reply): Fixed problem when
5969         wl-draft-use-frame is non-nil.
5970         (wl-summary-forward): Ditto.
5971
5972         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5973         as nil.
5974         (wl-folder-mark-as-read-all-entity): Ditto.
5975         (wl-folder-prefetch-entity): Ditto.
5976
5977         * wl.el (wl): Check environment before wl-init.
5978
5979         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5980         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5981         instead of wl-summary-collect-unread.
5982         (wl-summary-reply): Split message window.
5983
5984 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5985
5986         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5987         only if current language environment is japanese,
5988
5989         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5990         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5991         (wl-folder-goto-folder-subr): Ditto.
5992
5993         * wl-draft.el (wl-draft-dispatch-message): Call
5994         `elmo-file-cache-get-path'.
5995
5996 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5997
5998         * wl-summary.el (wl-summary-cursor-move): If return value of
5999         wl-summary-next-message is not number, don't jump.
6000
6001 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-summary.el (wl-summary-buffer-next-message-function): New
6004         variable.
6005         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6006         if it is bound.
6007
6008         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6009         string.
6010
6011         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6012         (wl-plugged-drawing): Ditto.
6013
6014 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6017         process.
6018         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6019         with unwind-protect.
6020
6021         * wl.el (wl-init): Require mime-setup.
6022         (wl-check-environment): Don't require mime-setup.
6023
6024         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6025         instead of elmo-folder-type.
6026
6027         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6028         value as nil.
6029
6030 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6031
6032         * Version number is increased to 2.7.0.
6033
6034         * wl-version.el (wl-version): Changed codename.
6035
6036         * wl-summary.el (wl-summary-delete-cache): Fixed.
6037
6038         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6039         Workaround for net folders.
6040         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6041
6042         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6043         value to nil (According to the patch from
6044         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6045
6046         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6047         of elmo-folder-close.
6048
6049 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6050
6051         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6052         for postfix.
6053
6054 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-summary.el (wl-summary-resend-message): Fixed.
6057
6058         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6059         Call wl-draft with `from' argument if its address is included in
6060         `wl-user-mail-address-list'.
6061         (wl-draft): Added `from' argument.
6062
6063         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6064         non-nil.
6065         (wl): Don't show demo if wl-demo is nil.
6066
6067         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6068         wl-summary-use-frame.
6069
6070         * wl-vars.el (wl-summary-use-frame): New user option.
6071         (wl-folder-use-frame): Changed docstring.
6072
6073         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6074         non-nil.
6075         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6076         wl-summary-use-frame.
6077
6078         * wl-vars.el (wl-folder-use-frame): New user option.
6079
6080         * wl-summary.el (wl-summary-exit): Back to folder frame if
6081         wl-folder-use-frame is non-nil.
6082         (wl-summary-redisplay-internal): Ignore cache if current folder
6083         is draft folder,
6084         (wl-summary-redisplay-no-mime): Ditto.
6085         (wl-summary-redisplay-all-header): Ditto.
6086
6087         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6088         if wl-folder-use-frame is non-nil.
6089
6090 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-summary.el (wl-summary-sync-update): Bind
6093         elmo-folder-update-threshold.
6094         (wl-summary-mark-as-important): Enclosed server mark processing
6095         with `save-match-data'.
6096
6097         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6098         only when it is already defined.
6099
6100 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6101
6102         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6103         name of folder exclude localdir is wrong.
6104         * wl-folder.el (wl-folder-sync-entity):
6105         Set `wl-summary-always-sticky-folder-list' as nil.
6106         (wl-folder-mark-as-read-all-entity): Ditto.
6107         (wl-folder-prefetch-entity): Ditto.
6108
6109 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6110
6111         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6112         instead of `wl-summary-write-current-newsgroup'.
6113
6114 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6115
6116         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6117         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6118         non-nil and selected message is important, do not display.
6119
6120 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6121
6122         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6123
6124 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6125
6126         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6127
6128         * wl-summary.el (wl-summary-mark-as-important): Set message number
6129         using wl-summary-message-number.
6130
6131 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6132
6133         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6134         destination folder is 'null.
6135
6136 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6137
6138         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6139         New function.
6140         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6141         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6142         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6143
6144 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6145
6146         * wl-mime.el (wl-mime-setup): Added setting for
6147         `mime-setup-signature-key-alist' to avoid overriding key bind for
6148         `wl-draft-send'.
6149
6150         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6151         for `wl-draft-send'.
6152         * wl-mule.el (wl-draft-overload-functions): Ditto.
6153         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6154         * wl-draft.el (wl-draft-send): Ditto.
6155
6156         * wl-message.el (wl-message-display-internal):
6157         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6158         (Patch is provided by <kita@coe.nttdata.co.jp>).
6159
6160 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6161
6162         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6163
6164 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6165
6166         * wl.el (wl): Fix for wl-demo.
6167
6168 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6169
6170         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6171
6172 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6173
6174         * wl-folder.el (wl-folder-prefetch-entity): Use
6175         `wl-folder-get-elmo-folder'.
6176         (wl-folder-count-incorporates): Do not use
6177         `wl-folder-get-elmo-folder'.
6178
6179 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6180
6181         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6182         instead of `elmo-folder-get-type'.
6183
6184 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6185
6186         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6187         position on Subject: field.
6188         (Advised by Mito <mit@nines.nec.co.jp>)
6189
6190 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6191
6192         * wl-folder.el (wl-folder-prefetch-entity): Use
6193         `wl-folder-get-elmo-folder'.
6194
6195 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6198
6199         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6200         `process-duplicates' slot.
6201
6202         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6203         if detection failed.
6204
6205 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6206
6207         * wl-version.el (wl-version-status): Set to "alpha".
6208
6209 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6210
6211         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6212         Check wl-message-buffer lives before set-buffer.
6213
6214 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6215
6216         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6217         called in folder mode.
6218         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6219         * wl-summary.el (wl-summary-exit-pre-hook): Run
6220         `wl-summary-exit-pre-hook' before exit summary mode.
6221
6222 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6223
6224         * wl-version.el (wl-version-status): New variable.
6225         (wl-version-status-alist): Removed.
6226         (wl-version-status): Rule included.
6227
6228 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6231         @sponichi.
6232
6233         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6234         when `mail-reply-buffer' is buffer-local variable.
6235         (Reported by <kita@coe.nttdata.co.jp>).
6236
6237 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-vars.el (toplevel): Require 'elmo-util.
6240
6241 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6244         (All other related portions are changed)
6245
6246         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6247
6248         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6249
6250 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6251
6252         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6253
6254 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6257         Delete other windows to avoid an error.
6258         Use `point-marker' instead of `point' to remember the start point
6259         of body.
6260
6261         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6262
6263         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6264         number not to exceed all message number.
6265
6266 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6267
6268         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6269         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6270
6271 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6272
6273         * wl-summary.el (wl-summary-sync-force-update): Added argument
6274         no-check.
6275         (wl-summary-sync-update): Ditto.
6276         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6277         with `no-check'.
6278
6279         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6280         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6281         already running.
6282
6283 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6284
6285         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6286         `dst-folder-arg'.
6287         (wl-expire-archive-number1): Diito.
6288         (wl-expire-archive-number2): Diito.
6289         (wl-expire-archive-Date): Diito.
6290         (wl-archive-number1): Diito.
6291         (wl-archive-number2): Diito.
6292         (wl-archive-date): Diito.
6293         (wl-archive-folder-p): New function.
6294         (wl-summary-expire): Support of expand folder name at
6295         wl-expire-alist.
6296         * wl-util.el (wl-expand-newtext): Renamed from
6297         `wl-refile-expand-newtext'.
6298
6299 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6300
6301         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6302         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6303         `(elmo-msgdb-get-overview msgdb)'.
6304         (wl-summary-prefetch): Bind match data before call
6305         `wl-summay-prefetch-msg'.
6306         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6307         'off if `wl-summary-buffer-disp-msg' is non-nil.
6308         Fixed problem that couldn't show only one new or unread message when
6309         enter folder.
6310         (wl-summary-reply): Don't call `split-window-vertically' and other
6311         window.
6312
6313 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-expire.el (wl-expire-refile): Fixed.
6316
6317 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6318
6319         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6320
6321         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6322         biff notification is removed.
6323
6324         * wl.el (wl): Changed position of `elmo-init'.
6325
6326         * wl-draft.el (wl-default-draft-cite): Use date field
6327         on the citation buffer.
6328
6329         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6330
6331         * wl-xmas.el (wl-folder-internal-icon-list): Added
6332         `wl-folder-shimbun-image'.
6333
6334         * wl-e21.el (wl-folder-internal-icon-list): Added
6335         `wl-folder-shimbun-image'.
6336
6337 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6338
6339         * wl.el (wl-init): Eliminated argument.
6340         (wl): Rewrite.
6341
6342         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6343         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6344         instead of `elmo-folder-msgdb-internal'.
6345         (wl-summary-sync-update): Ditto.
6346         (wl-summary-flush-pending-append-operations): Eliminated.
6347         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6348         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6349         `elmo-folder-open'.
6350
6351         * wl-mime.el (wl-summary-burst): Fixed.
6352
6353         * wl-folder.el (wl-folder-info-save): Check data type.
6354
6355         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6356         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6357         instead of `elmo-folder-msgdb-internal'.
6358         (wl-expire-hide): Ditto.
6359
6360
6361         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6362
6363 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6364
6365         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6366
6367 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6368
6369         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6370
6371 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6372
6373         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6374         Fixed `match-beginning' argument mismatch.
6375
6376 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6377
6378         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6379         the default value.
6380
6381 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6384         instead of `elmo-nntp-default-port'.
6385
6386         * wl-vars.el: Fixed some doc strings.
6387
6388 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6389
6390         * wl-summary.el (wl-summary-prefetch-msg): Use
6391         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6392
6393         * wl-vars.el: Define *-func as obsolete variable using
6394         `elmo-define-obsolete-variable'.
6395
6396         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6397         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6398         instead of `wl-message-buffer-prefetch-threshold'.
6399
6400         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6401
6402         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6403
6404         * wl-draft.el (wl-caesar-region-func): Ditto.
6405
6406         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6407         Keep unread status in elmo-folder-move-messages.
6408         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6409
6410 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6411
6412         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6413         `wl-summary-buffer-exit-func'
6414         (wl-summary-buffer-message-redisplay-function): Renamed from
6415         `wl-summary-buffer-message-redisplay-func'
6416         (wl-summary-buffer-next-folder-function): Renamed from
6417         `wl-summary-buffer-next-folder-func'.
6418         (wl-summary-buffer-prev-folder-function): Renamed from
6419         `wl-summary-buffer-prev-folder-func'.
6420         (wl-summary-get-petname-function): Renamed from
6421         `wl-summary-get-petname-func'.
6422
6423         * wl-score.el (wl-score-edit-exit-function): Renamed from
6424         `wl-score-edit-exit-func'.
6425
6426         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6427         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6428
6429         * wl-util.el (wl-load-profile-function): Renamed from
6430         `wl-load-profile-func'.
6431
6432         * wl-folder.el (wl-folder-completion-function): Renamed from
6433         `wl-folder-completion-func'.
6434         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6435
6436         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6437         `wl-expire-archive-get-folder-func'.
6438         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6439         (wl-draft-send-mail-function): Renamed from
6440         `wl-draft-send-mail-func'.
6441         (wl-draft-send-news-function): Renamed from
6442         `wl-draft-send-news-func'.
6443         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6444         (wl-generate-mailer-string-function): Renamed from
6445         `wl-generate-mailer-string-func'.
6446         (wl-highlight-signature-search-function): Renamed from
6447         `wl-highlight-signature-search-func'.
6448         (wl-highlight-x-face-function): Renamed from
6449         `wl-highlight-x-face-func'
6450         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6451         (wl-ps-print-buffer-function): Renamed from
6452         `wl-ps-print-buffer-func'
6453         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6454         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6455         (wl-summary-subject-filter-function): Renamed from
6456         `wl-summary-subject-filter-func'.
6457
6458         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6459         `wl-draft-queue-flush-send-func'
6460         (wl-draft-cite-function): Renamed from
6461         `wl-draft-cite-func'
6462
6463         * wl-address.el (wl-address-init-function): Renamed from
6464         `wl-address-init-func'.
6465
6466 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6467
6468         * wl-draft.el (wl-draft-queue-flush): Don't call
6469         `elmo-dop-unlock-message'.
6470         * wl-draft.el (wl-draft-queue-append): Don't call
6471         `elmo-dop-lock-message'.
6472
6473         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6474         (wl-summary-buffer-folder-name): Ditto.
6475         (wl-summary-message-regexp): Added '-' (all other related portions
6476         are changed).
6477         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6478         wl-summary-buffer-folder-name.
6479
6480 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6481
6482         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6483         the number of mails in the folder buffer is not updated by wl-biff.
6484
6485 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6488         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6489
6490 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6491
6492         * wl-summary.el (wl-summary-next-message):
6493         Return next message number when wl-summary-move-order is nil.
6494
6495 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6496
6497         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6498         `wl-summary-move-spec-alist'.
6499         (wl-summary-move-spec-unplugged-alist): New variable
6500         (Move spec for unplugged status).
6501         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6502         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6503
6504 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6505
6506         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6507         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6508
6509 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6510
6511         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6512         simple quotation to quote the anonymous function.
6513         * tm-wl.el (wl-draft-preview-message): Ditto.
6514
6515 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6516
6517         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6518         Eliminate redundant `save-excursion'.
6519         (wl-highlight-summary-current-line): Ditto.
6520
6521         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6522         accessing match data when `looking-at' failed.
6523
6524         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6525         `elmo-match-string' where users don't care about the speed.
6526         (wl-draft-save): Ditto.
6527
6528 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-util.el (wl-regexp-opt): New function.
6531
6532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6533         number from `wl-summary-buffer-number-list'.
6534         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6535         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6536         (wl-summary-move-spec-alist): Changed default setting.
6537
6538 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6539
6540         * wl-vars.el (wl-biff-notify-hook): New hook.
6541         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6542         the arrival of new mail.
6543         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6544         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6545
6546 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6547
6548         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6549
6550 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6551
6552         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6553
6554         * Version number is increased to 2.5.8.
6555
6556         * wl-thread.el (toplevel): require 'cl.
6557         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6558         (wl-thread-make-number-list): New function.
6559         (wl-thread-entity-make-number-list-from-children): Ditto.
6560         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6561         (wl-thread-entity-insert-as-children): Likewise.
6562         (wl-thread-delete-message): Likewise.
6563         (wl-meaning-of-mark): Eliminated.
6564         (wl-thread-next-failure-mark-p): Ditto.
6565         (wl-thread-entity-get-mark): Ditto.
6566         (wl-thread-meaning-alist-get-result): Ditto.
6567         (wl-thread-entity-check-prev-mark): Ditto.
6568         (wl-thread-entity-check-next-mark): Ditto.
6569         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6570         (wl-thread-entity-get-prev-marked-entity): Ditto.
6571         (wl-thread-get-prev-unread): Ditto.
6572         (wl-thread-jump-to-prev-unread): Ditto.
6573         (wl-thread-get-next-unread): Ditto.
6574         (wl-thread-jump-to-next-unread): Ditto.
6575         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6576         (wl-thread-entity-get-next-marked-entity): Ditto.
6577
6578         * wl-summary.el (wl-summary-buffer-number-list):
6579         New bufer-local variable.
6580         (wl-summary-switch-to-clone-buffer): Clone
6581         `wl-summary-buffer-number-list'.
6582         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6583         (wl-summary-cursor-move-regex): Eliminated.
6584         (wl-summary-cursor-up): Rewrite.
6585         (wl-summary-cursor-down): Ditto.
6586         (wl-summary-mode-spec-alist): New variable.
6587         (wl-summary-next-message): New inline function.
6588         (wl-summary-cursor-move): New function.
6589         (wl-summary-default-get-next-msg): Rewrite.
6590         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6591         (wl-summary-rescan): Ditto.
6592         (wl-summary-sync-all-init): Ditto.
6593         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6594         summary is not thread view.
6595         (wl-summary-sync-update): Ditto.
6596         (wl-summary-rescan): Ditto.
6597         (wl-summary-make-number-list): New function.
6598
6599         * wl-draft.el: "FCC" -> "Fcc".
6600
6601 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-highlight.el (wl-highlight-summary-window):
6604         Call `set-buffer-modified-p'.
6605
6606         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6607         (wl): Call `elmo-init' and fix.
6608
6609         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6610         Use new variables.
6611
6612         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6613
6614 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6615
6616         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6617
6618 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6619
6620         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6621
6622 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6623
6624         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6625         `wl-use-toolbar' nor `display-graphic-p'.
6626         (wl-e21-setup-message-toolbar): Ditto.
6627         (wl-e21-setup-summary-toolbar): Ditto.
6628         (wl-e21-setup-folder-toolbar): Ditto.
6629
6630         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6631         (wl-plugged-init-icons): Ditto.
6632
6633         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6634         `display-graphic-p'.
6635         (wl-plugged-set-folder-icon): Ditto.
6636         (wl-highlight-plugged-current-line): Ditto.
6637         (wl-highlight-folder-current-line): Ditto.
6638         (wl-e21-highlight-folder-group-line): Ditto.
6639         (wl-e21-setup-toolbar): Ditto.
6640         (wl-e21-display-image-p): New macro.
6641
6642         * wl-demo.el (wl-demo): Simplified.
6643         (wl-demo-image-type-alist): Use `image-type-available-p' for
6644         checking whether the image type `xbm' is available.
6645
6646 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6647
6648         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6649         (wl-summary-input-range): Ditto.
6650
6651 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6652
6653         * wl-summary.el (wl-summary-edit-addresses): Use
6654         `wl-summary-get-original-buffer'
6655         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6656         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6657         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6658         (wl-summary-get-newsgroups): Eliminated.
6659         (wl-summary-set-crosspost): Ditto.
6660         (wl-summary-is-crosspost-folder): Ditto.
6661         (wl-crosspost-alist-load): Ditto.
6662         (wl-crosspost-alist-save): Ditto.
6663
6664         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6665         `elmo-setup-subscribed-newsgroups' instead of
6666         `elmo-nntp-make-groups-hashtb'.
6667         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6668         instead of `wl-crosspost-alist-save'.
6669
6670         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6671         of `elmo-folder-message-appendable-p'.
6672         (wl-mime-header-presentation-method): Eliminated.
6673
6674         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6675         (Error occurs in emacs21).
6676
6677         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6678         the current buffer).
6679
6680         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6681         instead of `wl-crosspost-alist-save'.
6682         (wl-init): `elmo-crosspost-message-alist-load'
6683         instead of `wl-crosspost-alist-load'
6684
6685         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6686         (wl-parse-newsgroups): Likewise.
6687         (wl-biff-notify): Run `wl-biff-notify-hook'.
6688
6689 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6692
6693         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6694         when `wl-summary-lazy-highlight' is non-nil.
6695         (wl-summary-goto-folder-subr): Highlight only when
6696         `wl-summary-lazy-highlight' is non-nil.
6697
6698         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6699         Don't display progress and highlight temp-mark when
6700         `wl-summary-lazy-highlight' is non-nil.
6701         (wl-highlight-summary-window): New function.
6702         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6703
6704 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl-summary.el (wl-summary-sync): Change `all-visible'
6707         from `all-shown'
6708         (wl-summary-input-range): Ditto.
6709
6710 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6711
6712         * wl-e21.el (wl-highlight-folder-current-line): Call
6713         `wl-folder-init-icons' when folder icons have not been initialized.
6714
6715         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6716
6717         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6718         (wl-demo-image-type-alist): New macro.
6719
6720 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6721
6722         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6723         display does not support graphics.
6724         (wl-plugged-init-icons): Ditto.
6725         (wl-folder-init-icons): Ditto.
6726
6727         * wl-demo.el (wl-demo): Chech closely whether the display
6728         supports graphics.
6729
6730 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-summary.el (wl-summary-get-original-buffer): New function.
6733         (wl-summary-set-crosspost): Use it.
6734         (wl-summary-target-mark-uudecode): Ditto.
6735         (wl-summary-reedit): Ditto.
6736         (wl-summary-resend-bounced-mail): Ditto.
6737         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6738         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6739
6740         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6741         (wl-message-display-internal): Ditto.
6742
6743 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6746
6747 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-summary.el (wl-summary-save-view): Renamed from
6750         `wl-summary-save-status'.
6751
6752 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6753
6754         * wl-summary.el (wl-summary-sync): Added `all-shown'
6755
6756 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6757
6758         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6759
6760 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6763
6764 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6765
6766         * wl-highlight.el (wl-highlight-summary-line-string): Use
6767         `zerop' instead of `= 0'.
6768         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6769
6770         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6771         for comparing numbers.
6772         (wl-template-prev): Use `zerop' instead of `eq 0'.
6773
6774         * wl-draft.el (wl-draft-insert-current-message): Use
6775         `with-current-buffer' instead of `save-excursion'.
6776         Use `zerop' instead of `eq 0'.
6777
6778 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl-draft.el (wl-draft-insert-ccs): New function.
6781         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6782         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6783
6784 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6787
6788 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-expire.el (wl-expire-refile): Don't call
6791         elmo-msgdb-add-msgs-to-seen-list;
6792         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6793         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6794
6795 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-message.el (wl-message-prev-page): Ignore errors while
6798         scroll-down.
6799
6800 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-mime.el: Use elmo-original-message-mode instead of
6803         mmelmo-original-mode.
6804
6805         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6806         `elmo-folder-get-spec';
6807         (wl-fldmgr-add-completion-all-completions):
6808         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6809
6810         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6811         of `elmo-folder-get-type'.
6812
6813         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6814         `elmo-folder-get-spec';
6815         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6816         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6817         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6818         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6819         `elmo-read-msg-no-cache';
6820         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6821         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6822         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6823         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6824         `elmo-cache-save';
6825         (wl-draft-reedit): Use `elmo-message-file-name'.
6826
6827         * wl-expire.el: Use `elmo-folder-name-internal';
6828         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6829         Use macro `wl-summary-buffer-msgdb' instead of variable
6830         `wl-summary-buffer-msgdb';
6831         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6832         Use macro `wl-summary-buffer-folder-name' instead of variable
6833         `wl-summary-buffer-folder-name'.
6834         * wl-score.el: Likewise.
6835
6836         * wl-message.el: Rewrite for new message buffer cache mechanism.
6837         (wl-message-buffer-cache-buffer-get): New macro.
6838         (wl-message-buffer-cache-folder-get): Ditto.
6839         (wl-message-buffer-cache-message-get): Ditto.
6840         (wl-message-buffer-cache-entry-make): Ditto.
6841         (wl-message-buffer-cache-hit): Ditto.
6842         (wl-message-buffer-cache-sort): New function.
6843         (wl-message-buffer-cache-add): Ditto.
6844         (wl-message-buffer-cache-delete): Ditto.
6845         (wl-message-buffer-cache-clean-up): Ditto.
6846         (wl-message-buffer-window): Rewrite.
6847         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6848         (wl-message-buffer-display): New function.
6849         (wl-message-display-internal): New function.
6850
6851 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl-folder.el: Use `elmo-folder-name-internal';
6854         Use `wl-folder-get-elmo-folder';
6855         Use `elmo-folder-list-messages' instead of
6856         `elmo-list-folder';
6857         Use `elmo-folder-get-primitive-list' instead of
6858         `elmo-folder-get-primitive-spec-list';
6859         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6860         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6861         Use `elmo-folder-create' instead of `elmo-create-folder'.
6862         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6863         (wl-folder-get-elmo-folder): New macro.
6864         (wl-folder-elmo-folder-cache-get): Ditto.
6865         (wl-folder-elmo-folder-cache-put): Ditto.
6866         (wl-folder-suspend): Call `elmo-quit'.
6867
6868         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6869         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6870         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6871         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6872         (toplevel): require 'cl.
6873         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6874
6875         * wl-summary.el: Rewrite to use new elmo interface.
6876
6877 \f
6878 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-mime.el (wl-draft-preview-message):
6881         Run `wl-draft-send-hook' before collecting recipients information;
6882         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6883
6884         * tm-wl.el (wl-draft-preview-message): Ditto.
6885
6886 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6889         wrong recipients are displayed when forwarded message.
6890
6891 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * Version number is increased to 2.5.7.
6894
6895 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6896
6897         * wl-message.el (wl-message-next-page): Bind
6898         `window-pixel-scroll-increment' to nil while scrolling up.
6899
6900 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6901
6902         * wl-vars.el (wl-save-hook): New hook.
6903         * wl.el (wl-save): Call `wl-save-hook'.
6904
6905 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6906
6907         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6908         Argument WITH-ARG instead of NO-ARG (negative mean).
6909         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6910         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6911         * wl-message.el (wl-message-follow-current-entity): Likewise.
6912
6913 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6914
6915         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6916         FROM was optional argument.
6917         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6918
6919 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6920
6921         * Version number is increased to 2.5.6.
6922
6923 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * wl-version.el (wl-version-show): Removed.
6926         (wl-version): Add `interactive'.
6927
6928 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6929
6930         * wl-summary.el (wl-summary-get-petname-func): New variable.
6931         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6932         instead of `wl-address-get-petname-1'.
6933         (wl-summary-simple-from): Ditto.
6934
6935         * wl-address.el (wl-address-get-petname-1): Define as function.
6936
6937 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6938
6939         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6940         field in the original message.
6941         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6942
6943 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6944
6945         * wl-expire.el (wl-expire-hide):
6946         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6947
6948 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6949
6950         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6951         find decoder for To, Cc, and Subject.
6952
6953 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6956         for checking `elmo-use-buffer-cache'.
6957         (wl-summary-mark-as-important): Fixed typo in comment.
6958
6959 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6960
6961         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6962         field in the original message.
6963         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6964
6965 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6966
6967         * wl-expire.el (wl-expire-hide):
6968         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6969
6970 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6971
6972         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6973         find decoder for To, Cc, and Subject.
6974
6975 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * Version number is increased to 2.5.5.
6978
6979         * wl-address.el (wl-address-specials-regexp): New constant.
6980         (wl-address-quote-specials): Use it.
6981
6982 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-summary.el (wl-summary-rescan):
6985         Call `wl-summary-buffer-number-column-detect'.
6986         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6987
6988         * wl-message.el (wl-message-mode-map): Define.
6989         (wl-message-decode): Use it as local-map.
6990
6991 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6994         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6995
6996 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6997
6998         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6999
7000         * wl-mule.el (wl-read-event-char): Ditto.
7001
7002         * wl-e21.el (wl-read-event-char): Ditto.
7003
7004         * wl-nemacs.el (wl-read-event-char): Ditto.
7005         (read-event): Removed.
7006
7007         * wl-util.el (toplevel): Removed dummy definition of
7008         `read-event'.
7009         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7010
7011 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7012
7013         * wl-nemacs.el (elmo-archive-call-process): Moved to
7014         elmo-archive.el.
7015
7016 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7017
7018         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7019         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7020
7021         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7022         instead of magic-number 6.  Use `not' instead of `null' for symbol
7023         `nil' check (not empty list).
7024         (wl-draft-insert-x-face-field): Fixed paren style.
7025
7026         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7027         one-branch conditional statement, instead of `and' and `if'.
7028         (wl-draft-forward): Likewise.
7029         (wl-draft-add-references): Likewise.
7030         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7031
7032         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7033         conditional steatment.  Use `cond' instead of `if'.
7034         (wl-draft-confirm): Likewise.
7035
7036 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl-version.el (wl-version-show): Use `product-string-1'
7039         instead of `wl-version'.
7040         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7041
7042         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7043
7044 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-highlight.el (wl-highlight-headers): Revert
7047         `wl-highlight-x-face-func' argument (`beg' and `end').
7048
7049 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7050
7051         * wl.el (toplevel): Move `product-provide' declare.
7052         * wl-demo.el (toplevel): Ditto.
7053         * wl-dnd.el (toplevel): Ditto.
7054         * wl-highlight.el (toplevel): Ditto.
7055         * wl-message.el (toplevel): Ditto.
7056         * wl-refile.el (toplevel): Ditto.
7057         * wl-util.el (toplevel): Ditto.
7058
7059 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7062         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7063         (wl-thread-close-all): keep cursor position.
7064
7065 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7066
7067         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7068         (eq x 0).
7069         (wl-generate-user-agent-string-1): Fix conditional statement.
7070
7071 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7072
7073         * wl.el (wl-check-environment): Additional check for
7074         'wl-local-domain' and `wl-message-id-domain'.
7075
7076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7077
7078         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7079
7080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7081
7082         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7083         instead of `smtp-sasl-user-realm'.
7084
7085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7086
7087         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7088
7089 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7090
7091         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7092         to the default value as well as `eword-lexical-analyzer'.
7093
7094 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7095
7096         * wl-version.el (wl-extended-emacs-version,
7097         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7098         `elmo-match-string' instead of `wl-match-string'.
7099
7100 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7101
7102         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7103         docstring.
7104
7105 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7106
7107         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7108
7109 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7110
7111         * wl-highlight.el (wl-highlight-headers): Remove
7112         `wl-highlight-x-face-func' argument (`beg' and `end').
7113
7114 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-summary.el (wl-summary-mark-as-important):
7117         Remove cache if folder is local.
7118
7119 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7120
7121         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7122         to get existing e-mail address string.
7123
7124 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7125
7126         * wl-version.el (wl-generate-user-agent-string): Commentary.
7127         (wl-generate-user-agent-string-1): Use `when' for
7128         one-branch conditional statement, instead of `and' and `if'.
7129         (wl-extended-emacs-version, wl-extended-emacs-version2,
7130         wl-extended-emacs-version3): Ditto.
7131
7132 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7135         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7136         condition-case; Remove initialization.
7137         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7138         (wl-summary-sync-update3): Added argument `sync-all';
7139         Eliminated local variable `msgdb';
7140         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7141         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7142         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7143
7144 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7145
7146         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7147         connection before call `wl-draft-send-mail-with-smtp'.
7148
7149 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * Version number is increased to 2.5.4.
7152
7153 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7154
7155         * wl.el (wl-check-environment): Additional check for
7156         'wl-local-domain' and `wl-message-id-domain'.
7157
7158 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7161         buffer as command specific.
7162         (wl-folder-mark-as-read-all-entity): Ditto.
7163         (wl-folder-prefetch-entity): Ditto.
7164         (wl-folder-drop-unsync-entity): Ditto.
7165
7166         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7167         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7168         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7169
7170         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7171         save-excursion.
7172
7173 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * Version number is increased to 2.5.3.
7176
7177         * wl-summary.el (wl-summary-save-view-cache):
7178         Delete duplicated `write-region';
7179         Use `write-region-as-binary' instead of `as-binary-output-file' and
7180         `write-region'.
7181
7182 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7183
7184         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7185
7186 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7187
7188         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7189         instead of `smtp-via-smtp'.
7190
7191 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7192
7193         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7194
7195 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7196
7197         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7198         instead of `smtp-sasl-user-realm'.
7199
7200 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7201
7202         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7203
7204 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7205
7206         * Version number is increased to 2.5.2.
7207
7208 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7211         does not exist.
7212         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7213         (wl-biff-start): Call `timer-activate' if timer already exists.
7214
7215         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7216         only when it is bound as function.
7217
7218 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * Version number is increased to 2.5.1.
7221
7222 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7225         Print refile/copy destination.
7226
7227 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7228
7229         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7230         queue-flush-only is non-nil.
7231
7232         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7233
7234         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7235         checking cache folder.
7236
7237 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7238
7239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7240         `regexp-quote'.
7241
7242 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7243
7244         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7245         function.
7246         * wl-summary.el (wl-summary-write-current-folder-functions):
7247         Change default value.  Use it.
7248
7249 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * Version number is increased to 2.5.0.
7252
7253         * wl-version.el (wl-version): Changed codename.
7254
7255 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7256
7257         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7258         (wl-summary-supersedes-message): Ditto.
7259
7260 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * wl-refile.el (wl-refile-guess-functions): Renamed from
7263         `wl-refile-guess-func-list'.
7264
7265 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7268         Fixed problem when no rule was matched.
7269
7270 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7271
7272         * wl-summary.el (wl-summary-get-mark): Fixed
7273         `wl-summary-buffer-target-mark' check logic.
7274
7275 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7276
7277         * wl-folder.el (wl-folder-write-current-folder): Added group
7278         folder check.
7279
7280         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7281         `wl-summary-write-current-newsgroup'.
7282         (wl-summary-write-current-folder-functions): New variable.
7283         * wl-folder.el (wl-folder-get-newsgroups): New function.
7284         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7285         (wl-folder-write-current-folder): Renamed from
7286         `wl-folder-write-current-newsgroup'.
7287
7288 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7289
7290         * Version number is increased to 2.3.93.
7291
7292 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7293
7294         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7295         (wl-ldap-make-matched-value-list): Ditto.
7296         (wl-ldap-alias-safe-string): Split e-mail address.
7297
7298         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7299         petname folder default was selected.
7300         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7301         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7302
7303 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7304
7305         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7306         to `wl-draft-config-exec'.
7307
7308         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7309         instead of calling `wl-draft-config-exec';
7310         Process group-list and show recipients in minibuffer.
7311
7312         * tm-wl.el (wl-draft-preview-message): Ditto.
7313
7314 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7315
7316         * wl.el (toplevel): Added (C) to copyright notice, and
7317         sync Author header.
7318         * tm-wl.el (toplevel): Ditto.
7319         * wl-address.el (toplevel): Ditto.
7320         * wl-demo.el (toplevel): Ditto.
7321         * wl-dnd.el (toplevel): Ditto.
7322         * wl-draft.el (toplevel): Ditto.
7323         * wl-e21.el (toplevel): Ditto.
7324         * wl-expire.el (toplevel): Ditto.
7325         * wl-folder.el (toplevel): Ditto.
7326         * wl-highlight.el (toplevel): Ditto.
7327         * wl-message.el (toplevel): Ditto.
7328         * wl-mime.el (toplevel): Ditto.
7329         * wl-mule.el (toplevel): Ditto.
7330         * wl-nemacs.el (toplevel): Ditto.
7331         * wl-refile.el (toplevel): Ditto.
7332         * wl-score.el (toplevel): Ditto.
7333         * wl-summary.el (toplevel): Ditto.
7334         * wl-template.el (toplevel): Ditto.
7335         * wl-thread.el (toplevel): Ditto.
7336         * wl-util.el (toplevel): Ditto.
7337         * wl-vars.el (toplevel): Ditto.
7338         * wl-xmas.el (toplevel): Ditto.
7339
7340 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7341
7342         * wl.el (wl-init): Added comment about `wl-init-hook'.
7343         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7344         * wl-vars.el (wl-init-hook): Added docs.
7345         (wl-make-plugged-hook): Removed useless docs.
7346         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7347         * wl-xmas.el (toplevel): Ditto.
7348
7349 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl-address.el (toplevel): Fixed multiple Author header format.
7352         * wl-demo.el (toplevel): Ditto.
7353         * wl-draft.el (toplevel): Ditto.
7354         * wl-folder.el (toplevel): Ditto.
7355         * wl-summary.el (toplevel): Ditto.
7356         * wl-thread.el (toplevel): Ditto.
7357         * wl-util.el (toplevel): Ditto.
7358         * wl-vars.el (toplevel): Ditto.
7359         * wl-version.el (toplevel): Ditto.
7360         * wl-xmas.el (toplevel): Ditto.
7361         * wl.el (toplevel): Ditto.
7362
7363         * wl-version.el (toplevel): Added require `elmo-version' for
7364         `product-version-as-string'.
7365
7366 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-vars.el (wl-draft-send-hook): Changed default value to
7369         '(wl-draft-config-exec).
7370
7371         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7372         explicitly.
7373         (wl-draft): Set `wl-draft-config-exec-flag' before running
7374         `wl-mail-setup-hook'.
7375
7376         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7377         `wl-biff-init-icons' to `wl-init-hook' instead of
7378         `wl-make-plugged-hook'.
7379         (Because if `wl-draft' command is invoked at first,
7380         they are not initialized)
7381         Updated copyright notice.
7382
7383         * wl-e21.el (toplevel): Ditto;
7384
7385         * wl-demo.el (toplevel): Updated copyright notice.
7386         * wl-address.el (toplevel): Ditto.
7387         * wl-draft.el (toplevel): Ditto.
7388         * wl-version.el (toplevel): Ditto.
7389         * wl-folder.el (toplevel): Ditto.
7390         * wl-summary.el (toplevel): Ditto.
7391         * wl-thread.el (toplevel): Ditto.
7392         * wl-util.el (toplevel): Ditto.
7393         * wl-vars.el (toplevel): Ditto.
7394         * wl.el (toplevel): Ditto.
7395
7396 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7397
7398         * wl-highlight.el (wl-highlight-message): Fixed problem of
7399         highlighting failure which occured when the last field contains
7400         multiple lines in the draft buffer.
7401
7402         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7403         `wl-biff-start' if plugged.
7404
7405         * wl-util.el (wl-biff-check-folder): New function.
7406         (wl-biff-check-folders): Don't set session name prefix.
7407         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7408         (wl-biff-check-folder-async): Ditto.
7409
7410         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7411         in email address.
7412
7413 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7414
7415         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7416
7417         * wl-draft.el (wl-draft-strip-subject-re): New function.
7418
7419         * wl-draft.el (wl-draft-reply): Use it.
7420
7421 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7422
7423         * wl-message.el (wl-mmelmo-message-redisplay): Use
7424         `mime-display-message' instead of `wl-mime-display-message'.
7425
7426         * wl-mime.el (toplevel): Removed compatibility workaround
7427         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7428         (wl-mime-display-message): Abolished.
7429         (wl-mime-entity-read-field): Ditto.
7430         (wl-mime-combine-message/partial-pieces): Use
7431         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7432
7433 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7434
7435         * wl-template.el: Doc fixes.
7436
7437 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7438
7439         * wl-e21.el (wl-message-overload-functions): Do nothing if
7440         `current-local-map' is not available.
7441         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7442
7443 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7444
7445         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7446         representation.
7447
7448         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7449         number.
7450         (wl-fldmgr-save-folders): Don't use `format' when insert
7451         `wl-fldmgr-folders-header'.
7452
7453 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7454
7455         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7456
7457 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-highlight.el (wl-highlight-message):
7460         Use `std11-field-end' to detect end point of the header field.
7461         Refer `wl-highlight-max-header-size'.
7462
7463         * wl-vars.el (wl-highlight-max-header-size): New variable.
7464
7465         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7466
7467         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7468         Set `for-draft' argument of wl-highlight-headers.
7469         (wl-draft): Ditto.
7470         (wl-draft-reedit): Ditto.
7471         (wl-user-agent-compose-internal): Ditto.
7472
7473 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7474
7475         * wl-message.el (wl-message-add-button): Use overlay.
7476
7477 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7480
7481         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7482         problem when group-list content is nothing.
7483         (Reported by Mito <mit@nines.nec.co.jp>)
7484
7485 2000-10-18  SAITO Atsunori <sai@yedo.com>
7486
7487         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7488
7489 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7490
7491         * tm-wl.el (toplevel): Use product-provide.
7492
7493 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * Version number is increased to 2.3.92.
7496
7497 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7498
7499         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7500         title text, use `display' property for left margin under Emacs 21.
7501
7502         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7503         properties.
7504         (wl-plugged-init-icons): Ditto.
7505
7506 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7507
7508         * wl.el (wl-save-status, wl-init): Remove last period in
7509         "...done." message.
7510         * tm-wl.el (wl-summary-burst): Ditto.
7511         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7512         wl-summary-resume-cache-status,
7513         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7514         wl-summary-sync-update3, wl-summary-highlight-msgs,
7515         wl-summary-flush-pending-append-operations,
7516         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7517         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7518         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7519         wl-thread-open-all): Ditto.
7520         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7521         * wl-mime.el (wl-summary-burst): Ditto.
7522         * wl-highlight.el (wl-highlight-summary): Ditto.
7523         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7524         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7525         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7526         * wl-address.el (wl-local-address-init): Ditto.
7527
7528 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7529
7530         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7531         `add-text-properties'.
7532         (wl-plugged-init-icons): Ditto.
7533         (wl-folder-init-icons): Use `propertize' instead of
7534         `put-text-property'.
7535         (wl-plugged-set-folder-icon): Ditto.
7536         (wl-e21-highlight-folder-group-line): Ditto.
7537
7538 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7539
7540         * wl-version.el (wl-version-status-alist): New variable.
7541         (wl-version-status): New function.
7542
7543         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7544         "Cc" part of the case "Reply-To".
7545
7546         * wl-draft.el (wl-draft-reply): Use result of
7547         `eword-extract-address-components'.
7548
7549         * wl-demo.el (wl-demo-icon-name): New constant.
7550         (wl-logo-xpm): Use it.
7551         (wl-logo-xbm): Ditto.
7552         (wl-logo-bitmap): Ditto.
7553
7554         * Version number is increased to 2.3.91.
7555
7556 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7557
7558         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7559         (wl-extended-emacs-version, wl-extended-emacs-version2,
7560         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7561         docstring.
7562
7563         * wl-version.el (wl-generate-user-agent-string-1): New function.
7564         (wl-generate-user-agent-string): Use it.
7565
7566         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7567         `mime-edit-insert-user-agent-field'.
7568         (wl-generate-user-agent-string): Check
7569         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7570
7571         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7572         instead of `if', when verbose case.
7573
7574 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7575
7576         * wl-expire.el (wl-summary-expire): Fix.
7577
7578 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7579
7580         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7581         and `elmo-lost+found-folder' if 'wl-draft.
7582         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7583
7584 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7585
7586         * wl-expire.el (wl-summary-expire): Change messages.
7587         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7588         `deleing-info' instead of "Deleting..."
7589
7590 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7591
7592         * wl-summary.el (wl-summary-refile-subr): Fix.
7593
7594 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7597         if pipe folder.
7598
7599 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7600
7601         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7602
7603 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7604
7605         * wl-expire.el (wl-expire-hide): New function.
7606         (wl-summary-expire): Add `hide'.
7607
7608 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-vars.el (wl-draft-reply-without-argument-list):
7611         Changed default value to consider `Reply-To:'.
7612         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7613
7614         * Version number is increased to 2.3.90.
7615
7616         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7617         elmo-imap4-get-session with unwind-protect.
7618         Don't cause error.
7619         (wl-summary-sync-marks): Don't check plugged nor folder type.
7620         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7621         (Always keep current buffer).
7622
7623 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7624
7625         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7626         Enclose with `save-excursion'.
7627
7628 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7629
7630         * wl-version.el (wl-version): Remove interactive.
7631
7632 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7633
7634         * wl-version.el (wl-generate-user-agent-string): Use
7635         `product-string-verbose' instead of `product-string-1'.
7636
7637 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-vars.el (wl-draft-use-cache): New variable.
7640         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7641         if wl-draft-use-cache is non-nil.
7642
7643 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7644
7645         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7646         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7647
7648 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7651         (wl-thread-msg-mark-as-unread): Ditto.
7652
7653         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7654         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7655         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7656         Don't set mark in summary if return value of `elmo-mark-as-read'
7657         is nil.
7658         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7659         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7660         instead of `wl-thread-msg-mark-as-read'.
7661         (wl-summary-mark-as-unread-region): Ditto.
7662         (wl-summary-target-mark-mark-as-read): Ditto.
7663
7664         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7665
7666 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7669
7670         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7671
7672 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7675         face.
7676
7677 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7678
7679         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7680         `running-xemacs'.
7681
7682 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7683
7684         * wl-version.el (toplevel): Use `product-version-as-string' for
7685         set verstion-string, if defined.
7686
7687         * wl-version.el (wl-version-show): Insert string at point, when
7688         call with argument.
7689
7690         * wl-version.el (wl-generate-user-agent-string): Use
7691         `product-string-1' instead of `wl-appname', `wl-version' and
7692         `wl-codename'.
7693
7694 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7695
7696         * wl-address.el (toplevel): Use product-provide.
7697         * wl-demo.el (toplevel): Ditto.
7698         * wl-dnd.el (toplevel): Ditto.
7699         * wl-draft.el (toplevel): Ditto.
7700         * wl-e21.el (toplevel): Ditto.
7701         * wl-expire.el (toplevel): Ditto.
7702         * wl-fldmgr.el (toplevel): Ditto.
7703         * wl-folder.el (toplevel): Ditto.
7704         * wl-highlight.el (toplevel): Ditto.
7705         * wl-message.el (toplevel): Ditto.
7706         * wl-mime.el (toplevel): Ditto.
7707         * wl-mule.el (toplevel): Ditto.
7708         * wl-nemacs.el (toplevel): Ditto.
7709         * wl-refile.el (toplevel): Ditto.
7710         * wl-score.el (toplevel): Ditto.
7711         * wl-summary.el (toplevel): Ditto.
7712         * wl-template.el (toplevel): Ditto.
7713         * wl-thread.el (toplevel): Ditto.
7714         * wl-util.el (toplevel): Ditto.
7715         * wl-vars.el (toplevel): Ditto.
7716         * wl-xmas.el (toplevel): Ditto.
7717         * wl.el (toplevel): Ditto.
7718
7719 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7722         instead of product.
7723
7724         * wl-version.el (wl-version): Compile time evalution elmo-version.
7725
7726 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7727
7728         * wl-summary.el (wl-summary-sync-force-update): Append queue
7729         `mark-as-read'if unplugged.
7730
7731 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7732
7733         * wl-version.el: New file.  Use product.el.
7734         * wl.el: add (require 'wl-version).
7735         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7736         for ~/.folders header.
7737         (wl-fldmgr-folders-header): Changed.
7738         * wl-demo.el (wl-demo): Use product.el.
7739
7740         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7741         wl-version.el.
7742         * wl-util.el (wl-version, wl-version-show): Ditto.
7743
7744         * wl-util.el (wl-generate-user-agent-string,
7745         wl-extended-emacs-version, wl-extended-emacs-version2,
7746         wl-extended-emacs-version3): Move to wl-version.el.
7747         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7748         xemacs-codename, mime-edit-insert-user-agent-field,
7749         mime-edit-user-agent-value, mime-editor/version,
7750         mime-editor/codename): Compile warning killer move to
7751         wl-version.el
7752
7753 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7754
7755         * wl-summary.el (wl-summary-refile-subr): Fix.
7756
7757 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7760         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7761
7762 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7763
7764         * wl.el (wl-check-environment): Check too many `@'.
7765
7766 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7767
7768         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7769
7770 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7771
7772         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7773         wl-draft-reply-myself-without-argument-list): Add variables.
7774         * wl-draft.el (wl-draft-reply): Use it.
7775
7776 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7777
7778         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7779         the 5th argument of `elmo-network-get-spec'.
7780
7781         * wl-thread.el (wl-thread-reparent-children): New inline function.
7782         (wl-thread-delete-message): Use it.
7783
7784         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7785         (wl-summary-score-update-all-lines): Don't use `dolist'.
7786
7787 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7788
7789         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7790         (require 'elmo-msgdb) for inline function.
7791
7792 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7793
7794         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7795
7796 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7797
7798         * wl-score.el (wl-score-headers): Fix for the confusing macro
7799         `elmo-kill-buffer'.
7800
7801 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7802
7803         * wl-summary.el: Don't use the 3rd argument of `require' because
7804         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7805         * wl-util.el: Ditto.
7806         * wl-draft.el: Ditto.
7807
7808 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7809
7810         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7811         window system is not used.
7812
7813 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7814
7815         * wl-thread.el: Don't use `mapcar' only for iteration.
7816         (wl-thread-resume-entity): Ditto.
7817         (wl-thread-delete-message): Ditto.
7818
7819         * wl-summary.el: Bind `dragdrop-drop-functions',
7820         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7821         of `require' for `timezone', `easymenu' and `ps-print';
7822         don't use `mapcar' only for iteration.
7823
7824         * wl-util.el: Bind `mule-version', `nemacs-version',
7825         `emacs-beta-version', `xemacs-codename',
7826         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7827         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7828         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7829         only for iteration.
7830
7831         * wl-score.el: Don't use `mapcar' only for iteration.
7832         (wl-score-simplify-buffer-fuzzy): Ditto.
7833         (wl-score-simplify-subject): Ditto.
7834         (wl-score-headers): Ditto.
7835         (wl-summary-score-update-all-lines): Ditto.
7836
7837         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7838         `enable-multibyte-characters' and `mule-version'.
7839
7840         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7841         `mapcar' only for iteration.
7842
7843         * wl-demo.el: Don't use `mapcar' only for iteration.
7844
7845         * wl-folder.el: Don't use `mapcar' only for iteration.
7846         (wl-folder-open-all): Ditto.
7847         (wl-folder-count-incorporates): Ditto.
7848
7849         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7850         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7851
7852         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7853         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7854         `smtp-connection-type'; specify 3rd argument of `require' for
7855         `timezone'; don't use `mapcar' only for iteration.
7856         (wl-draft-clone-local-variables): Don't use `mapcar'.
7857         (wl-draft-generate-clone-buffer): Ditto.
7858         (wl-user-agent-compose-internal): Ditto.
7859
7860         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7861
7862         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7863         (wl-save-status): Ditto.
7864
7865         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7866         for iteration.
7867
7868 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7871         removed `Date'.
7872         (wl-fldmgr-make-filter-default): New user option.
7873
7874         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7875         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7876         (wl-fldmgr-filter-completion-alist): Abolish.
7877
7878         * wl.el (wl): Don't check servers if arg is non-nil.
7879
7880         * wl-draft.el (wl-draft-reply): Set only message-id string to
7881         In-Reply-To field.
7882
7883 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-summary.el (wl-summary-pick): Rewrite.
7886
7887         * wl-draft.el (wl-draft-forward): Get references field from
7888         original buffer.
7889         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7890
7891 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7892
7893         * wl-draft.el (wl-draft-forward): Add references field.
7894
7895 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7896
7897         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7898         (wl-draft-reply): Use it.
7899
7900 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7901
7902         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7903         when Emacs 21 is running.
7904
7905         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7906         bindings.
7907
7908 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7909
7910         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7911         XPM icons transparent.
7912
7913         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7914         Emacs 21.
7915
7916 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7917
7918         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7919         nil.
7920
7921         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7922         when it is persistent.
7923         (wl-summary-sync-marks): Changed argument for
7924         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7925         (wl-summary-virtual): Use `elmo-read-search-condition'.
7926         (wl-summary-redisplay-internal): If folder is local, mark as read
7927         even when folder is plugged.
7928
7929 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7930
7931         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7932         of `tool-bar-lines' in the frame parameters.
7933         (after-make-frame-functions, post-command-hook): Don't modify the
7934         value.
7935         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7936         wl-e21-tool-bar-lines): Removed.
7937
7938 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7939
7940         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7941         properties `evaporate' and `wl-momentary-overlay' as well.
7942         (wl-highlight-summary-displaying): Ditto.
7943         (wl-delete-all-overlays): Don't delete overlay which does not have
7944         a property `wl-momentary-overlay'.
7945
7946         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7947         `display-mouse-p' and `display-graphic-p'.
7948         (wl-folder-init-icons): Don't search for XBM or the other files.
7949         (wl-plugged-set-folder-icon): Make icons if and only if
7950         `display-graphic-p' returns non-nil.
7951         (wl-highlight-plugged-current-line): Use `before-string' overlay
7952         property to show icon images.
7953         (wl-highlight-folder-current-line): Ditto.
7954         (wl-e21-highlight-folder-group-line): Ditto.
7955         (wl-e21-highlight-folder-by-numbers): Ditto.
7956         (wl-e21-insert-image): Removed.
7957         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7958         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7959         said.
7960         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7961         `wl-e21-force-switch-toolbar'.
7962         (wl-e21-make-icon-image): Removed.
7963         (wl-e21-setup-toolbar): Don't search for XBM files.
7964         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7965         the default value.
7966
7967 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-util.el (wl-biff-check-folder-async): Set
7970         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7971
7972 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7973
7974         * wl-e21.el (after-make-frame-functions): Add
7975         `wl-e21-force-switch-toolbar'.
7976         (wl-e21-force-switch-toolbar): New function force to switch the
7977         toolbar appearance automatically.
7978         (post-command-hook): Add `wl-e21-switch-toolbar'.
7979         (wl-e21-switch-toolbar): New function to switch the toolbar
7980         appearance automatically.
7981         (wl-e21-tool-bar-lines): New buffer local variable.
7982
7983 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7984
7985         * wl-util.el (wl-biff-check-folders-running): New variable.
7986         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7987         (wl-biff-check-folder-async-callback):
7988         Set `wl-biff-check-folders-running'.
7989         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7990         with unwind-protect.
7991
7992         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7993         Enclose `wl-folder-auto-check' with unwind-protect.
7994
7995         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7996         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7997
7998         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7999
8000         * wl-util.el (wl-biff-notify): New inline function.
8001         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8002         locally.
8003         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8004         folder-list' is 1.
8005         Use `wl-biff-notify'.
8006         (wl-biff-check-folder-async-callback): New function.
8007         (wl-biff-check-folder-async): Ditto.
8008
8009         * wl-folder.el (wl-folder): Don't check folders.
8010         (wl-folder-auto-check): New function.
8011
8012 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8013
8014         * wl-util.el (wl-biff-start) [Emacs19+]:
8015         Use `timer-next-integral-multiple-of-time'.
8016         (wl-biff-check-folders): Use `wl-default-folder'
8017         if `wl-biff-check-folder-list' is nil.
8018
8019 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8020
8021         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8022         instead of `elmo-delete-lists'.
8023
8024 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8025
8026         * wl.el (wl-plugged-toggle-all): Set the value of
8027         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8028         (wl-plugged-toggle): Ditto.
8029         (wl-toggle-plugged): Ditto.
8030         (wl-plugged-init): Ditto.
8031
8032         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8033         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8034         instead of `wl-biff-state-indicator-off' and
8035         `wl-biff-state-indicator-on'; don't modify the value and the type
8036         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8037         (wl-plugged-init-icons): Set icons data to
8038         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8039         instead of `wl-plug-state-indicator-off' and
8040         `wl-plug-state-indicator-on'; don't modify the value and the type
8041         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8042
8043         * wl-vars.el (wl-modeline-biff-state-off,
8044         wl-modeline-biff-state-on, wl-modeline-biff-status,
8045         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8046         wl-modeline-plug-status): New internal variables.
8047         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8048         wl-biff-check-interval, wl-biff-check-folder-list): Change
8049         customization group from `wl-folder' to `wl-highlight'.
8050         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8051         wl-show-plug-status-on-modeline): Defcustomized.
8052
8053         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8054         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8055         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8056         a flag to `mode-line-buffer-identification'.
8057
8058         * wl-e21.el (wl-biff-init-icons): Set icons data to
8059         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8060         instead of `wl-biff-state-indicator-off' and
8061         `wl-biff-state-indicator-on'.
8062         (wl-plugged-init-icons): Set icons data to
8063         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8064         instead of `wl-plug-state-indicator-off' and
8065         `wl-plug-state-indicator-on'.
8066
8067 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8068
8069         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8070         excessive titles.
8071
8072 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8073
8074         * wl.el (wl-plugged-mode): Use revised
8075         `wl-mode-line-buffer-identification'.
8076         (wl-plugged-init): Don't use `force-mode-line-update'.
8077
8078         * wl-xmas.el (wl-draft-overload-functions): Use revised
8079         `wl-mode-line-buffer-identification'.
8080         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8081         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8082         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8083         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8084         `wl-make-plugged-hook';
8085         add `wl-folder-init-icons' and `wl-setup-folder' to
8086         `wl-folder-mode-hook'.
8087
8088         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8089         19 as well.
8090         (wl-mode-line-display-priority-list): New user option.
8091         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8092         Defcustomized.
8093         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8094         Add docs.
8095
8096         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8097         start.
8098         (wl-mode-line-buffer-identification): Revised as a function.
8099
8100         * wl-summary.el (wl-summary-mode): Use revised
8101         `wl-mode-line-buffer-identification'; don't call
8102         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8103         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8104         `wl-xmas-setup-summary'.
8105
8106         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8107         `wl-mode-line-buffer-identification'.
8108
8109         * wl-mule.el (wl-draft-overload-functions): Use revised
8110         `wl-mode-line-buffer-identification'.
8111
8112         * wl-folder.el (wl-make-plugged-alist): Don't call
8113         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8114         (wl-folder): Don't call `wl-folder-init-icons' directly.
8115         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8116         `wl-xmas-setup-folder' directly;
8117         use revised `wl-mode-line-buffer-identification'.
8118         (TopLevel): Don't bind `wl-biff-init-icons',
8119         `wl-plugged-init-icons', `wl-folder-init-icons',
8120         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8121
8122         * wl-e21.el (wl-draft-overload-functions): Use revised
8123         `wl-mode-line-buffer-identification'.
8124         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8125         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8126         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8127         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8128         `wl-make-plugged-hook';
8129         add `wl-folder-init-icons' and `wl-setup-folder' to
8130         `wl-folder-mode-hook'.
8131
8132 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8133             Katsumi Yamaoka    <yamaoka@jpl.org>
8134
8135         * wl.el (wl): Call `wl-biff-start'.
8136         (wl-exit): Call `wl-biff-stop'.
8137         (wl-plugged-mode): Show biff in modeline.
8138         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8139
8140         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8141         (wl-biff-init-icons): New function.
8142         (wl-plugged-init-icons): Don't make too much keymaps.
8143         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8144
8145         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8146         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8147         variables.
8148         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8149         options.
8150
8151         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8152         wl-biff-start, wl-biff-stop): New functions.
8153         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8154         (wl-biff-timer-name): New variable.
8155
8156         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8157
8158         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8159         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8160
8161         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8162         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8163
8164         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8165         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8166         `wl-folder-init-icons' to `ignore' if they are not available.
8167         (wl-folder-mode): Show biff in modeline.
8168
8169         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8170         (wl-biff-init-icons): New function.
8171         (wl-plugged-init-icons): Don't make too much keymaps.
8172         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8173
8174 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8175
8176         * wl-vars.el (wl-strict-diff-folders): Customization Type
8177         and doc fix.  Define as a list of regular expressions for
8178         folders or nil.
8179         * wl-folder.el (wl-folder-check-one-entity): Use
8180         `wl-string-match-member' instead of `wl-string-member' for
8181         `wl-strict-diff-folders'.
8182
8183 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8184
8185         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8186         (wl-highlight-folder-current-line): Use it; new implementation.
8187         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8188         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8189         `defsubst' instead of `defun'.
8190
8191         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8192         `wl-highlight-group-folder-by-numbers'; made it can also be a
8193         number.  See info for more details.
8194
8195         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8196         running.
8197
8198         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8199         to bind them.
8200
8201         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8202         (wl-highlight-folder-current-line): New implementation.
8203
8204         * wl-highlight.el (wl-highlight-folder-group-line): New
8205         implementation.
8206         (wl-delete-all-overlays): Rewrite as a marco.
8207         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8208
8209         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8210         running.
8211         (wl-folder-*-glyph): No need to bind them.
8212
8213         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8214         `wl-e21-highlight-folder-group-icon'; rewrite.
8215         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8216         `defsubst' instead of `defun'.
8217         (wl-folder-mode-map): Bind it when compiling.
8218
8219 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8220
8221         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8222
8223         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8224
8225 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8226
8227         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8228
8229 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8230
8231         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8232         (wl-highlight-folder-current-line): Use it.
8233
8234         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8235         in `id-name'.
8236
8237 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8238
8239         * wl.el: Require `wl-e21' when Emacs 21 is running.
8240
8241         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8242         default when Emacs 21 is running.
8243         (wl-use-highlight-mouse-line): Ditto.
8244         (wl-on-emacs21): New constant.
8245         (wl-on-emacs20): Removed.
8246
8247         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8248         Emacs 21 is running.
8249
8250         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8251         Emacs 21 is running.
8252
8253         * wl-e21.el: New file.
8254
8255 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8256
8257         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8258         (wl-toggle-plugged): Ditto.
8259         (wl-plugged-toggle): Ditto.
8260         (wl-plugged-toggle-all): Ditto.
8261
8262         * wl-vars.el (wl-plug-state-indicator): Refer
8263         `wl-plug-state-indicator-on' indirectly.
8264
8265 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8268         Call `wl-folder-confirm-existence'.
8269
8270         * wl-folder.el (wl-folder-confirm-existence): Added optional
8271         argument `force'.
8272
8273 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8274
8275         * wl-summary.el (wl-summary-refile-subr): Assume
8276         `copy-or-refile' as symbol.
8277         (wl-summary-refile): Follow up above change.
8278         (wl-summary-copy): Ditto.  Doc fix.
8279
8280 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8281
8282         * wl-summary.el (wl-summary-pick): Don't bind
8283         `elmo-search-mime-charset'.
8284
8285         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8286         default using old backquote style.
8287         (wl-search-mime-charset): Abolished.
8288
8289         * wl-highlight.el (wl-highlight-headers):
8290         Call `point' after `re-search-forward'(for Nemacs).
8291
8292         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8293         for elmo-imap4.el.
8294
8295 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8296
8297         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8298         `wl-message-ignored-field-list' instead of
8299         `mime-view-ignored-field-list'.
8300
8301         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8302         Add interactive spec.
8303         (wl-folder-goto-bottom-of-current-folder): Ditto.
8304         (wl-folder-mode-map): Bind them.
8305
8306         * wl-vars.el (wl-message-ignored-field-list): New variable.
8307         (wl-message-visible-field-list): New variable.
8308
8309         * wl-mime.el (wl-mime-header-presentation-method): New function.
8310         (wl-mime-setup): Set header-presentation-method.
8311
8312 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8313
8314         * wl-nemacs.el (wl-draft-overload-functions): Set
8315         `mode-line-buffer-identification' instead of using
8316         `wl-make-modeline'.
8317
8318         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8319         instead of using `wl-make-modeline'.
8320
8321         * wl-xmas.el (wl-plugged-init-icons): Set up
8322         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8323         (wl-make-modeline): Abolish.
8324         (wl-draft-overload-functions): Set
8325         `mode-line-buffer-identification' instead of using
8326         `wl-make-modeline'.
8327
8328         * wl-util.el (wl-make-modeline-subr): Abolish.
8329         (wl-mode-line-buffer-identification): New alias.
8330
8331         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8332         (wl-summary-make-modeline): Abolish.
8333         (wl-summary-buffer-set-folder): Set
8334         `wl-summary-buffer-folder-indicator'.
8335         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8336         of using `wl-make-modeline'.
8337         (wl-summary-switch-to-clone-buffer): Don't set
8338         `mode-line-buffer-identification'.
8339         (wl-summary-goto-folder-subr): Ditto.
8340
8341         * wl-mule.el (wl-draft-overload-functions): Set
8342         `mode-line-buffer-identification' instead of using
8343         `wl-make-modeline'.
8344
8345         * wl-folder.el (wl-folder-mode): Set
8346         `mode-line-buffer-identification' instead of using
8347         `wl-make-modeline'.
8348         (wl-folder): Don't set `mode-line-buffer-identification'.
8349
8350 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8351
8352         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8353         instead of `member' for `wl-refile-guess-func-list' look-ups.
8354         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8355
8356 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8357
8358         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8359         `wl-message-button-dispatcher'.
8360
8361         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8362
8363         * wl-message.el (wl-message-button-dispatcher): Use it.
8364
8365         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8366         "In-Reply-To".
8367
8368         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8369         Bind `case-fold-search' to t.
8370
8371 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8372
8373         * wl-xmas.el (wl-message-overload-functions): Initialize
8374         `wl-message-button-map'.
8375
8376         * wl-mule.el (wl-message-overload-functions): Initialize
8377         `wl-message-button-map'.
8378
8379         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8380
8381         * wl-message.el (wl-message-button-map): New keymap.
8382         (wl-message-add-button): New function.
8383         (wl-message-button-dispatcher): New function.
8384         (wl-message-button-refer-article): New function.
8385
8386         * wl-highlight.el
8387         (wl-highlight-message-add-buttons-to-header): New function.
8388         (wl-highlight-headers): Use it.
8389
8390 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8391
8392         * wl-summary.el (wl-summary-default-from): Use
8393         `wl-address-get-petname-1'.
8394         (wl-summary-simple-from): Ditto.
8395
8396         * wl-address.el (wl-address-get-petname-1): New inline function.
8397         (wl-address-get-petname): Use it.
8398
8399 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8400
8401         * wl-summary.el (wl-summary-default-from): Return full-name part
8402         from the address if no petname was found.
8403         (wl-summary-simple-from): Ditto.
8404
8405         * wl-address.el (wl-address-get-petname): Return nil if no petname
8406         associated with the address was found.
8407
8408 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8409
8410         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8411         display is finished.
8412
8413 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8414
8415         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8416         `elmo-folder-exists-p' argument.
8417
8418 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8419
8420         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8421         the folder.
8422
8423 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8426
8427         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8428         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8429
8430 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8431
8432         * wl-folder.el (wl-folder-create-subr): New function.
8433         (wl-folder-confirm-existence): Use it.
8434         (wl-folder-check-one-entity): Use it.
8435         Check the error symbol is derived from 'elmo-open-error.
8436
8437         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8438         `ignore-error'.
8439
8440 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8441
8442         * wl-util.el (toplevel): Add (eval-when-compile (require
8443         'elmo-util)).  (Maybe `provide' is typo.)
8444
8445 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8448         (I don't know why this was needed.)
8449
8450         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8451         Follow up changes for stream-type.
8452
8453         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8454         (wl-draft-elmo-nntp-send): Ditto.
8455
8456         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8457         (wl-nntp-posting-stream-type): Ditto.
8458         (wl-pop-before-smtp-ssl): Abolished.
8459         (wl-nntp-posting-ssl): Ditto.
8460
8461         * wl-address.el (wl-address-quote-specials): New function.
8462         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8463
8464         * wl-draft.el (wl-draft-reply): Ditto.
8465
8466 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8467
8468         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8469         use function `wl-string-match-assoc'.
8470
8471 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8474
8475         * wl-draft.el (wl-draft-deduce-address-list): New function.
8476         (wl-draft-parse-mailbox-list): Ditto.
8477         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8478         instead of `smtp-deduce-address-list'.
8479         (wl-draft-on-field-p): Follow group list.
8480
8481         * wl-address.el (wl-address-concat-token): New function.
8482         (wl-address-string-without-group-list-contents): Ditto.
8483         (wl-complete-field-body): Fixed problem of completion
8484         by japanese petname.
8485         (wl-address-make-completion-list): Rewrite.
8486
8487 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8488
8489         * wl-address.el (wl-address-make-completion-list): Completion by
8490         petname.
8491         (wl-complete-field-body): Likewise.
8492
8493 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8494
8495         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8496         contains invalid address syntax.
8497
8498 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8499
8500         * wl-folder.el (wl-folder-check-entity-async): Use
8501         `elmo-nntp-spec-hostname'.
8502
8503 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8504
8505         * wl-summary.el (wl-summary-msgdb-load-async): Use
8506         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8507
8508 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8509
8510         * wl-draft.el (wl-draft-reply): Set argument
8511         `content-transfer-encoding' as nil.
8512
8513 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8514
8515         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8516         `wl-refile-alist'.
8517
8518 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8519
8520         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8521         (wl-draft-edit-string): Ditto.
8522         (wl-draft-forward): Ditto.
8523         * wl-summary.el (wl-summary-write): Ditto.
8524
8525 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8526
8527         * wl-summary.el (wl-summary-sync-update3): Call
8528         `wl-summary-buffer-number-column-detect'.
8529         (wl-summary-buffer-number-column-detect): Search from point-min.
8530
8531 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8532
8533         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8534         contains an address which is not included in original to or cc.
8535
8536 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8537
8538         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8539         begin-line does not exist.
8540         * wl-message.el (wl-message-uu-substring): Ditto.
8541
8542 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8543
8544         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8545         clear local variables.
8546         (wl-summary-exit): Call `elmo-commit'.
8547         (wl-summary-switch-to-clone-buffer): Call
8548         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8549         (wl-summary-goto-folder-subr): Ditto.
8550
8551         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8552         POP folder.
8553
8554 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8555
8556         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8557         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8558         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8559         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8560         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8561         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8562
8563         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8564
8565 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8566
8567         * wl-summary.el (wl-summary-search-by-subject):
8568         Search parent message from the latest one.
8569
8570 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8573         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8574
8575         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8576         New user option.
8577
8578         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8579         if elmo-nntp-use-killed-list is nil.
8580         Use `elmo-msgdb-append-to-killed-list'.
8581         (Append numbers confirmed as disappeared to the killed list.)
8582         (wl-summary-confirm-appends): Don't display negative number.
8583
8584 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8585
8586         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8587
8588 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8591         range is `all'.
8592         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8593         `elmo-list-bigger-diff'.
8594
8595 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-summary.el (wl-summary-buffer-exit-func):
8598         New buffer local variable.
8599         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8600
8601 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8602
8603         * wl-demo.el (wl-demo): Fix the last change.
8604
8605 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8606
8607         * wl-demo.el (wl-demo): Don't use `eval'.
8608
8609 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8610
8611         * wl-summary.el (wl-summary-buffer-thread-modified):
8612         New buffer-local variable.
8613         (wl-summary-set-thread-modified): New function.
8614         (wl-summary-thread-modified-p): New function.
8615         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8616         (wl-summary-yank-saved-message): Use function
8617         `wl-summary-set-thread-modified'
8618         (wl-summary-switch-to-clone-buffer): Add
8619         `wl-summary-buffer-thread-modified'.
8620
8621         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8622         (wl-summary-buffer-mark-saved-hook): Ditto.
8623         * wl-summary.el (wl-summary-msgdb-save): New hook
8624         `wl-summary-buffer-message-saved-hook' and
8625         `wl-summary-buffer-mark-saved-hook'.
8626
8627 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8628
8629         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8630
8631 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8632
8633         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8634         don't hide scroll bars under FSF Emacsen because it may incur an
8635         undesirable redrawing.
8636
8637 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8638
8639         * wl-draft.el (wl-draft-edit-string): Call
8640         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8641
8642 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8643
8644         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8645
8646 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8647
8648         * wl-summary.el (wl-summary-msgdb-load-async): Call
8649         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8650
8651 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8652
8653         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8654         fringes in demo buffer; center bitmap logo correctly even if old
8655         Mule is used.
8656
8657 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8658
8659         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8660
8661         * wl-refile.el (wl-refile-subject-alist): New variable.
8662         (wl-refile-subject-alist-file-name): Ditto.
8663         (wl-refile-alist-setup): Rewrite.
8664         (wl-refile-alist-save): Use `elmo-object-save'.
8665         Eliminated arguments.
8666         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8667         (wl-refile-guess-by-subject): New function.
8668         (wl-refile-guess-func-list): Added it.
8669
8670 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8671
8672         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8673         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8674
8675 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8678         New buffer-local variable.
8679         (wl-summary-buffer-next-folder-func): Ditto.
8680         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8681         if non-nil.
8682         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8683         if non-nil.
8684         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8685         if non-nil.
8686         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8687         if non-nil.
8688
8689 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8690
8691         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8692         permanently in the demo buffer.
8693
8694 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8697         `mime-entity-fetch-field'.
8698
8699         * wl.el (wl-exit): Delete plugged buffer.
8700
8701         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8702         XEmacs has menubar feature.
8703
8704 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8707         cannot arrive at the beginning of the buffer under old Emacsen.
8708
8709 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-address.el (wl-address-ldap-search):
8712         Call `ldap-search-entries' with `withdn' argument t.
8713         (wl-complete-field-body): Bind completion-ignore-case as t.
8714         Clear ldap search hash when it was sole completion.
8715         Use elmo-string for pattern string.
8716         (wl-ldap-alias-safe-string): Eliminated needless let.
8717
8718 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8719
8720         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8721         (wl-ldap-alias-sep): New constant.
8722         (wl-ldap-search-attribute-type-list): Ditto.
8723         (wl-ldap-get-value): New function.
8724         (wl-ldap-make-filter): Ditto.
8725         (wl-ldap-make-matched-value-list): Ditto.
8726         (wl-ldap-alias-safe-string): Ditto.
8727         (wl-ldap-register-dn-string): Ditto.
8728         (wl-address-ldap-search): Rewrite.
8729
8730 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8731
8732         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8733         thread is deleted.
8734         (wl-thread-delete-line-from-buffer): Ditto.
8735         (wl-thread-get-exist-children): New function.
8736
8737 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8738
8739         * wl-demo.el (wl-demo): Made it to select various image types.
8740         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8741         from `wl-title-logo'.
8742         (wl-logo-ascii): New variable.
8743         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8744         (wl-demo-copyright-notice): New constant.
8745
8746         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8747
8748 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8749
8750         * wl-vars.el (wl-summary-target-above): Renamed from
8751         wl-summary-temp-above.
8752         * wl-score.el (wl-score-get-score-alist): Use it.
8753         (wl-summary-score-update-all-lines): Use it.
8754         * wl-summary.el: Ditto. (make-variable-buffer-local).
8755
8756 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-vars.el (wl-ldap-port): New user option.
8759
8760         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8761         Rewite whole implementation.
8762         (wl-complete-field-body): Fixed.
8763
8764 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8765
8766         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8767         Choose implementation at compile time.
8768
8769 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8770
8771         * wl-address.el (wl-ldap-search-internal): New function.
8772         (wl-complete-field-to): Use it.
8773
8774 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8777         Use `let' instead of `let*'.
8778         Require 'wl-vars.
8779
8780         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8781         Define as defcustom.
8782         (wl-ldap-base): Ditto.
8783         (wl-use-ldap): Ditto.
8784
8785 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8786
8787         * wl-address.el (wl-ldap-search): New function.
8788         (wl-complete-field-body): Use `wl-ldap-search'.
8789         (wl-ldap-server): New variable.
8790         (wl-ldap-base): Ditto.
8791         (wl-use-ldap): Ditto.
8792
8793 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8794
8795         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8796         (Pointed out by Mito <mit@nines.nec.co.jp>).
8797         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8798         buffer-local variables like `wl-summary-redisplay-internal'.
8799         (wl-summary-redisplay-all-header): Likewise.  Update
8800         Summary view too.
8801
8802 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8803
8804         * wl-summary.el (wl-summary-jump-to-parent-message):
8805         Consider prefix argument.
8806
8807         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8808         when closed thread is deleted.
8809
8810 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8811
8812         * wl-summary.el (wl-summary-jump-to-parent-message):
8813         Consider thread modification.
8814
8815 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8816
8817         * wl-message.el (wl-message-normal-get-original-buffer): Use
8818         `save-excursion'.
8819
8820         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8821         (wl-summary-showto-folder-regexp): Ditto.
8822
8823 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8824
8825         * wl-util.el (wl-delete-alist): Doc fix.
8826         (wl-delete-associations): New function.
8827         (wl-inverse-alist): New function.
8828         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8829         Split temporary variables. Use `wl-delete-associations'
8830         and `wl-inverse-alist'.
8831         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8832
8833 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-folder.el (wl-folder-prefetch-entity):
8836         Execute prefetching if new count is unknown.
8837
8838 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8839
8840         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8841
8842         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8843         delete entity.
8844         (wl-thread-set-parent): If insert as top, set linked as nil.
8845
8846         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8847         `wl-thread-cleanup-symbols' when view mode is thread.
8848
8849 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8850
8851         * wl-folder.el (wl-folder-create-folder-entity): Use
8852         with-current-buffer.
8853         (wl-local-folder-init): Call set-buffer to make sure we are in
8854         the Folder buffer. Don't touch buffer-local variables here.
8855         (wl-folder-mode): Initialize buffer-local variables here.
8856
8857         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8858         (wl-folder-entity-assign-id): Ditto.
8859         (wl-folder-create-entity-hashtb): Ditto.
8860         (wl-local-folder-init): Ditto.
8861         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8862
8863 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8864
8865         * wl-summary.el (wl-summary-default-from): Fix probrem when
8866         std11-extract-address-components return (nil "foo@bar").
8867
8868 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8869
8870         * wl-draft.el (wl-draft-clone-local-variables):
8871         Remove redundant `setq'.
8872
8873 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8874
8875         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8876         Bind wl-highlight-x-face-func as nil while highlighting header.
8877
8878 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8879
8880         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8881
8882 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8883
8884         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8885         elmo-msgdb-overview-hashtb from copy-variables.
8886         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8887         instead of `elmo-msgdb-overview-get-entity-by-number'.
8888         (wl-summary-auto-refile): Ditto.
8889
8890         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8891         `elmo-msgdb-overview-get-entity' instead of
8892         `elmo-msgdb-search-overview-entity'.  Use
8893         `elmo-msgdb-overview-get-entity' instead of
8894         `elmo-msgdb-overview-get-entity-by-number'.
8895         (wl-thread-insert-entity-sub): Ditto.
8896         (wl-thread-insert-message): Ditto.
8897
8898         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8899         `elmo-msgdb-overview-get-entity'.
8900         (wl-normal-message-redisplay): Ditto.
8901
8902 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8903
8904         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8905         `wl-thread-entities'.
8906         (wl-thread-delete-message): Fix remove top message from
8907         `wl-thread-entity-list'.
8908
8909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8910         wl-append(nconc), because update-list is broken on Meadow.
8911
8912         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8913         updating process.
8914         (wl-summary-rescan): Ditto.
8915         (wl-summary-sync-update3): Ditto.
8916         * wl-thread.el (wl-thread-set-parent): Renamed from
8917         `wl-summary-set-parent'.
8918         (wl-thread-insert-message): Updating buffer faster.
8919         (wl-thread-delete-message): Updating buffer faster.
8920
8921         * wl-score.el (wl-summary-score-update-all-lines): Changed
8922         interval for display progress gauge.
8923
8924 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8925
8926         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8927         folder always-sticky.
8928         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8929         defmacro.
8930
8931 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * wl-vars.el (wl-draft-add-references): New user option.
8934
8935         * wl-draft.el (wl-draft-add-references): New function.
8936         (wl-draft-yank-from-mail-reply-buffer): Use it.
8937         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8938         as nil.
8939
8940 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8941
8942         * wl-thread.el (wl-thread-update-line-msgs): Called
8943         `wl-thread-update-line-on-buffer-sub'.
8944         (wl-thread-update-line-on-buffer): Delete routine of inserting
8945         thread.
8946         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8947         moved from `wl-thread-update-line-on-buffer'.
8948         Add threshold for displaying progress gauge.
8949         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8950         argument of `wl-thread-update-line-msgs'.
8951         Add threshold for displaying progress gauge.
8952         * wl-folder.el:
8953         Add threshold for displaying progress gauge.
8954         * wl-score.el: Ditto.
8955
8956         * wl-expire.el (wl-summary-expire): Display deleting info.
8957
8958 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8959
8960         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8961         `no-msg'.
8962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8963         argument of `wl-thread-update-line-msgs'.
8964         (wl-summary-set-parent): Added optional argument `parent-number'.
8965         (wl-summary-buffer-saved-message): New buffer local variable.
8966         (wl-summary-save-current-message): New command.
8967         (wl-summary-yank-saved-message): Ditto.
8968         (wl-summary-mode-map): Added key binding for
8969         `wl-summary-save-current-message' (\ew) and
8970         `wl-summary-yank-saved-message' (\C-y).
8971         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8972
8973 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-summary.el (wl-summary-mode-map): Added key binding for
8976         `wl-summary-set-parent' (ts).
8977
8978 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8979
8980         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8981         subject faster. If thread number is reverse, delayed updating
8982         thread.
8983         (wl-summary-search-by-subject): Ditto.
8984         (wl-summary-put-alike): Ditto.
8985         (wl-summary-get-alike): Ditto.
8986         (wl-summary-insert-headers): Insert header of all overview in
8987         buffer.
8988         (wl-summary-rescan): Delayed updating thread. Kill search subject
8989         buffer for wl-summary-search-by-subject.
8990         (wl-summary-sync-update3): Ditto.
8991         (wl-summary-exit): Ditto.
8992         (wl-summary-goto-bottom-of-current-thread): Change for linked
8993         thread.
8994         (wl-summary-overview-create-summary-line): Change line for linked
8995         thread.
8996
8997         * wl-summary.el (wl-summary-update-thread): Use
8998         wl-thread-maybe-get-children-num.
8999         (wl-summary-set-parent): If change parent, move sub thread.
9000         (wl-summary-redisplay-internal): Add horizontal recenter.
9001         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9002
9003         * wl-thread.el (wl-thread-entity-get-linked): New function.
9004         (wl-thread-entity-set-linked): New function.
9005         (wl-thread-create-entity): Add linked element.
9006         (wl-thread-entity-insert-as-top): Use wl-append.
9007         (wl-thread-maybe-get-children-num): If closing thread, return
9008         children msgs.
9009         (wl-thread-update-line-msgs): Displaying progress message.
9010         (wl-thread-update-line-on-buffer-sub): Use
9011         wl-thread-maybe-get-children-num.
9012         (wl-thread-update-line-on-buffer): If update line is not exists,
9013         insert thread.
9014         (wl-thread-delete-message): If delete top msg of thread, search
9015         parent by subject.
9016         (wl-thread-insert-entity): Use
9017         wl-thread-maybe-get-children-num.
9018
9019         * wl-highlight.el (wl-highlight-summary-current-line): change
9020         sregexp for linked thread.
9021         * wl-util.el (wl-count-lines): Count lines.
9022         (wl-horizontal-recenter): horizontal recenter.
9023         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9024         (wl-score-get-alike): Ditto.
9025         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9026         (wl-subject-length-limit): New variable.
9027         (wl-highlight-thread-indent-string-regexp): Changed for linked
9028         thread.
9029
9030 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9033         New variable (revival).
9034         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9035         by subject matching if there's no in-reply-to nor references field
9036         (revival).
9037
9038 \f
9039 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9042         message.
9043
9044 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9045
9046         * wl-summary.el (wl-summary-reply): Return t if there was a
9047         message at cursor point.
9048         Added unwind-protect.
9049         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9050         returns t.
9051         (wl-summary-cancel-message): Do nothing when there's no message at
9052         cursor point.
9053         (wl-summary-forward): Ditto.
9054         (wl-summary-jump-to-parent-message): Ditto.
9055         (wl-summary-reedit): Ditto.
9056         (wl-summary-edit-addresses): Ditto.
9057         (wl-summary-pipe-message): Ditto.
9058         (wl-summary-print-message-with-ps-print): Ditto.
9059         (wl-summary-print-message): Ditto.
9060         (wl-summary-mark-as-important): Ditto.
9061         (wl-summary-mark-as-unread): Ditto.
9062
9063         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9064         message at cursor point.
9065         (wl-summary-reply-with-citation): Remove unwind-protect.
9066
9067         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9068         subject searching feature.
9069         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9070         Eliminated.
9071
9072 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9075         New variable.
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
9079         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9080
9081         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9082         when display is finished.
9083         (wl-folder-open-all): Ditto.
9084         (wl-folder-update-access-group): Ditto.
9085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9086         * wl-thread.el (wl-thread-close-all): Ditto.
9087
9088         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9089         progress gauge only when it was displayed.
9090         * wl-folder.el (wl-folder-insert-entity): Ditto.
9091
9092 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * wl-summary.el (wl-summary-incorporate): Enclose
9095         `wl-summary-sync-force-update' with save-excursion.
9096
9097 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9098
9099         * wl-summary.el (wl-summary-prefetch-region):
9100         Pass current cursor point to `pos-visible-in-window-p' after
9101         moving cursor to the started point.
9102
9103 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9104
9105         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9106
9107         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9108         fields from the forwarding message.
9109         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9110         `ignored-fields'.
9111
9112 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-mime.el (wl-message-request-partial):
9115         Eliminated argument `msgdb'.
9116         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9117         (wl-mime-combine-message/partial-pieces): Likewise.
9118         * tm-wl.el (wl-message-request-partial): Likewise.
9119         (wl-mime-combine-message/partial-pieces): Likewise.
9120
9121 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9122
9123         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9124         when display is finished.
9125
9126 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9127
9128         * wl-summary.el (wl-summary-goto-folder-subr):
9129         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9130
9131 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9132
9133         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9134         when cursor point is visible.
9135
9136 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9137
9138         * wl-expire.el (wl-expire-archive-get-max-number):
9139         Don't use `file-name-directory'.
9140
9141 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl-expire.el (wl-expire-archive-get-max-number):
9144         Use `file-name-directory'.
9145
9146 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9147
9148         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9149         only when there is progress.
9150
9151 2000-04-13  Mito <mit@nines.nec.co.jp>
9152
9153         * wl-summary.el (wl-summary-sync-marks): Display progress.
9154
9155 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9156
9157         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9158         (wl-summary-prev): Move cursor regardless of unread status.
9159         (wl-summary-next): Ditto.
9160
9161 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9162
9163         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9164         Added argument `target' and `number'.
9165         * tm-wl.el (wl-summary-burst-subr): New function.
9166         (wl-summary-burst): Use it.
9167
9168 2000-04-10  Mito <mit@nines.nec.co.jp>
9169
9170         * wl-mime.el (wl-burst): New function.
9171         (wl-summary-burst): Use it.
9172
9173 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9174
9175         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9176         as petname when there's no candidate.
9177
9178 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9179
9180         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9181         New variable.
9182         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9183
9184         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9185
9186         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9187
9188 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9189
9190         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9191         Use substring of `original' instead of buffer-substring.
9192         (wl-refile-evaluate-rule):
9193         Set `original' argument of wl-refile-expand-newtext.
9194
9195         * wl-summary.el
9196         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9197         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9198         (wl-summary-auto-refile): Check existence of destination folder just
9199         before marking.
9200
9201 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9202
9203         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9204         when wl-refile-get-field-value return nil.
9205
9206 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9207
9208         * wl-refile.el
9209         (wl-refile-expand-newtext): New function imported from Gnus.
9210         (wl-refile-evaluate-rule): Use it.
9211
9212 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-summary.el (wl-summary-print-destination):
9215         Duplicate folder string to avoid putting text-property on
9216         original string.
9217
9218         * wl-refile.el (wl-refile-get-field-value): New function.
9219         (wl-refile-evaluate-rule): New function;
9220         Evaluate refile rule recursively.
9221         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9222         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9223         New function; Check existence of a target folder recursively.
9224         (wl-summary-auto-refile-check-refile-rule-alist):
9225         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9226
9227 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9230
9231         * wl-folder.el (wl-create-folder-entity-from-buffer):
9232         Fixed problem when '}' character is contained in folder name.
9233
9234         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9235
9236 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9237
9238         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9239         (wl-fldmgr-add-completion-all-completions):
9240         Use wl-fldmgr-add-completion-hashtb.
9241
9242 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9243
9244         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9245         wl-fldmgr-add-completion-subr): New functions.
9246         * wl-folder.el (wl-folder-completion-func): New variable.
9247         * wl-summary.el (wl-summary-read-folder):
9248         Use wl-folder-completion-func.
9249
9250         * wl-refile.el: Eliminate throw & catch.
9251
9252         * wl.el (wl-plugged-sending-queue-status): Fixed.
9253
9254 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9255
9256         * wl-draft.el (wl-draft): Put category property on
9257         mail-header-separator.