* wl-vars.el (wl-draft-kill-pre-hook): New hook.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
4         (wl-draft-kill-flags): Fixed docstring.
5
6         * wl-draft.el (wl-draft-kill-flags): New function.
7         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
8
9 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10
11         * wl-vars.el (wl-reply-hook): Abolish.
12         (wl-draft-reply-hook): New hook.
13         (wl-summary-reply-hook): Ditto.
14         (wl-draft-forward-hook): Ditto.
15         (wl-summary-forward-hook): Ditto.
16         (wl-draft-kill-flags): New variable.
17
18         * wl-summary.el (wl-summary-mark-as-answered-region): Use
19         wl-summary-set-persistent-mark-internal.
20         (wl-summary-sync-marks): Use elmo-preserved-flags.
21         (wl-summary-update-persistent-mark): Make it interactive.
22         (wl-summary-set-persistent-mark-internal): New inline function.
23         (wl-summary-mark-as-answered): Use it.
24         (wl-summary-mark-as-unanswered): Ditto.
25         (wl-summary-unset-persistent-mark): New function.
26         (wl-summary-set-persistent-mark): Ditto.
27         (wl-summary-reply): Don't set answered flag;
28         Run wl-summary-reply-hook instead.
29         (wl-summary-forward): Call wl-draft-forward with number.
30         Run wl-summary-forward-hook.
31
32         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
33         (wl-highlight-summary-line-face-spec): Use it as a default
34         persistent mark face.
35
36         * wl-draft.el (wl-draft-forward): Added optional argument number;
37         Set wl-draft-parent-number; Run wl-draft-forward-hook.
38         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
39         (wl-draft-kill): Use wl-draft-kill-flags.
40
41         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
42
43         * wl-folder.el (wl-folder-check-one-entity): Follow the change
44         of return value of elmo-folder-count-flags.
45
46         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
47
48         * wl-summary.el (wl-summary-count-unread): Ditto.
49         (wl-summary-sync-update): Follow the change above.
50         (wl-summary-force-prefetch): New function.
51
52 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
53
54         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
55         variable `buf' with `let' instead of `setq'.
56
57 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
58
59         * wl-mime.el (wl-message-delete-current-part): If filename exists,
60         add Content-Disposition heaeder on the deleted part.
61
62 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-draft.el (wl-draft-save): Encode address list under edit by
65         `eword-encode-unstructured-field-body'.
66
67         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
68
69 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
72         wl-current-summary-buffer.
73
74 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
75
76         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
77         `numbers' is ignored.
78
79 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
80
81         * wl-folder.el (wl-folder-open-folder): Avoid error.
82         Reported by John Owens, [wl-en:815]
83
84         * wl.el (wl): Set timer for biff process even if prefix argument
85         is given or auto-checking is quitted.
86
87         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
88         immediately.
89         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
90         (wl-toggle-plugged): Ditto.
91
92         * wl-vars.el (wl-biff-use-idle-timer): New variable.
93         * wl-util.el (wl-biff-start): Use idle timer if
94         `wl-biff-use-idle-timer' is non-nil.
95
96 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-highlight.el (wl-highlight-message): Fix description.
99
100 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
101
102         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
103         tty.
104
105 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
106
107         * wl-action.el (wl-summary-exec): Print failure count.
108
109 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
110
111         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
112         to `defun', remove interactive form.
113         Set elmo-message-fetch-confirm when force-reload is non-nil.
114
115 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
116
117         * wl-summary.el (toplevel): Removed unnecessary autoload.
118
119 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
120
121         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
122         the buffer is generated from another message buffer.
123
124 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
127         extracted from `wl-fldmgr-save-folders'.
128         (wl-fldmgr-delete): Call it after deletion.
129
130 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
133         multi-tty support.
134
135 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
136
137         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
138
139 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
140
141         * wl-summary.el (wl-summary-rescan): Remove unused variables.
142         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
143
144 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
145
146         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
147         unsubscribe list only if argument CLEAR is nil.
148
149 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-draft.el (wl-draft-reply): Decode subject before removing
152         Re: prefix.
153
154 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
155
156         * wl-summary.el (wl-summary-sort-by-size): New command.
157
158 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-summary.el (wl-summary-number-list-from-region): New
161         function.
162         (wl-summary-mark-as-read-region): Use it.
163         (wl-summary-mark-as-unread-region): Ditto.
164         (wl-summary-set-flags-region): Ditto and add optional argument
165         remove.
166         (wl-summary-mark-as-answered-region): Ditto.
167         (wl-summary-mark-as-important-region): Ditto.
168         (wl-summary-target-mark-mark-as-important): Added optional
169         argument remove.
170         (wl-summary-target-mark-mark-as-answered): Ditto.
171         (wl-summary-target-mark-set-flags): Ditto.
172
173 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-summary.el (wl-summary-set-flags-region): Call
176         `wl-summary-set-flags-internal' with number list instead of call
177         one by each message.
178         (wl-summary-target-mark-set-flags): Likewise.
179
180 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-summary.el (wl-summary-target-mark-operation): Add optional
183         argument `inverse' and use `wl-summary-delete-all-target-marks'.
184         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
185         (wl-summary-target-mark-mark-as-answered): Likewise.
186
187 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-summary.el (wl-summary-target-mark-forward): Use
190         `wl-summary-delete-all-target-marks' instead of
191         `wl-summary-delete-all-temp-marks'.
192         (wl-summary-target-mark-reply-with-citation): Ditto.
193         (wl-summary-target-mark-uudecode): Ditto.
194         (wl-summary-target-mark-set-flags): Ditto and remove needless
195         cursor move.
196
197 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
198
199         * wl-summary.el (wl-summary-target-mark-forward): Protect
200         wl-summary-buffer-target-mark-list from nreverse.
201         (wl-summary-target-mark-reply-with-citation): Ditto.
202
203 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-thread.el (wl-thread-update-indent-string-thread): Use
206         `elmo-display-progress-threshold'.
207
208 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
209
210         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
211         check `wl-summary-highlight'.
212         (wl-summary-window-scroll-functions): Respect value of
213         `wl-summary-highlight'.
214         (wl-summary-sync-update): Run hooks
215         `wl-summary-buffer-window-scroll-functions' at any time.
216
217 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
220         from `wl-summary-cleanup-temp-marks'.
221         (wl-summary-cleanup-temp-marks): Abolish argument.
222         * wl.el (wl-save-status): Revert previous change.
223         (wl-execute-temp-marks): New function, call
224         `wl-summary-exec-with-confirmation'.
225         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
226         (wl-folder-save-and-exec-marks): Abolished.
227
228 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-e21.el (wl-e21-display-image-p): Respect
231         `wl-highlight-folder-with-icon'.
232         (wl-e21-highlight-folder-group-line): Highlight mouse line
233         even if wl-e21-display-image-p is nil.
234
235         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
236         Respect value of `wl-summary-highlight'.
237
238         * wl.el (wl-save-status): Remove unused variable.
239
240         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
241         (wl-folder-mode-map): Bind it to "x".
242
243 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
246
247         * wl-thread.el (wl-thread-get-parent-list): Don't check
248         disconnected ancestors, neglecting needless work in
249         `wl-thread-update-indent-string-thread'.
250
251         * wl.el (wl-save): Take prefix argument to execute remaining marks.
252         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
253         argument, add argument default-keep to keep marks by default.
254
255         * Version number is increased to 2.11.30.
256
257         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
258         customization type and docstring.
259         (wl-draft-reply-without-argument-list): Ditto.
260
261 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
264
265         * wl-spam.el (wl-spam-mark-action-list): Ditto.
266
267 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
268
269         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
270
271 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
272
273         * wl-draft.el (wl-draft-config-exec): Narrow the range of
274         save-excursion so as not to include run-hooks.
275
276 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
279         Clarify that marks are going to be cleared.
280
281 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
284         according to 3rd element of wl-summary-flag-mark.
285
286         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
287
288 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-action.el (wl-summary-target-mark-all): Don't set
291         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
292
293 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
296         (wl-forward-subject-prefix): Ditto.
297         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
298         (wl-draft-reply-make-subject): Ditto.
299
300         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
301         `wl-draft-forward'.
302         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
303
304 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
305
306         * wl-action.el (wl-summary-target-mark-set-action): Stop if
307         target message does not exist.
308
309 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
310
311         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
312         `wl-subject-prefix-regexp'.
313         (wl-subject-forward-prefix-regexp): New variable.
314         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
315         `wl-draft-strip-subject-re' and take regexp as argument.
316         (wl-draft-forward): Use it.
317         (wl-draft-reply): Ditto.
318
319 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
320
321         * wl-e21.el (wl-highlight-plugged-current-line): Change for
322         emacs multi-tty support.
323
324 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
325
326         * wl-e21.el (wl-e21-display-image-p): Don't call
327         `display-images-p'.
328         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
329         support.
330         (wl-highlight-folder-current-line): Ditto.
331         (wl-folder-init-icons): Ditto.
332
333 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
336         the last line of summary in unplugged mode.
337
338 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
339
340         * wl-vars.el (wl-refile-rule-alist): Doc fix.
341
342 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-vars.el (wl-user-mail-address-regexp): New variable.
345         * wl-address.el (wl-address-user-mail-address-p): Use it.
346         (wl-address-delete-user-mail-addresses): Ditto.
347         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
348
349         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
350         (wl-address-delete-user-mail-addresses): Ditto.
351
352         * wl-address.el (wl-address-delete-user-mail-addresses): New
353         function.
354         * wl-refile.el (wl-refile-guess-by-history): Use it.
355         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
356         (wl-draft-make-mail-followup-to): Ditto and fix logic.
357
358         * wl-draft.el (wl-draft-edit-string): To judge sender address,
359         use wl-address-user-mail-address-p.
360
361 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
362
363         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
364         after opening group.
365
366 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
369         of elmo-set-buffer-multibyte.
370
371         * wl-message.el (wl-original-message-mode): Ditto.
372
373         * wl-score.el (wl-score-insert-header): Ditto.
374
375         * wl-summary.el
376         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
377         (wl-summary-goto-folder-subr): Ditto.
378         (wl-summary-insert-headers): Ditto.
379
380         * wl-util.el (wl-set-string-width): Ditto.
381
382         * Version number is increased to 2.11.29.
383
384 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
387         (wl-highlight-summary-line-help-echo-alist): New variable.
388         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
389         into `wl-highlight-summary-line-help-echo' and
390         `wl-highlight-flag-folder-help-echo'.
391         (wl-highlight-summary-line-string): Change accordingly.
392         (wl-highlight-summary-current-line): Ditto.
393
394 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-highlight.el (wl-highlight-message): Ignore white spaces
397         at the beginning of field body (Thanks to Markus Knittig).
398
399         * wl-draft.el (wl-draft-insert-current-message): Also check
400         summary buffer, remove unnecessary tag.
401
402 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-draft.el (wl-draft-insert-current-message): Cause error also
405         when wl-message-buffer is nil.
406
407         * wl-folder.el (wl-folder): Abolish unused argument.
408         Call wl-folder-init when wl-folder-entity is nil.
409         * wl.el (wl): Change accordingly.
410
411 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
414         multibyte string before insert into draft buffer.
415         (wl-draft-create-buffer): Always enable multibyte characters for
416         draft buffer.
417
418         * Version number is increased to 2.11.28.
419
420 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
421
422         * wl-folder.el (wl-folder-open-close): Handle blank line.
423         (wl-folder-jump-to-current-entity): Ditto.
424
425 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * Version number is increased to 2.11.27.
428
429 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-thread.el (wl-thread-insert-message): When the thread is
432         devided by wl-summary-max-thread-depth, insert line at the end of
433         buffer.
434
435 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * Version number is increased to 2.11.26.
438
439 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
440
441         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
442
443 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
444
445         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
446         value of stream-type and session.
447
448 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * Version number is increased to 2.11.25.
451
452 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
453
454         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
455         in a quit message.
456
457 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
460         (wl-summary-redisplay-no-mime-internal): Ditto.
461
462 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
463
464         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
465         * wl-vars.el (wl-smtp-connection-type): Ditto.
466
467 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
468
469         * wl-highlight.el (wl-highlight-message): Change to strict regexp
470         for the separator line and quote mail-header-separator.
471
472 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-spam.el (wl-message-check-spam): Fixed problem no display
475         result message.
476
477         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
478         `elmo-multiple-fields-body-list' with boundary as
479         mail-header-separator.
480
481 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
484
485 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
486
487         * wl-util.el (wl-list-diff): Remove unused function.
488
489         * wl-draft.el (wl-draft-send-confirm): Discard input before
490         confirmation.
491
492 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
495         order of flag and new.
496
497 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-vars.el (wl-refile-policy-alist): Abolished.
500
501         * wl-action.el (wl-summary-set-action-refile): Follow the change
502         above.
503
504 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
505
506         * wl-highlight.el (wl-highlight-signature-search): Don't use
507         re-search-backward for a long word since it is possible to crash
508         XEmacs because of a bug.
509
510 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
511
512         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
513
514 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
515
516         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
517         argument for wl-summary-sync-force-update.
518
519 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
520
521         * wl-summary.el (wl-summary-mode-map): Revival of
522         wl-summary-mark-as-important related bindings;
523         Bind 'F','tF','mF','rF','m&'.
524         (wl-summary-mark-as-important-region): Revival.
525         (wl-summary-target-mark-mark-as-important): Ditto.
526         (wl-summary-target-mark-operation): New function.
527         (wl-summary-target-mark-mark-as-answered): Use it.
528         (wl-summary-decide-flag): Don't set Important as default.
529         (wl-summary-mark-as-important-internal): Revival.
530         (wl-summary-mark-as-important): Ditto.
531
532         * wl-thread.el (wl-thread-mark-as-important): Ditto.
533
534         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
535         instead of facep.
536
537 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
538
539         * wl-dnd.el (wl-dnd-drop-func): Fix.
540
541         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
542         mouse-set-point instead of posn-point.
543
544         * wl-xmas.el (wl-completing-read-multiple): Define as function.
545
546         * wl-mule.el (wl-completing-read-multiple): Ditto.
547
548 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-demo.el (face-background-name): Defalias to avoid compile
551         warning.
552
553 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
554
555         * wl-summary.el (wl-summary-decide-flag): Use
556         wl-completing-read-multiple instead of completing-read-multiple.
557
558         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
559         New alias.
560
561         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
562         Use face-background-name instead of face-background.
563
564         * wl-vars.el (wl-summary-save-file-suffix): New user option.
565
566         * wl-summary.el (wl-summary-save): Use it.
567         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
568
569         * wl-mime.el (wl-mime-save-content): Fix last change.
570
571 2004-02-10  Len Trigg <lenbok@myrealbox.com>
572
573         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
574         New function.
575         (wl-summary-sort-specs): Added sort.
576         * wl-mime.el (wl-mime-save-content): Expand file name.
577
578 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
579
580         * wl-mime.el (wl-draft-preview-message): Fixed typo.
581
582         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
583
584 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
587         for flag if it is not defined.
588
589 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
590
591         * wl-e21.el (wl-highlight-folder-current-line): Use
592         elmo-folder-type-internal when elmo-folder-type returns nil.
593
594         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
595
596         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
597
598         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
599
600         * wl-e21.el (wl-summary-toolbar): Ditto.
601
602         * wl-vars.el (wl-demo-background-color): Abolished.
603         (wl-summary-persistent-mark-priority-list): Renamed from
604         wl-summary-flag-priority-list.
605         (wl-summary-flag-alist): New user option.
606         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
607         (wl-message-mode-line-format-spec-alist): Added 'F'.
608         (wl-message-mode-line-format): Likewise.
609         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
610         instead of wl-summary-important-mark.
611         (wl-file-folder-icon): New variable.
612
613         * wl-thread.el (wl-thread-set-flags): Renamed from
614         wl-thread-mark-as-important.
615
616         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
617         warning.
618         (wl-summary-mode-menu-spec): Follow the change of 
619         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
620         (wl-summary-mode-map): Follow the change of
621         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
622         (wl-summary-detect-mark-position): Follow the variable name change.
623         (wl-summary-set-flags-region): New function for the replacement of
624         wl-summary-mark-as-important-region.
625         (wl-summary-sync-marks): Sync all global-flags.
626         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
627         instead of elmo-message-flagged-p.
628         (wl-summary-persistent-mark-string): Follow the variable name change;
629         Put wl-summary-flag-mark if the message has global-flag.
630         (wl-summary-target-mark-set-flags): Renamed from 
631         wl-summary-target-mark-mark-as-important.
632         (wl-summary-decide-flag): New function.
633         (wl-summary-set-flags-internal): Renamed from
634         wl-summary-mark-as-important-internal.
635         (wl-summary-add-flags-internal): New function.
636         (wl-summary-remove-flags-internal): Ditto.
637         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
638         (wl-summary-mark-as-unimportant): Abolish.
639         (wl-summary-move-spec-alist): Changed `important' to `digest'.
640         (wl-summary-next-message): List flagged messages in the msgdb.
641
642         * wl-score.el (wl-summary-score-update-all-lines): Use
643         wl-summary-add-flags-internal instead of 
644
645         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
646
647         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
648         from wl-message-buffer-cur-flag (To avoid misunderstanding).
649         (wl-message-buffer-require-all-header): Renamed from
650         wl-message-buffer-all-header-flag (Ditto).
651         (wl-message-buffer-flag-indicator): New variable.
652         (wl-message-redisplay): Changed local varibale name from `flag' to
653         `display-type'; Set up wl-message-buffer-flag-indicator.
654         (wl-message-buffer-display): Changed varibale name from `flag' to
655         `display-type'.
656         (wl-message-display-internal): Likewise.
657
658         * wl-highlight.el (wl-highlight-demo-face): Define default background
659         color.
660         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
661
662         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
663
664         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
665         (wl-demo-setup-properties): Renamed from
666         `wl-demo-set-background-color'.
667         (wl-demo): Follow the change above.
668         
669         * Version number is increased to 2.11.24.
670
671 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-summary.el (wl-summary-toggle-thread): Call
674         `wl-summary-rescan' with disable-thread as non-nil.
675         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
676
677 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
678
679         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
680         foreground property of the face.
681         (wl-demo-insert-text): Don't set up face property here.
682         (wl-demo): Call wl-demo-set-background-color, anyway.
683
684 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-vars.el (wl-demo-background-color): The value can be nil.
687
688 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
689
690         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
691         to wl-summary-wheel-dispatcher.
692
693         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
694         wl-message-wheel-dispatcher.
695         (wl-message-wheel-dispatcher): New function.
696         (wl-summary-wheel-dispatcher): Ditto.
697
698 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
699
700         * wl-action.el (wl-summary-target-mark-all): List messages which are
701         not in the killed-list.
702
703         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
704         only when the folder is 'flag/important.
705
706         * wl-address.el (wl-complete-field-body): Complete if the last
707         character is a space.
708
709 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-folder.el (wl-folder-clear-entity-info): Use
712         elmo-clear-hash-val.
713
714         * wl-fldmgr.el (wl-fldmgr-rename): Set
715         wl-folder-info-alist-modified as t.
716
717 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
720
721 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
722
723         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
724         (wl-folder-buffer-last-visited-entity-id): New buffer local
725         variable.
726         (wl-folder-revisit-last-visited-folder): New function.
727         (wl-folder-mode-map): Bind it to "C-i".
728         (wl-folder-set-current-entity-id): Set last visited folder.
729         * wl-summary.el (wl-summary-exit): Ditto.
730
731 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
732
733         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
734         before calling `recenter' in order to cope with an XEmacs bug.
735
736 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
737
738         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
739         to the default value.
740
741 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
744         change.
745         (wl-summary-sync-marks): Ditto.
746         (wl-summary-mark-as-read-internal): Ditto.
747         (wl-summary-mark-as-answered-internal): Ditto.
748         (wl-summary-mark-as-important-internal): Ditto.
749         (wl-summary-reply): Ditto.
750
751         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
752         instead of `elmo-folder-unflag-answered'.
753
754         * Version number is increased to 2.11.23.
755
756         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
757         the last change.
758
759 2004-01-11  Kenichi Okada  <okada@opaopa.org>
760
761         * wl-spam.el (wl-summary-exec-action-refile-with-register):
762         Specify "spam" or "good".
763
764 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
765
766         * wl-spam.el (wl-summary-exec-action-spam): Call
767         wl-folder-confirm-existence for spam folder.
768         (wl-spam-setup): Bind "mk".
769
770 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
773
774 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
777         destination folder is empty.
778
779 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
780
781         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
782         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
783
784         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
785         (wl-summary-refile-prev-destination-region): New function.
786         (wl-thread-refile-prev-destination): Ditto.
787         (wl-summary-target-mark-refile-prev-destination): Ditto.
788
789 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
790
791         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
792         (wl-demo-background-color): Changed default value.
793
794         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
795         color.
796
797         * wl-demo.el (wl-demo-set-background-color): New function.
798         (wl-demo): Call it.
799
800 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-address.el (wl-address-delete): Avoid mis-deleting.
803         * wl-address.el (wl-address-add-or-change): Don't add empty
804         address.
805
806 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
807
808         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
809
810 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
811
812         * wl-vars.el (wl-demo-image-filter-alist): New variable
813         (wl-demo-background-color): Ditto.
814
815         * wl-demo.el (wl-demo-xpm-set-background): New function.
816         (wl-demo-image-filter): Ditto.
817         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
818
819         * wl-vars.el (wl-demo-icon-name-alist): New variable.
820
821         * wl-demo.el (wl-demo-icon-name): Define as function.
822         (wl-demo-insert-image): Use it.
823
824 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
825
826         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
827
828 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
829
830         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
831
832 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
833
834         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
835
836 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-thread.el (wl-thread-mark-as-answered): New function.
839
840         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
841         answered" entry.
842         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
843         "r&" and wl-thread-mark-as-answered to "t&".
844         (wl-summary-mark-as-important-region): Refine to toggle mark.
845         (wl-summary-mark-as-answered-region): New function.
846         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
847         and 3rd argument.
848         (wl-summary-mark-as-important-internal): Likewise.
849
850 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-template.el (wl-template-preview): New internal variable.
853         (wl-template-preview-p): New function.
854         (wl-template-show): Bind `wl-template-preview' as t.
855
856 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
859         `elmo-message-entity-field' with 3rd argument which is non-nil.
860
861 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
864         Removed duplicate local bind `folder'.
865
866 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
869
870 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
873         duplicate definition.
874
875 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
876
877         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
878         non-nil, use it; Don't fetch message if there's no message in the
879         current cursor position.
880
881 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
882
883         * wl-util.el (wl-region-exists-p): Use region-active-p.
884         (wl-deactivate-region): New function.
885         * wl-message.el (wl-message-redisplay): Deactivate region.
886
887         * wl-summary.el (wl-summary-reply): Call
888         `wl-summary-set-message-buffer-or-redisplay' instead of
889         `wl-summary-redisplay-internal', don't move point.
890
891 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
894         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
895         by regexp.
896
897 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
900         if no need.
901
902 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
905         default value to nil.
906         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
907         `wl-summary-prepare-hook'; Replace refile action to
908         `wl-summary-exec-action-refile-with-register'.
909
910         * Version number is increased to 2.11.22.
911
912 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-summary.el (wl-summary-detect-mark-position): Set
915         `wl-summary-buffer-weekday-name-lang'.
916
917 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
918
919         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
920         (wl-summary-mark-as-read-all): Ditto.
921         (wl-summary-delete-messages-on-buffer): Ditto.
922         (wl-summary-sync-update): Ditto.
923         (wl-summary-mark-as-read-internal): Ditto.
924         (wl-summary-mark-as-answered-internal): Ditto.
925         (wl-summary-update-folder-info): Abolished.
926
927 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-summary.el (wl-summary-mark-as-read-all): Use
930         `wl-summary-update-folder-info' instead of
931         `wl-folder-update-unread'.
932
933 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
934
935         * wl-summary.el (wl-summary-update-folder-info): New function derived from
936         `wl-summary-folder-info-update'.
937         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
938         instead of `wl-summary-folder-info-update'.
939         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
940         `wl-folder-set-folder-updated'.
941         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
942         instead of `wl-folder-update-unread'.
943         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
944         the value of `wl-summary-buffer-unread-count' for the second parameter of
945         `wl-folder-update-unread'.
946
947         * Version number is increased to 2.11.21.
948
949 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
950
951         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
952         a local variable.
953
954 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-spam.el (wl-summary-mark-spam): Show message only if call
957         interactively.
958
959         * wl-summary.el (wl-summary-mark-as-important-internal): New
960         internal function.
961         (wl-summary-mark-as-important): Use it.
962         (wl-summary-mark-as-unimportant): New function.
963         (wl-summary-sync-marks): Follow the API change.
964
965         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
966
967         * wl-mime.el (wl-summary-burst): Check target folder is writable.
968
969 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
970
971         * wl-folder.el (wl-folder-update-unread): Re-indent.
972         Narrow the scope of a local variable.
973
974 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
975
976         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
977         (wl-addrmgr-merge-entries): Ditto.
978         (wl-addrmgr): Added to address entry which exists in draft buffer
979         if no entry is in original.
980
981 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
982
983         * wl-batch.el: New file.
984
985 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
986
987         * wl-vars.el (wl-use-semi): Remove unused variable.
988
989 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
990
991         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
992         "?".
993
994 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
997         wl-summary-new-mark.
998         (wl-summary-new-cached-mark): New user option.
999         (wl-summary-score-marks): Follow the change above.
1000         (wl-summary-auto-refile-skip-marks): Ditto.
1001         (wl-summary-incorporate-marks): Ditto.
1002         (wl-summary-expire-reserve-marks): Ditto.
1003
1004         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1005
1006         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1007         (wl-summary-persistent-mark-string): Distinguished between cached
1008         and uncached mark when the message is new.
1009
1010 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-spam.el (wl-spam-domain): Renamed from
1013         `wl-spam-folder-guess-domain'.
1014         (wl-summary-exec-action-spam): Register as spam if domain of the
1015         source folder is good.
1016         (wl-summary-exec-action-refile-with-register): Register message if
1017         domain of the source folder is not undecided.
1018
1019 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1022         detect thread loop.
1023
1024 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1027         and wl-summary-skip-mark-list.
1028
1029 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1032
1033         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1034
1035         * wl-spam.el (toplevel): Require wl-highlight.
1036         (wl-spam-auto-check-policy-alist): Abolish.
1037         (wl-spam-auto-check-folder-regexp-list): New user option.
1038         (wl-spam-auto-check-marks): Ditto.
1039         (wl-spam-mark-action-list): Ditto.
1040         (wl-highlight-summary-spam-face): New face.
1041         (wl-spam-auto-check-message-p): New function.
1042         (wl-spam-map-spam-messages): Fixed message.
1043         (wl-spam-register-spam-messages): Ditto.
1044         (wl-spam-register-good-messages): Ditto.
1045         (wl-summary-spam-map): Add and remove keybind.
1046         (wl-summary-target-mark-spam): Abolish.
1047         (wl-summary-refile-spam): Ditto.
1048         (wl-summary-test-spam): New function.
1049         (wl-summary-mark-spam): Ditto.
1050         (wl-summary-auto-check-spam): Follow the above change.
1051         (wl-summary-exec-action-spam): New function.
1052         (wl-summary-exec-action-refile-with-register): Fixed message.
1053         (wl-message-check-spam): New function.
1054         (wl-spam-setup): Ditto.
1055         (toplevel): Call it if this file is loaded interactivity.
1056
1057         * Version number is increased to 2.11.20.
1058
1059 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1060
1061         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1062         when new optional argument `force' is non nil or modified.
1063
1064 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * wl.el (toplevel): Require wl-spam when compile.
1067         (wl-save-status): Call wl-spam-save-status.
1068
1069         * wl-spam.el (wl-spam-register-spam-messages): New function.
1070         (wl-spam-register-good-messages): Ditto.
1071         (wl-spam-save-status): Ditto.
1072         (wl-summary-mode-map): Bind
1073         wl-summary-target-mark-register-as-spam to "ms" and
1074         wl-summary-target-mark-register-as-good to "mn".
1075         (wl-summary-register-as-spam): Abolish optional argument; Use
1076         wl-spam-register-spam-messages.
1077         (wl-summary-register-as-spam-all): Use
1078         wl-spam-register-spam-messages.
1079         (wl-summary-register-as-good): Abolish optional argument; Use
1080         wl-spam-register-good-messages.
1081         (wl-summary-register-as-good-all): Use
1082         wl-spam-register-good-messages.
1083         (wl-summary-target-mark-register-as-spam): New funtion.
1084         (wl-summary-target-mark-register-as-good): Ditto.
1085
1086 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1087
1088         * wl-spam.el: New file.
1089
1090 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1093
1094         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1095         (wl-summary-auto-refile): Call wl-refile-guess with
1096         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1097
1098 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1101         with disable-thread argument non-nil.
1102
1103 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-rescan): Added optional argument
1106         disable-thread.
1107         (wl-summary-sync): Call wl-summary-rescan with argument
1108         disable-thread.
1109         (wl-summary-input-range): Added new range `rescan-thread'.
1110
1111 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1114
1115 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1118         internal variable.
1119         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1120         wl-summary-search-parent-by-subject-regexp and
1121         wl-summary-divide-thread-when-subject-changed as nil.
1122         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1123         (wl-summary-insert-thread): Search parent entity from
1124         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1125         thread loop.
1126
1127 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1128
1129         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1130
1131         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1132
1133         * wl-util.el (wl-require-update-all-folder-p): New function.
1134         (wl-get-assoc-list-value): Added `function' to match directive.
1135         (wl-collect-draft): Rewrite.
1136
1137         * wl-summary.el (wl-summary-sync-update): Clear faces
1138         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1139         are non-nil.
1140         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1141         argument as function.
1142         (wl-summary-input-range): Ditto.
1143
1144         * wl-folder.el (wl-draft-get-folder): New function.
1145         (wl-folder-get-elmo-folder): Consider draft folder.
1146
1147         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1148         (wl-draft-buffer-message-number): New buffer local variable.
1149         (wl-draft-folder-internal): New internal variable.
1150         (wl-draft-delete): Rewrite.
1151         (wl-draft-save): Ditto.
1152         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1153         wl-folder-get-elmo-folder.
1154         (wl-draft-config-info-operation): Ditto.
1155         (wl-jump-to-draft-folder): Ditto.
1156         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1157         (wl-draft-reedit): Rewrite.
1158
1159         * Version number is increased to 2.11.19.
1160         
1161 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1162
1163         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1164         variable.
1165
1166 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1167
1168         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1169         Use ignore-errors instead of unwind-protect.
1170
1171 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1172
1173         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1174         for updating `wl-thread-entity-list'.
1175
1176 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1177
1178         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1179         parameter from calling `wl-thread-entity-get-older-brothers' and
1180         `wl-thread-entity-get-younger-brothers'.
1181         Replace nested `append' with a single one.
1182
1183 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-summary.el (wl-summary-mode): Don't use the return value of
1186         `make-local-hook'.
1187
1188 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1189
1190         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1191         instead of `let*'.
1192         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1193         of local variables.
1194
1195 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1198         Renamed from wl-summary-window-scroll-functions.
1199         (wl-summary-window-scroll-functions): Don't set to variable.
1200         (wl-summary-display-top): Use run-hooks.
1201         (wl-summary-display-bottom): Ditto.
1202         (wl-summary-toggle-disp-msg): Ditto.
1203         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1204         Use it instead of wl-summary-window-scroll-functions.
1205         (wl-summary-goto-folder-subr): Don't call
1206         wl-summary-window-scroll-functions, use
1207         wl-summary-buffer-window-scroll-functions instead.
1208
1209 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1210
1211         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1212         make-local-variable.
1213
1214 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1215
1216         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1217         set-buffer-modified-p.
1218         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1219         (wl-summary-display-bottom): Ditto.
1220         (wl-summary-toggle-disp-msg): Ditto.
1221
1222 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1225
1226         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1227         (wl-summary-forward): Use elmo-message-entity-field instead of
1228         elmo-message-field.
1229
1230         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1231
1232 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-summary.el (wl-summary-window-scroll-functions): No use
1235         `append'.
1236
1237 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1240         function.
1241         (wl-summary-window-scroll-functions): Call it when both
1242         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1243         (wl-summary-temp-mark): Added optional argument number.
1244         (wl-summary-message-mark): Added optional argument flag.
1245         (wl-summary-persistent-mark): Added optional argument number and flag.
1246         (wl-summary-update-persistent-mark): Ditto.
1247         (wl-summary-update-status-marks): Set "r" for interactive spec.
1248
1249         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1250         argument number and flag.
1251
1252         * wl-action.el (wl-summary-registered-temp-mark): 
1253         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1254
1255 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1256
1257         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1258         internal variable (buffer local).
1259         (wl-summary-window-scroll-functions): New function.
1260         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1261         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1262         as nil.
1263         (wl-summary-update-status-marks): Added arguments beg, end and
1264         check.
1265         (wl-summary-update-mark-window): Use function.
1266         (wl-summary-sync-update): Follow the change above.
1267         (wl-summary-switch-to-clone-buffer): Copy
1268         wl-summary-buffer-unsync-mark-number-list.
1269         (wl-summary-goto-folder-subr): Set
1270         wl-summary-buffer-unsync-mark-number-list and
1271         use wl-summary-window-scroll-functions instead of
1272         wl-summary-lazy-highlight.
1273
1274         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1275
1276 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1277
1278         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1279
1280         * wl-summary.el (wl-summary-update-persistent-mark): Call
1281         wl-summary-set-message-modified.
1282
1283         * wl-summary.el (wl-summary-sync-update): Don't call
1284         wl-summary-update-status-marks.
1285
1286         * Version number is increased to 2.11.18.
1287
1288 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1291         (wl-message-next-page): Ditto.
1292
1293 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1294
1295         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1296         local variable.  Change the order of a collected list into the
1297         same as the specified range.  Remove nil from a collected list.
1298
1299 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1302         argument for elmo-folder-list-messages.
1303
1304 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1305
1306         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1307         change (wl-summary-count-unreads return a list instead of a cons
1308         cell).
1309
1310 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1311
1312         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1313         `wl-summary-folder-info-update'.
1314
1315 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * wl-summary.el (wl-summary-set-message-modified): No use
1318         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1319         (wl-summary-set-mark-modified): Abolish.
1320         (wl-summary-mark-modified-p): Ditto.
1321         (wl-summary-save-view): Follow the change above.
1322
1323         * wl-expire.el (wl-summary-expire): Likewise.
1324
1325 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1326
1327         * wl-summary.el (wl-summary-detect-mark-position): Use
1328         modb-entity-handler.
1329         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1330
1331         * Version number is increased to 2.11.17.
1332
1333 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1334
1335         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1336         entity field value.
1337         (wl-summary-prefetch-msg): Ditto.
1338         (wl-summary-print-message-with-ps-print): Ditto.
1339
1340 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1341
1342         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1343         for dummy entity.
1344         (wl-summary-insert-thread): Use elmo-message-entity-field.
1345         (wl-summary-update-thread): Use elmo-message-entity-field and
1346         elmo-message-entity-number.
1347         (wl-summary-line-number):  Use elmo-message-entity-number.
1348         (wl-summary-line-size): Use elmo-message-entity-field.
1349         (wl-summary-line-subject): Ditto.
1350         (wl-summary-line-from): Ditto.
1351         (wl-summary-line-attached): Ditto.
1352         (wl-summary-create-line): Ditto.
1353         (wl-summary-create-line): Use elmo-message-entity-number.
1354         (wl-summary-print-message-with-ps-print): Use
1355         elmo-message-entity-field.
1356
1357 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1358
1359         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1360         change in elmo-msgdb-make-message-entity.
1361         (wl-summary-buffer-set-folder): Don't call
1362         wl-summary-detect-mark-position here.
1363         (wl-summary-rescan): Call elmo-message-entity-number.
1364         (wl-summary-sync-update): Ditto.
1365         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1366
1367         * wl-score.el (wl-score-header-index): Redefine 2th element.
1368         (wl-score-overview-entity-get-extra): Abolish.
1369         (wl-score-ov-entity-get): Rewrite.
1370         (wl-score-string-index<, wl-score-string-func<): Abolish.
1371         (wl-score-string<): New function.
1372         (wl-score-string-sort): Use it.
1373
1374         * wl-refile.el (wl-refile-guess-by-history): Use
1375         elmo-message-entity-field.
1376         (wl-refile-guess-by-from): Ditto.
1377         (wl-refile-guess-by-msgid): Ditto.
1378
1379         * Version number is increased to 2.11.16.
1380
1381 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-folder.el (wl-folder-confirm-existence): Don't call
1384         file-exists-p if msgdb-path is nil.
1385         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1386         `wl-read-folder-hist' to `wl-read-folder-history'.
1387
1388 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1389
1390         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1391         `y-or-n-p'.
1392
1393 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1394
1395         * wl-score.el (wl-score-headers): Don't use
1396         elmo-folder-do-each-message-entity.
1397
1398         * Version number is increased to 2.11.15.
1399
1400 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1401
1402         * wl-summary.el (wl-summary-delete-all-msgs): Use
1403         elmo-folder-move-messages instead of elmo-folder-delete-messages
1404         and elmo-folder-detach-messages.
1405         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1406
1407         * wl-expire.el (wl-expire-delete): Ditto.
1408         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1409
1410 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1411
1412         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1413         (wl-message-header-narrowing-fields): Ditto.
1414         (wl-message-header-narrowing-lines): Ditto.
1415         (wl-message-header-narrowing-string): Ditto.
1416
1417         * wl-summary.el (wl-summary-mode-map): Bind
1418         wl-summary-toggle-header-narrowing to "C-cC-f".
1419         (wl-summary-toggle-header-narrowing): New function.
1420
1421         * wl-message.el (wl-message-buffer-create): Call
1422         wl-message-header-narrowing-setup.
1423         (wl-message-redisplay): Call wl-message-header-narrowing.
1424         (wl-message-header-narrowing): New function.
1425         (wl-message-header-narrowing-map): New keymap.
1426         (wl-message-header-narrowing-widen-map): New keymap.
1427         (wl-message-header-narrowing-again-at-mouse): New function.
1428         (wl-message-header-narrowing-1): Ditto.
1429         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1430         (wl-message-header-narrowing-setup): Ditto.
1431         (wl-message-header-narrowing-toggle): Ditto.
1432         
1433         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1434
1435         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1436         'flag as all.
1437         (wl-use-flag-folder-help-echo): New user option.
1438
1439         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1440         wl-summary-highlight as nil.
1441         (wl-summary-set-mark-modified): Follow the API change.
1442         (wl-summary-mark-modified-p): Ditto.
1443         (wl-summary-mark-as-read-all): Ditto.
1444         (wl-summary-sync-marks): Don't call
1445         elmo-folder-list-messages-with-global-mark.
1446         (wl-summary-mark-as-read-internal): Follow the API change.
1447         (wl-summary-mark-as-answered-internal): Ditto.
1448         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1449         Follow the API change.
1450         (wl-summary-create-line): Call with number argument.
1451         (wl-summary-reply): Follow the API change.
1452
1453         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1454         function.
1455         (wl-highlight-summary-line-string): Call it when
1456         wl-use-flag-folder-help-echo is non-nil.
1457         (wl-highlight-summary-current-line): Ditto.
1458         (elmo-flag-folder-referrer): Added autoload setting.
1459
1460         * wl-draft.el (wl-draft-kill): Follow the API change.
1461
1462         * Version number is increased to 2.11.14.
1463         
1464 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1465
1466         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1467
1468 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * Version number is increased to 2.11.13.
1471
1472 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-draft.el (wl-draft-previous-history-element): Fixed
1475         unbalanced parenthesis and bind unbound local variables.
1476
1477 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-draft.el (wl-draft-previous-history-element): New function.
1480         (wl-draft-next-history-element): Ditto.
1481         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1482         them to M-p and M-n.
1483
1484 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * Version number is increased to 2.11.12.
1487
1488 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1489
1490         * wl-draft.el (wl-draft-hide): Select buffer-window.
1491
1492 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1493
1494         * wl-summary.el (wl-summary-narrow-to-region): New function.
1495         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1496         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1497         (wl-summary-save-region): Use it.
1498         * wl-action.el (wl-summary-collect-numbers-region)
1499         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1500
1501 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1502
1503         * wl-folder.el (wl-folder-count-incorporates): Don't use
1504         `elmo-msgdb-mark-load'
1505
1506         * Version number is increased to 2.11.11.
1507
1508 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1511         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1512
1513 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1516
1517 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * Version number is increased to 2.11.10.
1520
1521 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * wl-mime.el (wl-draft-attribute-value): Fixed.
1524
1525 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-util.el (wl-copy-local-variables): New function.
1528
1529         * wl-mime.el (wl-draft-attribute-recipients): New function.
1530         (wl-draft-attribute-envelope-from): Ditto.
1531         (wl-draft-attribute-smtp-posting-server): Ditto.
1532         (wl-draft-attribute-smtp-posting-port): Ditto.
1533         (wl-draft-attribute-value): Ditto.
1534         (wl-draft-preview-message): Use it to get value for
1535         attributes. Reflect result of `wl-draft-config'.
1536
1537         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1538         and call `wl-summary-mark-as-read' before to call
1539         `wl-summary-unset-mark'.
1540         (wl-summary-target-mark-mark-as-unread): Likewise.
1541         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1542
1543 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1544
1545         * wl-mime.el (wl-draft-preview-message): Use actual value for
1546         attributes; Fix for small window.
1547
1548 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1549
1550         * wl-refile.el (wl-refile-get-field-value): Call
1551         `elmo-message-entity-field' with 3rd argument is non-nil.
1552
1553 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-vars.el (wl-draft-preview-attributes): New user option.
1556         (wl-draft-preview-attributes-list): Ditto.
1557         (wl-draft-preview-attributes-buffer-lines): Ditto.
1558         (wl-draft-preview-attributes-buffer-name): Ditto.
1559
1560         * wl-mime.el (wl-draft-preview-message): Display attributes.
1561
1562 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-summary.el (wl-summary-detect-mark-position): Bind
1565         wl-summary-flag-priority-list to '(new).
1566
1567 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1568
1569         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1570         funtion.
1571         (wl-highlight-summary-line-string): Use it.
1572         (wl-highlight-summary-current-line): Ditto.
1573
1574 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1577         line even when the mark string is not changed.
1578
1579         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1580         argument change in the wl-summary-create-line.
1581         (wl-thread-insert-entity-sub): Ditto.
1582
1583         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1584         argument change in the wl-summary-create-line.
1585         (wl-summary-insert-sequential): Ditto.
1586         (wl-summary-update-thread): Ditto.
1587         (wl-summary-persistent-mark-string): New inline function.
1588         (wl-summary-message-mark): Use it.
1589         (wl-summary-create-line): Abolish argument wl-persistent-mark
1590         and added wl-flags, wl-cached.
1591
1592         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1593         mark to flags.
1594         (wl-highlight-summary-current-line): Decide the face not by the 
1595         persistent mark but flags.
1596
1597 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1598
1599         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1600         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1601         wl-summary-read-uncached-mark): Revive.
1602         (wl-summary-answered-cached-mark,
1603         wl-summary-answered-uncached-mark): New user option.
1604         (wl-summary-score-marks): Follow the change above.
1605         (wl-summary-auto-refile-skip-marks): Ditto.
1606         (wl-summary-incorporate-marks): Ditto.
1607         (wl-summary-expire-reserve-marks): Ditto.
1608         (wl-summary-flag-priority-list): New user option.
1609
1610         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1611         changes.
1612         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1613         of elmo-message-mark.
1614         (wl-summary-mark-as-read-internal): Ditto.
1615         (wl-summary-mark-as-answered): Ditto.
1616         (wl-summary-mark-as-important): Ditto.
1617         (wl-summary-redisplay-internal): Ditto.
1618         (wl-summary-redisplay-no-mime-internal): Ditto.
1619         (wl-summary-message-mark): New function.
1620         (wl-summary-insert-sequential): Use wl-summary-message-mark
1621         instead of elmo-message-mark.
1622         (wl-summary-update-thread): Ditto.
1623         (wl-summary-persistent-mark): Ditto.
1624         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1625         instead of elmo-message-mark.
1626
1627         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1628         wl-summary-message-mark instead of elmo-message-mark.
1629         (wl-thread-insert-entity-sub): Ditto.
1630         (wl-thread-get-children-msgs-uncached): Ditto.
1631
1632         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1633         variable name changes.
1634         (wl-highlight-summary-current-line): Ditto.
1635
1636         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1637         wl-summary-message-mark instead of elmo-message-mark.
1638
1639         * wl-expire.el (wl-expire-message-p): Ditto.
1640
1641         * wl-score.el (wl-score-headers): Ditto.
1642
1643         * Version number is increased to 2.11.9.
1644
1645         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1646         (wl-summary-sync-update): Follow the change above.
1647         (wl-summary-switch-to-clone-buffer): Ditto.
1648         (wl-summary-open-folder): Ditto.
1649
1650 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1651
1652         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1653         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1654
1655         * Version number is increased to 2.11.8.
1656
1657         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1658
1659         * wl-expire.el (wl-expire-refile): Follow the API change on
1660         `elmo-folder-move-messages'.
1661         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1662
1663         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1664         (wl-summary-exec-action-refile): Ditto.
1665         (wl-summary-exec-action-copy): Ditto.
1666         (wl-summary-no-auto-refile-message-p): No use
1667         `wl-summary-buffer-msgdb'.
1668         (wl-summary-auto-refile): Ditto.
1669
1670 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1673
1674 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1675
1676         * wl-summary.el (wl-summary-sync): Treat no-sync.
1677
1678         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1679         (wl-default-sync-range): Ditto.
1680
1681 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-refile.el (wl-refile-subject-learn): Call
1684         `elmo-message-entity-field' with 3rd argument is non-nil.
1685         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1686         instead of `elmo-msgdb-overview-entity-get-subject'.
1687
1688 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1691         scan-type is rescan.
1692         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1693         new optional argument force is non-nil.
1694         (wl-summary-save-view-cache): Call it with force argument non-nil.
1695
1696         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1697
1698 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-action.el (wl-summary-print-argument): Fixed last change.
1701
1702 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1705         simplified.
1706         (wl-summary-target-mark-mark-as-unread): Likewise.
1707         (wl-summary-target-mark-mark-as-important): Likewise.
1708
1709 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1710
1711         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1712         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1713         (wl-summary-mark-as-important-region): Change accordingly.
1714         (wl-summary-target-mark-mark-as-important): Ditto.
1715
1716 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1719
1720         * wl-action.el (wl-summary-print-argument): Print argument to
1721         right side of window if `wl-summary-print-argument-within-window'
1722         is non-nil.
1723
1724 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-action.el (wl-summary-set-mark): Use
1727         `wl-summary-message-visible-p' to check visibility of the message
1728         and jump to message only when the message line is visible and have
1729         different number; Call wl-summary-unset-mark with number argument.
1730         (wl-summary-unset-mark): 
1731         Use `wl-summary-message-visible-p'
1732         to check visibility of the message and jump to message only when
1733         the message line is visible and have different number;
1734
1735 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1736
1737         * Version number is increased to 2.11.7.
1738
1739         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1740         and wl-folder-summary-line-format.
1741
1742         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1743         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1744         (wl-summary-set-score-mark): Use it.
1745         (wl-summary-target-mark-mark-as-read): Ditto.
1746         (wl-summary-target-mark-mark-as-unread): Ditto.
1747         (wl-summary-target-mark-mark-as-important): Ditto.
1748         (wl-summary-target-mark-msgs): Simplified.
1749         (wl-summary-detect-mark-position): Fixed problem when
1750         summary-line-format no contain persisten/temp mark spec.
1751         (wl-summary-temp-mark): Ditto.
1752         (wl-summary-persistent-mark): Ditto.
1753         (wl-summary-update-persistent-mark): Ditto.
1754
1755         * wl-action.el (wl-summary-set-mark): Ditto.
1756         (wl-summary-unset-mark): Ditto.
1757         All other related portions are changed.
1758
1759 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1760
1761         * Version number is increased to 2.11.6.
1762
1763 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1764
1765         * wl-util.el (wl-current-message-buffer): Define as function;
1766         Don't use the value of wl-messge-buffer.
1767
1768         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1769         persistent mark.
1770
1771         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1772         no current message, cause an error.
1773
1774 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1775
1776         * wl-summary.el (wl-summary-set-message-modified): Use
1777         elmo-folder-set-message-modified instead of
1778         elmo-folder-set-message-modified-internal.
1779
1780 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1781
1782         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1783         interactively.
1784         (wl-summary-sync): nokill->entirely.
1785         (wl-summary-sync-marks): Fixed message.
1786         (wl-summary-input-range): Added mark, nokill->entirely.
1787
1788         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1789         messages as read.
1790
1791 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1792
1793         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1794         update-noscore.
1795         (wl-summary-sync): Follow the change above.
1796
1797 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1798
1799         * wl-action.el (wl-summary-target-mark-all): Use
1800         elmo-folder-list-messages.
1801
1802 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1805         (wl-summary-rescan): Set wl-summary-scored as nil.
1806         (wl-summary-sync-force-update): Follow the change above.
1807         (wl-summary-sync): Ditto.
1808         (wl-summary-sync-update): Added argument disable-killed.
1809         (wl-summary-insert-headers): Set visible-only argument for
1810         elmo-folder-list-messages.
1811         (wl-summary-input-range): Added update-nokill, update-noscore,
1812         all-nokill, all-noscore and mark.
1813
1814         * Version number is increased to 2.11.5.
1815
1816         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1817
1818 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1821         (wl-summary-prefetch-region-no-mark): Change accordingly.
1822         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1823
1824 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1825
1826         * wl-address.el (wl-complete-field-to): Abolished.
1827         (wl-complete-address): Completion function for completing-read.
1828         * wl-action.el (wl-summary-get-resend-address): Use it.
1829
1830         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1831         wl-summary-update-mark and abolish unused argument.
1832         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1833         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1834         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1835         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1836         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1837         * wl-draft.el (wl-draft-kill): Ditto.
1838
1839         * wl-summary.el: Remove unused binding of case-fold-search.
1840         (wl-summary-replace-status-marks): Abolished.
1841
1842 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1843
1844         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1845         is specified or folder length is zero.
1846
1847 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1848
1849         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1850         (wl-folder-archive-current-entity): Ditto.
1851
1852 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1853
1854         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1855         retrieving message mark.
1856         (wl-summary-redisplay-internal): Ditto.
1857
1858         * wl-message.el (wl-message-buffer-display): Ignore errors while
1859         retrieving message-id field.
1860
1861         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1862         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1863         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1864         order of the arguments for `wl-expire-message-p'.
1865         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1866
1867         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1868         Check return value of wl-summary-reply.
1869         (wl-summary-reply): Recover window configuration when an error occured.
1870
1871 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1872
1873         * wl-summary.el (wl-summary-resend-message): Abolished, the
1874         feature is inherited by wl-summary-resend (put resend mark).
1875
1876 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1877
1878         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1879         wl-message-buffer to nil when the message is hide.
1880
1881 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * .cvsignore: New file.
1884
1885 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-action.el (wl-summary-action-docstring): Add more info.
1888         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1889         duplicate definition.
1890         (wl-summary-define-mark-action): Functions wl-summary-*-region
1891         keep current position.
1892         (wl-summary-unregister-target-mark): Store result to the variable.
1893
1894 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1895
1896         * Version number is increased to 2.11.4.
1897
1898 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1899
1900         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1901         wl-summary-delete-all-temp-marks.
1902         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1903
1904         * wl-action.el (wl-summary-set-mark): Changed terminology
1905         refile-destination -> action-argument.
1906         (wl-summary-unset-mark): Ditto.
1907         (wl-summary-remove-argument): Ditto.
1908         (wl-summary-print-argument): Ditto.
1909
1910         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1911         (wl-thread-remove-argument-region): Ditto.
1912         (wl-thread-print-argument-region): Ditto.
1913         (wl-thread-close): Ditto.
1914         (wl-thread-open): Ditto.
1915
1916         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1917         (wl-highlight-refile-destination-face is abolished)
1918         (wl-highlight-action-argument-string): Ditto.
1919         (wl-highlight-summary-current-line): Highlight action argument.
1920
1921         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1922         color for light backgrounds.
1923         (wl-highlight-summary-answered-face): Ditto.
1924
1925 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1926
1927         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1928
1929         * wl-score.el (wl-summary-score-update-all-lines): Use
1930         wl-summary-set-mark.
1931         (wl-summary-score-update-all-lines): Kill expunged messages.
1932
1933         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1934
1935 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1938         directly.
1939         (wl-score-overview-entity-get-lines): Ditto.
1940         (wl-score-overview-entity-get-xref): Ditto.
1941         (wl-score-get-latest-msgs): Ditto.
1942         (wl-summary-rescore): Ditto.
1943
1944         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1945         to "&".
1946         (wl-summary-mark-as-answered-internal): New inline function.
1947         (wl-summary-mark-as-answered): New function.
1948         (wl-summary-mark-as-unanswered): Ditto.
1949         (wl-summary-sync-marks): Modified for answered-mark synching.
1950
1951 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1952
1953         * wl-action.el (wl-summary-set-mark): Fixed last change.
1954
1955 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1956
1957         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1958         behavior of wl-summary-unread-message-hook
1959         (Pointed out by akira yamada <akira@arika.org>).
1960
1961 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1962
1963         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1964         wl-summary-delete.
1965         * wl-xmas.el (wl-summary-toolbar): Ditto.
1966
1967         * wl-action.el (wl-summary-set-mark): Don't override current
1968         temp-mark.
1969
1970         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1971
1972 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1973
1974         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1975         (wl-refile-msgid-learn): Ditto.
1976         (wl-refile-get-field-value): Ditto.
1977
1978         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1979
1980         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1981         (wl-expire-delete-reserved-messages): Renamed from
1982         wl-expire-reserve-marked-msgs-from-list.
1983         (wl-expire-delete): Removed argument `msgdb'.
1984         (wl-expire-refile): Ditto.
1985         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1986         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1987         mark-alist as argument.
1988         (wl-expire-archive-number1): Removed argument `msgdb'.
1989         (wl-expire-archive-number2): Ditto.
1990         (wl-expire-archive-date): Ditto.
1991         (wl-expire-localdir-date): Ditto.
1992         (wl-expire-hide): Ditto.
1993         (wl-archive-number1): Ditto.
1994         (wl-archive-number2): Ditto.
1995         (wl-archive-date): Ditto.
1996         (wl-archive-folder): Ditto.
1997         All other related portions are changed.
1998
1999 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2002         mean move up and down. (suggested by Takashi Kawachi)
2003
2004 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2005
2006         * wl-acap.el (toplevel): Don't require un-define.
2007
2008 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2009
2010         * wl-thread.el (wl-thread-delete-message): Always update
2011         wl-summary-buffer-number-list.
2012
2013         * wl-action.el (wl-summary-print-destination): 
2014         Do nothing when folder is nil.
2015
2016 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2017
2018         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2019         persistent mark when prefetch is succeeded.
2020
2021 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2022
2023         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2024         instead of elmo-msgdb-delete-msgs.
2025         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2026         (wl-expire-hide): Ditto.
2027
2028         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2029
2030         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2031         elmo-msgdb interface.
2032         (wl-thread-get-exist-children): Likewise.
2033         (wl-thread-insert-message): Likewise.
2034         (wl-thread-msg-mark-as-important): Likewise.
2035         (wl-thread-insert-entity-sub): Likewise.
2036         (wl-thread-get-children-msgs-uncached): Likewise.
2037
2038         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2039         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2040         (wl-summary-sync-update): Likewise.
2041         (wl-summary-auto-select-msg-p): Likewise.
2042         (wl-summary-update-thread): Likewise.
2043         (wl-summary-mark-as-important): Likewise.
2044         (wl-summary-jump-to-msg-internal): Likewise.
2045         (wl-summary-redisplay-internal): Likewise.
2046         (wl-summary-print-message-with-ps-print): Likewise.
2047         (wl-summary-folder-info-update): Likewise.
2048
2049         * wl-folder.el (wl-folder-check-one-entity):
2050         elmo-folder-count-flags instead of wl-summary-count-unread.
2051
2052         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2053
2054         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2055
2056         * wl-summary.el (wl-summary-set-message-modified): 
2057         Call wl-summary-set-mark-modified.
2058         (wl-summary-delete-messages-on-buffer): Call
2059         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2060         (wl-summary-sync-update): Call elmo-folder-length instead of
2061         elmo-folder-messages.
2062         (wl-summary-insert-headers): Don't call
2063         elmo-folder-list-message-entities.
2064
2065 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2066
2067         * wl-action.el (wl-summary-define-mark-action): Call
2068         `wl-summary-set-mark' with argument `data'.
2069         (wl-summary-auto-refile): Fixed order of arguments when call
2070         `wl-summary-refile'.
2071
2072 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2073
2074         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2075
2076         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2077
2078         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2079         (Renamed from wl-highlight-summary-deleted-face).
2080         (wl-highlight-summary-resend-face): New face.
2081
2082         (wl-highlight-summary-deleted-face): Renamed from
2083         wl-highlight-summary-erased-face.
2084
2085         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2086
2087         * wl-action.el (wl-summary-get-resend-address): New function.
2088         (wl-summary-exec-action-resend): Ditto.
2089         (wl-summary-exec-action-resend-subr): Ditto.
2090
2091         * w-thread.el (wl-thread-copy): Removed definition.
2092         (wl-thread-refile): Ditto.
2093         (wl-thread-delete): Ditto.
2094         (wl-thread-target-mark): Ditto.
2095
2096         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2097         (wl-summary-target-mark-set-action): Fixed.
2098         (wl-summary-define-mark-action): Fixed quotation.
2099         (wl-summary-move-mark-list-messages): Display message.
2100         (wl-summary-define-mark-action): Define thread functions.
2101         (wl-summary-exec-action-refile): Changed message.
2102         (wl-summary-exec): Ditto.
2103
2104 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2105         
2106         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2107         '%%'.
2108
2109 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2110
2111         * wl.el (toplevel): Require wl-action.
2112         (wl-init): Call wl-summary-define-mark-action.
2113
2114         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2115
2116         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2117         wl-summary-delete and wl-summary-erase.
2118         (wl-summary-mode-map): Ditto.
2119
2120         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2121         wl-delete-folder-alist.
2122
2123         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2124         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2125         (toplevel): Moved mark & action related functions to the wl-action.el.
2126
2127         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2128         in wl-summary-mark-action-list.
2129         (wl-highlight-summary-current-line): Ditto.
2130
2131         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2132         empty lines.
2133
2134         * wl-action.el: New file. 
2135
2136 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2137
2138         * wl-summary.el (wl-summary-target-mark-replace): New function.
2139         (wl-summary-target-mark-prefetch): Use it.
2140         (wl-summary-target-mark-delete): Ditto.
2141         (toplevel): Rearranged definition order.
2142         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2143         (wl-summary-target-mark-erase): Rewrite.
2144         (wl-summary-erase-region): New function.
2145         (wl-summary-exec-action-erase): Changed message.
2146         (wl-summary-move-mark-list-messages): New function.
2147         (wl-summary-exec-action-delete): Use it.
2148         (wl-summary-exec-action-erase): Ditto.
2149
2150         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2151         (wl-summary-skip-mark-list): Added "d".
2152
2153         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2154         while searching.
2155
2156         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2157         and define using defcustom;
2158         Define 4th element as a face.
2159         
2160         * wl-summary.el (wl-summary-incorporate): Use 
2161         `wl-summary-prefetch-region-no-mark' instead of
2162         `wl-summary-prefetch-region'.
2163         (wl-summary-prefetch-region-no-mark): Revival of old
2164         `wl-summary-prefetch-region'.
2165         (wl-summary-mark-action-list): Moved to wl-vars.el
2166
2167         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2168         face according to the `wl-summary-mark-action-list'.
2169         (wl-highlight-summary-current-line): Ditto;
2170         Removed destination highlighting.
2171
2172         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2173         (wl-highlight-summary-line-string): Highlight for "i" mark.
2174         (wl-highlight-summary-current-line): Ditto.
2175
2176         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2177         no destination.
2178
2179         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2180         exists, just go ahead.
2181         (wl-summary-prefetch-region): Rewrite.
2182         (wl-summary-prefetch): Ditto.
2183         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2184         (wl-summary-exec-action-prefetch): New function.
2185         (wl-summary-target-mark-prefetch): Rewrite.
2186
2187 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2188
2189         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2190         (wl-highlight-summary-line-string): Added "d" and "D".
2191         (wl-highlight-summary-current-line): Ditto.
2192
2193         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2194         in wl-summary.el.
2195         (wl-thread-insert-entity-sub): Ditto.
2196         (wl-thread-remove-destination-region): Ditto.
2197         (wl-thread-print-destination-region): Ditto.
2198
2199         * wl-summary.el (wl-summary-buffer-refile-list,
2200         wl-summary-buffer-delete-list,
2201         wl-summary-buffer-copy-list): Abolish.
2202         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2203         All other related portions are changed.
2204         (wl-summary-mark-action-list): New variable.
2205         (wl-summary-set-mark): New function.
2206         (wl-summary-register-target-mark): Ditto.
2207         (wl-summary-unregister-target-mark): Ditto.
2208         (wl-summary-have-target-mark-p): Ditto.
2209         (wl-summary-register-temp-mark): Ditto.
2210         (wl-summary-unregister-temp-mark): Ditto.
2211         (wl-summary-registered-temp-mark): Ditto.
2212         (wl-summary-collect-temp-mark): Ditto.
2213         (wl-summary-unset-mark): Ditto.
2214         (wl-summary-set-target-mark): Ditto.
2215         (wl-summary-unset-target-mark): Ditto.
2216         (wl-summary-set-action-generic): Ditto.
2217         (wl-summary-unset-action-generic): Ditto.
2218         (wl-summary-exec-action-delete): Ditto.
2219         (wl-summary-exec-action-erase): Ditto.
2220         (wl-summary-set-action-refile): Ditto.
2221         (wl-summary-set-action-refile-subr): Ditto.
2222         (wl-summary-unset-action-refile): Ditto.
2223         (wl-summary-make-destination-numbers-list): Ditto.
2224         (wl-summary-exec-action-refile): Ditto.
2225         (wl-summary-set-action-copy): Ditto.
2226         (wl-summary-unset-action-copy): Ditto.
2227         (wl-summary-exec-action-copy): Ditto.
2228         (wl-summary-collect-numbers-region): Ditto.
2229         (wl-summary-delete): Rewrite.
2230         (wl-summary-erase): Ditto.
2231         (wl-summary-remove-destination): Ditto.
2232         (wl-summary-exec): Ditto.
2233         (wl-summary-exec-region): Ditto.
2234         (wl-summary-target-mark-erase): Ditto.
2235         (wl-summary-refile): Ditto.
2236         (wl-summary-copy): Ditto.
2237         (wl-summary-unmark): Ditto.
2238         (wl-summary-delete-all-mark): Ditto.
2239         (wl-summary-mark-line): Don't highlight.
2240         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2241         (wl-summary-target-mark-refile-subr): Rewrite.
2242
2243         (wl-summary-copy-prev-destination): Abolish.
2244
2245 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2246
2247         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2248         default values along the value of wl-on-mule.
2249         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2250         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2251         It is not used anywhere.
2252
2253 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2254
2255         * wl-summary.el (wl-summary-print-destination): Keep position.
2256         (wl-summary-cursor-move-surface): Keep horizontal position.
2257
2258 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2261         write sendlog.
2262
2263 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2266         `wl-summary-highlight'.
2267
2268 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2271         trivial condition for temp-mark.
2272
2273 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2274
2275         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2276         when it hits killed buffer.
2277
2278 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2281         * wl-news.el.in: `message' and `error' take format string.
2282
2283 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-folder (wl-folder-insert-entity): Display a message,
2286         `...done', when the work finish.
2287         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2288
2289 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * wl-message.el (wl-message-redisplay): Remove unused local
2292         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2293
2294 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-summary.el (wl-summary-replace-status-marks): Disable
2297         interactive use.
2298         (wl-summary-reedit): Check message existence at first.
2299         (wl-summary-mark-line): Fix doc, return value is indefinite.
2300
2301         * wl-highlight.el (wl-highlight-message): Arranged.
2302
2303         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2304         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2305         check temp-mark by wl-summary-temp-mark always.
2306         (wl-highlight-summary): Change accordingly.
2307         * wl-summary.el (wl-summary-mark-as-read-all)
2308         (wl-summary-delete-cache, wl-summary-set-score-mark)
2309         (wl-summary-mark-as-unread, wl-summary-unmark)
2310         (wl-summary-mark-line, wl-summary-mark-as-read)
2311         (wl-summary-mark-as-important): Ditto.
2312
2313         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2314         end of the window if possible.
2315         * wl-summary.el (wl-summary-sync-update): Support lazy
2316         highlighting.
2317         (wl-summary-toggle-disp-msg): Ditto.
2318
2319 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2322
2323 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2326         change.
2327
2328 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2329
2330         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2331         API.
2332         (wl-summary-sync-update): Ditto.
2333
2334         * wl-score.el (wl-score-get-score-alist): Changed argument.
2335         (wl-summary-rescore-msgs): Likewise.
2336         (wl-summary-score-headers): Likewise.
2337         (wl-score-headers): Likewise;
2338         Use elmo-folder-do-each-message-entity, etc.
2339         (wl-summary-score-effect): Follow the changes above.
2340         (wl-summary-rescore): Ditto.
2341         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2342         (wl-score-get-overview): Abolish.
2343
2344         * wl-summary.el (wl-summary-default-from): Follow the API change in
2345         elmo-msgdb.
2346         (wl-summary-count-unread): Ditto.
2347         (wl-summary-detect-mark-position): Ditto.
2348         (wl-summary-overview-entity-compare-by-date): Ditto.
2349         (wl-summary-overview-entity-compare-by-number): Ditto.
2350         (wl-summary-overview-entity-compare-by-from): Ditto.
2351         (wl-summary-overview-entity-compare-by-subject): Ditto.
2352         (wl-summary-get-list-info): Ditto.
2353         (wl-summary-rescan): Ditto.
2354         (wl-summary-jump-to-msg-by-message-id): Ditto.
2355         (wl-summary-sync-update): Ditto; Removed comment.
2356         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2357         (wl-summary-insert-message): Use wl-summary-insert
2358         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2359         (wl-summary-insert-headers): Changed argument overview to folder.
2360         (wl-summary-search-by-subject): Likewise.
2361         (wl-summary-insert-thread): Renamed from 
2362         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2363
2364         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2365         too.
2366
2367         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2368         wl-string-member.
2369
2370 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2371
2372         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2373         elmo-folder-append-buffer.
2374         (wl-draft-queue-append): Likewise.
2375
2376         * wl-mime.el (wl-message-delete-current-part): Ditto.
2377         (wl-summary-burst-subr): Ditto.
2378
2379         * wl-news.el.in (wl-news-send-news): Ditto.
2380
2381 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2382
2383         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2384         function.
2385         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2386         (wl-summary-update-mark): Enclose with save-excursion.
2387         (wl-summary-mark-as-read-internal): Fixed last change.
2388         (wl-summary-mark-as-important): Use 3rd argument of
2389         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2390         Don't use elmo-msgdb-set-mark.
2391         (wl-summary-redisplay-internal): If msgdb flag is already read,
2392         just update the mark on buffer.
2393
2394 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2395
2396         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2397         cut visible folder when elmo-folder-delete returns non-nil value.
2398
2399 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2400
2401         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2402         by Kenichi OKADA <okada@opaopa.org>).
2403
2404 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2405
2406         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2407
2408 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2409
2410         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2411         Fixed the last change, search group entity by its real name.
2412         (Thanks to: KOBAYASHI Shinji)
2413
2414 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2415
2416         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2417         (wl-fldmgr-access-display-all): Don't refer visible name.
2418         * wl-expire.el (wl-folder-archive-current-entity)
2419         (wl-folder-expire-current-entity): Ditto.
2420         * wl-folder.el (wl-folder-jump-to-current-entity)
2421         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2422         (wl-folder-open-folder-sub,wl-folder-open-all)
2423         (wl-folder-write-current-folder): Ditto.
2424         (wl-folder-insert-entity): Don't use petname for normal group.
2425         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2426         is the real name.
2427         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2428         Abolished.
2429
2430 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2431
2432         * wl-draft.el (wl-draft-create-buffer): Add
2433         `wl-summary-reply-with-citation'
2434
2435 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2436
2437         * wl-draft.el (wl-draft-reply): Fixed.
2438
2439 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2442         when `wl-draft-send-confirm-with-preview' is non-nil.
2443         You can scroll up/down by j/k.
2444         (wl-draft-send-confirm-with-preview): New variable (default=t).
2445
2446 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2447
2448         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2449         (wl-fldmgr-save-folders): Fix comment.
2450
2451 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2452
2453         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2454         along the last change in `wl-folder-buffer-group-p'.
2455
2456 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2457
2458         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2459         folder.
2460
2461         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2462         the default value.
2463
2464         * wl-mime.el (wl-summary-burst): Update summary only when target
2465         folder equals current folder.
2466
2467 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2468
2469         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2470
2471 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2472
2473         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2474         value.
2475
2476 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2477
2478         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2479         `map-extents' instead of `extent-at' repeatedly.
2480         (wl-highlight-folder-current-line): Ditto.
2481
2482         * wl-highlight.el: Remove useless dummy functions.
2483
2484 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2485
2486         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2487         (wl-folder-put-folder-property): New function to put text property.
2488         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2489         (wl-folder-insert-entity, wl-folder-update-diff-line)
2490         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2491         * wl-e21.el, wl-xmas.el, wl-mule.el
2492         (wl-highlight-folder-current-line): Ditto.
2493         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2494         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2495         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2496         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2497
2498 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2499
2500         * Version number is increased to 2.11.3.
2501
2502 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2503
2504         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2505         Resume current-buffer since it is assumed by remaining tasks.
2506
2507 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2508
2509         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2510         (wl-folder-completion-function): Abolished.
2511         (wl-folder-complete-folder): New function.
2512         (wl-folder-complete-filter-condition): Ditto.
2513         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2514         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2515
2516 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2517
2518         * wl-draft.el (wl-draft-send-confirm): New function.
2519         (wl-draft-send): Use it.
2520
2521         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2522         cursor-in-echo-area while confirming.
2523
2524         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2525
2526         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2527         searching via nntp if wl-summary-search-via-nntp is 'force.
2528         Otherwise, invoke searching in nntp folder only.
2529         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2530
2531         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2532         explicitly for mime-make-text-tag.
2533
2534 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2535
2536         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2537         `mime-make-text-tag' instead of `mime-create-tag'.
2538
2539 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2540
2541         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2542         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2543
2544 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2545
2546         * wl-score.el (wl-score-save): Bind print-length and print-level.
2547         (wl-score-pretty-print): Ditto.
2548         (wl-score-edit-insert-header-entry): Ditto.
2549
2550         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2551         "From" entry to be treated with wl-draft-eword-encode-address-list.
2552         * wl-mime.el (wl-draft-preview-message): Ditto.
2553
2554         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2555         (wl-summary-mark-as-unread): Ditto.
2556         (wl-summary-mark-as-read-region): Change accordingly.
2557         (wl-summary-mark-as-unread-region): Ditto.
2558         (wl-summary-target-mark-mark-as-read): Ditto.
2559         (wl-summary-target-mark-mark-as-unread): Ditto.
2560
2561 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2562
2563         * Version number is increased to 2.11.2.
2564
2565 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-news.el.in (wl-news-previous-version-save): Bind
2568         print-length and print-level.
2569         * wl-thread.el (wl-thread-save-entities): Ditto.
2570         (wl-thread-save-top-list): Bind print-length.
2571
2572 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-highlight.el (wl-highlight-summary-line-string): Use
2575         wl-summary-score-below-mark, wl-summary-score-over-mark.
2576         (wl-highlight-summary-current-line): Ditto.
2577
2578 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2579
2580         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2581         insert it.
2582
2583 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2584
2585         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2586
2587 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2588
2589         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2590         message without msgid.
2591         Rewrite with elmo-folder-move-messages.
2592         Set wl-message-buffer to nil.
2593
2594         * wl-summary.el (wl-summary-erase-subr): New function. Use
2595         elmo-folder-move-messages.
2596         (wl-summary-erase): Call it.
2597         (wl-summary-target-mark-erase): Ditto.
2598
2599 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2600
2601         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2602         it is not up-tp-date.
2603
2604 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2605
2606         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2607         buffer after calling `wl-summary-goto-folder-subr' without the
2608         argument `interactive'.
2609         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2610
2611 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2612
2613         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2614         `mime-create-tag'. Use `string=' instead of `looking-at'.
2615
2616 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2617
2618         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2619         to avoid compile warning.
2620
2621         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2622         entity-id when folder is given.
2623         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2624         save-excursion, use save-selected-window instead.
2625         Select folder buffer window if exists.
2626         (To correct behavior with wl-folder-move-cur-folder.)
2627
2628 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2629
2630         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2631
2632 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2633
2634         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2635         list-count instead of %d.
2636
2637 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2638
2639         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2640         (wl-news): Set it.
2641         (wl-news-append-to-folder): Use it.
2642
2643         * wl-news.el.in (wl-news-send-news): Append to specified folder
2644         instead of wl-default-folder.
2645         (wl-news-append-to-folder): Show error message with specified folder.
2646
2647         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2648                 In most major modes, Emacs assumes that any opening
2649                 delimiter found at the left margin is the start of a
2650                 top-level definition, or defun. Therefore, *never put an
2651                 opening delimiter at the left margin unless it should have
2652                 that significance.*
2653
2654         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2655
2656 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2657
2658         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2659
2660 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2661
2662         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2663
2664 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2665
2666         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2667         for sequential numbering case.
2668
2669 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2670
2671         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2672         value.
2673         (wl-draft-reply-without-argument-list): Ditto.
2674         (wl-draft-reply-myself-with-argument-list): Abolish.
2675         (wl-draft-reply-myself-without-argument-list): Ditto.
2676         * wl-draft.el (wl-draft-self-reply-p): New function.
2677         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2678
2679 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2680
2681         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2682         (avoid error for the case without byte-compiling)
2683
2684 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2685
2686         * wl-news.el.in (wl-news-append-to-folder): New function.
2687         (wl-news-exit): Rewrite.
2688         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2689
2690 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2691
2692         * wl-draft.el (wl-draft-reply-position): New function.
2693         (wl-draft-reply-position): Fix.
2694         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2695         (wl-summary-target-mark-reply-with-citation): Ditto.
2696         (wl-summary-reply-with-citation): Ditto.
2697         * wl-vars.el (wl-draft-reply-default-position): New variable.
2698
2699 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2700
2701         * wl-draft.el (wl-draft-send): Preview when interactive send.
2702
2703 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2704
2705         * wl-draft.el (wl-draft-reply): Set default position.
2706         * wl-summary.el (wl-summary-reply): Ditto.
2707         (wl-summary-reply-with-citation): Ditto.
2708         (wl-summary-target-mark-reply-with-citation): Ditto.
2709
2710 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2711
2712         * wl-news.el.in (wl-news-lang): Set default value according to
2713         current-language-environment.
2714         (wl-news-append-news): Do nothing when news-list is nil.
2715
2716 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2717
2718         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2719         (wl-news): Change message.
2720         (wl-news-exit): Check buffer.
2721         (wl-news-force-exit): New function.
2722         (wl-news-show-all): New function.
2723         (wl-news-discard-and-exit): Fix.
2724
2725 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2726
2727         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2728         according to current-language-environment.
2729
2730         * wl-news.el.in (wl-news): If arg, show all NEWS after
2731         wl-news-default-previous-version.
2732
2733 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2734
2735         * wl-news.el.in (wl-news-check): Rewritten.
2736         (wl-news-previous-version-load): Change data type.
2737         (wl-news-previous-version-save): Change data type.
2738         (wl-news-append-news): Add return value.
2739         (wl-news-check-news): New function.
2740         (wl-news-already-current-p): New function.
2741         (wl-news-send-news): Rewritten.
2742         (wl-news-mode-map): Add new keybind.
2743         (wl-news): Rewritten.
2744         (wl-news-exit): Rewritten.
2745         (wl-news-discard-and-mail): New function.
2746         (wl-news-send-to-address): Abolished.
2747         * wl.el (wl-init): Delete a message.
2748
2749 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2750
2751         * wl-news.el.in (wl-news-exit): Update previous version.
2752         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2753
2754 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2755
2756         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2757
2758 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2759
2760         * wl-news.el.in (wl-news): New function.
2761         (wl-news-mode): New function.
2762         (wl-news-next-line): New function.
2763         (wl-news-next-page): New function.
2764         (wl-news-exit): New function.
2765         (wl-news-buf-name): New variable.
2766         (wl-news-mode-map): New variable.
2767         (wl-news-winconf): New variable.
2768         (wl-news-append-news): Add an option.
2769
2770 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2771
2772         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2773
2774 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2775
2776         * wl-news.el.in (wl-news-send-to-address): New variable.
2777         (wl-news-send-news): Use it.
2778         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2779         Return updating status.
2780         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2781
2782 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2783
2784         * wl-news.el.in (wl-news-send-news): Delete
2785         Organization and X-Face.
2786
2787 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2788
2789         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2790         (wl-news-append-news): New function.
2791         (wl-news-send-news): New function.
2792
2793 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2794
2795         * Version number is increased to 2.11.1.
2796
2797 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2798
2799         * wl-news.el.in : New file.
2800
2801 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2802
2803         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2804         default value.
2805         (wl-draft-reply-without-argument-list): Ditto.
2806
2807 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2808
2809         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2810         (wl-message-buffer-prefetch-idle-time): Ditto.
2811         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2812
2813 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2814
2815         * wl-thread.el (wl-thread-insert-message): Use
2816         wl-summary-max-thread-depth.
2817
2818         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2819         loop detection.
2820
2821         * wl-message.el (wl-message-buffer-display): Back to the first page
2822         when cache is hit.
2823
2824 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2827
2828         * wl-summary.el (wl-summary-insert-thread-entity):
2829         If the thread depth is reached to wl-summary-max-thread-depth,
2830         divide the thread.
2831
2832 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2833
2834         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2835         for elmo-remove-passwd.
2836
2837 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2838
2839         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2840         folder is sticky.
2841         (wl-folder-mark-as-read-all-entity): Ditto.
2842         (wl-folder-prefetch-entity): Ditto.
2843
2844 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2845
2846         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2847
2848 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2851         Delete messages on buffer for unplugged operation.
2852         (wl-summary-erase): Ditto.
2853
2854 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2855
2856         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2857         take nil so as not to search parent by subject.
2858
2859 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2862         (wl-folder-get-next-folder): Ditto.
2863         (wl-folder-get-path): Ditto.
2864
2865 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2866
2867         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2868         system and encode the region with it before verifying.
2869
2870 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2871
2872         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2873         system of the echo buffer before decoding.
2874
2875 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2878         original contents.
2879
2880 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2883         with argument 'any-exists.
2884
2885 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2886
2887         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2888         Use `wl-cs-autoconv'.
2889
2890 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2891
2892         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2893         by `mime-view-automatic-conversion'.
2894
2895         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2896         (wl-message-verify-pgp-nonmime): Ditto.
2897         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2898         Bind them to C-c:d and C-c:v respectively.
2899
2900         Merge following code by Teranishi-san from [wl-en:00167].
2901         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2902         (wl-mime-preview-application/pgp-encrypted): Ditto.
2903         (wl-mime-setup): Add entry.
2904
2905 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-summary.el (wl-summary-target-mark-erase): New function.
2908         Bind it to "mD".
2909
2910 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2911
2912         * wl-vars.el (wl-draft-write-file-function): Fix.
2913         (wl-draft-reedit-hook): Changed default value.
2914
2915         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2916         wl-draft-reedit-hook.
2917         (wl-draft-remove-text-plain-tag): New function.
2918         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2919
2920         * wl-vars.el (wl-draft-write-file-function): New user option.
2921
2922         * wl-draft.el (wl-draft-prepare-edit): Use it for
2923         local-write-file-hooks.
2924         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2925
2926         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2927         (wl-draft-insert-mail-header-separator): Return the body beginning
2928         point.
2929         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2930         text/plain.
2931         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2932
2933 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2934
2935         * wl-summary.el (wl-summary-erase): New function to erase message
2936         without moving it to trash. Bind to "D".
2937
2938         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2939         as `keep' unless switch-function.
2940
2941 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2942
2943         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2944         message buffer by using `wl-summary-toggle-disp-msg'.
2945         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2946         buffer window.
2947         (wl-summary-supresedes-message): Ditto.
2948
2949         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2950         Do not delete other windows.
2951         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2952         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2953         (wl-draft-create-buffer): Set reply-or-forward also for target
2954         mark commands.
2955
2956 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2957
2958         * wl-draft.el (wl-user-agent-compose): Delete special case for
2959         switch-to-buffer-other-window.
2960
2961         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2962         (wl-summary-forward): Ditto.
2963
2964         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2965         function.
2966         (wl-draft-buffer-style): New use option.
2967
2968         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2969         (wl-draft): Follow the change above.
2970         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2971         wl-draft-buffer-style.
2972         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2973         switch-function.
2974
2975 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-draft.el (wl-user-agent-compose): Delete special case for
2978         switch-to-buffer-other-window.
2979
2980         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2981         (wl-summary-forward): Ditto.
2982
2983         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2984         function.
2985         (wl-draft-buffer-style): New use option.
2986
2987         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2988         (wl-draft): Follow the change above.
2989         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2990         wl-draft-buffer-style.
2991         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2992         switch-function.
2993
2994 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2995
2996         * wl-address.el (wl-address-make-completion-entry): Extracted from
2997         `wl-address-make-completion-list'.
2998         (wl-address-enable-strict-loading): New variable.
2999         (wl-address-make-completion-list): Revive petname duplication
3000         inquiry, and enable it if `wl-address-enable-strict-loading'.
3001         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3002
3003 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3004
3005         * wl-message.el (wl-message-get-original-buffer): Avoid
3006         'Selecting deleted buffer' error when original buffer is killed.
3007
3008 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3009
3010         * wl-summary.el (wl-summary-next-message): Use
3011         elmo-message-accessible-p instead of elmo-message-cached-p.
3012
3013 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3016
3017         * wl-thread.el (wl-thread-open-all-unread): Use
3018         elmo-folder-list-flagged instead of
3019         elmo-folder-list-messages-mark-match.
3020
3021         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3022         instead of elmo-folder-list-messages-mark-match.
3023         (wl-summary-move-spec-alist): New variable.
3024         (wl-summary-move-spec-plugged-alist,
3025         wl-summary-move-spec-unplugged-alist): Abolish.
3026         (wl-summary-next-message): Follow the change above.
3027         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3028         with 'no-msg' argument.
3029
3030         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3031         variable.
3032         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3033         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3034         (wl-message-buffer-prefetch-get-next): Follow the change above.
3035
3036 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-version.el (wl-version): Changed codename.
3039
3040         * Version number is increased to 2.11.0.
3041
3042 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3045         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3046         `wl-draft-config-variables'.
3047         (wl-draft-kill): Fixed problem when the draft is reedit.
3048
3049 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3052         buffer-modified status (Thanks to
3053         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3054
3055 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3056
3057         * wl-util.el (wl-region-exists-p): New function.
3058
3059         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3060         Remove defvars for byte-compile warnings.
3061
3062 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3063
3064         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3065         defvar-maybe. Removed unused bind.
3066
3067 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3068
3069         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3070         summary buffer window before creating new frame.
3071         (wl-draft-reply): Ditto.
3072
3073 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3074
3075         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3076
3077 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3078
3079         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3080
3081 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3082
3083         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3084         instead of `kill-region'.
3085
3086 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3087
3088         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3089         (wl-highlight-summary-line-string): Use it.
3090         (wl-highlight-summary-current-line): Ditto.
3091
3092         * wl-mime.el (wl-message-delete-current-part): Check the class of
3093         mime-entity.
3094
3095         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3096
3097         * wl-summary.el (wl-summary-make-number-list): Initialize.
3098         (wl-summary-update-mark): New function.
3099         (wl-summary-reply): Put `answered' mark on the message.
3100         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3101
3102         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3103         (wl-draft-reply): Added optional argument `number';
3104         Set wl-draft-parent-number.
3105         (wl-draft-kill): Delete answered mark if it is a reply.
3106
3107 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3108
3109         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3110         that originates in mime-preview-follow-current-entity.
3111         (wl-draft-yank-current-message-entity): Use it if region is active.
3112
3113         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3114         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3115         `wl-message-delete-current-part'.
3116         * wl-mule.el (wl-message-define-keymap): Ditto.
3117         * wl-xmas.el (wl-message-define-keymap): Ditto.
3118
3119 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3120
3121         * wl-mime.el (wl-message-delete-current-part): New function.
3122         (wl-mime-node-id-to-string): Ditto.
3123
3124         * wl-mime.el (wl-message-delete-current-part): Use existing
3125         original buffer which corresponds current mime-view buffer.
3126         (fetched buffer might have different structure, possibly)
3127
3128         * wl-mime.el (wl-message-delete-current-part): Quit if the
3129         message content differs from the actual message.
3130
3131 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3132
3133         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3134         order.
3135         (wl-summary-search-by-subject): Search parent message from tail;
3136         Check the existence of the parent message on the current thread tree.
3137         (wl-summary-update-thread): Check whether the line is inserted.
3138
3139 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3140
3141         * wl-vars.el (wl-summary-line-format): Undo last change.
3142         * wl-summary.el (wl-summary-print-destination): Do not put
3143         invisible property when `wl-summary-width' is nil.
3144         (wl-summary-line-subject-minimum-length): Abolished.
3145         (wl-summary-line-subject): Ditto.
3146
3147 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3148
3149         * wl-vars.el (wl-summary-line-format): Change default value.
3150         (wl-summary-subject-length-limit): Abolished.
3151         * wl-summary.el (wl-summary-line-subject): Ditto.
3152
3153 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3154
3155         * wl-template.el (wl-template-select): Added optional argument.
3156         If optional argument is specified, reverse
3157         `wl-template-visible-select'.
3158
3159 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3160
3161         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3162         Take prefix argument to force asking the destination folder.
3163
3164 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3165
3166         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3167         count and update status.
3168
3169 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3170
3171         * wl-summary.el (wl-summary-redisplay-internal): If
3172         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3173         after fetching.
3174
3175 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3176
3177         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3178         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3179
3180         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3181
3182 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3185         (All other related portions are changed).
3186         (wl-summary-mark-as-read-all): Rewrite.
3187
3188 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3191         `wl-summary-mark-as-read'.
3192         (wl-summary-mark-as-unread): Rewrite.
3193         (wl-summary-mark-as-read): Added no-modeline argument.
3194         (wl-summary-resume-cache-status): Rewrite.
3195         (wl-summary-exec-subr): Remove unused local variable.
3196
3197 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3198
3199         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3200         logic to call `wl-summary-buffer-prev-folder-function'.
3201         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3202
3203 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3204
3205         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3206         is nil.
3207
3208 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3209
3210         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3211         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3212         (wl-mime-setup): Add its entry.
3213
3214 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3215
3216         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3217         (wl-summary-delete-cache): Likewise.
3218         (wl-summary-mark-as-read): Rewrite.
3219
3220 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3223         `wl-summary-count-unread'.
3224
3225         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3226
3227         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3228
3229 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3232         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3233         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3234         Renamed to the elmo-msgdb-*-mark.
3235         (wl-summary-score-marks): Follow the change above.
3236         (wl-summary-auto-refile-skip-marks): Ditto.
3237         (wl-summary-incorporate-marks): Ditto.
3238         (wl-summary-expire-reserve-marks): Ditto.
3239
3240         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3241         changes.
3242         (wl-thread-insert-top): Changed updating message.
3243
3244         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3245         variable.
3246         (wl-summary-count-unread): Count answered marks.
3247         (wl-summary-rescan): Call wl-summary-insert-message instead of
3248         wl-summary-append-message-func-internal.
3249         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3250         (wl-summary-prefetch-msg): Follow the variable name changes.
3251         (wl-summary-prefetch-region): Ditto.
3252         (wl-summary-mark-as-read-all): Follow the API changes;
3253         Don't call elmo-folder-replace-marks.
3254         (wl-summary-delete-cache): Follow the variable name changes.
3255         (wl-summary-resume-cache-status): Ditto.
3256         (wl-summary-update-status-marks): New function.
3257         (wl-summary-insert-message): New function.
3258         (wl-summary-sync-marks): Follow the variable name changes.
3259         (wl-summary-sync-update): Synchronize to the msgdb, too;
3260         Changed update messages.
3261         (wl-summary-make-number-list): Rewrite.
3262         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3263         (wl-summary-mark-as-unread): Follow the API changes.
3264         (wl-summary-exec-subr): Follow the variable name changes.
3265         (wl-summary-mark-as-read): Ditto.
3266         (wl-summary-move-spec-plugged-alist): Ditto.
3267         (wl-summary-move-spec-unplugged-alist): Ditto.
3268         (wl-summary-cursor-move-surface): Ditto.
3269
3270         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3271         variable name changes.
3272         (wl-highlight-summary-current-line): Ditto.
3273
3274         * wl-expire.el (wl-expire-refile): Follow the API change in
3275         elmo-folder-move-messages.
3276         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3277         (wl-summary-archive): Use elmo-folder-msgdb instead of
3278         elmo-msgdb-load.
3279
3280 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3281
3282         * wl-mime.el (wl-draft-preview-message): Restore the position
3283         before evaluating wl-draft-send-hook in preview buffer.
3284
3285 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3286
3287         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3288         when it creates new draft buffer.
3289
3290         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3291         without argument.
3292
3293         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3294         Evaluate content and if the value is string, insert it.
3295         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3296         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3297         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3298         wl-draft-config-sub-part-bottom): Use it.
3299
3300         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3301         with the folder name. The question was unintelligible when it is
3302         called from wl-save-status.
3303
3304 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3305
3306         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3307         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3308         cannot take second argument).
3309
3310 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3311
3312         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3313         as t. Since type and subtype are not case sensitive (RFC 2045).
3314
3315 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-vars.el (wl-message-mode-line-format): New variable.
3318         (wl-message-mode-line-format-spec-alist): Ditto.
3319         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3320         (wl-message-redisplay): Use wl-message-mode-line-format.
3321
3322 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3325
3326 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl-summary.el (wl-summary-default-from): Write description.
3329
3330 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * wl-vars.el (wl-ldap-objectclass): Abolish.
3333
3334         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3335         (wl-ldap-make-filter): Removed condition for objectclass.
3336         (wl-ldap-make-matched-value-list): Remove meaningless process.
3337         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3338         (wl-address-ldap-search): Don't add `*' to `pat' string;
3339         use ignore-errors; added `email';
3340         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3341         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3342         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3343
3344
3345 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-draft.el (wl-draft-parent-folder): Write description.
3348         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3349
3350 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3351
3352         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3353         as "" (zero-length string) if no parent.
3354         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3355
3356 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3357
3358         * wl-address.el (wl-address-make-completion-list): Skip duplication
3359         checking.
3360         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3361         `append'.
3362
3363 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3364
3365         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3366         instead of `beginning-of-buffer'.
3367
3368 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3369
3370         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3371
3372 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3375         Refer wl-message-buffer-name.
3376         (wl-message-wheel-down): Ditto.
3377
3378 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-vars.el (wl-message-buffer-name): New user option.
3381
3382         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3383         directly instead of making alist dinamically.
3384
3385         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3386         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3387         wl-message-buffer-cache-name.
3388         (wl-message-buffer-cache-clean-up): Ditto.
3389
3390         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3391
3392         * Version number is increased to 2.9.15.
3393
3394 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3395
3396         * wl-vars.el (wl-summary-default-view-alist): New user option.
3397
3398         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3399
3400         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3401         while deleting address.
3402         (wl-draft-delete-myself-from-cc): Ditto.
3403
3404         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3405         If optional argument is specified, reverse sort order.
3406
3407         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3408
3409 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-thread.el (wl-thread-insert-message): Return parent number if
3412         exists.
3413         (wl-thread-update-indent-string-region): Use
3414         wl-thread-update-line-on-buffer-sub instead of
3415         wl-thread-update-line-on-buffer.
3416
3417 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3418
3419         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3420         (wl-folder-close-all): Ditto.
3421
3422 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3423
3424         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3425         and mailing-list:.
3426         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3427         value.
3428         (wl-summary-line-list-info): Print mailing-list name even when 
3429         list-number is empty.
3430
3431 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3434
3435         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3436         (wl-draft-open-file): Ditto.
3437         (wl-draft-random-alphabet): Ditto.
3438
3439         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3440         bindings.
3441
3442 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3443
3444         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3445         * wl-vars.el (wl-draft-config-alist): Ditto.
3446
3447 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * Version number is increased to 2.9.14.
3450
3451         * wl.el (wl): Don't set wl-init as nil when error occured while
3452         auto-checking folders.
3453
3454         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3455         `elmo-expand-newtext'.
3456
3457 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3458
3459         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3460         `this-command' so that `wl-folder-goto-folder' contained in
3461         `wl-summary-keep-cursor-command' work.
3462
3463 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3466         message buffer displaying state.
3467
3468 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-vars.el (wl-summary-default-view): New variable to specify
3471         default value for `wl-summary-buffer-view' instead of using
3472         set-default.
3473         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3474
3475 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3476
3477         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3478
3479         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3480
3481 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3482
3483         * wl-vars.el (wl-forward-subject-prefix): New variable.
3484         * wl-draft.el (wl-draft-forward): Use it.
3485
3486 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3487
3488         * wl-message.el (wl-message-prev-page): When it is called without
3489         lines argument, scroll down by wl-message-scroll-amount lines.
3490         (wl-message-next-page): Ditto.
3491         * wl-vars.el (wl-message-scroll-amount): Change default value
3492         to preserve current behavior.
3493
3494 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3495
3496         * wl-summary.el (wl-summary-prefetch-msg): Bind
3497         `wl-message-entity' to call `wl-summary-from-function'.
3498
3499 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3500
3501         * wl-message.el (wl-message-buffer-create): Run
3502         wl-message-buffer-created-hook.
3503
3504 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-summary.el (wl-summary-sort-specs): New variable.
3507         (wl-summary-default-sort-spec): Ditto.
3508         (wl-summary-sort): Rewrite.
3509         (wl-summary-sort-by-list-info): New function.
3510
3511 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3512
3513         * wl-summary.el (wl-summary-get-list-info): New function.
3514         (wl-summary-sort): Rewrite.
3515         (wl-summary-line-list-info): Ditto.
3516         (wl-summary-line-list-count): Ditto.
3517         (wl-summary-refile-region): Fixed docstring.
3518
3519 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3520
3521         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3522         `wl-folder-entity-hashtb' as completion table.
3523
3524 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3525
3526         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3527         only when this command is called interactively; silence the byte-
3528         compiler.
3529
3530 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3531
3532         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3533         active in XEmacs.
3534
3535 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3536
3537         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3538         plural lines.
3539
3540 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3541
3542         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3543         of current line when the cursor is on the header name.
3544         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3545
3546 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3547
3548         * wl-util.el (wl-read-directory-name): Return displayed directory
3549         as the default value also on XEmacs.
3550
3551 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3552
3553         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3554         formatting.
3555
3556 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3557
3558         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3559         argument and when it is non-nil, check face property before
3560         highlighting for each line.
3561         (wl-highlight-summary-window): Set it.
3562
3563 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3564
3565         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3566         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3567
3568         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3569         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3570         (wl-draft-get-fcc-list): Likewise.
3571
3572 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3573
3574         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3575         (wl-thread-entity-cur): Ditto.
3576         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3577         wl-thread-indent-regexp setting.
3578         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3579
3580         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3581         wl-summary-lazy-highlight.
3582         (wl-summary-display-bottom): Ditto.
3583
3584         * wl-thread.el (wl-thread-open-close): Likewise.
3585
3586         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3587         from and subject;
3588         Bind wl-draft-use-frame;
3589         Enclose with save-window-excursion;
3590         Use wl-draft-create-buffer instead of with-temp-buffer;
3591         Use wl-draft-prepare-edit;
3592         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3593         Use wl-draft-send instead of wl-draft-raw-send.
3594
3595 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3596
3597         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3598         of using wl-from.
3599
3600 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3603         insert-buffer instead of clone-buffer.
3604         (wl-draft-doing-mime-bcc): New variable.
3605         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3606         infinite loop.
3607         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3608
3609         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3610         (wl-draft-mime-bcc-body): Ditto.
3611
3612         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3613         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3614         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3615         wl-draft-do-mime-bcc.
3616         (wl-draft-mime-bcc-field): New function.
3617         (wl-draft-do-mime-bcc): Ditto.
3618
3619         * wl-address.el (wl-address-complete-header-list): New variable.
3620         (wl-address-complete-header-regexp): Changed default value.
3621
3622         * Version number is increased to 2.9.13.
3623
3624 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3627         it is differed.
3628
3629 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3630
3631         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3632         (wl-summary-line-list-count): Ditto.
3633
3634 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3637         (wl-nntp-posting-function): New variable.
3638         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3639         `wl-nntp-posting-config-alist'.
3640
3641 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3642
3643         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3644         FLIM.
3645
3646 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3647
3648         * wl-summary.el (wl-summary-target-mark-refile-sub):
3649         Remove a nuisance funcall.
3650
3651 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3654         as t for `try-completion'.
3655
3656 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3657
3658         * wl-summary.el (wl-summary-default-from): Use
3659         wl-address-header-extract-address instead of
3660         std11-extract-address-components.
3661         (wl-summary-simple-from): Ditto.
3662         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3663         (wl-summary-insert-headers): Show message.
3664         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3665         for whole line.
3666         (wl-summary-default-from): Revert last change.
3667         (wl-summary-simple-from): Ditto.
3668         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3669         (wl-summary-mark-as-read-region): Follow the change above.
3670         (wl-summary-sync-marks): Ditto.
3671         (wl-summary-target-mark-mark-as-read): Ditto.
3672         (wl-summary-redisplay-internal): Ditto.
3673         (wl-summary-redisplay-no-mime-internal): Ditto.
3674         (wl-summary-redisplay-all-header): Ditto.
3675         (wl-summary-mark-as-read): Removed argument `cached';
3676         Use current cache status to set cache mark.
3677         (wl-summary-redisplay-internal): Follow the change above.
3678         (wl-summary-redisplay-no-mime-internal): Ditto.
3679         (wl-summary-redisplay-all-header): Ditto.
3680
3681         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3682
3683         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3684         Don't call itself recursively (Adviced by Yamaoka-san).
3685
3686 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3687
3688         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3689         bind wl-summary-highlight as nil to avoid error caused by missing
3690         local variables.
3691
3692 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3693
3694         * wl-vars.el (wl-invalid-character-message): New user option.
3695
3696         * wl-util.el (wl-set-string-width): If truncated string-width is
3697         larger than specified width, use `wl-invalid-character-message'.
3698
3699 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3700
3701         * wl-summary.el (wl-summary-prefetch-msg): 
3702         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3703
3704 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-vars.el (wl-summary-check-line-format): New user option.
3707         (wl-summary-line-format-file): Ditto.
3708
3709         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3710         variable.
3711         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3712         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3713         and `wl-summary-view-old-p' to check whether do a rescan or not.
3714         (wl-summary-view-old-p): New function.
3715         (wl-summary-line-format-changed-p): Ditto.
3716         (wl-summary-line-format-save): Ditto.
3717         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3718
3719         * wl-util.el (wl-set-string-width): Avoid using negative number
3720         for make-string.
3721
3722 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3723
3724         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3725         return value.
3726
3727         * wl-util.el (wl-set-string-width): Added optional argument
3728         `padding' (All other related portions are changed).
3729         (wl-line-parse-format): If the first letter of column number is
3730         `0', zero-padding the result (ex: "%05l").
3731
3732         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3733
3734 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3735
3736         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3737         sequential summary view.
3738
3739 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3740
3741         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3742         if it doesn't have a -unix version.
3743
3744 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3747
3748 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3751         content.
3752         (wl-draft): Follow the change above.
3753
3754         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3755
3756         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3757         and wl-folder-summary-line-format-alist contain %T and %P.
3758
3759         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3760         (wl-summary-mode-line-format): New user option.
3761         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3762         (wl-summary-line-format): Changed default value.
3763         (wl-summary-lazy-highlight): Changed default value.
3764
3765         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3766         change in wl-summary-create-line.
3767         (wl-thread-insert-entity-sub): Ditto.
3768
3769         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3770         (wl-summary-buffer-unread-status): Ditto.
3771         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3772         (wl-summary-buffer-persistent-mark-column): Ditto.
3773         (wl-summary-buffer-mode-line-formatter): Ditto.
3774         (wl-summary-buffer-mode-line): Ditto.
3775         (wl-summary-message-regexp): Abolished.
3776         (All other related portions are changed.)
3777         (wl-summary-detect-mark-position): New function.
3778         (wl-summary-buffer-set-folder): Setup
3779         wl-summary-buffer-mode-line-formatter.
3780         (wl-summary-mode): Setup selective-display;
3781         Setup pre-idle-hook when xemacs.
3782         (wl-summary-update-modeline): Rewrite.
3783         (wl-summary-jump-to-msg): Define as function;
3784         Changed regexp for searching messages.
3785         (wl-summary-message-number): Rewrite.
3786         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3787         Do rescan when old type summary cache.
3788         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3789         (wl-summary-remove-destination): Use '\r' to detect EOL.
3790         (wl-summary-print-destination): Ditto.
3791         (wl-summary-temp-mark): New inline function.
3792         (wl-summary-persistent-mark): Ditto.
3793         (wl-summary-line-number): New function.
3794         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3795         (wl-summary-line-list-count): New function.
3796         (wl-summary-create-line): Added argument persistent-mark.
3797         (All other related portions are changed)
3798         (wl-summary-create-line): Insert '\r'.
3799         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3800         (wl-summary-cursor-move-surface): New inline function.
3801         (wl-summary-prev): Use it.
3802         (wl-summary-next): Ditto.
3803
3804         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3805         wl-summary-message-regexp.
3806         (wl-highlight-summary): Delete progress message.
3807         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3808
3809         * Version number is increased to 2.9.12.
3810
3811 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3814         variable (nil: no minimum).
3815         (wl-summary-line-subject): Add some spaces after subject by
3816         wl-summary-line-subject-minimum-length.
3817
3818 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3819
3820         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3821         and removed `F'.
3822         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3823         change above).
3824
3825 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3826
3827         * wl-summary.el (wl-summary-line-list-count): Reverted.
3828         (example setting in samples/*/dot.wl is also updated)
3829
3830 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3833
3834         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3835
3836         * wl-vars.el (wl-summary-line-format): Addes some description to the
3837         docstring.
3838
3839         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3840         (wl-summary-line-close-bracket): Ditto.
3841         (wl-summary-line-children-number): Ditto.
3842         (wl-summary-line-thread-indent): Ditto.
3843         (wl-summary-line-children-and-from): Ditto.
3844
3845         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3846         't', 'c', 'F' and added 'C'.
3847
3848         * wl-util.el (wl-set-string-width): Accept negative value.
3849         (wl-line-parse-format): Added "%number(" and "%)".
3850
3851 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3852
3853         * wl-summary.el (wl-summary-line-list-count): Change format of the
3854         return value.
3855
3856 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3857
3858         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3859         from the recent message.el.
3860         (wl-draft-point-in-header-p): Ditto.
3861         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3862         wl-draft-beginning-of-line.
3863         * wl-e21.el (wl-draft-mode-map): Ditto.
3864         * wl-xmas.el (wl-draft-mode-map): Ditto.
3865
3866         * wl-folder.el: Sort macrodefs by dependencies.
3867
3868 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3869
3870         * wl-summary.el (wl-summary-prev): Fixed regexp.
3871         (wl-summary-next): Ditto.
3872
3873 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3874
3875         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3876
3877 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3878
3879         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3880         for backward compatibility.
3881
3882 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3883
3884         * wl-summary.el (wl-summary-line-list-count): New function, merged
3885         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3886         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3887         list counts.
3888
3889 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3890
3891         * wl-summary.el (wl-summary-create-line): Ignore errors while
3892         timezone-fix-time.
3893
3894         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3895
3896         * wl-summary.el (wl-summary-sync-update): Ditto.
3897         (wl-summary-default-from): Use wl-message-entity
3898         instead of entity.
3899
3900         * wl-summary.el (wl-summary-create-line): Fix.
3901
3902         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3903         (wl-summary-line-format): New user option.
3904         (wl-folder-summary-line-format-alist): Ditto.
3905         (wl-summary-from-width): Abolished.
3906
3907         * wl-util.el (toplevel): Require 'bytecomp.
3908         (wl-line-parse-format): New function.
3909         (wl-line-formatter-setup): New macro.
3910
3911         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3912         (wl-summary-buffer-line-formatter): New buffer local variable.
3913         (wl-summary-switch-to-clone-buffer): Follow the change above.
3914         (wl-summary-message-regexp): Fix.
3915         (wl-summary-from-func-internal): Abolished.
3916         (wl-summary-subject-func-internal): Ditto.
3917         (wl-summary-subject-filter-func-internal): Ditto.
3918         (All other related portions are changed.)
3919         (wl-summary-buffer-set-folder):
3920         Set up wl-summary-buffer-number-column and 
3921         wl-summary-buffer-line-formatter
3922         (All other related portions are changed.)
3923         (wl-summary-buffer-number-column-detect): Abolished.
3924         (All other related portions are changed.)
3925         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3926         (wl-summary-delete-all-temp-marks-on-buffer): Use
3927         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3928         (wl-summary-target-mark-delete): Ditto.
3929         (wl-summary-target-mark-refile-subr): Ditto.
3930         (wl-summary-target-mark-mark-as-read): Ditto.
3931         (wl-summary-target-mark-mark-as-unread): Ditto.
3932         (wl-summary-target-mark-mark-as-important): Ditto.
3933         (wl-summary-target-mark-save): Ditto.
3934         (wl-summary-replace-status-marks): Renamed from
3935         wl-summary-set-status-marks-on-buffer;
3936         Use wl-summary-message-regexp instead of
3937         wl-summary-buffer-number-regexp.
3938         (wl-summary-sync-update): Follow the change above.
3939         (wl-summary-goto-previous-message-beginning): New function.
3940         (wl-summary-mark-as-unread): Use it.
3941         (wl-summary-mark-as-important): Ditto.
3942         (wl-summary-line-formatter): New variable.
3943         (wl-summary-line-year): New function.
3944         (wl-summary-line-day): Ditto.
3945         (wl-summary-line-day-of-week): Ditto.
3946         (wl-summary-line-hour): Ditto.
3947         (wl-summary-line-minute): Ditto.
3948         (wl-summary-line-open-bracket): Ditto.
3949         (wl-summary-line-close-bracket): Ditto.
3950         (wl-summary-line-children-number): Ditto.
3951         (wl-summary-line-thread-indent): Ditto.
3952         (wl-summary-line-size): Ditto.
3953         (wl-summary-line-subject): Ditto.
3954         (wl-summary-line-from): Ditto.
3955         (wl-summary-line-children-and-from): Ditto.
3956         (wl-summary-create-line): Rewritten.
3957         (wl-summary-format-date): Abolished.
3958
3959         * wl-highlight.el (wl-highlight-summary-current-line): Use
3960         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3961         Use thread structure to detect thread top message.
3962
3963         * wl-draft.el (wl-default-draft-cite): Don't use
3964         wl-summary-from-func-internal.
3965
3966         * wl-refile.el (wl-refile-subject-learn): Don't use
3967         wl-summary-subject-filter-func-internal.
3968         (wl-refile-guess-by-subject): Ditto.
3969
3970         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3971         parameters.
3972
3973         * wl-thread.el (wl-thread-update-indent-string-region):
3974         Use wl-thread-update-line-on-buffer instead of
3975         wl-thread-update-indent-string.
3976         (wl-thread-update-children-number): Redefine using
3977         wl-thread-update-line-on-buffer.
3978         (wl-thread-update-indent-string): Abolished.
3979
3980         * Version number is increased to 2.9.11.
3981
3982 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3983
3984         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3985         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3986         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3987
3988         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3989         as nil.
3990
3991         * wl-thread.el (wl-thread-open-all-unread): Use 
3992         elmo-folder-list-messages-mark-match.
3993         (wl-thread-insert-message): Removed argument `mark-alist'.
3994         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3995         elmo-msgdb-set-mark.
3996         (wl-thread-get-children-msgs-uncached): Likewise.
3997         (wl-thread-get-exist-children): Added argument include-self.
3998         (wl-thread-delete-message): Follow the change above.
3999
4000         * wl-summary.el (wl-summary-count-unread): Removed argument.
4001         (wl-summary-rescan): Follow the change above.
4002         (wl-summary-mark-as-read-region): Ditto
4003         (wl-summary-mark-as-unread-region): Ditto.
4004         (wl-summary-delete-messages-on-buffer): Ditto.
4005         (wl-summary-sync-update): Ditto.
4006         (wl-summary-switch-to-clone-buffer): Ditto.
4007         (wl-summary-goto-folder-subr): Ditto.
4008         (wl-summary-target-mark-mark-as-read): Ditto.
4009         (wl-summary-target-mark-mark-as-unread): Ditto.
4010         (wl-summary-target-mark-mark-as-important): Ditto.
4011         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4012         (wl-summary-update-thread): Removed argument `mark-alist'.
4013         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4014         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4015         (wl-summary-resume-cache-status): Likewise.
4016         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4017         elmo-msgdb-set-mark.
4018         (wl-summary-mark-as-read-all): Likewise.
4019         (wl-summary-delete-cache): Ditto.
4020         (wl-summary-auto-select-msg-p): Ditto.
4021         (wl-summary-mark-as-unread): Ditto.
4022         (wl-summary-no-auto-refile-message-p): Ditto.
4023         (wl-summary-mark-as-read): Ditto.
4024         (wl-summary-mark-as-important): Ditto.
4025         (wl-summary-auto-refile): Follow the change above.
4026         (wl-summary-delete-all-marks): Removed.
4027         (wl-summary-resume-marks-and-highlight): Ditto.
4028         (wl-summary-resume-marks): Ditto.
4029         (wl-summary-delete-important-msgs-from-list): Ditto.
4030         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4031
4032         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4033         wl-summary-count-unread.
4034
4035         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4036         (wl-summary-score-update-all-lines): Use
4037         elmo-msgdb-set-mark.
4038
4039 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4040
4041         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4042         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4043         (wl-summary-create-line): Renamed from
4044         wl-summary-overview-create-summary-line;
4045         Argument rearrangement.
4046         (wl-summary-update-thread): Follow the change above.
4047
4048         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4049         (wl-thread-insert-entity-sub): Likewise.
4050
4051         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4052         argument `overview', `mark-alist' and added `msgdb'.
4053
4054         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4055
4056         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4057         (wl-summary-rescan): Follow the change above.
4058         (wl-summary-sync-update): Ditto.
4059         (wl-summary-insert-thread-entity): Ditto;
4060         Don't use `let*' in every while loop;
4061         Detect infinite loop of threads.
4062         (wl-summary-update-thread): Removed argument `overview'.
4063
4064         * wl-thread.el (wl-thread-insert-message): Ditto.
4065
4066         * Version number is increased to 2.9.10.
4067
4068         * wl-message.el (wl-message-redisplay): Ignore errors while
4069         wl-message-redisplay-hook.
4070
4071 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4072
4073         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4074
4075 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4076
4077         * wl.el (wl): inhibit-quit while wl-folder.
4078
4079 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4082         while msgdb access.
4083
4084 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4085
4086         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4087         even if no folder is not created.
4088
4089 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4092
4093         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4094         implementation.
4095         (wl-summary-target-mark-thread): Ditto.
4096
4097         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4098
4099 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4100
4101         * wl-util.el (wl-display-bytes): Remove unused function.
4102
4103 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4104
4105         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4106         seems critical one (partially reverse the change in 2002/03/17).
4107
4108 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4109
4110         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4111         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4112
4113 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4114
4115         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4116         is not writable.
4117         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4118         plugged status instead of `'force' as 2nd argument.
4119
4120         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4121         is not creatable.
4122
4123         * Version number is increased to 2.9.9.
4124
4125 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-summary.el (wl-summary-suspend): New function.
4128
4129 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4130
4131         * wl.el (wl): Do not check variables if check is nil.
4132         * wl-utils.el (wl-collect-draft): New function.
4133         * wl-folder.el (wl-folder-suspend): Put summary buffers
4134         and draft buffers at the end of buffer list.
4135         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4136
4137 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4138
4139         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4140         loop instead of recursive call.
4141
4142         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4143         2nd argument.
4144
4145 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4146
4147         * wl-draft.el (wl-draft-create-contents): Don't take neither
4148         (function . args) nor (string . something) any more.
4149
4150         * wl-version.el (wl-generate-user-agent-string): Return string
4151         without header symbol.
4152         * wl-draft.el (wl-draft-default-headers): Use it.
4153
4154         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4155         `wl-draft-insert-ccs' and return field value instead of inserting
4156         the header. Abolish cc argument.
4157         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4158
4159         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4160         rather than one with string car.
4161
4162         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4163         * wl-draft.el (wl-draft-create-contents): Add it after the default
4164         headers.
4165
4166         * wl-draft.el (wl-draft-create-contents): For the case of
4167         (symbol-or-string . function) insert header only when the function
4168         returns string value.
4169
4170 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4171
4172         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4173         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4174
4175 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4176
4177         * wl.el (wl-check-environment): Don't check Message-ID when
4178         `wl-insert-message-id' is nil.
4179         Revive checking if `wl-message-id-domain' contains "@".
4180
4181 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4182
4183         * wl.el (wl-check-environment): Merge examination for "@" at
4184         inappropriate position into the first string-match.
4185
4186         * wl-summary.el (wl-summary-target-mark-print): New function.
4187         (wl-summary-pipe-message-subr): Extracted from
4188         `wl-summary-pipe-message'.
4189         (wl-summary-target-mark-pipe): New function.
4190         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4191         `wl-summary-target-mark-pipe'.
4192
4193 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4194
4195         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4196
4197 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl.el (wl-check-environment): Use elmo-warning instead of
4200         error for non-critical ones.
4201         Remove trash folder check.
4202         (wl): Don't ignore error in wl-check-environment.
4203
4204         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4205         check, which is moved from `wl-check-environment'.
4206         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4207
4208 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4209
4210         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4211         guess anything, call wl-summary-write.
4212         (wl-summary-write): Create draft with blank To field.
4213         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4214
4215 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4218         argument full as well for wl-folder-write-current-folder.
4219         If wl-*-write-current-folder cannot guess addressee, add blank
4220         To header.
4221         Rewrite condition for positioning cursor.
4222
4223 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4224
4225         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4226         summary buffer is present, use it.
4227         (wl-folder-jump-to-previous-summary): Ditto.
4228
4229 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4230
4231         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4232
4233         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4234         wl-summary-previous-buffer and wl-summary-next-buffer.
4235
4236         * wl-folder.el (wl-folder-mode-map): Bind
4237         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4238         (wl-folder-jump-to-next-summary): New function.
4239         (wl-folder-jump-to-previous-summary): Ditto.
4240
4241         * wl-draft.el (wl-draft): Rearranged.
4242
4243 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4244
4245         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4246         of header.
4247         (wl-draft): Collect arguments for the header as header-alist.
4248         (wl-draft-forward): Arrange arguments for wl-draft.
4249         (wl-draft-reply): Ditto.
4250         (wl-draft-edit-string): Ditto.
4251         * wl-summary.el (wl-summary-write): Ditto.
4252         (wl-summary-write-current-folder): Ditto.
4253
4254         * Version number is increased to 2.9.8.
4255
4256 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4259
4260         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4261
4262         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4263         even if the guess failed.
4264
4265         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4266         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4267         wl-summary-write-current-folder.
4268         * wl-xmas.el: Ditto.
4269
4270 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4271
4272         * wl-summary.el (wl-summary-next-page): Force display message if
4273         message is not displayed yet.
4274         (wl-summary-prev-page): Ditto.
4275
4276 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4277
4278         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4279
4280 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4281
4282         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4283         add "Preview Message" and "Save Draft and Exit".
4284
4285 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4286
4287         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4288         if addrmgr is called from draft in splitted window.
4289
4290         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4291         * wl-mule.el: Ditto.
4292         * wl-xmas.el: Ditto.
4293
4294 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4297
4298         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4299         * wl-xmas.el (wl-folder-toolbar): Ditto.
4300
4301 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4304         and wl-draft-save-and-exit.
4305         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4306         * wl-xmas.el: Ditto.
4307         * wl-mule.el: Ditto.
4308
4309         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4310         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4311
4312 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4315         lists for saving buffer.
4316
4317 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4320         parent-folder argument instead of it.
4321         (wl-draft-create-buffer): Ditto.
4322         (wl-draft-forward): Ditto.
4323         (wl-draft-reply): Ditto.
4324         * wl-summary.el (wl-summary-write): Ditto.
4325         (wl-summary-write-current-folder): Ditto.
4326
4327         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4328         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4329         Folder buffer after composing.
4330
4331 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4334         header if the file `wl-x-face-file' already contains it.
4335
4336 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4337
4338         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4339         folder" entry.
4340         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4341         * wl-e21.el (wl-folder-toolbar): Ditto.
4342         * wl-xmas.el (wl-folder-toolbar): Ditto.
4343
4344 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4347         wl-folder-goto-folder with sticky argument.
4348         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4349
4350 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4351
4352         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4353         and wl-summary-previous-buffer.
4354         (wl-summary-next-buffer): New function.
4355         (wl-summary-previous-buffer): Ditto.
4356
4357 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4360         wl-folder-jump-to-current-entity-with-arg.
4361         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4362         `wl-folder-jump-to-current-entity'.
4363         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4364         `wl-summary-goto-folder-sticky'.
4365         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4366         `wl-summary-goto-folder'.
4367         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4368         Unless force-exit, do not clean temp. marks for sticky summary.
4369         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4370
4371 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4374         not entire.
4375
4376 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4377
4378         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4379         to `C-x C-s'.
4380         (wl-summary-save-status): New command.
4381         (wl-summary-exit): Don't clean-up temp marks when sticky.
4382         (Applied patch from Nakayama-san [wl: 09548])
4383         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4384         Do nothing when no mark data.
4385         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4386         Call `wl-summary-delete-all-temp-marks' before saving.
4387
4388 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4389
4390         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4391
4392 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl.el (wl-check-environment): Also cause error when (system-name)
4395         returns "localhost.localdomain". (Although it doesn't affect because
4396         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4397
4398 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4401         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4402
4403         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4404         value.
4405
4406 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4407
4408         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4409         Likewise r-cc-list and r-ng-list.
4410
4411 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4412
4413         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4414         only if it is bound as variable.
4415
4416         * wl-mime.el (wl-draft-preview-message): Ditto.
4417
4418 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4419
4420         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4421         needless `goto-char'.
4422
4423         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4424         `wl-summary-redisplay-no-mime-internal' instead of
4425         `wl-summary-redisplay-no-mime'.
4426         (wl-summary-redisplay-no-mime): Changed argument;
4427         Call `wl-summary-redisplay-no-mime-internal'.
4428
4429         * wl-mime.el (wl-draft-preview-message): Bind
4430         `mime-header-encode-method-alist' locally.
4431
4432         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4433         (wl-draft-std11-parse-addresses): Added the first address check.
4434         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4435
4436         * Version number is increased to 2.9.7.
4437
4438 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4439
4440         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4441
4442 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4443
4444         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4445         related to scrollbar support, if there is no such a feature
4446         compiled in.
4447
4448 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4449
4450         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4451         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4452         for prefetch.
4453
4454 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4455
4456         * wl-summary.el (wl-summary-pick): Fix for no match.
4457
4458 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-draft.el (wl-draft-save):
4461         Override `mime-header-encode-method-alist'.
4462
4463 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4464
4465         * wl-folder.el (wl-folder-pick): New function.
4466         Define key as "?".
4467
4468 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4471         Fix for unplugged.
4472
4473 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4474
4475         * wl-folder.el (wl-folder-virtual): New function.
4476         Define key as "V".
4477
4478 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4479
4480         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4481         multi folder if entity is group.
4482
4483 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4484
4485         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4486         is nil.
4487
4488 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4491         (wl-summary-target-mark-msgs): Return the number of marked messages.
4492
4493 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4494
4495         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4496         "first:" is specified.
4497
4498 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4499
4500         * wl-vars.el (wl-from): Use return value of function
4501         user-full-name instead of the variable user-full-name since
4502         XEmacs-20.4 doesn't set this variable.
4503
4504 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4505
4506         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4507         call `wl' directly.
4508
4509 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4510
4511         * wl-draft.el (wl-draft-reedit): Removed duplicated
4512         switch-to-buffers.
4513
4514 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4515
4516         * wl.el (wl-other-frame): Removed garbages.
4517
4518 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4519
4520         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4521
4522         * wl-xmas.el (wl-draft-key-setup): Ditto.
4523
4524         * wl-mule.el (wl-draft-key-setup): Ditto.
4525
4526         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4527         (wl-draft-reedit): Ditto.
4528         (wl-draft-prepare-edit): Add `wl-draft-save' to
4529         `local-write-file-hooks'.
4530         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4531         (wl-draft-reedit): Set buffer-file-name.
4532         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4533
4534
4535         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4536         call it.
4537         (wl-delete-startup-frame-function): New variable.
4538         (wl-other-frame): New function
4539         (Original was written by Yamaoka san [wl: 09239]).
4540
4541         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4542         if `wl-folder-use-frame'.
4543
4544 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4547
4548 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4551         New variable.
4552         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4553         (wl-message-buffer-prefetch-get-next): Use them.
4554         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4555
4556 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4557
4558         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4559         with unwind-protect.
4560
4561         * wl-draft.el (wl-draft-reedit): Rewrite.
4562         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4563         (wl-draft-save): Insert header separator if it does not exist;
4564         Removed condition-case.
4565
4566         * wl-summary.el (wl-summary-reedit): Revert last change.
4567
4568         * wl-draft.el (wl-draft-save): Rewrite.
4569         (wl-draft-create-buffer): Set buffer-file-name as nil.
4570
4571         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4572
4573         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4574
4575         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4576         nil.
4577
4578 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4579
4580         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4581         If count is nil, do not prefetch.
4582         (wl-message-buffer-prefetch-next): Next.
4583
4584 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4585
4586         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4587
4588 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4591         `delete-backward-char'
4592         (wl-draft-prepare-edit): Check major-mode.
4593         (wl-draft-decode-header): Rewrite.
4594         (wl-draft): Fix.
4595
4596 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4597
4598         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4599
4600 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4601
4602         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4603         (wl-message-buffer-prefetch-get-next): Remove size checking.
4604         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4605
4606 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4607
4608         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4609         (wl-draft-default-headers): Fix.
4610
4611 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-draft.el (wl-draft-default-headers): Insert return value of
4614         `wl-generate-mailer-string-function'.
4615
4616 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4617
4618         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4619         (wl-draft-insert-mail-header-separator): Ditto.
4620
4621         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4622         again (Reverted the change on 2002-01-17 by OKADA san).
4623
4624 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-draft.el (wl-draft): Rewrite.
4627         (wl-draft-create-buffer): New function.
4628         (wl-draft-create-contents): Ditto.
4629         (wl-draft-prepare-edit): Ditto.
4630         (wl-draft-decode-header): Ditto.
4631         (wl-draft-decode-body): Ditto.
4632         (wl-draft-check-new-line): Ditto.
4633         (wl-draft-default-headers): Ditto.
4634         (wl-draft-insert-mail-header-separator): Ditto.
4635
4636 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * Version number is increased to 2.9.6.
4639
4640 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4641
4642         * wl-draft.el (wl-draft-delete-field): Optional argument.
4643         (wl-draft-delete-fields): Ditto.
4644
4645 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4646
4647         * wl-message.el (toplevel): Eliminated byte-compile warning.
4648         for `itimer-function', `delete-timer' and `itimer-list'.
4649
4650 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4651
4652         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4653         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4654         `wl-message-buffer-prefetch-threshold'.
4655         * wl-summary.el (wl-summary-redisplay-internal): Remove
4656         the check of `wl-message-buffer-prefetch-depth'.
4657
4658 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4659
4660         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4661         size of article.
4662         (wl-message-buffer-prefetch-subr): Remove size check.
4663
4664 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-vars.el (wl-plugged): Make customizable.
4667
4668 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4669
4670         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4671         (wl-message-buffer-prefetch-set-timer): New function.
4672         (wl-message-buffer-prefetch-get-next): New function.
4673         (wl-message-buffer-prefetch): New function.
4674         (wl-message-buffer-prefetch-next): Rewrite.
4675         (wl-message-buffer-prefetch-subr): Rewrite.
4676         * wl-vars.el (wl-auto-prefetch-first): New variable.
4677         * wl-summary.el (wl-summary-goto-folder-subr): Call
4678         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4679
4680 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4683         `wl-summary-unread-message-hook'.
4684
4685 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4688         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4689         if range is `cache-status'.
4690
4691 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4692
4693         * wl-message.el (wl-message-buffer-prefetch-subr):
4694         Improve debug message.
4695
4696 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4697
4698         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4699         `wl-mail-send-pre-hook'.
4700         (wl-draft-send-mail-with-qmail): Ditto.
4701         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4702
4703 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4704
4705         * wl-message.el (wl-message-buffer-prefetch-subr):
4706         Fix for cancel-function-timers bug.
4707         (wl-message-buffer-prefetch-debug): Default value is t.
4708
4709 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4712         (wl-message-buffer-prefetch-subr): Rewrite.
4713         Rename from `wl-message-buffer-prefetch'.
4714
4715 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4718         (wl-default-draft-cite-decorate-author): Ditto.
4719
4720         * wl-draft.el (wl-draft-cite-function): Removed.
4721         (wl-default-draft-cite-decorate-author): Ditto.
4722
4723 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4724
4725         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4726         (wl-default-draft-cite): Do not arrange author name if the value of
4727         `wl-default-draft-cite-decorate-author' is nil.
4728
4729 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4732
4733         * wl-folder.el (wl-folder-check-one-entity): Don't care
4734         `elmo-folder-use-flag-p'.
4735
4736 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-folder (wl-folder-check-one-entity): Fix
4739         problem if unread is nil.
4740
4741 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-address.el (wl-address-make-completion-list): Check whether
4744         the address is a group list.
4745         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4746
4747 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4748
4749         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4750         The number of the messages of new and unread does not count
4751         correctly.
4752
4753         * wl-summary.el (wl-summary-count-unread): Changed to return
4754         `(new . unread)' instead of total.
4755         (wl-summary-sync-update): Follow the change above.
4756
4757         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4758
4759 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-address.el (wl-address-make-completion-list): Do not enclose
4762         address by " <" and ">" if associated realname is "".
4763         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4764         This is against the promblem with group list in .addresses pointed
4765         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4766
4767 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4770         message is a format control string.
4771         * wl-expire.el (wl-expire-append-log): Ditto.
4772         * wl-mime.el (wl-summary-burst-subr): Ditto.
4773         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4774         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4775
4776 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4777
4778         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4779         wl.el (wl-check-variables): Rename from `wl-check-type'.
4780         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4781         (wl-check-variables-2): New function.
4782         (wl): Call `wl-check-variables-2'.
4783
4784 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4785
4786         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4787         after renaming folder in access group.
4788
4789 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4790
4791         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4792         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4793         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4794         (wl-message-buffer-prefetch): Rewrite.
4795         (wl-message-buffer-prefetch-idle-time): Removed.
4796         * wl-summary.el (wl-summary-redisplay-internal):
4797         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4798         Error check for `wl-message-buffer-prefetch-depht'.
4799
4800 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * Version number is increased to 2.9.5.
4803         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4804
4805 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4806
4807         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4808         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4809         Based on the patch written by
4810         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4813
4814         * wl-draft.el (wl-draft-raw-send): Fix for
4815         `wl-news-send-pre-hook'
4816
4817 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4818
4819         * wl-utils.el (wl-message-id-function): New variable.
4820         * wl-draft.el (wl-draft-insert-required-fields):
4821         Use `wl-message-id-function'.
4822
4823 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4824
4825         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4826         * wl-utils.el (wl-draft-make-message-id-string):
4827         Use `wl-from' for domain part of Message-ID
4828         if `wl-message-id-use-wl-from' if non-nil.
4829         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4830
4831 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4832
4833         * wl.el (wl): Call `wl-check-type'
4834         Do not 'condition-case'.
4835
4836 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4837
4838         * wl.el (wl-check-type): New function.
4839         (wl-check-type-variables): New variable.
4840
4841 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4842
4843         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4844
4845 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4846
4847         * wl-draft.el (wl-smtp-password-key): New function.
4848         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4849         (wl-draft-send-mail-with-smtp): Ditto.
4850         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4851
4852 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4855         * wl-utils.el (wl-unique-id-suffix): Remove.
4856
4857 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * Version number is increased to 2.9.4.
4860
4861 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4862
4863         * wl-utils.el (wl-unique-id-suffix): New variable.
4864         (wl-unique-id): Use `wl-unique-id-suffix'
4865
4866 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4867
4868         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4869         instead of `elmo-msgdb-search'.
4870
4871         * Version number is increased to 2.9.3.
4872
4873 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4874
4875         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4876
4877 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4878
4879         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4880         (wl-draft-dispatch-message): Changed for send-later.
4881         (wl-draft-queue-flush): Ditto.
4882         (wl-draft): Clear `wl-sent-message-queued'.
4883         (wl-draft-reedit): Ditto.
4884         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4885         * wl-vars.el (wl-draft-force-queuing): New variable.
4886         (wl-draft-force-queuing-mail): New variable.
4887         (wl-draft-force-queuing-news): New variable.
4888
4889 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4890
4891         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4892         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4893
4894 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4895
4896         * Version number is increased to 2.9.2.
4897
4898 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * wl-draft.el (wl-draft-elide-region): New user command.
4901         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4902
4903         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4904         command `wl-draft-elide-region'.
4905         * wl-mule.el: Ditto.
4906         * wl-xmas.el: Ditto.
4907
4908 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4909
4910         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4911         (wl-biff-check-folder-async): Removed needless let.
4912
4913 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4916         wl-folder-get-elmo-folder.
4917         (wl-biff-check-folder): Set `biff' argument of
4918         `wl-folder-check-one-entity'.
4919         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4920
4921         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4922         (wl-folder-check-one-entity): Added `biff' argument;
4923         Setup `biff' slot of folder.
4924
4925         * Version number is increased to 2.9.1.
4926
4927 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4930         comment out and fixed.
4931         (wl-fldmgr-add-completion-subr): Ditto.
4932
4933         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4934         and msgdb.
4935
4936         * wl.el (wl-toggle-plugged): Save summary view.
4937
4938 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4941
4942 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4943
4944         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4945
4946 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4949         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4950         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4951
4952         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4953         if it was failed.
4954         (wl-demo): Disable undo in the demo buffer.
4955
4956 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4957
4958         * wl-version.el (wl-version): Changed codename.
4959
4960         * Version number is increased to 2.9.0.
4961
4962 2001-12-14  Takuo KITAME <kitame@northeye.org>
4963
4964         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4965         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4966         (wl-folder-mark-as-read-all-current-entity): Ditto.
4967
4968 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4969
4970         * wl-vars.el (wl-from-width): Define as obsolete variable.
4971         (wl-subject-length-limit): Ditto.
4972
4973         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4974
4975         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4976         wl-summary-save-view.
4977
4978         * wl.el (wl-save-status): Ditto.
4979         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4980
4981         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4982         (wl-summary-exit): Follow the change above.
4983         (wl-summary-goto-folder-subr): Ditto.
4984
4985         * wl-folder.el (wl-folder-create-subr): Don't use
4986         `elmo-folder-creatable-p'.
4987
4988 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4991
4992 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4993
4994         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4995         rather than bitmap on Emacs 21.
4996         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4997         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4998         for xbm if the new redisplay engine is not available.
4999
5000 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-folder.el (wl-folder-init-hook): New hook.
5003         (wl-folder-init): Run `wl-folder-init-hook'.
5004
5005 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5006
5007         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5008
5009 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5010
5011         * wl-acap.el (wl-acap-cache-filename): New variable.
5012         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5013         (wl-acap-init): Use cache if no ACAP server found.
5014
5015 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5016
5017         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5018         `wl-acap-original-msgdb-dir'.
5019
5020         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5021         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5022
5023         * wl-mime.el (wl-mime-save-directory): Renamed from
5024         `wl-mime-save-dir'.
5025
5026 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5027
5028         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5029
5030         * wl-demo.el: Require `path-util'.
5031         (wl-demo-bitmap-mule-available-p): New internal variable.
5032         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5033         `module-installed-p' instead.
5034         (wl-demo-insert-image): Use *.img file for a bitmap image.
5035         (wl-demo): Don't call the ascii demo recursively.
5036
5037 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5038
5039         * Version number is increased to 2.7.7.
5040
5041 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl.el (wl-exit): Eliminated byte-compile warning.
5044
5045 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5046
5047         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5048         obsolete variable using `elmo-define-obsolete-variable'.
5049         (wl-fetch-confirm-threshold): Ditto.
5050         (wl-cache-prefetch-folder-type-list): Ditto.
5051         (wl-cache-prefetch-folder-list): Ditto.
5052
5053 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5056         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5057         (wl-demo-insert-image): New function.
5058         (wl-demo-insert-text): New function.
5059         (wl-demo-image-type-alist): Redefine as a function.
5060         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5061         (wl-demo-with-temp-file-buffer): Removed.
5062         (wl-logo-xpm): Removed.
5063         (wl-logo-xbm): Removed.
5064         (wl-logo-bitmap): Removed.
5065
5066 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5067
5068         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5069         (wl-expire-localdir-get-folder-function): New user option.
5070         (wl-expire-localdir-get-folder): New function.
5071         (wl-expire-localdir-date): Ditto.
5072
5073 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5074
5075         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5076         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5077         Fixed unread number mismatch when all-unread < unread.
5078
5079 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5080
5081         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5082         (wl-fetch-confirm-threshold): Ditto.
5083
5084         * wl-summary.el (wl-summary-confirm-appends): Removed.
5085         (wl-summary-sync-update): Don't refer
5086         `wl-summary-update-confirm-threshold' (It is now abolished).
5087
5088         * wl-message.el (wl-message-display-internal): Don't refer
5089         `wl-fetch-confirm-threshold' (It is now abolished).
5090
5091 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5094
5095 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5096
5097         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5098         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5099         Change default value to nil.
5100         (wl-summary-indent-length-limit): The value can be nil, nil means
5101         unlimited.
5102
5103         * wl-summary.el: Don't set limit for indent length if the value of
5104         wl-summary-indent-length-limit is nil.
5105         If the value of wl-summary-width is nil, it means only that the width
5106         of summary is unlimited (nil doesn't mean that the indent length is
5107         unlimited).
5108
5109         * wl-thread.el: Ditto.
5110
5111 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5112
5113         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5114         be nil, nil means never confirm.
5115         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5116
5117 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5120         means unlimited).
5121
5122 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5125         Use `with-temp-buffer'.
5126
5127 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5128
5129         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5130         with new backquote style).
5131         (wl-folder-get-entity-from-buffer): Ditto.
5132
5133 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5134
5135         * wl-version.el (nemacs-version): Eliminated.
5136         (wl-extended-emacs-version2): Ignore nemacs.
5137         (wl-extended-emacs-version3): Ditto.
5138
5139 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5140
5141         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5142         (wl-draft-add-in-reply-to): New variable.
5143         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5144         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5145         (wl-draft-yank-from-mail-reply-buffer): Use
5146         `wl-draft-add-in-reply-to'.
5147         (wl-draft-insert-current-message): Ditto.
5148
5149 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5150
5151         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5152         typo (kill->hide).
5153         (wl-message-buffer-prefetch-folder-type-list): Added elements
5154         `mark' and `cache' instead of `internal'.
5155
5156 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5159         resume msgdb directory.
5160
5161 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl.el (wl-exit): Call `wl-acap-exit'.
5164
5165         * wl-summary.el (wl-summary-message-string): New function.
5166         (wl-summary-reedit): Use it.
5167         (wl-summary-resend-bounced-mail): Remove needless let.
5168         (wl-summary-supersedes-message): Ditto.
5169         (wl-summary-save): Ditto.
5170
5171         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5172         (wl-acap-init): Set it.
5173         (wl-acap-exit): New function.
5174
5175 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5176
5177         * wl.el (wl-init): Revert (require 'mime-setup). move from
5178         toplevel.
5179
5180 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5181
5182         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5183         local variables.  Add error when guess function return invalid
5184         value.
5185
5186 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5187
5188         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5189         Change local variable name.
5190         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5191         (wl-folder-get-newsgroups): Return nil when non-news folder.
5192         * wl-summary.el (wl-summary-write-current-folder): State through
5193         when guess-list return nil.
5194         (wl-summary-write-current-folder-functions): Fixed docstring.
5195
5196         * wl.el (wl-exit): Changed confirm message.
5197
5198         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5199         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5200
5201         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5202
5203 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5204
5205         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5206         user option (Renamed from wl-cache-prefetch-folder-type-list).
5207         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5208         from wl-cache-prefetch-folder-list).
5209
5210         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5211         Move to wl-vars.el.
5212         (wl-message-buffer-prefetch-p): Changed to enable
5213         `wl-message-buffer-prefetch-folder-list'.
5214
5215         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5216         `ignore-cache'.
5217
5218 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5219
5220         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5221         `part-top' and `part-bottom'.
5222         (wl-draft-config-sub-part-top): New function.
5223         (wl-draft-config-sub-part-bottom): New function.
5224
5225 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5226
5227         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5228
5229 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5230
5231         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5232
5233 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5234
5235         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5236
5237         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5238         (wl-summary-write-current-folder): Ditto.
5239
5240 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-folder.el (wl-folder-get-newsgroups): Use
5243         `elmo-folder-newsgroups'.
5244
5245 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5246
5247         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5248         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5249         `wl-draft-config-sub-header-bottom'.
5250
5251 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5252
5253         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5254         localnews folder.
5255
5256 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5257
5258         * wl-summary.el (wl-summary-mode): Undo last change.
5259
5260         * wl-folder.el (wl-folder-mode): Ditto.
5261
5262 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl-summary.el (wl-summary-mode): Locally set
5265         truncate-partial-window-width to nil.
5266         (for XEmacs)
5267
5268         * wl-folder.el (wl-folder-mode): Ditto.
5269
5270 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5273
5274 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5277         number.
5278
5279         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5280
5281         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5282
5283         * Version number is increased to 2.7.6.
5284
5285 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5286
5287         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5288
5289 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5290
5291         * wl-summary.el (wl-summary-sync-update): Enclose network
5292         related portion with `unwind-protect'.
5293
5294 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5295
5296         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5297
5298 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5301         element.
5302         * wl-vars.el (wl-message-body-button-alist): Ditto.
5303
5304         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5305         max match length.
5306         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5307
5308         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5309         for the max match length;
5310         Use 4th element value for the button string regexp group.
5311
5312         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5313         candidate exists, prompt to select.
5314
5315 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5316
5317         * wl-summary.el (wl-summary-jump-to-msg): Search before
5318         calibration point by `beginning-of-line'.
5319
5320 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5323         for access group.
5324
5325 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-message.el (wl-message-display-internal): Bind
5328         `default-mime-charset'.
5329
5330         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5331
5332         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5333
5334         * Version number is increased to 2.7.5.
5335
5336 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5337
5338         * wl-expire.el (wl-summary-archive): Fixed;
5339         Use `elmo-folder-name-internal'.
5340
5341 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5342
5343         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5344         from `elmo-folder-move-messages' caller.
5345         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5346
5347         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5348         related portions are changed).
5349
5350 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5351
5352         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5353         counter.
5354
5355 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5356
5357         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5358         buffer local and set it to nil.
5359
5360         * wl-message.el (wl-message-redisplay): Ditto.
5361
5362 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-summary.el (wl-summary-mark-as-important): If message is
5365         already cached, set messag as read, otherwise encache and mark as read.
5366
5367 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5368
5369         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5370         point-min.
5371
5372 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5373
5374         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5375         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5376         a keymap.
5377
5378 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5381         parent.
5382
5383         * wl-mule.el (wl-message-define-keymap): Ditto.
5384
5385         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5386
5387         * wl-xmas.el (wl-message-display-internal-hook): Define.
5388         (wl-xmas-setup-message-toolbar): Define as function.
5389         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5390         (wl-message-overload-functions): Abolished.
5391         (wl-message-define-keymap): New function.
5392
5393         * wl-vars.el (wl-message-display-internal-hook): New variable.
5394         (wl-message-header-button-alist): New variable (Renamed from
5395         wl-highlight-message-header-button-alist).
5396         (wl-message-body-button-alist): Ditto.
5397
5398         * wl-mule.el (wl-message-define-keymap): New function.
5399         (wl-message-overload-functions): Abolished.
5400
5401         * wl-message.el (wl-message-add-buttons-to-body): New function.
5402         (wl-message-redisplay): Don't call wl-message-overload-functions;
5403         Call wl-message-add-buttons-to-header and
5404         wl-message-add-buttons-to-body.
5405         (wl-message-display-internal): Set keymap argument for
5406         elmo-mime-display-as-is, elmo-mime-message-display;
5407         Run wl-message-display-internal-hook.
5408         (wl-message-refer-article-or-url): Abolished.
5409
5410         * wl-highlight.el (wl-highlight-headers): Don't call
5411         wl-highlight-message-add-buttons-to-header.
5412         (wl-highlight-message-add-buttons-to-header): Abolished.
5413
5414
5415         * wl-e21.el (wl-message-display-internal-hook): Define.
5416         (wl-e21-setup-toolbar): Deleted duplicated binding.
5417         (wl-e21-setup-message-toolbar): Define as function.
5418         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5419         (wl-message-define-keymap): New function.
5420         (wl-message-overload-functions): Abolished.
5421
5422 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5425         and elmo-folder-close.
5426
5427         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5428
5429 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5430
5431         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5432         boolean value.
5433         * wl-draft.el (wl-draft-do-fcc): Ditto.
5434
5435 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5436
5437         * wl-vars.el (wl-fcc-force-as-read): New variable.
5438         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5439         mark copied message as read.
5440
5441 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5444
5445 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5446
5447         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5448         `wl-summary-target-above' instead of obsolete variable
5449         `wl-summary-temp-above'.
5450
5451         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5452         instead of `make-obsolete-variable'.
5453         * wl-refile.el (toplevel): Ditto.
5454
5455 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5458         with third argument t.
5459         (wl-draft): Set first argument for wl-plugged-init as t.
5460
5461         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5462         definition.
5463
5464 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5465
5466         * wl-vars.el: Tabify.
5467         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5468
5469         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5470         message.
5471
5472 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5473
5474         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5475         and set default to beep.
5476
5477 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl-vars.el (wl-draft-truncate-lines): New variable.
5480
5481         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5482         instead of wl-message-truncate-lines for truncate-lines.
5483
5484 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-message.el (wl-message-display-internal): Call
5487         `wl-highlight-message' after `elmo-mime-display-as-is'.
5488
5489         * wl-mime.el (wl-mime-display-text/plain): New function.
5490         (wl-mime-display-header): Ditto.
5491         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5492         body-presentation-method for text/plain;
5493         Register `wl-mime-display-header' as a header-presentation-method;
5494         Don't set up `elmo-message-text-content-inserted-hook' and
5495         `elmo-message-header-inserted-hook'.
5496
5497         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5498         variable.
5499         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5500         as t if flag is 'all-header;
5501         Don't bind `elmo-message-ignored-field-list',
5502         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5503
5504 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5507         for xemacs with non-mule environment.
5508
5509 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5510
5511         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5512         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5513         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5514
5515 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5516
5517         * wl-vars.el (wl-interactive-send): Set default value as t.
5518
5519 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5522         (wl-addrmgr-method-list): Abolished.
5523         (wl-addrmgr-change-method): Follow above change.
5524
5525         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5526
5527 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-vars.el (wl-message-truncate-lines): Change default value
5530         to default-truncate-lines.
5531
5532         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5533
5534 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5535
5536         * wl-vars.el (wl-message-truncate-lines): New variable.
5537
5538         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5539         wl-message-truncate-lines.
5540
5541 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5542
5543         * wl-acap.el (wl-acap-init): Remove period from error message.
5544         (wl-acap-find-acap-service): Remove period from message.
5545
5546 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5547
5548         * wl.el (wl-check-environment): Undo last change.
5549
5550         * wl-vars.el (wl-from): Changed default value.
5551
5552         * wl-util.el (toplevel): Don't require tm-edit.
5553
5554         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5555         `wl-folder-init';
5556         Don't set mark on mail body.
5557         (wl-draft-reedit): Ditto.
5558
5559         * wl-address.el (wl-address-quote-specials): Define as an alias for
5560         elmo-address-quote-specials.
5561
5562 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5565
5566         * wl-vars.el (wl-from): Set default value as nil.
5567         (wl-organization): Set default value as ORGANIZATION environment
5568         variable.
5569
5570         * wl-draft.el (wl-smtp-extension-bind): Check value of
5571         wl-smtp-connection-type.
5572
5573         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5574         error.
5575
5576 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5577
5578         * Version number is increased to 2.7.4.
5579
5580         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5581         arguments from `wl-highlight-x-face-function' caller.
5582         Use x-face-1.3.6.12 or later.
5583
5584 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5585
5586         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5587
5588 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5591         (wl-fcc): Fix to accept function.
5592         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5593
5594 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5595
5596         * wl-acap.el (toplevel): Added `product-provide' declare.
5597         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5598
5599 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5600
5601         * wl.el (wl): Changed order of calling `elmo-init'
5602         and `elmo-folder-init'.
5603
5604 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5605
5606         * wl-mime.el (wl-summary-burst): Extract message when content-type
5607         of root entity is not only `multipart' but also `message/rfc822'.
5608         (wl-summary-burst-subr): Ditto.
5609
5610 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-vars.el (toplevel): Require 'custom.
5613         (wl-trash-folder): Added to `wl-setting' group.
5614
5615         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5616         exists.
5617         (wl-addrmgr-draw): Insert empty line when no entry exists.
5618
5619         * wl-mule.el (wl-message-wheel-up): Fixed.
5620         (wl-message-wheel-down): Ditto.
5621
5622 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5623
5624         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5625         config is an anonymous lambda expression.
5626
5627 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5630         when Mule 2 is running.
5631
5632 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5635
5636 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5637
5638         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5639         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5640
5641         * wl-address.el (wl-address-specials-regexp): Eliminated.
5642         (wl-address-quote-specials): Rewrite.
5643
5644 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5645
5646         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5647         shy-groups for regexp.
5648
5649         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5650         character classes and Perl style shy-groups for regexp.
5651         (wl-highlight-plugged-current-line): Use Posix style character
5652         classes for regexp.
5653         (wl-e21-highlight-folder-by-numbers): Ditto.
5654         (wl-e21-display-image-p): Use `display-images-p' instead of
5655         `display-graphic-p'.
5656         (display-images-p): Make an alias to `display-graphic-p' if it is
5657         not available.  It is for Emacs version prior to 21.0.105.
5658
5659         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5660         `display-graphic-p'.
5661         (wl-demo-image-type-alist): Ditto.
5662         (display-images-p): Make an alias to `display-graphic-p' if it is
5663         not available.  It is for Emacs version prior to 21.0.105.
5664
5665 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5666
5667         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5668         support.
5669         (wl-generate-user-agent-string): Ditto.
5670
5671         * wl-version.el (wl-version): Update docsting.
5672         (wl-version-status): Ditto.
5673
5674 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5675
5676         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5677         21.0.105.  For Emacs 21.0.104 or earlier.
5678
5679 2001-09-03  Takuo KITAME <kitame@northeye.org>
5680
5681         * wl-e21.el (wl-plugged-init-icons): Use
5682         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5683         (wl-biff-init-icons): Ditto.
5684
5685 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-highlight.el (wl-highlight-summary-current-line):
5688         Fixed highlighting refile/copy destination.
5689
5690         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5691         (wl-acap-store): Encode string by wl-acap-coding-system.
5692
5693 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-acap.el (toplevel): Check and require 'un-define before
5696         'xemacs-ucs;
5697          Added checking for UTF-2000.
5698
5699 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5700
5701         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5702         Don't enclose with `eval-and-compile'.
5703
5704         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5705         wl-init is non-nil.
5706
5707         * wl-draft.el (wl-draft): Ditto.
5708
5709         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5710
5711         * wl-acap.el (toplevel): Require 'wl.
5712         (wl-acap-store): Call `elmo-init'.
5713
5714         * wl.el (wl): Changed position of `wl-check-environment'.
5715         (toplevel): Added autoload setting for wl-acap.
5716
5717         * wl-vars.el (wl-setting): New custom group.
5718         (wl-from): Added wl-setting group.
5719         (wl-user-mail-address-list): Ditto.
5720         (wl-organization): Ditto.
5721         (wl-subscribed-mailing-list): Ditto.
5722         (wl-envelope-from): Ditto.
5723         (wl-smtp-posting-user): Ditto.
5724         (wl-smtp-posting-server): Ditto.
5725         (wl-smtp-posting-port): Ditto.
5726         (wl-smtp-authenticate-type): Ditto.
5727         (wl-pop-before-smtp-user): Ditto.
5728         (wl-pop-before-smtp-server): Ditto.
5729         (wl-pop-before-smtp-port): Ditto.
5730         (wl-pop-before-smtp-authenticate-type): Ditto.
5731         (wl-nntp-posting-server): Ditto.
5732         (wl-nntp-posting-user): Ditto.
5733         (wl-nntp-posting-port): Ditto.
5734         (wl-fetch-confirm-threshold): Ditto.
5735         (wl-prefetch-threshold): Ditto.
5736         (wl-thread-insert-opened): Ditto.
5737         (wl-ldap-server): Ditto.
5738         (wl-ldap-port): Ditto.
5739         (wl-ldap-base): Ditto.
5740         (wl-ldap-objectclass): Ditto.
5741         (wl-use-ldap): Ditto.
5742         (wl-draft-config-alist): Ditto.
5743         (wl-draft-config-matchone): Ditto.
5744         (wl-template-alist): Ditto.
5745         (wl-message-sort-field-list): Ditto.
5746         (wl-message-ignored-field-list): Ditto.
5747         (wl-message-visible-field-list): Ditto.
5748         (wl-interactive-send): Ditto.
5749         (wl-summary-move-order): Ditto.
5750         (wl-auto-select-first): Ditto.
5751         (wl-auto-select-next): Ditto.
5752         (wl-interactive-save-folders): Ditto.
5753
5754         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5755         Initialization codes are moved from wl-local-folder-init.
5756         (wl-local-folder-init): Follow the change above.
5757         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5758
5759         * wl-acap.el: New file.
5760
5761         * Version number is increased to 2.7.3.
5762
5763 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5764
5765         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5766
5767 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5768
5769         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5770         (wl-addrmgr-address-entry-list): Ditto.
5771
5772 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-e21.el (wl-draft-mode-map): Removed binding for
5775         `wl-draft-insert-x-face-field'.
5776
5777         * wl-mule.el (wl-draft-mode-map): Ditto.
5778
5779         * wl-xmas.el (wl-draft-mode-map): Ditto.
5780
5781         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5782         (wl-cs-autoconv): Ditto.
5783         (wl-cs-local): Ditto.
5784         (wl-use-scoring): Ditto.
5785         (wl-mime-charset): Ditto.
5786         (wl-folder-check-async): Ditto.
5787
5788         * wl.el (toplevel): Ignore nemacs and tm.
5789         (wl-exit): Ditto.
5790
5791         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5792         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5793         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5794         instead of wl-address-petname-add-or-change.
5795         (wl-summary-edit-addresses-subr): Use wl-address-delete
5796         instead of wl-address-petname-delete.
5797
5798         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5799
5800         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5801         if error occured.
5802
5803         * wl-message.el (require): Remove tm support.
5804
5805         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5806
5807         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5808         (wl-folder-jump-to-current-entity): Ditto.
5809         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5810
5811         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5812         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5813         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5814
5815         * wl-mule.el (wl-draft-key-setup): Ditto.
5816
5817         * wl-xmas.el (wl-draft-key-setup): Ditto.
5818
5819         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5820         (wl-draft-std11-parse-addresses): New function.
5821         (wl-draft-parse-mailbox-list): Use it.
5822         (wl-draft): Ignore nemacs.
5823         (wl-draft-reedit): Ditto.
5824
5825         * wl-addrmgr.el: New file.
5826         (Original is wl-rcpt.el written by
5827         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5828         Thanks Kitamoto-san.)
5829
5830         * wl-address.el (wl-address-make-address-list): Modified parsing
5831         process.
5832         (wl-address-delete): Renamed from `wl-address-petname-delete';
5833         Modify wl-address-list too.
5834         (wl-address-add-or-change): Renamed from
5835         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5836
5837 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5838
5839         * wl-highlight.el (wl-highlight-summary-current-line):
5840           Work with transient-mark-mode
5841
5842 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5843
5844         * Version number is increased to 2.7.2.
5845
5846         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5847         instead of elmo-dop-queue-method.
5848
5849 2001-08-06  SAITO Atsunori <sai@yedo.com>
5850
5851         * wl-vars.el (wl-ldap-objectclass): New user option.
5852
5853         * wl-address.el (wl-ldap-make-filter): Use it.
5854
5855 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5858
5859 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5860
5861         * wl-folder.el (wl-folder): redisplay after folder insertion.
5862
5863         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5864
5865         * wl-summary.el (wl-summary-sync-update):
5866         Change status mark only when new-msgdb exists.
5867         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5868
5869 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5870
5871         * wl-summary.el (wl-summary-open-folder): New function.
5872         (wl-summary-goto-folder-subr): Use it.
5873         (wl-summary-mark-as-important): Fix;
5874         Encache only when no cache exists.
5875
5876 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5877
5878         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5879         Use with-current-buffer.
5880
5881 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5882
5883         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5884         before call `get-buffer'. Fixed parenthesis.
5885         (wl-score-get-header-entry): Clear message and help window when
5886         keyboard quit.
5887         (wl-score-edit-insert-header): Ditto.
5888
5889 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5892         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5893         (wl-default-draft-cite): Fix.
5894
5895         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5896         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5897
5898 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5899
5900         * wl-message.el (wl-message-prev-page): Do same bahavior
5901         as summary when it is called in the message buffer.
5902         (wl-message-next-page): Ditto.
5903
5904 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-summary.el (wl-summary-forward): Use cache if it is not
5907         section cache.
5908
5909 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5912         Removed redundant require of elmo-vars.
5913         (wl-biff-state-indicator-on): Changed default value for
5914         xemacs with non-mule environment.
5915
5916         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5917         wl-message-buffer is nil;
5918         Hide progress bar after moving messages.
5919
5920 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5923         message at cursor point is deleted.
5924
5925 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-vars.el: Changed file coding system to euc-japan.
5928         Added -*-coding:-*- magic to the first line.
5929
5930         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5931         Search parent from the first message.
5932
5933         * Version number is increased to 2.7.1.
5934
5935 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5936
5937         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5938
5939 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5940
5941         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5942         refile/delete execution.
5943
5944         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5945         Fixed docstring.
5946
5947 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5950         do update process;
5951         Don't update marks when update process is interrupted.
5952
5953 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-summary.el (wl-summary-reply): Fixed problem when
5956         wl-draft-use-frame is non-nil.
5957         (wl-summary-forward): Ditto.
5958
5959         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5960         as nil.
5961         (wl-folder-mark-as-read-all-entity): Ditto.
5962         (wl-folder-prefetch-entity): Ditto.
5963
5964         * wl.el (wl): Check environment before wl-init.
5965
5966         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5967         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5968         instead of wl-summary-collect-unread.
5969         (wl-summary-reply): Split message window.
5970
5971 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5972
5973         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5974         only if current language environment is japanese,
5975
5976         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5977         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5978         (wl-folder-goto-folder-subr): Ditto.
5979
5980         * wl-draft.el (wl-draft-dispatch-message): Call
5981         `elmo-file-cache-get-path'.
5982
5983 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl-summary.el (wl-summary-cursor-move): If return value of
5986         wl-summary-next-message is not number, don't jump.
5987
5988 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5989
5990         * wl-summary.el (wl-summary-buffer-next-message-function): New
5991         variable.
5992         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5993         if it is bound.
5994
5995         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5996         string.
5997
5998         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5999         (wl-plugged-drawing): Ditto.
6000
6001 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6002
6003         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6004         process.
6005         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6006         with unwind-protect.
6007
6008         * wl.el (wl-init): Require mime-setup.
6009         (wl-check-environment): Don't require mime-setup.
6010
6011         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6012         instead of elmo-folder-type.
6013
6014         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6015         value as nil.
6016
6017 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * Version number is increased to 2.7.0.
6020
6021         * wl-version.el (wl-version): Changed codename.
6022
6023         * wl-summary.el (wl-summary-delete-cache): Fixed.
6024
6025         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6026         Workaround for net folders.
6027         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6028
6029         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6030         value to nil (According to the patch from
6031         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6032
6033         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6034         of elmo-folder-close.
6035
6036 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6037
6038         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6039         for postfix.
6040
6041 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6042
6043         * wl-summary.el (wl-summary-resend-message): Fixed.
6044
6045         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6046         Call wl-draft with `from' argument if its address is included in
6047         `wl-user-mail-address-list'.
6048         (wl-draft): Added `from' argument.
6049
6050         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6051         non-nil.
6052         (wl): Don't show demo if wl-demo is nil.
6053
6054         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6055         wl-summary-use-frame.
6056
6057         * wl-vars.el (wl-summary-use-frame): New user option.
6058         (wl-folder-use-frame): Changed docstring.
6059
6060         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6061         non-nil.
6062         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6063         wl-summary-use-frame.
6064
6065         * wl-vars.el (wl-folder-use-frame): New user option.
6066
6067         * wl-summary.el (wl-summary-exit): Back to folder frame if
6068         wl-folder-use-frame is non-nil.
6069         (wl-summary-redisplay-internal): Ignore cache if current folder
6070         is draft folder,
6071         (wl-summary-redisplay-no-mime): Ditto.
6072         (wl-summary-redisplay-all-header): Ditto.
6073
6074         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6075         if wl-folder-use-frame is non-nil.
6076
6077 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-summary.el (wl-summary-sync-update): Bind
6080         elmo-folder-update-threshold.
6081         (wl-summary-mark-as-important): Enclosed server mark processing
6082         with `save-match-data'.
6083
6084         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6085         only when it is already defined.
6086
6087 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6088
6089         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6090         name of folder exclude localdir is wrong.
6091         * wl-folder.el (wl-folder-sync-entity):
6092         Set `wl-summary-always-sticky-folder-list' as nil.
6093         (wl-folder-mark-as-read-all-entity): Ditto.
6094         (wl-folder-prefetch-entity): Ditto.
6095
6096 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6099         instead of `wl-summary-write-current-newsgroup'.
6100
6101 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6102
6103         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6104         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6105         non-nil and selected message is important, do not display.
6106
6107 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6108
6109         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6110
6111 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6114
6115         * wl-summary.el (wl-summary-mark-as-important): Set message number
6116         using wl-summary-message-number.
6117
6118 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6119
6120         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6121         destination folder is 'null.
6122
6123 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6124
6125         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6126         New function.
6127         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6128         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6129         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6130
6131 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-mime.el (wl-mime-setup): Added setting for
6134         `mime-setup-signature-key-alist' to avoid overriding key bind for
6135         `wl-draft-send'.
6136
6137         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6138         for `wl-draft-send'.
6139         * wl-mule.el (wl-draft-overload-functions): Ditto.
6140         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6141         * wl-draft.el (wl-draft-send): Ditto.
6142
6143         * wl-message.el (wl-message-display-internal):
6144         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6145         (Patch is provided by <kita@coe.nttdata.co.jp>).
6146
6147 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6148
6149         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6150
6151 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6152
6153         * wl.el (wl): Fix for wl-demo.
6154
6155 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6156
6157         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6158
6159 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6160
6161         * wl-folder.el (wl-folder-prefetch-entity): Use
6162         `wl-folder-get-elmo-folder'.
6163         (wl-folder-count-incorporates): Do not use
6164         `wl-folder-get-elmo-folder'.
6165
6166 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6167
6168         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6169         instead of `elmo-folder-get-type'.
6170
6171 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6172
6173         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6174         position on Subject: field.
6175         (Advised by Mito <mit@nines.nec.co.jp>)
6176
6177 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6178
6179         * wl-folder.el (wl-folder-prefetch-entity): Use
6180         `wl-folder-get-elmo-folder'.
6181
6182 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6185
6186         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6187         `process-duplicates' slot.
6188
6189         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6190         if detection failed.
6191
6192 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6193
6194         * wl-version.el (wl-version-status): Set to "alpha".
6195
6196 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6199         Check wl-message-buffer lives before set-buffer.
6200
6201 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6202
6203         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6204         called in folder mode.
6205         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6206         * wl-summary.el (wl-summary-exit-pre-hook): Run
6207         `wl-summary-exit-pre-hook' before exit summary mode.
6208
6209 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6210
6211         * wl-version.el (wl-version-status): New variable.
6212         (wl-version-status-alist): Removed.
6213         (wl-version-status): Rule included.
6214
6215 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6218         @sponichi.
6219
6220         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6221         when `mail-reply-buffer' is buffer-local variable.
6222         (Reported by <kita@coe.nttdata.co.jp>).
6223
6224 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-vars.el (toplevel): Require 'elmo-util.
6227
6228 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6229
6230         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6231         (All other related portions are changed)
6232
6233         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6234
6235         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6236
6237 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6238
6239         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6240
6241 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6242
6243         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6244         Delete other windows to avoid an error.
6245         Use `point-marker' instead of `point' to remember the start point
6246         of body.
6247
6248         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6249
6250         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6251         number not to exceed all message number.
6252
6253 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6254
6255         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6256         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6257
6258 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-summary.el (wl-summary-sync-force-update): Added argument
6261         no-check.
6262         (wl-summary-sync-update): Ditto.
6263         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6264         with `no-check'.
6265
6266         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6267         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6268         already running.
6269
6270 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6271
6272         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6273         `dst-folder-arg'.
6274         (wl-expire-archive-number1): Diito.
6275         (wl-expire-archive-number2): Diito.
6276         (wl-expire-archive-Date): Diito.
6277         (wl-archive-number1): Diito.
6278         (wl-archive-number2): Diito.
6279         (wl-archive-date): Diito.
6280         (wl-archive-folder-p): New function.
6281         (wl-summary-expire): Support of expand folder name at
6282         wl-expire-alist.
6283         * wl-util.el (wl-expand-newtext): Renamed from
6284         `wl-refile-expand-newtext'.
6285
6286 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6287
6288         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6289         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6290         `(elmo-msgdb-get-overview msgdb)'.
6291         (wl-summary-prefetch): Bind match data before call
6292         `wl-summay-prefetch-msg'.
6293         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6294         'off if `wl-summary-buffer-disp-msg' is non-nil.
6295         Fixed problem that couldn't show only one new or unread message when
6296         enter folder.
6297         (wl-summary-reply): Don't call `split-window-vertically' and other
6298         window.
6299
6300 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-expire.el (wl-expire-refile): Fixed.
6303
6304 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6307
6308         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6309         biff notification is removed.
6310
6311         * wl.el (wl): Changed position of `elmo-init'.
6312
6313         * wl-draft.el (wl-default-draft-cite): Use date field
6314         on the citation buffer.
6315
6316         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6317
6318         * wl-xmas.el (wl-folder-internal-icon-list): Added
6319         `wl-folder-shimbun-image'.
6320
6321         * wl-e21.el (wl-folder-internal-icon-list): Added
6322         `wl-folder-shimbun-image'.
6323
6324 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl.el (wl-init): Eliminated argument.
6327         (wl): Rewrite.
6328
6329         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6330         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6331         instead of `elmo-folder-msgdb-internal'.
6332         (wl-summary-sync-update): Ditto.
6333         (wl-summary-flush-pending-append-operations): Eliminated.
6334         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6335         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6336         `elmo-folder-open'.
6337
6338         * wl-mime.el (wl-summary-burst): Fixed.
6339
6340         * wl-folder.el (wl-folder-info-save): Check data type.
6341
6342         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6343         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6344         instead of `elmo-folder-msgdb-internal'.
6345         (wl-expire-hide): Ditto.
6346
6347
6348         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6349
6350 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6351
6352         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6353
6354 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6357
6358 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6359
6360         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6361         Fixed `match-beginning' argument mismatch.
6362
6363 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6364
6365         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6366         the default value.
6367
6368 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6371         instead of `elmo-nntp-default-port'.
6372
6373         * wl-vars.el: Fixed some doc strings.
6374
6375 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6376
6377         * wl-summary.el (wl-summary-prefetch-msg): Use
6378         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6379
6380         * wl-vars.el: Define *-func as obsolete variable using
6381         `elmo-define-obsolete-variable'.
6382
6383         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6384         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6385         instead of `wl-message-buffer-prefetch-threshold'.
6386
6387         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6388
6389         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6390
6391         * wl-draft.el (wl-caesar-region-func): Ditto.
6392
6393         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6394         Keep unread status in elmo-folder-move-messages.
6395         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6396
6397 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6398
6399         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6400         `wl-summary-buffer-exit-func'
6401         (wl-summary-buffer-message-redisplay-function): Renamed from
6402         `wl-summary-buffer-message-redisplay-func'
6403         (wl-summary-buffer-next-folder-function): Renamed from
6404         `wl-summary-buffer-next-folder-func'.
6405         (wl-summary-buffer-prev-folder-function): Renamed from
6406         `wl-summary-buffer-prev-folder-func'.
6407         (wl-summary-get-petname-function): Renamed from
6408         `wl-summary-get-petname-func'.
6409
6410         * wl-score.el (wl-score-edit-exit-function): Renamed from
6411         `wl-score-edit-exit-func'.
6412
6413         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6414         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6415
6416         * wl-util.el (wl-load-profile-function): Renamed from
6417         `wl-load-profile-func'.
6418
6419         * wl-folder.el (wl-folder-completion-function): Renamed from
6420         `wl-folder-completion-func'.
6421         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6422
6423         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6424         `wl-expire-archive-get-folder-func'.
6425         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6426         (wl-draft-send-mail-function): Renamed from
6427         `wl-draft-send-mail-func'.
6428         (wl-draft-send-news-function): Renamed from
6429         `wl-draft-send-news-func'.
6430         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6431         (wl-generate-mailer-string-function): Renamed from
6432         `wl-generate-mailer-string-func'.
6433         (wl-highlight-signature-search-function): Renamed from
6434         `wl-highlight-signature-search-func'.
6435         (wl-highlight-x-face-function): Renamed from
6436         `wl-highlight-x-face-func'
6437         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6438         (wl-ps-print-buffer-function): Renamed from
6439         `wl-ps-print-buffer-func'
6440         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6441         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6442         (wl-summary-subject-filter-function): Renamed from
6443         `wl-summary-subject-filter-func'.
6444
6445         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6446         `wl-draft-queue-flush-send-func'
6447         (wl-draft-cite-function): Renamed from
6448         `wl-draft-cite-func'
6449
6450         * wl-address.el (wl-address-init-function): Renamed from
6451         `wl-address-init-func'.
6452
6453 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-draft.el (wl-draft-queue-flush): Don't call
6456         `elmo-dop-unlock-message'.
6457         * wl-draft.el (wl-draft-queue-append): Don't call
6458         `elmo-dop-lock-message'.
6459
6460         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6461         (wl-summary-buffer-folder-name): Ditto.
6462         (wl-summary-message-regexp): Added '-' (all other related portions
6463         are changed).
6464         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6465         wl-summary-buffer-folder-name.
6466
6467 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6468
6469         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6470         the number of mails in the folder buffer is not updated by wl-biff.
6471
6472 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6475         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6476
6477 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6478
6479         * wl-summary.el (wl-summary-next-message):
6480         Return next message number when wl-summary-move-order is nil.
6481
6482 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6483
6484         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6485         `wl-summary-move-spec-alist'.
6486         (wl-summary-move-spec-unplugged-alist): New variable
6487         (Move spec for unplugged status).
6488         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6489         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6490
6491 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6492
6493         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6494         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6495
6496 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6497
6498         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6499         simple quotation to quote the anonymous function.
6500         * tm-wl.el (wl-draft-preview-message): Ditto.
6501
6502 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6503
6504         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6505         Eliminate redundant `save-excursion'.
6506         (wl-highlight-summary-current-line): Ditto.
6507
6508         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6509         accessing match data when `looking-at' failed.
6510
6511         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6512         `elmo-match-string' where users don't care about the speed.
6513         (wl-draft-save): Ditto.
6514
6515 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-util.el (wl-regexp-opt): New function.
6518
6519         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6520         number from `wl-summary-buffer-number-list'.
6521         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6522         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6523         (wl-summary-move-spec-alist): Changed default setting.
6524
6525 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6526
6527         * wl-vars.el (wl-biff-notify-hook): New hook.
6528         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6529         the arrival of new mail.
6530         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6531         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6532
6533 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6536
6537 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6538
6539         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6540
6541         * Version number is increased to 2.5.8.
6542
6543         * wl-thread.el (toplevel): require 'cl.
6544         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6545         (wl-thread-make-number-list): New function.
6546         (wl-thread-entity-make-number-list-from-children): Ditto.
6547         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6548         (wl-thread-entity-insert-as-children): Likewise.
6549         (wl-thread-delete-message): Likewise.
6550         (wl-meaning-of-mark): Eliminated.
6551         (wl-thread-next-failure-mark-p): Ditto.
6552         (wl-thread-entity-get-mark): Ditto.
6553         (wl-thread-meaning-alist-get-result): Ditto.
6554         (wl-thread-entity-check-prev-mark): Ditto.
6555         (wl-thread-entity-check-next-mark): Ditto.
6556         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6557         (wl-thread-entity-get-prev-marked-entity): Ditto.
6558         (wl-thread-get-prev-unread): Ditto.
6559         (wl-thread-jump-to-prev-unread): Ditto.
6560         (wl-thread-get-next-unread): Ditto.
6561         (wl-thread-jump-to-next-unread): Ditto.
6562         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6563         (wl-thread-entity-get-next-marked-entity): Ditto.
6564
6565         * wl-summary.el (wl-summary-buffer-number-list):
6566         New bufer-local variable.
6567         (wl-summary-switch-to-clone-buffer): Clone
6568         `wl-summary-buffer-number-list'.
6569         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6570         (wl-summary-cursor-move-regex): Eliminated.
6571         (wl-summary-cursor-up): Rewrite.
6572         (wl-summary-cursor-down): Ditto.
6573         (wl-summary-mode-spec-alist): New variable.
6574         (wl-summary-next-message): New inline function.
6575         (wl-summary-cursor-move): New function.
6576         (wl-summary-default-get-next-msg): Rewrite.
6577         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6578         (wl-summary-rescan): Ditto.
6579         (wl-summary-sync-all-init): Ditto.
6580         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6581         summary is not thread view.
6582         (wl-summary-sync-update): Ditto.
6583         (wl-summary-rescan): Ditto.
6584         (wl-summary-make-number-list): New function.
6585
6586         * wl-draft.el: "FCC" -> "Fcc".
6587
6588 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6589
6590         * wl-highlight.el (wl-highlight-summary-window):
6591         Call `set-buffer-modified-p'.
6592
6593         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6594         (wl): Call `elmo-init' and fix.
6595
6596         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6597         Use new variables.
6598
6599         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6600
6601 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6604
6605 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6606
6607         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6608
6609 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6610
6611         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6612         `wl-use-toolbar' nor `display-graphic-p'.
6613         (wl-e21-setup-message-toolbar): Ditto.
6614         (wl-e21-setup-summary-toolbar): Ditto.
6615         (wl-e21-setup-folder-toolbar): Ditto.
6616
6617         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6618         (wl-plugged-init-icons): Ditto.
6619
6620         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6621         `display-graphic-p'.
6622         (wl-plugged-set-folder-icon): Ditto.
6623         (wl-highlight-plugged-current-line): Ditto.
6624         (wl-highlight-folder-current-line): Ditto.
6625         (wl-e21-highlight-folder-group-line): Ditto.
6626         (wl-e21-setup-toolbar): Ditto.
6627         (wl-e21-display-image-p): New macro.
6628
6629         * wl-demo.el (wl-demo): Simplified.
6630         (wl-demo-image-type-alist): Use `image-type-available-p' for
6631         checking whether the image type `xbm' is available.
6632
6633 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6636         (wl-summary-input-range): Ditto.
6637
6638 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6639
6640         * wl-summary.el (wl-summary-edit-addresses): Use
6641         `wl-summary-get-original-buffer'
6642         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6643         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6644         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6645         (wl-summary-get-newsgroups): Eliminated.
6646         (wl-summary-set-crosspost): Ditto.
6647         (wl-summary-is-crosspost-folder): Ditto.
6648         (wl-crosspost-alist-load): Ditto.
6649         (wl-crosspost-alist-save): Ditto.
6650
6651         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6652         `elmo-setup-subscribed-newsgroups' instead of
6653         `elmo-nntp-make-groups-hashtb'.
6654         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6655         instead of `wl-crosspost-alist-save'.
6656
6657         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6658         of `elmo-folder-message-appendable-p'.
6659         (wl-mime-header-presentation-method): Eliminated.
6660
6661         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6662         (Error occurs in emacs21).
6663
6664         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6665         the current buffer).
6666
6667         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6668         instead of `wl-crosspost-alist-save'.
6669         (wl-init): `elmo-crosspost-message-alist-load'
6670         instead of `wl-crosspost-alist-load'
6671
6672         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6673         (wl-parse-newsgroups): Likewise.
6674         (wl-biff-notify): Run `wl-biff-notify-hook'.
6675
6676 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6679
6680         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6681         when `wl-summary-lazy-highlight' is non-nil.
6682         (wl-summary-goto-folder-subr): Highlight only when
6683         `wl-summary-lazy-highlight' is non-nil.
6684
6685         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6686         Don't display progress and highlight temp-mark when
6687         `wl-summary-lazy-highlight' is non-nil.
6688         (wl-highlight-summary-window): New function.
6689         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6690
6691 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-summary.el (wl-summary-sync): Change `all-visible'
6694         from `all-shown'
6695         (wl-summary-input-range): Ditto.
6696
6697 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6698
6699         * wl-e21.el (wl-highlight-folder-current-line): Call
6700         `wl-folder-init-icons' when folder icons have not been initialized.
6701
6702         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6703
6704         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6705         (wl-demo-image-type-alist): New macro.
6706
6707 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6708
6709         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6710         display does not support graphics.
6711         (wl-plugged-init-icons): Ditto.
6712         (wl-folder-init-icons): Ditto.
6713
6714         * wl-demo.el (wl-demo): Chech closely whether the display
6715         supports graphics.
6716
6717 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-summary.el (wl-summary-get-original-buffer): New function.
6720         (wl-summary-set-crosspost): Use it.
6721         (wl-summary-target-mark-uudecode): Ditto.
6722         (wl-summary-reedit): Ditto.
6723         (wl-summary-resend-bounced-mail): Ditto.
6724         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6725         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6726
6727         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6728         (wl-message-display-internal): Ditto.
6729
6730 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6731
6732         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6733
6734 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-summary.el (wl-summary-save-view): Renamed from
6737         `wl-summary-save-status'.
6738
6739 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl-summary.el (wl-summary-sync): Added `all-shown'
6742
6743 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6746
6747 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6748
6749         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6750
6751 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6752
6753         * wl-highlight.el (wl-highlight-summary-line-string): Use
6754         `zerop' instead of `= 0'.
6755         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6756
6757         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6758         for comparing numbers.
6759         (wl-template-prev): Use `zerop' instead of `eq 0'.
6760
6761         * wl-draft.el (wl-draft-insert-current-message): Use
6762         `with-current-buffer' instead of `save-excursion'.
6763         Use `zerop' instead of `eq 0'.
6764
6765 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * wl-draft.el (wl-draft-insert-ccs): New function.
6768         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6769         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6770
6771 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6774
6775 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-expire.el (wl-expire-refile): Don't call
6778         elmo-msgdb-add-msgs-to-seen-list;
6779         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6780         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6781
6782 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6783
6784         * wl-message.el (wl-message-prev-page): Ignore errors while
6785         scroll-down.
6786
6787 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-mime.el: Use elmo-original-message-mode instead of
6790         mmelmo-original-mode.
6791
6792         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6793         `elmo-folder-get-spec';
6794         (wl-fldmgr-add-completion-all-completions):
6795         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6796
6797         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6798         of `elmo-folder-get-type'.
6799
6800         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6801         `elmo-folder-get-spec';
6802         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6803         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6804         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6805         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6806         `elmo-read-msg-no-cache';
6807         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6808         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6809         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6810         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6811         `elmo-cache-save';
6812         (wl-draft-reedit): Use `elmo-message-file-name'.
6813
6814         * wl-expire.el: Use `elmo-folder-name-internal';
6815         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6816         Use macro `wl-summary-buffer-msgdb' instead of variable
6817         `wl-summary-buffer-msgdb';
6818         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6819         Use macro `wl-summary-buffer-folder-name' instead of variable
6820         `wl-summary-buffer-folder-name'.
6821         * wl-score.el: Likewise.
6822
6823         * wl-message.el: Rewrite for new message buffer cache mechanism.
6824         (wl-message-buffer-cache-buffer-get): New macro.
6825         (wl-message-buffer-cache-folder-get): Ditto.
6826         (wl-message-buffer-cache-message-get): Ditto.
6827         (wl-message-buffer-cache-entry-make): Ditto.
6828         (wl-message-buffer-cache-hit): Ditto.
6829         (wl-message-buffer-cache-sort): New function.
6830         (wl-message-buffer-cache-add): Ditto.
6831         (wl-message-buffer-cache-delete): Ditto.
6832         (wl-message-buffer-cache-clean-up): Ditto.
6833         (wl-message-buffer-window): Rewrite.
6834         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6835         (wl-message-buffer-display): New function.
6836         (wl-message-display-internal): New function.
6837
6838 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6839
6840         * wl-folder.el: Use `elmo-folder-name-internal';
6841         Use `wl-folder-get-elmo-folder';
6842         Use `elmo-folder-list-messages' instead of
6843         `elmo-list-folder';
6844         Use `elmo-folder-get-primitive-list' instead of
6845         `elmo-folder-get-primitive-spec-list';
6846         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6847         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6848         Use `elmo-folder-create' instead of `elmo-create-folder'.
6849         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6850         (wl-folder-get-elmo-folder): New macro.
6851         (wl-folder-elmo-folder-cache-get): Ditto.
6852         (wl-folder-elmo-folder-cache-put): Ditto.
6853         (wl-folder-suspend): Call `elmo-quit'.
6854
6855         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6856         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6857         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6858         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6859         (toplevel): require 'cl.
6860         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6861
6862         * wl-summary.el: Rewrite to use new elmo interface.
6863
6864 \f
6865 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-mime.el (wl-draft-preview-message):
6868         Run `wl-draft-send-hook' before collecting recipients information;
6869         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6870
6871         * tm-wl.el (wl-draft-preview-message): Ditto.
6872
6873 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6876         wrong recipients are displayed when forwarded message.
6877
6878 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * Version number is increased to 2.5.7.
6881
6882 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6883
6884         * wl-message.el (wl-message-next-page): Bind
6885         `window-pixel-scroll-increment' to nil while scrolling up.
6886
6887 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6888
6889         * wl-vars.el (wl-save-hook): New hook.
6890         * wl.el (wl-save): Call `wl-save-hook'.
6891
6892 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6893
6894         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6895         Argument WITH-ARG instead of NO-ARG (negative mean).
6896         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6897         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6898         * wl-message.el (wl-message-follow-current-entity): Likewise.
6899
6900 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6901
6902         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6903         FROM was optional argument.
6904         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6905
6906 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6907
6908         * Version number is increased to 2.5.6.
6909
6910 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6911
6912         * wl-version.el (wl-version-show): Removed.
6913         (wl-version): Add `interactive'.
6914
6915 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6916
6917         * wl-summary.el (wl-summary-get-petname-func): New variable.
6918         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6919         instead of `wl-address-get-petname-1'.
6920         (wl-summary-simple-from): Ditto.
6921
6922         * wl-address.el (wl-address-get-petname-1): Define as function.
6923
6924 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6927         field in the original message.
6928         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6929
6930 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6931
6932         * wl-expire.el (wl-expire-hide):
6933         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6934
6935 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6938         find decoder for To, Cc, and Subject.
6939
6940 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6943         for checking `elmo-use-buffer-cache'.
6944         (wl-summary-mark-as-important): Fixed typo in comment.
6945
6946 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6947
6948         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6949         field in the original message.
6950         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6951
6952 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6953
6954         * wl-expire.el (wl-expire-hide):
6955         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6956
6957 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6960         find decoder for To, Cc, and Subject.
6961
6962 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * Version number is increased to 2.5.5.
6965
6966         * wl-address.el (wl-address-specials-regexp): New constant.
6967         (wl-address-quote-specials): Use it.
6968
6969 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-summary.el (wl-summary-rescan):
6972         Call `wl-summary-buffer-number-column-detect'.
6973         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6974
6975         * wl-message.el (wl-message-mode-map): Define.
6976         (wl-message-decode): Use it as local-map.
6977
6978 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6979
6980         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6981         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6982
6983 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6984
6985         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6986
6987         * wl-mule.el (wl-read-event-char): Ditto.
6988
6989         * wl-e21.el (wl-read-event-char): Ditto.
6990
6991         * wl-nemacs.el (wl-read-event-char): Ditto.
6992         (read-event): Removed.
6993
6994         * wl-util.el (toplevel): Removed dummy definition of
6995         `read-event'.
6996         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6997
6998 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6999
7000         * wl-nemacs.el (elmo-archive-call-process): Moved to
7001         elmo-archive.el.
7002
7003 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7004
7005         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7006         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7007
7008         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7009         instead of magic-number 6.  Use `not' instead of `null' for symbol
7010         `nil' check (not empty list).
7011         (wl-draft-insert-x-face-field): Fixed paren style.
7012
7013         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7014         one-branch conditional statement, instead of `and' and `if'.
7015         (wl-draft-forward): Likewise.
7016         (wl-draft-add-references): Likewise.
7017         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7018
7019         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7020         conditional steatment.  Use `cond' instead of `if'.
7021         (wl-draft-confirm): Likewise.
7022
7023 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7024
7025         * wl-version.el (wl-version-show): Use `product-string-1'
7026         instead of `wl-version'.
7027         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7028
7029         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7030
7031 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7032
7033         * wl-highlight.el (wl-highlight-headers): Revert
7034         `wl-highlight-x-face-func' argument (`beg' and `end').
7035
7036 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7037
7038         * wl.el (toplevel): Move `product-provide' declare.
7039         * wl-demo.el (toplevel): Ditto.
7040         * wl-dnd.el (toplevel): Ditto.
7041         * wl-highlight.el (toplevel): Ditto.
7042         * wl-message.el (toplevel): Ditto.
7043         * wl-refile.el (toplevel): Ditto.
7044         * wl-util.el (toplevel): Ditto.
7045
7046 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7049         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7050         (wl-thread-close-all): keep cursor position.
7051
7052 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7053
7054         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7055         (eq x 0).
7056         (wl-generate-user-agent-string-1): Fix conditional statement.
7057
7058 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7059
7060         * wl.el (wl-check-environment): Additional check for
7061         'wl-local-domain' and `wl-message-id-domain'.
7062
7063 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7064
7065         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7066
7067 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7068
7069         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7070         instead of `smtp-sasl-user-realm'.
7071
7072 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7073
7074         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7075
7076 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7077
7078         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7079         to the default value as well as `eword-lexical-analyzer'.
7080
7081 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7082
7083         * wl-version.el (wl-extended-emacs-version,
7084         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7085         `elmo-match-string' instead of `wl-match-string'.
7086
7087 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7090         docstring.
7091
7092 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7093
7094         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7095
7096 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7097
7098         * wl-highlight.el (wl-highlight-headers): Remove
7099         `wl-highlight-x-face-func' argument (`beg' and `end').
7100
7101 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-mark-as-important):
7104         Remove cache if folder is local.
7105
7106 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7107
7108         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7109         to get existing e-mail address string.
7110
7111 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7112
7113         * wl-version.el (wl-generate-user-agent-string): Commentary.
7114         (wl-generate-user-agent-string-1): Use `when' for
7115         one-branch conditional statement, instead of `and' and `if'.
7116         (wl-extended-emacs-version, wl-extended-emacs-version2,
7117         wl-extended-emacs-version3): Ditto.
7118
7119 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7120
7121         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7122         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7123         condition-case; Remove initialization.
7124         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7125         (wl-summary-sync-update3): Added argument `sync-all';
7126         Eliminated local variable `msgdb';
7127         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7128         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7129         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7130
7131 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7132
7133         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7134         connection before call `wl-draft-send-mail-with-smtp'.
7135
7136 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * Version number is increased to 2.5.4.
7139
7140 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7141
7142         * wl.el (wl-check-environment): Additional check for
7143         'wl-local-domain' and `wl-message-id-domain'.
7144
7145 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7148         buffer as command specific.
7149         (wl-folder-mark-as-read-all-entity): Ditto.
7150         (wl-folder-prefetch-entity): Ditto.
7151         (wl-folder-drop-unsync-entity): Ditto.
7152
7153         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7154         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7155         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7156
7157         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7158         save-excursion.
7159
7160 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * Version number is increased to 2.5.3.
7163
7164         * wl-summary.el (wl-summary-save-view-cache):
7165         Delete duplicated `write-region';
7166         Use `write-region-as-binary' instead of `as-binary-output-file' and
7167         `write-region'.
7168
7169 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7170
7171         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7172
7173 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7176         instead of `smtp-via-smtp'.
7177
7178 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7179
7180         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7181
7182 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7183
7184         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7185         instead of `smtp-sasl-user-realm'.
7186
7187 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7188
7189         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7190
7191 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7192
7193         * Version number is increased to 2.5.2.
7194
7195 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7198         does not exist.
7199         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7200         (wl-biff-start): Call `timer-activate' if timer already exists.
7201
7202         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7203         only when it is bound as function.
7204
7205 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7206
7207         * Version number is increased to 2.5.1.
7208
7209 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7212         Print refile/copy destination.
7213
7214 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7217         queue-flush-only is non-nil.
7218
7219         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7220
7221         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7222         checking cache folder.
7223
7224 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7225
7226         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7227         `regexp-quote'.
7228
7229 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7232         function.
7233         * wl-summary.el (wl-summary-write-current-folder-functions):
7234         Change default value.  Use it.
7235
7236 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * Version number is increased to 2.5.0.
7239
7240         * wl-version.el (wl-version): Changed codename.
7241
7242 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7243
7244         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7245         (wl-summary-supersedes-message): Ditto.
7246
7247 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7248
7249         * wl-refile.el (wl-refile-guess-functions): Renamed from
7250         `wl-refile-guess-func-list'.
7251
7252 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7255         Fixed problem when no rule was matched.
7256
7257 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7258
7259         * wl-summary.el (wl-summary-get-mark): Fixed
7260         `wl-summary-buffer-target-mark' check logic.
7261
7262 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7263
7264         * wl-folder.el (wl-folder-write-current-folder): Added group
7265         folder check.
7266
7267         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7268         `wl-summary-write-current-newsgroup'.
7269         (wl-summary-write-current-folder-functions): New variable.
7270         * wl-folder.el (wl-folder-get-newsgroups): New function.
7271         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7272         (wl-folder-write-current-folder): Renamed from
7273         `wl-folder-write-current-newsgroup'.
7274
7275 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7276
7277         * Version number is increased to 2.3.93.
7278
7279 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7280
7281         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7282         (wl-ldap-make-matched-value-list): Ditto.
7283         (wl-ldap-alias-safe-string): Split e-mail address.
7284
7285         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7286         petname folder default was selected.
7287         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7288         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7289
7290 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7293         to `wl-draft-config-exec'.
7294
7295         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7296         instead of calling `wl-draft-config-exec';
7297         Process group-list and show recipients in minibuffer.
7298
7299         * tm-wl.el (wl-draft-preview-message): Ditto.
7300
7301 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7302
7303         * wl.el (toplevel): Added (C) to copyright notice, and
7304         sync Author header.
7305         * tm-wl.el (toplevel): Ditto.
7306         * wl-address.el (toplevel): Ditto.
7307         * wl-demo.el (toplevel): Ditto.
7308         * wl-dnd.el (toplevel): Ditto.
7309         * wl-draft.el (toplevel): Ditto.
7310         * wl-e21.el (toplevel): Ditto.
7311         * wl-expire.el (toplevel): Ditto.
7312         * wl-folder.el (toplevel): Ditto.
7313         * wl-highlight.el (toplevel): Ditto.
7314         * wl-message.el (toplevel): Ditto.
7315         * wl-mime.el (toplevel): Ditto.
7316         * wl-mule.el (toplevel): Ditto.
7317         * wl-nemacs.el (toplevel): Ditto.
7318         * wl-refile.el (toplevel): Ditto.
7319         * wl-score.el (toplevel): Ditto.
7320         * wl-summary.el (toplevel): Ditto.
7321         * wl-template.el (toplevel): Ditto.
7322         * wl-thread.el (toplevel): Ditto.
7323         * wl-util.el (toplevel): Ditto.
7324         * wl-vars.el (toplevel): Ditto.
7325         * wl-xmas.el (toplevel): Ditto.
7326
7327 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7328
7329         * wl.el (wl-init): Added comment about `wl-init-hook'.
7330         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7331         * wl-vars.el (wl-init-hook): Added docs.
7332         (wl-make-plugged-hook): Removed useless docs.
7333         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7334         * wl-xmas.el (toplevel): Ditto.
7335
7336 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7337
7338         * wl-address.el (toplevel): Fixed multiple Author header format.
7339         * wl-demo.el (toplevel): Ditto.
7340         * wl-draft.el (toplevel): Ditto.
7341         * wl-folder.el (toplevel): Ditto.
7342         * wl-summary.el (toplevel): Ditto.
7343         * wl-thread.el (toplevel): Ditto.
7344         * wl-util.el (toplevel): Ditto.
7345         * wl-vars.el (toplevel): Ditto.
7346         * wl-version.el (toplevel): Ditto.
7347         * wl-xmas.el (toplevel): Ditto.
7348         * wl.el (toplevel): Ditto.
7349
7350         * wl-version.el (toplevel): Added require `elmo-version' for
7351         `product-version-as-string'.
7352
7353 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl-vars.el (wl-draft-send-hook): Changed default value to
7356         '(wl-draft-config-exec).
7357
7358         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7359         explicitly.
7360         (wl-draft): Set `wl-draft-config-exec-flag' before running
7361         `wl-mail-setup-hook'.
7362
7363         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7364         `wl-biff-init-icons' to `wl-init-hook' instead of
7365         `wl-make-plugged-hook'.
7366         (Because if `wl-draft' command is invoked at first,
7367         they are not initialized)
7368         Updated copyright notice.
7369
7370         * wl-e21.el (toplevel): Ditto;
7371
7372         * wl-demo.el (toplevel): Updated copyright notice.
7373         * wl-address.el (toplevel): Ditto.
7374         * wl-draft.el (toplevel): Ditto.
7375         * wl-version.el (toplevel): Ditto.
7376         * wl-folder.el (toplevel): Ditto.
7377         * wl-summary.el (toplevel): Ditto.
7378         * wl-thread.el (toplevel): Ditto.
7379         * wl-util.el (toplevel): Ditto.
7380         * wl-vars.el (toplevel): Ditto.
7381         * wl.el (toplevel): Ditto.
7382
7383 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-highlight.el (wl-highlight-message): Fixed problem of
7386         highlighting failure which occured when the last field contains
7387         multiple lines in the draft buffer.
7388
7389         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7390         `wl-biff-start' if plugged.
7391
7392         * wl-util.el (wl-biff-check-folder): New function.
7393         (wl-biff-check-folders): Don't set session name prefix.
7394         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7395         (wl-biff-check-folder-async): Ditto.
7396
7397         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7398         in email address.
7399
7400 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7401
7402         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7403
7404         * wl-draft.el (wl-draft-strip-subject-re): New function.
7405
7406         * wl-draft.el (wl-draft-reply): Use it.
7407
7408 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-message.el (wl-mmelmo-message-redisplay): Use
7411         `mime-display-message' instead of `wl-mime-display-message'.
7412
7413         * wl-mime.el (toplevel): Removed compatibility workaround
7414         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7415         (wl-mime-display-message): Abolished.
7416         (wl-mime-entity-read-field): Ditto.
7417         (wl-mime-combine-message/partial-pieces): Use
7418         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7419
7420 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7421
7422         * wl-template.el: Doc fixes.
7423
7424 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7425
7426         * wl-e21.el (wl-message-overload-functions): Do nothing if
7427         `current-local-map' is not available.
7428         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7429
7430 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7433         representation.
7434
7435         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7436         number.
7437         (wl-fldmgr-save-folders): Don't use `format' when insert
7438         `wl-fldmgr-folders-header'.
7439
7440 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7441
7442         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7443
7444 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7445
7446         * wl-highlight.el (wl-highlight-message):
7447         Use `std11-field-end' to detect end point of the header field.
7448         Refer `wl-highlight-max-header-size'.
7449
7450         * wl-vars.el (wl-highlight-max-header-size): New variable.
7451
7452         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7453
7454         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7455         Set `for-draft' argument of wl-highlight-headers.
7456         (wl-draft): Ditto.
7457         (wl-draft-reedit): Ditto.
7458         (wl-user-agent-compose-internal): Ditto.
7459
7460 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7461
7462         * wl-message.el (wl-message-add-button): Use overlay.
7463
7464 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7467
7468         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7469         problem when group-list content is nothing.
7470         (Reported by Mito <mit@nines.nec.co.jp>)
7471
7472 2000-10-18  SAITO Atsunori <sai@yedo.com>
7473
7474         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7475
7476 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7477
7478         * tm-wl.el (toplevel): Use product-provide.
7479
7480 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7481
7482         * Version number is increased to 2.3.92.
7483
7484 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7485
7486         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7487         title text, use `display' property for left margin under Emacs 21.
7488
7489         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7490         properties.
7491         (wl-plugged-init-icons): Ditto.
7492
7493 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7494
7495         * wl.el (wl-save-status, wl-init): Remove last period in
7496         "...done." message.
7497         * tm-wl.el (wl-summary-burst): Ditto.
7498         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7499         wl-summary-resume-cache-status,
7500         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7501         wl-summary-sync-update3, wl-summary-highlight-msgs,
7502         wl-summary-flush-pending-append-operations,
7503         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7504         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7505         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7506         wl-thread-open-all): Ditto.
7507         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7508         * wl-mime.el (wl-summary-burst): Ditto.
7509         * wl-highlight.el (wl-highlight-summary): Ditto.
7510         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7511         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7512         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7513         * wl-address.el (wl-local-address-init): Ditto.
7514
7515 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7516
7517         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7518         `add-text-properties'.
7519         (wl-plugged-init-icons): Ditto.
7520         (wl-folder-init-icons): Use `propertize' instead of
7521         `put-text-property'.
7522         (wl-plugged-set-folder-icon): Ditto.
7523         (wl-e21-highlight-folder-group-line): Ditto.
7524
7525 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-version.el (wl-version-status-alist): New variable.
7528         (wl-version-status): New function.
7529
7530         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7531         "Cc" part of the case "Reply-To".
7532
7533         * wl-draft.el (wl-draft-reply): Use result of
7534         `eword-extract-address-components'.
7535
7536         * wl-demo.el (wl-demo-icon-name): New constant.
7537         (wl-logo-xpm): Use it.
7538         (wl-logo-xbm): Ditto.
7539         (wl-logo-bitmap): Ditto.
7540
7541         * Version number is increased to 2.3.91.
7542
7543 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7544
7545         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7546         (wl-extended-emacs-version, wl-extended-emacs-version2,
7547         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7548         docstring.
7549
7550         * wl-version.el (wl-generate-user-agent-string-1): New function.
7551         (wl-generate-user-agent-string): Use it.
7552
7553         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7554         `mime-edit-insert-user-agent-field'.
7555         (wl-generate-user-agent-string): Check
7556         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7557
7558         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7559         instead of `if', when verbose case.
7560
7561 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7562
7563         * wl-expire.el (wl-summary-expire): Fix.
7564
7565 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7566
7567         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7568         and `elmo-lost+found-folder' if 'wl-draft.
7569         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7570
7571 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7572
7573         * wl-expire.el (wl-summary-expire): Change messages.
7574         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7575         `deleing-info' instead of "Deleting..."
7576
7577 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7578
7579         * wl-summary.el (wl-summary-refile-subr): Fix.
7580
7581 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7582
7583         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7584         if pipe folder.
7585
7586 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7587
7588         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7589
7590 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7591
7592         * wl-expire.el (wl-expire-hide): New function.
7593         (wl-summary-expire): Add `hide'.
7594
7595 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-vars.el (wl-draft-reply-without-argument-list):
7598         Changed default value to consider `Reply-To:'.
7599         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7600
7601         * Version number is increased to 2.3.90.
7602
7603         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7604         elmo-imap4-get-session with unwind-protect.
7605         Don't cause error.
7606         (wl-summary-sync-marks): Don't check plugged nor folder type.
7607         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7608         (Always keep current buffer).
7609
7610 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7611
7612         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7613         Enclose with `save-excursion'.
7614
7615 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7616
7617         * wl-version.el (wl-version): Remove interactive.
7618
7619 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7620
7621         * wl-version.el (wl-generate-user-agent-string): Use
7622         `product-string-verbose' instead of `product-string-1'.
7623
7624 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7625
7626         * wl-vars.el (wl-draft-use-cache): New variable.
7627         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7628         if wl-draft-use-cache is non-nil.
7629
7630 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7631
7632         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7633         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7634
7635 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7636
7637         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7638         (wl-thread-msg-mark-as-unread): Ditto.
7639
7640         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7641         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7642         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7643         Don't set mark in summary if return value of `elmo-mark-as-read'
7644         is nil.
7645         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7646         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7647         instead of `wl-thread-msg-mark-as-read'.
7648         (wl-summary-mark-as-unread-region): Ditto.
7649         (wl-summary-target-mark-mark-as-read): Ditto.
7650
7651         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7652
7653 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7656
7657         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7658
7659 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7662         face.
7663
7664 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7665
7666         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7667         `running-xemacs'.
7668
7669 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7670
7671         * wl-version.el (toplevel): Use `product-version-as-string' for
7672         set verstion-string, if defined.
7673
7674         * wl-version.el (wl-version-show): Insert string at point, when
7675         call with argument.
7676
7677         * wl-version.el (wl-generate-user-agent-string): Use
7678         `product-string-1' instead of `wl-appname', `wl-version' and
7679         `wl-codename'.
7680
7681 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7682
7683         * wl-address.el (toplevel): Use product-provide.
7684         * wl-demo.el (toplevel): Ditto.
7685         * wl-dnd.el (toplevel): Ditto.
7686         * wl-draft.el (toplevel): Ditto.
7687         * wl-e21.el (toplevel): Ditto.
7688         * wl-expire.el (toplevel): Ditto.
7689         * wl-fldmgr.el (toplevel): Ditto.
7690         * wl-folder.el (toplevel): Ditto.
7691         * wl-highlight.el (toplevel): Ditto.
7692         * wl-message.el (toplevel): Ditto.
7693         * wl-mime.el (toplevel): Ditto.
7694         * wl-mule.el (toplevel): Ditto.
7695         * wl-nemacs.el (toplevel): Ditto.
7696         * wl-refile.el (toplevel): Ditto.
7697         * wl-score.el (toplevel): Ditto.
7698         * wl-summary.el (toplevel): Ditto.
7699         * wl-template.el (toplevel): Ditto.
7700         * wl-thread.el (toplevel): Ditto.
7701         * wl-util.el (toplevel): Ditto.
7702         * wl-vars.el (toplevel): Ditto.
7703         * wl-xmas.el (toplevel): Ditto.
7704         * wl.el (toplevel): Ditto.
7705
7706 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7707
7708         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7709         instead of product.
7710
7711         * wl-version.el (wl-version): Compile time evalution elmo-version.
7712
7713 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7714
7715         * wl-summary.el (wl-summary-sync-force-update): Append queue
7716         `mark-as-read'if unplugged.
7717
7718 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7719
7720         * wl-version.el: New file.  Use product.el.
7721         * wl.el: add (require 'wl-version).
7722         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7723         for ~/.folders header.
7724         (wl-fldmgr-folders-header): Changed.
7725         * wl-demo.el (wl-demo): Use product.el.
7726
7727         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7728         wl-version.el.
7729         * wl-util.el (wl-version, wl-version-show): Ditto.
7730
7731         * wl-util.el (wl-generate-user-agent-string,
7732         wl-extended-emacs-version, wl-extended-emacs-version2,
7733         wl-extended-emacs-version3): Move to wl-version.el.
7734         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7735         xemacs-codename, mime-edit-insert-user-agent-field,
7736         mime-edit-user-agent-value, mime-editor/version,
7737         mime-editor/codename): Compile warning killer move to
7738         wl-version.el
7739
7740 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7741
7742         * wl-summary.el (wl-summary-refile-subr): Fix.
7743
7744 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7747         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7748
7749 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7750
7751         * wl.el (wl-check-environment): Check too many `@'.
7752
7753 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7754
7755         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7756
7757 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7758
7759         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7760         wl-draft-reply-myself-without-argument-list): Add variables.
7761         * wl-draft.el (wl-draft-reply): Use it.
7762
7763 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7764
7765         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7766         the 5th argument of `elmo-network-get-spec'.
7767
7768         * wl-thread.el (wl-thread-reparent-children): New inline function.
7769         (wl-thread-delete-message): Use it.
7770
7771         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7772         (wl-summary-score-update-all-lines): Don't use `dolist'.
7773
7774 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7775
7776         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7777         (require 'elmo-msgdb) for inline function.
7778
7779 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7782
7783 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7784
7785         * wl-score.el (wl-score-headers): Fix for the confusing macro
7786         `elmo-kill-buffer'.
7787
7788 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7789
7790         * wl-summary.el: Don't use the 3rd argument of `require' because
7791         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7792         * wl-util.el: Ditto.
7793         * wl-draft.el: Ditto.
7794
7795 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7796
7797         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7798         window system is not used.
7799
7800 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7801
7802         * wl-thread.el: Don't use `mapcar' only for iteration.
7803         (wl-thread-resume-entity): Ditto.
7804         (wl-thread-delete-message): Ditto.
7805
7806         * wl-summary.el: Bind `dragdrop-drop-functions',
7807         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7808         of `require' for `timezone', `easymenu' and `ps-print';
7809         don't use `mapcar' only for iteration.
7810
7811         * wl-util.el: Bind `mule-version', `nemacs-version',
7812         `emacs-beta-version', `xemacs-codename',
7813         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7814         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7815         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7816         only for iteration.
7817
7818         * wl-score.el: Don't use `mapcar' only for iteration.
7819         (wl-score-simplify-buffer-fuzzy): Ditto.
7820         (wl-score-simplify-subject): Ditto.
7821         (wl-score-headers): Ditto.
7822         (wl-summary-score-update-all-lines): Ditto.
7823
7824         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7825         `enable-multibyte-characters' and `mule-version'.
7826
7827         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7828         `mapcar' only for iteration.
7829
7830         * wl-demo.el: Don't use `mapcar' only for iteration.
7831
7832         * wl-folder.el: Don't use `mapcar' only for iteration.
7833         (wl-folder-open-all): Ditto.
7834         (wl-folder-count-incorporates): Ditto.
7835
7836         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7837         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7838
7839         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7840         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7841         `smtp-connection-type'; specify 3rd argument of `require' for
7842         `timezone'; don't use `mapcar' only for iteration.
7843         (wl-draft-clone-local-variables): Don't use `mapcar'.
7844         (wl-draft-generate-clone-buffer): Ditto.
7845         (wl-user-agent-compose-internal): Ditto.
7846
7847         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7848
7849         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7850         (wl-save-status): Ditto.
7851
7852         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7853         for iteration.
7854
7855 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7858         removed `Date'.
7859         (wl-fldmgr-make-filter-default): New user option.
7860
7861         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7862         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7863         (wl-fldmgr-filter-completion-alist): Abolish.
7864
7865         * wl.el (wl): Don't check servers if arg is non-nil.
7866
7867         * wl-draft.el (wl-draft-reply): Set only message-id string to
7868         In-Reply-To field.
7869
7870 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7871
7872         * wl-summary.el (wl-summary-pick): Rewrite.
7873
7874         * wl-draft.el (wl-draft-forward): Get references field from
7875         original buffer.
7876         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7877
7878 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7879
7880         * wl-draft.el (wl-draft-forward): Add references field.
7881
7882 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7885         (wl-draft-reply): Use it.
7886
7887 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7888
7889         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7890         when Emacs 21 is running.
7891
7892         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7893         bindings.
7894
7895 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7896
7897         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7898         XPM icons transparent.
7899
7900         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7901         Emacs 21.
7902
7903 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7906         nil.
7907
7908         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7909         when it is persistent.
7910         (wl-summary-sync-marks): Changed argument for
7911         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7912         (wl-summary-virtual): Use `elmo-read-search-condition'.
7913         (wl-summary-redisplay-internal): If folder is local, mark as read
7914         even when folder is plugged.
7915
7916 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7917
7918         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7919         of `tool-bar-lines' in the frame parameters.
7920         (after-make-frame-functions, post-command-hook): Don't modify the
7921         value.
7922         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7923         wl-e21-tool-bar-lines): Removed.
7924
7925 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7926
7927         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7928         properties `evaporate' and `wl-momentary-overlay' as well.
7929         (wl-highlight-summary-displaying): Ditto.
7930         (wl-delete-all-overlays): Don't delete overlay which does not have
7931         a property `wl-momentary-overlay'.
7932
7933         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7934         `display-mouse-p' and `display-graphic-p'.
7935         (wl-folder-init-icons): Don't search for XBM or the other files.
7936         (wl-plugged-set-folder-icon): Make icons if and only if
7937         `display-graphic-p' returns non-nil.
7938         (wl-highlight-plugged-current-line): Use `before-string' overlay
7939         property to show icon images.
7940         (wl-highlight-folder-current-line): Ditto.
7941         (wl-e21-highlight-folder-group-line): Ditto.
7942         (wl-e21-highlight-folder-by-numbers): Ditto.
7943         (wl-e21-insert-image): Removed.
7944         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7945         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7946         said.
7947         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7948         `wl-e21-force-switch-toolbar'.
7949         (wl-e21-make-icon-image): Removed.
7950         (wl-e21-setup-toolbar): Don't search for XBM files.
7951         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7952         the default value.
7953
7954 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-util.el (wl-biff-check-folder-async): Set
7957         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7958
7959 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7960
7961         * wl-e21.el (after-make-frame-functions): Add
7962         `wl-e21-force-switch-toolbar'.
7963         (wl-e21-force-switch-toolbar): New function force to switch the
7964         toolbar appearance automatically.
7965         (post-command-hook): Add `wl-e21-switch-toolbar'.
7966         (wl-e21-switch-toolbar): New function to switch the toolbar
7967         appearance automatically.
7968         (wl-e21-tool-bar-lines): New buffer local variable.
7969
7970 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl-util.el (wl-biff-check-folders-running): New variable.
7973         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7974         (wl-biff-check-folder-async-callback):
7975         Set `wl-biff-check-folders-running'.
7976         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7977         with unwind-protect.
7978
7979         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7980         Enclose `wl-folder-auto-check' with unwind-protect.
7981
7982         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7983         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7984
7985         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7986
7987         * wl-util.el (wl-biff-notify): New inline function.
7988         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7989         locally.
7990         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7991         folder-list' is 1.
7992         Use `wl-biff-notify'.
7993         (wl-biff-check-folder-async-callback): New function.
7994         (wl-biff-check-folder-async): Ditto.
7995
7996         * wl-folder.el (wl-folder): Don't check folders.
7997         (wl-folder-auto-check): New function.
7998
7999 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8000
8001         * wl-util.el (wl-biff-start) [Emacs19+]:
8002         Use `timer-next-integral-multiple-of-time'.
8003         (wl-biff-check-folders): Use `wl-default-folder'
8004         if `wl-biff-check-folder-list' is nil.
8005
8006 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8007
8008         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8009         instead of `elmo-delete-lists'.
8010
8011 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8012
8013         * wl.el (wl-plugged-toggle-all): Set the value of
8014         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8015         (wl-plugged-toggle): Ditto.
8016         (wl-toggle-plugged): Ditto.
8017         (wl-plugged-init): Ditto.
8018
8019         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8020         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8021         instead of `wl-biff-state-indicator-off' and
8022         `wl-biff-state-indicator-on'; don't modify the value and the type
8023         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8024         (wl-plugged-init-icons): Set icons data to
8025         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8026         instead of `wl-plug-state-indicator-off' and
8027         `wl-plug-state-indicator-on'; don't modify the value and the type
8028         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8029
8030         * wl-vars.el (wl-modeline-biff-state-off,
8031         wl-modeline-biff-state-on, wl-modeline-biff-status,
8032         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8033         wl-modeline-plug-status): New internal variables.
8034         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8035         wl-biff-check-interval, wl-biff-check-folder-list): Change
8036         customization group from `wl-folder' to `wl-highlight'.
8037         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8038         wl-show-plug-status-on-modeline): Defcustomized.
8039
8040         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8041         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8042         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8043         a flag to `mode-line-buffer-identification'.
8044
8045         * wl-e21.el (wl-biff-init-icons): Set icons data to
8046         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8047         instead of `wl-biff-state-indicator-off' and
8048         `wl-biff-state-indicator-on'.
8049         (wl-plugged-init-icons): Set icons data to
8050         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8051         instead of `wl-plug-state-indicator-off' and
8052         `wl-plug-state-indicator-on'.
8053
8054 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8055
8056         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8057         excessive titles.
8058
8059 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8060
8061         * wl.el (wl-plugged-mode): Use revised
8062         `wl-mode-line-buffer-identification'.
8063         (wl-plugged-init): Don't use `force-mode-line-update'.
8064
8065         * wl-xmas.el (wl-draft-overload-functions): Use revised
8066         `wl-mode-line-buffer-identification'.
8067         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8068         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8069         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8070         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8071         `wl-make-plugged-hook';
8072         add `wl-folder-init-icons' and `wl-setup-folder' to
8073         `wl-folder-mode-hook'.
8074
8075         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8076         19 as well.
8077         (wl-mode-line-display-priority-list): New user option.
8078         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8079         Defcustomized.
8080         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8081         Add docs.
8082
8083         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8084         start.
8085         (wl-mode-line-buffer-identification): Revised as a function.
8086
8087         * wl-summary.el (wl-summary-mode): Use revised
8088         `wl-mode-line-buffer-identification'; don't call
8089         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8090         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8091         `wl-xmas-setup-summary'.
8092
8093         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8094         `wl-mode-line-buffer-identification'.
8095
8096         * wl-mule.el (wl-draft-overload-functions): Use revised
8097         `wl-mode-line-buffer-identification'.
8098
8099         * wl-folder.el (wl-make-plugged-alist): Don't call
8100         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8101         (wl-folder): Don't call `wl-folder-init-icons' directly.
8102         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8103         `wl-xmas-setup-folder' directly;
8104         use revised `wl-mode-line-buffer-identification'.
8105         (TopLevel): Don't bind `wl-biff-init-icons',
8106         `wl-plugged-init-icons', `wl-folder-init-icons',
8107         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8108
8109         * wl-e21.el (wl-draft-overload-functions): Use revised
8110         `wl-mode-line-buffer-identification'.
8111         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8112         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8113         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8114         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8115         `wl-make-plugged-hook';
8116         add `wl-folder-init-icons' and `wl-setup-folder' to
8117         `wl-folder-mode-hook'.
8118
8119 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8120             Katsumi Yamaoka    <yamaoka@jpl.org>
8121
8122         * wl.el (wl): Call `wl-biff-start'.
8123         (wl-exit): Call `wl-biff-stop'.
8124         (wl-plugged-mode): Show biff in modeline.
8125         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8126
8127         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8128         (wl-biff-init-icons): New function.
8129         (wl-plugged-init-icons): Don't make too much keymaps.
8130         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8131
8132         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8133         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8134         variables.
8135         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8136         options.
8137
8138         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8139         wl-biff-start, wl-biff-stop): New functions.
8140         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8141         (wl-biff-timer-name): New variable.
8142
8143         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8144
8145         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8146         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8147
8148         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8149         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8150
8151         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8152         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8153         `wl-folder-init-icons' to `ignore' if they are not available.
8154         (wl-folder-mode): Show biff in modeline.
8155
8156         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8157         (wl-biff-init-icons): New function.
8158         (wl-plugged-init-icons): Don't make too much keymaps.
8159         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8160
8161 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8162
8163         * wl-vars.el (wl-strict-diff-folders): Customization Type
8164         and doc fix.  Define as a list of regular expressions for
8165         folders or nil.
8166         * wl-folder.el (wl-folder-check-one-entity): Use
8167         `wl-string-match-member' instead of `wl-string-member' for
8168         `wl-strict-diff-folders'.
8169
8170 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8171
8172         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8173         (wl-highlight-folder-current-line): Use it; new implementation.
8174         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8175         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8176         `defsubst' instead of `defun'.
8177
8178         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8179         `wl-highlight-group-folder-by-numbers'; made it can also be a
8180         number.  See info for more details.
8181
8182         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8183         running.
8184
8185         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8186         to bind them.
8187
8188         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8189         (wl-highlight-folder-current-line): New implementation.
8190
8191         * wl-highlight.el (wl-highlight-folder-group-line): New
8192         implementation.
8193         (wl-delete-all-overlays): Rewrite as a marco.
8194         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8195
8196         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8197         running.
8198         (wl-folder-*-glyph): No need to bind them.
8199
8200         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8201         `wl-e21-highlight-folder-group-icon'; rewrite.
8202         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8203         `defsubst' instead of `defun'.
8204         (wl-folder-mode-map): Bind it when compiling.
8205
8206 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8209
8210         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8211
8212 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8213
8214         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8215
8216 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8217
8218         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8219         (wl-highlight-folder-current-line): Use it.
8220
8221         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8222         in `id-name'.
8223
8224 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8225
8226         * wl.el: Require `wl-e21' when Emacs 21 is running.
8227
8228         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8229         default when Emacs 21 is running.
8230         (wl-use-highlight-mouse-line): Ditto.
8231         (wl-on-emacs21): New constant.
8232         (wl-on-emacs20): Removed.
8233
8234         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8235         Emacs 21 is running.
8236
8237         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8238         Emacs 21 is running.
8239
8240         * wl-e21.el: New file.
8241
8242 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8243
8244         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8245         (wl-toggle-plugged): Ditto.
8246         (wl-plugged-toggle): Ditto.
8247         (wl-plugged-toggle-all): Ditto.
8248
8249         * wl-vars.el (wl-plug-state-indicator): Refer
8250         `wl-plug-state-indicator-on' indirectly.
8251
8252 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8255         Call `wl-folder-confirm-existence'.
8256
8257         * wl-folder.el (wl-folder-confirm-existence): Added optional
8258         argument `force'.
8259
8260 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8261
8262         * wl-summary.el (wl-summary-refile-subr): Assume
8263         `copy-or-refile' as symbol.
8264         (wl-summary-refile): Follow up above change.
8265         (wl-summary-copy): Ditto.  Doc fix.
8266
8267 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8268
8269         * wl-summary.el (wl-summary-pick): Don't bind
8270         `elmo-search-mime-charset'.
8271
8272         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8273         default using old backquote style.
8274         (wl-search-mime-charset): Abolished.
8275
8276         * wl-highlight.el (wl-highlight-headers):
8277         Call `point' after `re-search-forward'(for Nemacs).
8278
8279         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8280         for elmo-imap4.el.
8281
8282 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8283
8284         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8285         `wl-message-ignored-field-list' instead of
8286         `mime-view-ignored-field-list'.
8287
8288         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8289         Add interactive spec.
8290         (wl-folder-goto-bottom-of-current-folder): Ditto.
8291         (wl-folder-mode-map): Bind them.
8292
8293         * wl-vars.el (wl-message-ignored-field-list): New variable.
8294         (wl-message-visible-field-list): New variable.
8295
8296         * wl-mime.el (wl-mime-header-presentation-method): New function.
8297         (wl-mime-setup): Set header-presentation-method.
8298
8299 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8300
8301         * wl-nemacs.el (wl-draft-overload-functions): Set
8302         `mode-line-buffer-identification' instead of using
8303         `wl-make-modeline'.
8304
8305         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8306         instead of using `wl-make-modeline'.
8307
8308         * wl-xmas.el (wl-plugged-init-icons): Set up
8309         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8310         (wl-make-modeline): Abolish.
8311         (wl-draft-overload-functions): Set
8312         `mode-line-buffer-identification' instead of using
8313         `wl-make-modeline'.
8314
8315         * wl-util.el (wl-make-modeline-subr): Abolish.
8316         (wl-mode-line-buffer-identification): New alias.
8317
8318         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8319         (wl-summary-make-modeline): Abolish.
8320         (wl-summary-buffer-set-folder): Set
8321         `wl-summary-buffer-folder-indicator'.
8322         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8323         of using `wl-make-modeline'.
8324         (wl-summary-switch-to-clone-buffer): Don't set
8325         `mode-line-buffer-identification'.
8326         (wl-summary-goto-folder-subr): Ditto.
8327
8328         * wl-mule.el (wl-draft-overload-functions): Set
8329         `mode-line-buffer-identification' instead of using
8330         `wl-make-modeline'.
8331
8332         * wl-folder.el (wl-folder-mode): Set
8333         `mode-line-buffer-identification' instead of using
8334         `wl-make-modeline'.
8335         (wl-folder): Don't set `mode-line-buffer-identification'.
8336
8337 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8338
8339         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8340         instead of `member' for `wl-refile-guess-func-list' look-ups.
8341         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8342
8343 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8344
8345         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8346         `wl-message-button-dispatcher'.
8347
8348         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8349
8350         * wl-message.el (wl-message-button-dispatcher): Use it.
8351
8352         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8353         "In-Reply-To".
8354
8355         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8356         Bind `case-fold-search' to t.
8357
8358 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8359
8360         * wl-xmas.el (wl-message-overload-functions): Initialize
8361         `wl-message-button-map'.
8362
8363         * wl-mule.el (wl-message-overload-functions): Initialize
8364         `wl-message-button-map'.
8365
8366         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8367
8368         * wl-message.el (wl-message-button-map): New keymap.
8369         (wl-message-add-button): New function.
8370         (wl-message-button-dispatcher): New function.
8371         (wl-message-button-refer-article): New function.
8372
8373         * wl-highlight.el
8374         (wl-highlight-message-add-buttons-to-header): New function.
8375         (wl-highlight-headers): Use it.
8376
8377 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8378
8379         * wl-summary.el (wl-summary-default-from): Use
8380         `wl-address-get-petname-1'.
8381         (wl-summary-simple-from): Ditto.
8382
8383         * wl-address.el (wl-address-get-petname-1): New inline function.
8384         (wl-address-get-petname): Use it.
8385
8386 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8387
8388         * wl-summary.el (wl-summary-default-from): Return full-name part
8389         from the address if no petname was found.
8390         (wl-summary-simple-from): Ditto.
8391
8392         * wl-address.el (wl-address-get-petname): Return nil if no petname
8393         associated with the address was found.
8394
8395 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8396
8397         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8398         display is finished.
8399
8400 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8401
8402         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8403         `elmo-folder-exists-p' argument.
8404
8405 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8406
8407         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8408         the folder.
8409
8410 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8413
8414         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8415         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8416
8417 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8418
8419         * wl-folder.el (wl-folder-create-subr): New function.
8420         (wl-folder-confirm-existence): Use it.
8421         (wl-folder-check-one-entity): Use it.
8422         Check the error symbol is derived from 'elmo-open-error.
8423
8424         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8425         `ignore-error'.
8426
8427 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8428
8429         * wl-util.el (toplevel): Add (eval-when-compile (require
8430         'elmo-util)).  (Maybe `provide' is typo.)
8431
8432 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8433
8434         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8435         (I don't know why this was needed.)
8436
8437         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8438         Follow up changes for stream-type.
8439
8440         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8441         (wl-draft-elmo-nntp-send): Ditto.
8442
8443         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8444         (wl-nntp-posting-stream-type): Ditto.
8445         (wl-pop-before-smtp-ssl): Abolished.
8446         (wl-nntp-posting-ssl): Ditto.
8447
8448         * wl-address.el (wl-address-quote-specials): New function.
8449         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8450
8451         * wl-draft.el (wl-draft-reply): Ditto.
8452
8453 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8454
8455         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8456         use function `wl-string-match-assoc'.
8457
8458 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8459
8460         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8461
8462         * wl-draft.el (wl-draft-deduce-address-list): New function.
8463         (wl-draft-parse-mailbox-list): Ditto.
8464         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8465         instead of `smtp-deduce-address-list'.
8466         (wl-draft-on-field-p): Follow group list.
8467
8468         * wl-address.el (wl-address-concat-token): New function.
8469         (wl-address-string-without-group-list-contents): Ditto.
8470         (wl-complete-field-body): Fixed problem of completion
8471         by japanese petname.
8472         (wl-address-make-completion-list): Rewrite.
8473
8474 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8475
8476         * wl-address.el (wl-address-make-completion-list): Completion by
8477         petname.
8478         (wl-complete-field-body): Likewise.
8479
8480 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8483         contains invalid address syntax.
8484
8485 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * wl-folder.el (wl-folder-check-entity-async): Use
8488         `elmo-nntp-spec-hostname'.
8489
8490 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8491
8492         * wl-summary.el (wl-summary-msgdb-load-async): Use
8493         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8494
8495 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8496
8497         * wl-draft.el (wl-draft-reply): Set argument
8498         `content-transfer-encoding' as nil.
8499
8500 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8501
8502         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8503         `wl-refile-alist'.
8504
8505 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8506
8507         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8508         (wl-draft-edit-string): Ditto.
8509         (wl-draft-forward): Ditto.
8510         * wl-summary.el (wl-summary-write): Ditto.
8511
8512 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-summary.el (wl-summary-sync-update3): Call
8515         `wl-summary-buffer-number-column-detect'.
8516         (wl-summary-buffer-number-column-detect): Search from point-min.
8517
8518 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8521         contains an address which is not included in original to or cc.
8522
8523 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8524
8525         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8526         begin-line does not exist.
8527         * wl-message.el (wl-message-uu-substring): Ditto.
8528
8529 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8530
8531         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8532         clear local variables.
8533         (wl-summary-exit): Call `elmo-commit'.
8534         (wl-summary-switch-to-clone-buffer): Call
8535         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8536         (wl-summary-goto-folder-subr): Ditto.
8537
8538         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8539         POP folder.
8540
8541 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8544         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8545         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8546         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8547         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8548         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8549
8550         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8551
8552 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8553
8554         * wl-summary.el (wl-summary-search-by-subject):
8555         Search parent message from the latest one.
8556
8557 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8558
8559         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8560         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8561
8562         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8563         New user option.
8564
8565         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8566         if elmo-nntp-use-killed-list is nil.
8567         Use `elmo-msgdb-append-to-killed-list'.
8568         (Append numbers confirmed as disappeared to the killed list.)
8569         (wl-summary-confirm-appends): Don't display negative number.
8570
8571 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8572
8573         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8574
8575 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8578         range is `all'.
8579         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8580         `elmo-list-bigger-diff'.
8581
8582 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-summary.el (wl-summary-buffer-exit-func):
8585         New buffer local variable.
8586         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8587
8588 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8589
8590         * wl-demo.el (wl-demo): Fix the last change.
8591
8592 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8593
8594         * wl-demo.el (wl-demo): Don't use `eval'.
8595
8596 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8597
8598         * wl-summary.el (wl-summary-buffer-thread-modified):
8599         New buffer-local variable.
8600         (wl-summary-set-thread-modified): New function.
8601         (wl-summary-thread-modified-p): New function.
8602         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8603         (wl-summary-yank-saved-message): Use function
8604         `wl-summary-set-thread-modified'
8605         (wl-summary-switch-to-clone-buffer): Add
8606         `wl-summary-buffer-thread-modified'.
8607
8608         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8609         (wl-summary-buffer-mark-saved-hook): Ditto.
8610         * wl-summary.el (wl-summary-msgdb-save): New hook
8611         `wl-summary-buffer-message-saved-hook' and
8612         `wl-summary-buffer-mark-saved-hook'.
8613
8614 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8615
8616         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8617
8618 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8619
8620         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8621         don't hide scroll bars under FSF Emacsen because it may incur an
8622         undesirable redrawing.
8623
8624 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8625
8626         * wl-draft.el (wl-draft-edit-string): Call
8627         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8628
8629 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8630
8631         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8632
8633 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8634
8635         * wl-summary.el (wl-summary-msgdb-load-async): Call
8636         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8637
8638 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8639
8640         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8641         fringes in demo buffer; center bitmap logo correctly even if old
8642         Mule is used.
8643
8644 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8645
8646         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8647
8648         * wl-refile.el (wl-refile-subject-alist): New variable.
8649         (wl-refile-subject-alist-file-name): Ditto.
8650         (wl-refile-alist-setup): Rewrite.
8651         (wl-refile-alist-save): Use `elmo-object-save'.
8652         Eliminated arguments.
8653         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8654         (wl-refile-guess-by-subject): New function.
8655         (wl-refile-guess-func-list): Added it.
8656
8657 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8658
8659         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8660         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8661
8662 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8663
8664         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8665         New buffer-local variable.
8666         (wl-summary-buffer-next-folder-func): Ditto.
8667         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8668         if non-nil.
8669         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8670         if non-nil.
8671         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8672         if non-nil.
8673         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8674         if non-nil.
8675
8676 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8677
8678         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8679         permanently in the demo buffer.
8680
8681 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8682
8683         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8684         `mime-entity-fetch-field'.
8685
8686         * wl.el (wl-exit): Delete plugged buffer.
8687
8688         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8689         XEmacs has menubar feature.
8690
8691 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8692
8693         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8694         cannot arrive at the beginning of the buffer under old Emacsen.
8695
8696 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8697
8698         * wl-address.el (wl-address-ldap-search):
8699         Call `ldap-search-entries' with `withdn' argument t.
8700         (wl-complete-field-body): Bind completion-ignore-case as t.
8701         Clear ldap search hash when it was sole completion.
8702         Use elmo-string for pattern string.
8703         (wl-ldap-alias-safe-string): Eliminated needless let.
8704
8705 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8706
8707         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8708         (wl-ldap-alias-sep): New constant.
8709         (wl-ldap-search-attribute-type-list): Ditto.
8710         (wl-ldap-get-value): New function.
8711         (wl-ldap-make-filter): Ditto.
8712         (wl-ldap-make-matched-value-list): Ditto.
8713         (wl-ldap-alias-safe-string): Ditto.
8714         (wl-ldap-register-dn-string): Ditto.
8715         (wl-address-ldap-search): Rewrite.
8716
8717 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8718
8719         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8720         thread is deleted.
8721         (wl-thread-delete-line-from-buffer): Ditto.
8722         (wl-thread-get-exist-children): New function.
8723
8724 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8725
8726         * wl-demo.el (wl-demo): Made it to select various image types.
8727         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8728         from `wl-title-logo'.
8729         (wl-logo-ascii): New variable.
8730         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8731         (wl-demo-copyright-notice): New constant.
8732
8733         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8734
8735 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8736
8737         * wl-vars.el (wl-summary-target-above): Renamed from
8738         wl-summary-temp-above.
8739         * wl-score.el (wl-score-get-score-alist): Use it.
8740         (wl-summary-score-update-all-lines): Use it.
8741         * wl-summary.el: Ditto. (make-variable-buffer-local).
8742
8743 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-vars.el (wl-ldap-port): New user option.
8746
8747         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8748         Rewite whole implementation.
8749         (wl-complete-field-body): Fixed.
8750
8751 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8752
8753         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8754         Choose implementation at compile time.
8755
8756 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8757
8758         * wl-address.el (wl-ldap-search-internal): New function.
8759         (wl-complete-field-to): Use it.
8760
8761 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8764         Use `let' instead of `let*'.
8765         Require 'wl-vars.
8766
8767         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8768         Define as defcustom.
8769         (wl-ldap-base): Ditto.
8770         (wl-use-ldap): Ditto.
8771
8772 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8773
8774         * wl-address.el (wl-ldap-search): New function.
8775         (wl-complete-field-body): Use `wl-ldap-search'.
8776         (wl-ldap-server): New variable.
8777         (wl-ldap-base): Ditto.
8778         (wl-use-ldap): Ditto.
8779
8780 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8781
8782         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8783         (Pointed out by Mito <mit@nines.nec.co.jp>).
8784         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8785         buffer-local variables like `wl-summary-redisplay-internal'.
8786         (wl-summary-redisplay-all-header): Likewise.  Update
8787         Summary view too.
8788
8789 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-summary.el (wl-summary-jump-to-parent-message):
8792         Consider prefix argument.
8793
8794         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8795         when closed thread is deleted.
8796
8797 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8798
8799         * wl-summary.el (wl-summary-jump-to-parent-message):
8800         Consider thread modification.
8801
8802 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8803
8804         * wl-message.el (wl-message-normal-get-original-buffer): Use
8805         `save-excursion'.
8806
8807         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8808         (wl-summary-showto-folder-regexp): Ditto.
8809
8810 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8811
8812         * wl-util.el (wl-delete-alist): Doc fix.
8813         (wl-delete-associations): New function.
8814         (wl-inverse-alist): New function.
8815         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8816         Split temporary variables. Use `wl-delete-associations'
8817         and `wl-inverse-alist'.
8818         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8819
8820 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8821
8822         * wl-folder.el (wl-folder-prefetch-entity):
8823         Execute prefetching if new count is unknown.
8824
8825 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8826
8827         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8828
8829         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8830         delete entity.
8831         (wl-thread-set-parent): If insert as top, set linked as nil.
8832
8833         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8834         `wl-thread-cleanup-symbols' when view mode is thread.
8835
8836 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8837
8838         * wl-folder.el (wl-folder-create-folder-entity): Use
8839         with-current-buffer.
8840         (wl-local-folder-init): Call set-buffer to make sure we are in
8841         the Folder buffer. Don't touch buffer-local variables here.
8842         (wl-folder-mode): Initialize buffer-local variables here.
8843
8844         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8845         (wl-folder-entity-assign-id): Ditto.
8846         (wl-folder-create-entity-hashtb): Ditto.
8847         (wl-local-folder-init): Ditto.
8848         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8849
8850 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8851
8852         * wl-summary.el (wl-summary-default-from): Fix probrem when
8853         std11-extract-address-components return (nil "foo@bar").
8854
8855 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8856
8857         * wl-draft.el (wl-draft-clone-local-variables):
8858         Remove redundant `setq'.
8859
8860 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8863         Bind wl-highlight-x-face-func as nil while highlighting header.
8864
8865 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8866
8867         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8868
8869 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8870
8871         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8872         elmo-msgdb-overview-hashtb from copy-variables.
8873         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8874         instead of `elmo-msgdb-overview-get-entity-by-number'.
8875         (wl-summary-auto-refile): Ditto.
8876
8877         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8878         `elmo-msgdb-overview-get-entity' instead of
8879         `elmo-msgdb-search-overview-entity'.  Use
8880         `elmo-msgdb-overview-get-entity' instead of
8881         `elmo-msgdb-overview-get-entity-by-number'.
8882         (wl-thread-insert-entity-sub): Ditto.
8883         (wl-thread-insert-message): Ditto.
8884
8885         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8886         `elmo-msgdb-overview-get-entity'.
8887         (wl-normal-message-redisplay): Ditto.
8888
8889 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8890
8891         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8892         `wl-thread-entities'.
8893         (wl-thread-delete-message): Fix remove top message from
8894         `wl-thread-entity-list'.
8895
8896         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8897         wl-append(nconc), because update-list is broken on Meadow.
8898
8899         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8900         updating process.
8901         (wl-summary-rescan): Ditto.
8902         (wl-summary-sync-update3): Ditto.
8903         * wl-thread.el (wl-thread-set-parent): Renamed from
8904         `wl-summary-set-parent'.
8905         (wl-thread-insert-message): Updating buffer faster.
8906         (wl-thread-delete-message): Updating buffer faster.
8907
8908         * wl-score.el (wl-summary-score-update-all-lines): Changed
8909         interval for display progress gauge.
8910
8911 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8914         folder always-sticky.
8915         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8916         defmacro.
8917
8918 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8919
8920         * wl-vars.el (wl-draft-add-references): New user option.
8921
8922         * wl-draft.el (wl-draft-add-references): New function.
8923         (wl-draft-yank-from-mail-reply-buffer): Use it.
8924         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8925         as nil.
8926
8927 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8928
8929         * wl-thread.el (wl-thread-update-line-msgs): Called
8930         `wl-thread-update-line-on-buffer-sub'.
8931         (wl-thread-update-line-on-buffer): Delete routine of inserting
8932         thread.
8933         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8934         moved from `wl-thread-update-line-on-buffer'.
8935         Add threshold for displaying progress gauge.
8936         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8937         argument of `wl-thread-update-line-msgs'.
8938         Add threshold for displaying progress gauge.
8939         * wl-folder.el:
8940         Add threshold for displaying progress gauge.
8941         * wl-score.el: Ditto.
8942
8943         * wl-expire.el (wl-summary-expire): Display deleting info.
8944
8945 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8948         `no-msg'.
8949         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8950         argument of `wl-thread-update-line-msgs'.
8951         (wl-summary-set-parent): Added optional argument `parent-number'.
8952         (wl-summary-buffer-saved-message): New buffer local variable.
8953         (wl-summary-save-current-message): New command.
8954         (wl-summary-yank-saved-message): Ditto.
8955         (wl-summary-mode-map): Added key binding for
8956         `wl-summary-save-current-message' (\ew) and
8957         `wl-summary-yank-saved-message' (\C-y).
8958         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8959
8960 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * wl-summary.el (wl-summary-mode-map): Added key binding for
8963         `wl-summary-set-parent' (ts).
8964
8965 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8966
8967         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8968         subject faster. If thread number is reverse, delayed updating
8969         thread.
8970         (wl-summary-search-by-subject): Ditto.
8971         (wl-summary-put-alike): Ditto.
8972         (wl-summary-get-alike): Ditto.
8973         (wl-summary-insert-headers): Insert header of all overview in
8974         buffer.
8975         (wl-summary-rescan): Delayed updating thread. Kill search subject
8976         buffer for wl-summary-search-by-subject.
8977         (wl-summary-sync-update3): Ditto.
8978         (wl-summary-exit): Ditto.
8979         (wl-summary-goto-bottom-of-current-thread): Change for linked
8980         thread.
8981         (wl-summary-overview-create-summary-line): Change line for linked
8982         thread.
8983
8984         * wl-summary.el (wl-summary-update-thread): Use
8985         wl-thread-maybe-get-children-num.
8986         (wl-summary-set-parent): If change parent, move sub thread.
8987         (wl-summary-redisplay-internal): Add horizontal recenter.
8988         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8989
8990         * wl-thread.el (wl-thread-entity-get-linked): New function.
8991         (wl-thread-entity-set-linked): New function.
8992         (wl-thread-create-entity): Add linked element.
8993         (wl-thread-entity-insert-as-top): Use wl-append.
8994         (wl-thread-maybe-get-children-num): If closing thread, return
8995         children msgs.
8996         (wl-thread-update-line-msgs): Displaying progress message.
8997         (wl-thread-update-line-on-buffer-sub): Use
8998         wl-thread-maybe-get-children-num.
8999         (wl-thread-update-line-on-buffer): If update line is not exists,
9000         insert thread.
9001         (wl-thread-delete-message): If delete top msg of thread, search
9002         parent by subject.
9003         (wl-thread-insert-entity): Use
9004         wl-thread-maybe-get-children-num.
9005
9006         * wl-highlight.el (wl-highlight-summary-current-line): change
9007         sregexp for linked thread.
9008         * wl-util.el (wl-count-lines): Count lines.
9009         (wl-horizontal-recenter): horizontal recenter.
9010         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9011         (wl-score-get-alike): Ditto.
9012         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9013         (wl-subject-length-limit): New variable.
9014         (wl-highlight-thread-indent-string-regexp): Changed for linked
9015         thread.
9016
9017 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9018
9019         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9020         New variable (revival).
9021         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9022         by subject matching if there's no in-reply-to nor references field
9023         (revival).
9024
9025 \f
9026 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9029         message.
9030
9031 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9032
9033         * wl-summary.el (wl-summary-reply): Return t if there was a
9034         message at cursor point.
9035         Added unwind-protect.
9036         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9037         returns t.
9038         (wl-summary-cancel-message): Do nothing when there's no message at
9039         cursor point.
9040         (wl-summary-forward): Ditto.
9041         (wl-summary-jump-to-parent-message): Ditto.
9042         (wl-summary-reedit): Ditto.
9043         (wl-summary-edit-addresses): Ditto.
9044         (wl-summary-pipe-message): Ditto.
9045         (wl-summary-print-message-with-ps-print): Ditto.
9046         (wl-summary-print-message): Ditto.
9047         (wl-summary-mark-as-important): Ditto.
9048         (wl-summary-mark-as-unread): Ditto.
9049
9050         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9051         message at cursor point.
9052         (wl-summary-reply-with-citation): Remove unwind-protect.
9053
9054         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9055         subject searching feature.
9056         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9057         Eliminated.
9058
9059 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9062         New variable.
9063         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9064         by subject matching if there's no in-reply-to nor references field.
9065
9066         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9067
9068         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9069         when display is finished.
9070         (wl-folder-open-all): Ditto.
9071         (wl-folder-update-access-group): Ditto.
9072         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9073         * wl-thread.el (wl-thread-close-all): Ditto.
9074
9075         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9076         progress gauge only when it was displayed.
9077         * wl-folder.el (wl-folder-insert-entity): Ditto.
9078
9079 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-summary.el (wl-summary-incorporate): Enclose
9082         `wl-summary-sync-force-update' with save-excursion.
9083
9084 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9085
9086         * wl-summary.el (wl-summary-prefetch-region):
9087         Pass current cursor point to `pos-visible-in-window-p' after
9088         moving cursor to the started point.
9089
9090 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9091
9092         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9093
9094         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9095         fields from the forwarding message.
9096         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9097         `ignored-fields'.
9098
9099 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9100
9101         * wl-mime.el (wl-message-request-partial):
9102         Eliminated argument `msgdb'.
9103         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9104         (wl-mime-combine-message/partial-pieces): Likewise.
9105         * tm-wl.el (wl-message-request-partial): Likewise.
9106         (wl-mime-combine-message/partial-pieces): Likewise.
9107
9108 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9109
9110         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9111         when display is finished.
9112
9113 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9114
9115         * wl-summary.el (wl-summary-goto-folder-subr):
9116         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9117
9118 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9119
9120         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9121         when cursor point is visible.
9122
9123 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9124
9125         * wl-expire.el (wl-expire-archive-get-max-number):
9126         Don't use `file-name-directory'.
9127
9128 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-expire.el (wl-expire-archive-get-max-number):
9131         Use `file-name-directory'.
9132
9133 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9134
9135         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9136         only when there is progress.
9137
9138 2000-04-13  Mito <mit@nines.nec.co.jp>
9139
9140         * wl-summary.el (wl-summary-sync-marks): Display progress.
9141
9142 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9143
9144         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9145         (wl-summary-prev): Move cursor regardless of unread status.
9146         (wl-summary-next): Ditto.
9147
9148 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9151         Added argument `target' and `number'.
9152         * tm-wl.el (wl-summary-burst-subr): New function.
9153         (wl-summary-burst): Use it.
9154
9155 2000-04-10  Mito <mit@nines.nec.co.jp>
9156
9157         * wl-mime.el (wl-burst): New function.
9158         (wl-summary-burst): Use it.
9159
9160 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9161
9162         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9163         as petname when there's no candidate.
9164
9165 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9168         New variable.
9169         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9170
9171         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9172
9173         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9174
9175 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9176
9177         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9178         Use substring of `original' instead of buffer-substring.
9179         (wl-refile-evaluate-rule):
9180         Set `original' argument of wl-refile-expand-newtext.
9181
9182         * wl-summary.el
9183         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9184         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9185         (wl-summary-auto-refile): Check existence of destination folder just
9186         before marking.
9187
9188 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9189
9190         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9191         when wl-refile-get-field-value return nil.
9192
9193 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9194
9195         * wl-refile.el
9196         (wl-refile-expand-newtext): New function imported from Gnus.
9197         (wl-refile-evaluate-rule): Use it.
9198
9199 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-summary.el (wl-summary-print-destination):
9202         Duplicate folder string to avoid putting text-property on
9203         original string.
9204
9205         * wl-refile.el (wl-refile-get-field-value): New function.
9206         (wl-refile-evaluate-rule): New function;
9207         Evaluate refile rule recursively.
9208         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9209         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9210         New function; Check existence of a target folder recursively.
9211         (wl-summary-auto-refile-check-refile-rule-alist):
9212         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9213
9214 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9217
9218         * wl-folder.el (wl-create-folder-entity-from-buffer):
9219         Fixed problem when '}' character is contained in folder name.
9220
9221         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9222
9223 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9224
9225         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9226         (wl-fldmgr-add-completion-all-completions):
9227         Use wl-fldmgr-add-completion-hashtb.
9228
9229 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9230
9231         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9232         wl-fldmgr-add-completion-subr): New functions.
9233         * wl-folder.el (wl-folder-completion-func): New variable.
9234         * wl-summary.el (wl-summary-read-folder):
9235         Use wl-folder-completion-func.
9236
9237         * wl-refile.el: Eliminate throw & catch.
9238
9239         * wl.el (wl-plugged-sending-queue-status): Fixed.
9240
9241 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9242
9243         * wl-draft.el (wl-draft): Put category property on
9244         mail-header-separator.