* wl-mime.el (wl-message-delete-current-part): Use `insert-buffer-substring' instead...
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-mime.el (wl-message-delete-current-part): Use
4         `insert-buffer-substring' instead of `insert-buffer'.
5         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
6
7         * wl-address.el: Add (eval-when-compile (require 'cl)).
8         * wl-addrmgr.el: Ditto.
9         * wl-mime.el: Ditto.
10         * wl-util.el: Ditto.
11
12 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
13
14         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
15         `string-to-int'.
16
17         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
18         `string-to-int'.
19
20         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
21         `string-to-number' instead of `string-to-int'.
22
23         * wl-summary.el (wl-summary-get-list-info)
24         (wl-summary-message-number): Use `string-to-number' instead of
25         `string-to-int'.
26
27         * wl-score.el (wl-score-overview-entity-get-lines)
28         (wl-score-set-mark-below, wl-score-set-expunge-below)
29         (wl-summary-increase-score, wl-score-get-header-entry): Use
30         `string-to-number' instead of `string-to-int'.
31
32         * wl-folder.el (wl-folder-update-diff-line): Use
33         `string-to-number' instead of `string-to-int'.
34
35         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
36         instead of `string-to-int'.
37
38         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
39         instead of `string-to-int'.
40
41         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
42         `string-to-int'.
43
44 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
45
46         * wl-util.el (wl-match-string, wl-match-buffer)
47         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
48         (wl-kill-buffers, wl-local-variable-p)
49         (wl-line-formatter-setup): New backquote style.
50         (wl-count-lines): Use quote instead of backquote.
51
52         * wl-summary.el (wl-summary-buffer-folder-name)
53         (wl-summary-get-alike): Use quote instead of backquote.
54         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
55         backquote style.
56
57         * wl-message.el (wl-message-buffer-cache-buffer-get)
58         (wl-message-buffer-cache-folder-get)
59         (wl-message-buffer-cache-message-get)
60         (wl-message-buffer-cache-entry-make)
61         (wl-message-buffer-cache-hit): New backquote style.
62
63         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
64         backquote.
65         (wl-folder-unread-regex, wl-folder-entity-exists-p)
66         (wl-folder-clear-entity-info)
67         (wl-folder-get-entity-info, wl-folder-set-entity-info)
68         (wl-folder-elmo-folder-cache-get)
69         (wl-folder-elmo-folder-cache-put): New backquote style.
70
71         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
72         (wl-fldmgr-assign-id): Ditto.
73         (wl-fldmgr-delete-line): Use quote instead of backquote.
74         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
75
76         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
77         (wl-draft-set-sent-message): New backquote style.
78         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
79         (wl-draft-config-body-goto-header): Use quote instead of backquote.
80
81 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * wl-address.el (wl-address-concat-token): Fix typo.
84
85 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
86
87         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
88         (wl-score-get-alike): Ditto.
89
90         * wl-vars.el: New backquote style.
91         (wl-message-header-button-alist): Use quote instead of backquote.
92
93         * wl.el (wl-plugged-string): New backquote style.
94
95         * wl-address.el (wl-address-concat-token): New backquote style.
96
97         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
98
99 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
100
101         * wl-highlight.el (wl-highlight-folder-opened-regexp)
102         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
103
104         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
105         in the character alternative.
106
107 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
108
109         * Version number is increased to 2.15.6.
110
111 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
112
113         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
114         optional 3rd argument of epg-context-set-progress-callback; it was
115         temporarily removed in the Emacs trunk due to copyright problem.
116         (wl-mime-pgp-verify-region-with-epg): Ditto.
117
118 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
119
120         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
121
122 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * wl-util.el (wl-biff-check-folders): Set biff flag.
125         (from Naoto Morishima [wl:14031])
126
127 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
128
129         * wl.el (wl-plugged-server-indent): Use quote instead of
130         backquote.
131
132 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl-score.el (wl-score-insert-header): Add guard for
135         `std11-unfold-string'.
136         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
137         TYPE artgument when TO or CC field.
138
139 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * wl-summary.el (wl-summary-goto-folder-subr): Call
142         `elmo-folder-close' instead of `elmo-folder-commit' if discard
143         current summary.
144
145 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-util.el (wl-read-shell-commande): New function or alias.
148
149         * wl-summary.el (wl-summary-pipe-message): Use
150         `wl-read-shell-command' instead of `read-string'.
151         (wl-summary-target-mark-pipe): Ditto.
152
153 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-summary.el (wl-summary-reply): Fix docstring.
156         * wl-draft.el (wl-draft-reply): Ditto.
157
158 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-mime.el (wl-summary-extract-attachments): New command.
161         (wl-summary-extract-attachments-1): New internal function.
162
163 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-expire.el (wl-expire-folder): New function (split from
166         wl-summary-expire).
167         (wl-summary-expire): Use it. Add argument `all' instead of remove
168         `nolist'. Cause an error only if this function is calling
169         interactively.
170
171 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-expire.el (wl-expire-refile): Display progress message.
174         (wl-summary-expire): Simplify.
175
176         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
177         unused argument `deleting-info'.
178
179 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-vars.el (wl-message-popup-buffers): New user option.
182
183         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
184         (wl-message-delete-popup-windows): New function that substitues
185         above one.
186         (wl-mime-setup): Follow the above change.
187
188 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
191
192 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
193
194         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
195         "tkm" to wl-thread-spam.
196
197 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
198
199         * wl-thread.el (wl-thread-entity-insert-as-children): Use
200         wl-thread-entity-set-children.
201         (wl-thread-insert-message, wl-thread-insert-entity-sub,
202         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
203         Use wl-thread-entity-get-*.
204
205 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-mime.el (wl-epg-progress-callback): New function.
208         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
209         with `elmo-with-progress-display'. Set a progress callback
210         function to epg-context.
211         (wl-mime-pgp-verify-region-with-epg): Ditto.
212
213 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-util.el (wl-completing-read-multiple): Define as an alias of
216         `completing-read-multiple' if emacs-version is not less than 22.
217
218 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
221         change.
222
223 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-summary.el (wl-summary-sync-update): Move
226         `wl-thread-update-indent-string-thread' to outside of
227         `elmo-with-progress-display'.
228
229 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
230
231         * wl-message.el (wl-message-exit): Check buffer existence.
232
233 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-util.el (wl-simple-display-progress): New function.
236         (wl-display-progress-with-gauge): Ditto.
237         (wl-progress-callback-function): Ditto.
238
239         * wl.el (wl-init): Set `elmo-progress-callback-function' as
240         `wl-progress-callback-function'
241
242         * wl-vars.el (wl-display-progress-threshold): New user option.
243         (wl-display-progress-function): Ditto.
244
245         * Version number is increased to 2.15.5.
246
247 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-thread.el (wl-thread-close-children): New function.
250         (wl-thread-open-children): Ditto.
251         * wl-action.el (wl-summary-set-mark): Redo the last change by
252         using it.
253
254         * wl-action.el (wl-summary-set-mark): Undo the last change.
255         Forbid interactive call.
256
257 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-mime.el (wl-define-dummy-functions): New macro.
260         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
261         `wl-mime-pgp-decrypt-region'.
262         (wl-mime-pgp-verify-region-with-epg): Renamed from
263         `wl-mime-pgp-verify-region'.
264         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
265         `wl-mime-pgp-decrypt-region'.
266         (wl-mime-pgp-verify-region-with-pgg): Renamed from
267         `wl-mime-pgp-verify-region'.
268         (wl-mime-pgp-decrypt-region): New function; To select dispatch
269         function at runtime.
270         (wl-mime-pgp-verify-region): Ditto.
271
272         * wl-vars.el (wl-use-pgp-module): New user option.
273
274 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
275
276         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
277         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
278
279 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
282         even if there are target marks only.
283
284 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * Version number is increased to 2.15.4.
287
288 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-folder.el (wl-folder-check-one-entity): Simplify.
291
292 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
293
294         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
295         variable.
296
297 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
298
299         * wl-spam.el (wl-thread-test-spam): New function.
300         (wl-spam-setup): Bind "tkc".
301
302 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-expire.el (wl-folder-expire-entity): Rewite without
305         `wl-summary-goto-folder-subr'.
306         (wl-folder-expire-current-entity): Don't kill summary buffer.
307
308 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-folder.el (wl-folder-sync-entity): Rewrite without
311         `wl-summary-goto-folder-subr'.
312         (wl-folder-mark-as-read-all-entity): Likewise.
313
314         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
315
316 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
317
318         * wl-thread.el (wl-thread-force-open): Arranged.
319
320 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
321
322         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
323         from regexp.
324
325         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
326         (wl-read-search-condition-internal): Append them.
327
328 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-vars.el (wl-additional-search-condition-fields):
331         New user option.
332
333         * wl-util.el (wl-search-condition-fields): New function; export
334         from `wl-read-search-condition-internal'.
335         (wl-read-search-condition-internal): Use it.
336
337         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
338
339 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-summary.el (wl-summary-define-sort-command): New function.
342         (wl-summary-sort-by-date, wl-summary-sort-by-number)
343         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
344         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
345         define by `wl-summary-define-sort-command' at runtime.
346
347         * wl.el (wl-init): Call wl-summary-define-sort-command.
348
349 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
352         properties at the decrypting region.
353
354 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-util.el (wl-find-region): New function.
357
358         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
359         coding system.
360         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
361         property `wl-mime-decoded-coding-system'.
362         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
363         property `wl-mime-decoded-coding-system' to encode text.
364
365         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
366         message.
367         (wl-mime-pgp-verify-region): Ditto.
368
369 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
370
371         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
372         buffer. Use epa-display-verify-result.
373
374 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
375
376         * wl-draft.el (wl-draft-send): Continue even if setting parent
377         flag was failed.
378
379 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
380
381         * wl-message.el (wl-message-flag-indicator): Fixed the problem
382         of returning string only of parentheses.
383
384 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-summary.el (wl-summary-write): Add argument `folder'.
387         (wl-summary-write-current-folder): Change argument `folder' from
388         optional to require.
389         (wl-summary-get-buffer): Return the buffer associated folder only.
390
391         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
392         change.
393         (wl-folder-toggle-disp-summary): Ditto.
394
395         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
396         current summary as parent-folder.
397
398 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
399
400         * wl-draft.el (wl-draft-reedit): Don't overwrite
401         wl-draft-parent-folder.
402
403 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
406         (wl-mime-pgp-verify-region): Ditto.
407         (wl-message-decrypt-pgp-nonmime): Use the above function.
408         (wl-message-verify-pgp-nonmime): Likewise.
409         (wl-mime-preview-application/pgp): Likewise.
410
411 2006-04-20  Kenichi Okada  <okada@opaopa.org>
412
413         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
414         Fix about the order of `wl-nntp-posting-port' and
415         `wl-nntp-posting-stream-type'.
416         * wl.el (wl-plugged-port-label-alist): Add smtp.
417
418 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-summary.el (wl-summary-message-status): New macro.
421
422         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
423         (wl-summary-killed-mark): New user option.
424
425         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
426         API change.
427         (wl-thread-insert-entity-sub): Ditto.
428         (wl-thread-recover-messages): New command.
429
430         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
431         Don't call `wl-highlight-summary-current-line' directly.
432         (wl-summary-buffer-attach): Connect to signal `status-changed'
433         instead of `cache-changed'.
434         (wl-summary-buffer-detach): Follow the above change.
435         (wl-summary-detect-mark-position): Follow the API change.
436         (wl-summary-rescan-message): Ditto.
437         (wl-summary-insert-sequential): Ditto.
438         (wl-summary-update-thread): Ditto.
439         (wl-summary-message-mark): Ditto.
440         (wl-summary-persistent-mark): Ditto.
441         (wl-summary-create-line): Ditto.
442         (wl-summary-prefetch-region-no-mark): Call
443         `wl-summary-persistent-mark' with number.
444         (wl-summary-recover-messages-region): New command.
445         (wl-summary-target-mark-recover): Ditto.
446         (wl-summary-recover-message): Ditto.
447         (wl-summary-persistent-mark-string): Add argument `status' instead
448         of remove arguments `flags' and `cached'.  Treat killed status.
449         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
450
451         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
452         (wl-highlight-summary-line-face-spec): Treat killed status.
453         (wl-highlight-summary-line-string): Follow the API change.
454         (wl-highlight-summary-current-line): Ditto.
455
456         * Version number is increased to 2.15.3.
457
458 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
461         of symbolp to test whether the condition is function.
462
463 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
466         to nil.
467
468 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-summary.el (wl-summary-buffer-message-ring): New internal
471         variable.
472         (wl-summary-buffer-last-displayed-msg): Abolish.
473         (wl-summary-push-message): New function.
474         (wl-summary-pop-message): Ditto.
475         (wl-summary-goto-folder-subr): Reset
476         `wl-summary-buffer-message-ring'.
477         (wl-summary-pop-to-last-message): New command.
478         (wl-summary-goto-last-displayed-msg): Call
479         wl-summary-pop-to-last-message if optional argument is non-nil or
480         the last command is itself.
481         (wl-summary-redisplay-internal): Push last message number into
482         `wl-summary-buffer-message-ring'.
483
484         * wl-vars.el (wl-summary-message-ring-max): New user option.
485
486 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
489         from `wl-draft-reply').
490         (wl-draft-reply): Use it.
491         (wl-draft-find-reply-headers): Avoid compile warning.
492
493 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
494
495         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
496
497 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * wl-message.el (wl-message-flag-indicator): New function.
500         (wl-message-redisplay): Use it.
501
502 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
503
504         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
505
506 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
509         instead of `read-event'.
510
511         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
512
513         * wl-mule.el (wl-read-event-char): Ditto.
514
515         * wl-e21.el (wl-read-event-char): Ditto.
516
517 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
518
519         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
520
521 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-vars.el (wl-draft-send-confirm-type): New user option.
524
525         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
526
527         * wl-draft.el (wl-draft-send-confirm): Confirmation by
528         `wl-draft-send-confirm-type'
529
530 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
533         Avoid error when the buffer name is already used.
534
535 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
536
537         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
538         the change of elmo-nmz -> elmo-search.
539         (wl-highlight-summary-line-help-echo-alist): Ditto.
540         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
541         (wl-nmz-folder-icon): Define as obsolete.
542         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
543         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
544
545 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-summary.el (wl-summary-get-list-info): Rewrite with
548         `elmo-find-list-match-value'
549
550 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-summary.el (wl-summary-get-list-info): Optimize.
553         Use List-Id and List-Post also.
554
555 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
556
557         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
558
559 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
560
561         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
562
563 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-util.el (wl-completing-read-multiple-1): New internal function.
566         (wl-completing-read-multiple-2): Ditto.
567         (wl-completing-read-multiple): Define use above functions.
568
569         * wl-summary.el (wl-summary-sort): Removed the workaround for a
570         bug of `completing-read-multiple' about default value.
571
572         * wl-xmas.el (wl-completing-read-multiple): Removed.
573
574         * wl-mule.el (wl-completing-read-multiple): Ditto.
575
576         * wl-e21.el (wl-completing-read-multiple): Ditto.
577
578 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
579
580         * wl-util.el (wl-filter-associations): New function.
581
582         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
583         (wl-spam-ignored-folder-list): Ditto.
584         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
585         (wl-spam-string-member-p): New function.
586         (wl-spam-domain): Use it.
587         (wl-spam-split-numbers): New function.
588         (wl-spam-apply-partitions): Ditto.
589         (wl-spam-register-spam-messages): Use `folder' instead of
590         `wl-summary-buffer-elmo-folder'.
591         (wl-spam-register-good-messages): Ditto.
592         (wl-summary-exec-action-spam): Decide a domain by real folder of
593         message.
594         (wl-summary-exec-action-refile-with-register): Likewise.
595
596 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-e21.el (wl-e21-find-image): New function.
599         (wl-e21-setup-toolbar): Use it instead of `find-image'.
600         (wl-e21-highlight-folder-group-line): Ditto.
601         (wl-folder-init-icons): Ditto.
602         (wl-plugged-init-icons): Ditto.
603         (wl-biff-init-icons): Ditto.
604
605 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
608         (wl-inhibit-save-drafts): New internal variable.
609         (wl-disable-auto-save): Ditto.
610         (wl-save-drafts): Treat above variables.
611         (wl-auto-save-drafts): New function.
612         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
613         `wl-stop-save-drafts'.
614         (wl-start-save-drafts): New function.
615         (wl-stop-save-drafts): Ditto.
616         (wl-set-auto-save-draft): New command.
617
618         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
619         `wl-set-save-drafts'.
620
621 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
624         `make-local-variable' instead of `make-variable-buffer-local'.
625
626 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
629
630 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
633
634 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
637         of working buffer.
638
639 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
642
643         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
644         value into recipients; Bind `wl-draft-remove-group-list-contents'
645         as nil.
646
647 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-summary.el (wl-summary-sort): Fixed the last change.
650
651         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
652         (wl-summary-sort-messages): Ditto.
653         (wl-summary-rescan): Use it.
654         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
655         `completing-read'; Append candidates for reverse order.
656
657 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * Version number is increased to 2.15.2.
660
661 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
664         "Smaller".
665         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
666
667 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
670
671 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-vars.el (wl-draft-additional-header-alist): Add into the
674         customize group `wl-draft'.
675         (wl-draft-add-in-reply-to): Move customize group from `wl' to
676         `wl-draft'.
677         (wl-draft-add-references): Ditto.
678
679         * wl-action.el (wl-summary-print-argument): Rename argument from
680         `folder' to `data'.
681
682 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-summary.el (wl-summary-rescan-message): Call
685         `wl-thread-cleanup-symbols' before insert thread.
686
687 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl.el (wl-init): Set `elmo-get-folder-function' as
690         `wl-folder-make-elmo-folder'.
691
692         * wl-spam.el (wl-summary-exec-action-spam): Use
693         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
694
695         * wl-folder.el (wl-folder-make-elmo-folder): New function.
696         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
697         `elmo-make-folder'.
698         (wl-folder-get-elmo-folder): Ditto.
699         (wl-folder-create-subr): Simplify.
700
701 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
704
705 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
708         contents in message buffer instead of original buffer. If optional
709         argument specified, ask coding system for encode.
710
711 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
712
713         * wl-spam.el (wl-summary-test-spam-region): New function.
714         (wl-spam-setup): Bind "rkc".
715
716 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
719
720 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
721
722         * wl-spam.el (wl-summary-test-spam): Fix typo.
723         (wl-message-check-spam): Ditto.
724
725 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-summary.el (wl-summary-default-from): Simplify.
728
729 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-action.el (wl-summary-exec-action-refile): Simplify.
732         (wl-summary-exec-action-copy): Ditto.
733         (wl-summary-auto-refile): Check existence of temporary mark.
734
735 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-summary.el (wl-summary-create-line): Use
738         `elmo-time-to-datevec'.
739
740         * wl-expire.el (wl-expire-archive-date): Ditto.
741         (wl-expire-localdir-date): Ditto.
742
743         * wl-util.el (wl-day-number): Abolish.
744
745         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
746         of `wl-day-number'.
747         (wl-score-followup): Ditto.
748         (wl-score-add-followups): Ditto.
749         (wl-score-get-latest-msgs): Ditto.
750         (wl-score-get-header-entry): Ditto.
751         (wl-score-edit-insert-date): Ditto.
752
753 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
756         `elmo-message-entity-field' with 2nd argument `type'.
757
758 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
759
760         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
761
762 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
763
764         * wl-thread.el (wl-thread-delete-message): Delete descendant
765         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
766
767 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
768
769         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
770
771 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
774         `Access folder'.
775
776 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-vars.el (wl-access-folder-icon): New user option.
779
780         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
781         `Access folder'.
782
783 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-summary.el (wl-summary-buffer-set-folder): Use
786         `wl-folder-mime-charset'.
787
788         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
789         `mime-charset'.
790         (wl-folder-get-elmo-folder): Ditto.
791         (wl-folder-mime-charset): New function.
792
793 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-util.el (wl-parse-addresses): Define alias of
796         `elmo-parse-addresses' (move to `elmo-util.el').
797
798         * wl-summary.el (wl-summary-default-from): Follow the API change.
799         (wl-summary-overview-entity-compare-by-date): Ditto.
800         (wl-summary-overview-entity-compare-by-from): Ditto.
801         (wl-summary-get-list-info): Get value of `ml-info' field from
802         entity at first.
803         (wl-summary-rescan-message): Treat prefix argument.
804         (wl-summary-prefetch-msg): Follow the API change.
805         (wl-summary-search-by-subject): Ditto.
806         (wl-summary-insert-thread): Ditto.
807         (wl-summary-line-subject): Ditto.
808         (wl-summary-line-from): Ditto.
809         (wl-summary-create-line): Ditto.
810         (wl-summary-print-message-with-ps-print): Ditto.
811
812         * wl-score.el (wl-score-ov-entity-get): Ditto.
813         (wl-score-followup): Ditto.
814         (wl-score-add-followups): Use `elmo-message-entity-field' instead
815         of `car'.
816         (wl-score-get-latest-msgs): Follow the API change.
817         (wl-score-get-header): Ditto.
818
819         * wl-refile.el (wl-refile-learn): Ditto.
820         (wl-refile-subject-learn): Ditto.
821         (wl-refile-get-field-value): Ditto.
822         (wl-refile-guess-by-history): Ditto.
823         (wl-refile-guess-by-subject): Ditto.
824
825         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
826
827         * wl-expire.el (wl-expire-date-p): Removed.
828         (wl-expire-archive-date): Follow the API change.
829         (wl-expire-localdir-date): Ditto.
830         (wl-summary-expire): Ditto.
831
832         * Version number is increased to 2.15.1.
833
834 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
835
836         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
837         group is access or not (it is not strict, like wl-fldmgr-rename).
838
839 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
842         duplicate call of `wl-summary-print-argument' on the wrong line.
843
844 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
847         even if argument `number' is nil.
848         (wl-summary-insert-line): Print action argument if current message
849         has it.
850
851 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
854         (wl-draft-reply): Ditto.
855         (wl-draft): Add optional argument `parent-number' and call
856         `wl-draft-create-buffer' with it.
857         (wl-draft-create-buffer): Add optional argument
858         `parent-number'. Set wl-draft-parent-number as it.
859
860 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-folder.el (wl-folder-set-persistent-mark): If summary
863         buffer is not for given folder, don't use it.
864
865 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * Version number is increased to 2.15.0.
868
869 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
872
873         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
874         (wl-highlight-get-face-by-name): New internal function.
875         (wl-highlight-summary-line-face-spec): Use it and fixed.
876
877 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-sync-update): Use
880         `elmo-message-entity-field' instead of `car' to get message-id
881         from overview entity.
882
883         * wl-summary.el (wl-summary-rescan-message): Call
884         `wl-highlight-summary-displaying' when displaying a message.
885
886 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-draft.el (wl-draft-config-info-filename): Extracted from
889         `wl-draft-config-info-operation'.
890         (wl-draft-buffer-change-number): New function.
891         (wl-draft-rename-saved-config): Ditto.
892         * wl.el (wl-init): Connect slot for message-number-changed.
893         (toplevel): Add autoload for wl-draft-rename-saved-config.
894
895 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
898         `update-overview'
899         (wl-summary-buffer-detach): Disconnect from it.
900         (wl-summary-rescan-message): Use command.
901
902         * wl-message.el (wl-message-buffer-display): Use
903         `with-current-buffer' instead of `save-excursion'.
904
905 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl-mime.el (wl-draft-preview-attributes-list): Protect
908         wl-draft-preview-attributes-list from distraction.
909
910 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * wl-summary.el (wl-summary-sync-update): Sort the return value of
913         `elmo-list-diff'.
914
915 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el
918         (wl-summary-edit-addresses-collect-candidate-fields): Use
919         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
920
921         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
922         instead of `elmo-set-work-buf'.
923
924         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
925         (wl-address-make-address-list): Ditto.
926
927         * Version number is increased to 2.13.3.
928
929 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
932         user option.
933
934         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
935         argument `5'.
936
937         * wl-message.el (wl-message-display-no-merge-p): New function.
938         (wl-message-buffer-display): Check whether the message is
939         reassembled and follow the API change.
940
941 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
944         multibyte on working buffer and removed unnecessary
945         `buffer-disable-undo'.
946
947 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-util.el (wl-read-search-condition-internal): Fixed the last
950         change.
951
952 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
953
954         * wl-util.el (wl-read-search-condition-internal): Protect
955         elmo-global-flags from distraction.
956
957 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
960
961         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
962         (wl-summary-event-handler): Ditto.
963         (wl-summary-update-persistent-mark-on-event): New
964         function (renamed from `elmo-event-handler-flag-changed').
965         (wl-summary-buffer-attach): New function.
966         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
967         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
968         instead of `elmo-folder-add-handler'.
969
970         * Version number is increased to 2.13.2.
971
972 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
975         and "\177" to the `wl-news-previous-page'.
976         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
977         (wl-news-previous-page): New function.
978
979 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
982         instead of `write-region' and simplify.
983
984 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-template.el (wl-template-select): Cause error if
987         `wl-template-alist' is nil.
988
989 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
990
991         * wl-news.el.in: Set file variable `no-byte-compile'.
992
993 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
996         whether a target message is within displaying area.
997         (elmo-event-handler-cache-changed): Ditto.
998
999 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1000
1001         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1002         to `defun'.  Use `nconc' instead of `append' to collect descendant
1003         message numbers.
1004
1005 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1006
1007         * wl-thread.el (wl-thread-save-top-list)
1008         (wl-thread-save-entities): Use `with-temp-buffer'.
1009         * wl-news.el.in (wl-news-previous-version-load):
1010         (wl-news-previous-version-save): Ditto.
1011         * wl-summary.el (wl-summary-load-file-object)
1012         (wl-summary-save-view-cache): Ditto.
1013
1014 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-util.el (toplevel): Require 'elmo-flag'.
1017         (wl-read-search-condition): New function (Renamed from
1018         `elmo-read-search-condition').
1019         (wl-read-search-condition-internal): Likewise.
1020
1021         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1022         invalid.
1023         (wl-summary-pick): Use `wl-read-search-condition' instead of
1024         `elmo-read-search-condition'.
1025         (wl-summary-virtual): Ditto.
1026
1027         * wl-folder.el (wl-folder-virtual): Ditto.
1028         (wl-folder-pick): Ditto.
1029
1030         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1031
1032 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-summary.el (wl-summary-reedit): Call
1035         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1036
1037 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-mime.el (toplevel): Require wl-vars.
1040
1041         * wl-message.el (toplevel): Require cl at compile.
1042
1043         * wl-draft.el (toplevel): Require elmo.
1044
1045 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1048         and do nothing when it is not positive.
1049         (wl-message-buffer-prefetch-next): Ditto.
1050
1051 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1052
1053         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1054         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1055         (wl-summary-redisplay-internal): Ditto.
1056
1057         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1058         message (the condition is borrowed from `wl-check-variables-2').
1059         (wl-summary-redisplay-internal): Ditto.
1060
1061 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-mime.el (wl-draft-nntp-attribute): New function.
1064         (wl-draft-attribute-nntp-posting-server): Use it.
1065         (wl-draft-attribute-nntp-posting-port): Ditto.
1066
1067         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1068         (wl-draft-show-attributes-buffer): Ditto.
1069         (wl-draft-hide-attributes-buffer): Ditto.
1070         (wl-draft-attribute-newsgroups): Ditto.
1071         (wl-draft-attribute-nntp-posting-server): Ditto.
1072         (wl-draft-attribute-nntp-posting-port): Ditto.
1073         (wl-draft-preview-message): Use there functions.
1074
1075         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1076         value.
1077
1078 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1081         (wl-draft-reedit): Ditto.
1082         (wl-draft-queue-flush): Ditto.
1083
1084         * wl-mime.el (wl-message-request-partial): Ditto.
1085         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1086         instead of `elmo-message-fetch'.
1087
1088         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1089
1090         * wl-summary.el (wl-summary-message-string): Ditto.
1091
1092 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-util.el (wl-current-message-buffer): Follow the API change.
1095
1096         * wl-summary.el (wl-summary-redisplay-internal): Call
1097         `wl-summary-mark-as-read' with 2nd argument as nil and update
1098         unread count instead of persistent mark.
1099
1100         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1101         variable.
1102         (wl-message-redisplay): Follow the API change.
1103         (wl-message-buffer-display): Managed mime-entity directly and
1104         return preview buffer only.
1105         (wl-message-display-internal): Rewrite.
1106         (wl-message-buffer-prefetch-subr): Not save return value of
1107         `wl-message-buffer-display'.
1108
1109         * Version number is increased to 2.13.1.
1110
1111 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1112
1113         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1114         'elmo-multiple-fields-body-list' with boundary specified.
1115
1116 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1119         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1120         cache if `wl-summary-resend-use-cache' is non-nil.
1121
1122 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1125         (wl-nntp-posting-stream-type): Ditto.
1126
1127 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1128
1129         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1130
1131 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1132
1133         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1134         message.
1135
1136 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1137
1138         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1139         Abolish.
1140         (wl-summary-buffer-persistent-mark-version): New internal
1141         variable.
1142         (wl-summary-update-mark-and-highlight-window): Check by
1143         wl-summary-persistent-mark-invalid-p.
1144         (wl-summary-update-status-marks): Ditto.
1145         (elmo-event-handler-flag-changed): Rewrite.
1146         (elmo-event-handler-cache-changed): Define.
1147         (wl-summary-prefetch-msg): Does not update persistent mark here.
1148         (wl-summary-delete-cache): Ditto.
1149         (wl-summary-resume-cache-status): Ditto.
1150         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1151         (wl-summary-persistent-mark-invalid-p): New function.
1152         (wl-summary-validate-persistent-mark): Ditto.
1153         (wl-summary-validate-persistent-mark-string): Ditto.
1154         (wl-summary-invalidate-persistent-mark): Ditto.
1155         (wl-summary-update-persistent-mark): Call
1156         `wl-summary-validate-persistent-mark'.
1157         (wl-summary-create-line): Call
1158         `wl-summary-validate-persistent-mark-string'.
1159
1160         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1161         status as t if cache used.
1162
1163 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1166         only if the target is group.
1167         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1168
1169 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1172
1173 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1174
1175         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1176
1177         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1178
1179 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1180
1181         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1182         (Thanks to Yoichi NAKAYAMA).
1183
1184 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-util.el (wl-save-drafts): Restore echo area.
1187
1188 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1189
1190         * Version number is increased to 2.13.0.
1191
1192         * wl-util.el (wl-biff-check-folder-async): Use
1193         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1194
1195 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-message.el (wl-message-display-internal): Does not put
1198         wl-message-display-type property on message buffer.
1199         (wl-message-buffer-display-type): New function.
1200
1201         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1202
1203         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1204         `wl-summary-buffer-detach'.
1205         (wl-summary-message-display-type): Use
1206         `wl-summary-buffer-display-type'.
1207
1208 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1211         buffer-local.
1212
1213         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1214         kill-buffer-hook instead of make-local-variable.
1215         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1216
1217 2004-12-12  Scott Renfro <scott@renfro.org>
1218
1219         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1220         regex for square-branket.
1221
1222 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1225         `wl-message-mime-analysis-p' with argument `header'.
1226
1227 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * wl-mime.el (wl-draft-yank-current-message-entity): 
1230         Switch to no-mime following method according to wl-message-display-type
1231         property.
1232         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1233
1234         * wl-message.el (wl-message-display-internal): 
1235         Put wl-message-display-type property on message buffer.
1236
1237         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1238         (wl-message-display-internal): Ditto;
1239
1240         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1241
1242 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-message.el (wl-message-make-display-type): New function.
1245         (wl-message-display-type-property): Ditto.
1246         (wl-message-mime-analysys-p): Ditto.
1247         (wl-message-display-all-header-p): Ditto.
1248         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1249         added `display-type'.
1250         (wl-message-buffer-display): Likewise.
1251         (wl-message-display-internal): Likewise.
1252         (wl-message-buffer-display-type): Abolish.
1253         (wl-message-buffer-prefetch-subr): Follow the API changed.
1254
1255         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1256         from wl-summary-buffer-display-all-header and changed default value.
1257         (wl-summary-message-display-type): New function.
1258         (wl-summary-buffer-display-mime-mode): Ditto.
1259         (wl-summary-buffer-display-header-mode): Ditto.
1260         (wl-summary-toggle-mime): Rewrite with above functions.
1261         (wl-summary-toggle-all-header): Ditto.
1262         (wl-summary-redisplay): Force redisplay with default mode.
1263         (wl-summary-redisplay-internal): Renamed argument from `mode',
1264         `all-header' to `mime-mode', `header-mode'.
1265         Use `wl-message-make-display-type'.
1266
1267         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1268         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1269
1270 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1271
1272         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1273
1274 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1275
1276         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1277         in original message buffer.
1278         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1279         buffer.
1280
1281 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1284
1285 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1288
1289 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1290
1291         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1292         when actions succeeded.
1293         (wl-summary-exec-action-copy): Likewise.
1294
1295 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1296
1297         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1298         there is switch-to-buffer at the end of wl-message-select-buffer.
1299         (wl-summary-reply): Ditto.
1300
1301 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1302
1303         * wl-summary.el (wl-summary-forward): Put subject in original
1304         message buffer as argument of wl-draft-forward.
1305         * wl-draft.el (wl-draft-forward): Decode subject as in
1306         wl-draft-reply.
1307
1308 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1311         a folder under access group.
1312
1313 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1314
1315         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1316         wl-message-buffer-display.
1317
1318         * wl-util.el (wl-set-save-drafts): Fix typo.
1319
1320 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1321
1322         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1323         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1324         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1325         the way to measure the width of a bitmap image; don't put face on
1326         ascii and bitmap images; put the mark which should not use the
1327         variable-pitch face on ascii and bitmap images.
1328         (wl-demo-setup-properties): Don't use the variable-pitch face on
1329         ascii and bitmap images; made it work on Emacs 20 and earlier.
1330         (wl-demo-insert-text): End with a newline at the bottom; don't put
1331         face on text.
1332
1333         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1334
1335 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1338
1339         * wl-util.el (wl-save-drafts): Moved from sample setting.
1340         (wl-set-save-drafts): New function to set idle timer.
1341         * wl-draft.el (wl-draft): Call it.
1342         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1343
1344 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1345
1346         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1347         a summary which has toggle display status off.
1348
1349 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-draft.el (wl-draft-do-fcc): No cache save.
1352
1353 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-summary.el (elmo-event-handler-flag-changed): Use
1356         `set-buffer' instead of `with-current-buffer'.
1357
1358 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1359
1360         * wl-summary.el (wl-summary-after-resize-function): New function.
1361         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1362         window-size-change-functions.
1363
1364 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-draft.el (wl-draft-create-buffer): Bind
1367         `change-major-mode-hook' after current buffer is changed.
1368
1369         * wl-summary.el (wl-summary-buffer-detach): New function.
1370         (wl-summary-buffer-set-folder): Call it.
1371         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1372         change-major-mode-hook and kill-buffer-hook.
1373         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1374         (wl-summary-switch-to-clone-buffer): Ditto.
1375         (wl-summary-goto-folder-subr): Ditto.
1376
1377 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1378
1379         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1380         after boundp check.
1381
1382 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1385         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1386         for `kill-buffer'.
1387
1388         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1389         handler of current buffer from elmo-folder.
1390
1391 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1394
1395 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1398         variable.
1399         (wl-summary-event-handler): New class.
1400         (elmo-event-handler-flag-changed): Define to update persistent
1401         mark.
1402         (wl-summary-buffer-set-folder): Register event handler to
1403         elmo-folder.
1404         (wl-summary-exit): Unregister event handler.
1405         (wl-summary-goto-folder-subr): Ditto.
1406         (wl-summary-mark-as-read-all): Does not call
1407         `wl-summary-update-persistent-mark' directly.
1408         (wl-summary-mark-as-read-internal): Ditto.
1409         (wl-summary-set-persistent-mark-internal): Ditto.
1410         (wl-summary-set-flags-internal): Ditto.
1411
1412         * Version number is increased to 2.11.33.
1413
1414 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1415
1416         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1417         to nil.
1418
1419 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1420
1421         * wl-spam.el (wl-spam-setup): Add hook
1422         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1423         instead of `wl-summary-prepare-hook'.
1424
1425         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1426         if folder type is `'flag'.
1427         (wl-summary-mark-as-important): Ditto.
1428
1429 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-address.el (wl-address-minibuffer-history): New variable.
1432         (wl-address-minibuffer-local-map): New keymap.
1433         (wl-address-read-from-minibuffer): New function.
1434
1435         * wl-action.el (wl-summary-get-resend-address): Use
1436         `wl-address-read-from-minibuffer' instead of `completing-read'.
1437
1438 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * Version number is increased to 2.11.32.
1441
1442 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1445         without mule to iso-8859-1.
1446         (wl-draft-add-in-reply-to): Add note in description.
1447         (wl-draft-add-references): Ditto.
1448
1449 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1450
1451         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1452         definition for `m'.
1453         (wl-summary-mode-line-format): Add '[%m]'.
1454         (wl-message-mode-line-format-spec-alist): Ditto.
1455         (wl-summary-display-mime-mode-list): New variable.
1456
1457         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1458         from wl-summary-buffer-display-as-is.
1459         (wl-summary-buffer-display-all-header): New buffer local variable.
1460         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1461         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1462         instead of wl-summary-buffer-display-as-is.
1463         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1464         (wl-summary-set-persistent-mark): Ditto.
1465         (wl-summary-set-message-buffer-or-redisplay): Just call
1466         `wl-summary-redisplay-internal' without optional arguments.
1467         (wl-summary-toggle-mime): Rewrite.
1468         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1469         (wl-summary-toggle-all-header): New function.
1470         (wl-summary-redisplay-internal): Treat mime mode.
1471
1472         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1473         to wl-mime-preview-follow-no-mime.
1474         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1475         accodring to the display-mode.
1476
1477         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1478         (wl-message-buffer-display): Changed argument name from `as-is' to
1479         `mode'.
1480         (wl-message-display-internal): Ditto;
1481         Bind elmo-mime-display-header-analysis according to the mode.
1482         (wl-message-display-internal): Put wl-message-display-mime-mode
1483         property on entire buffer.
1484
1485 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1488
1489 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1492         Don't extract mail address.
1493         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1494
1495         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1496
1497         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1498
1499 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1502         wl-fldmgr-cut-entity-list on confirmation.
1503
1504 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1505
1506         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1507         (wl-mime-quit-preview): Check existence of
1508         mime-edit-temp-message-buffer here.
1509
1510 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1513         after deletion.
1514
1515         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1516         before calling wl-mime-quit-preview.
1517
1518 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1519
1520         * wl-summary.el (wl-summary-pick): If call it with prefix
1521         argument, set `delete-marks' as non-nil. Pick from only visible
1522         messages.
1523         (wl-summary-check-target-mark): New function.
1524         (wl-summary-target-mark-mark-as-read): Use it.
1525         (wl-summary-target-mark-mark-as-unread): Ditto.
1526         (wl-summary-target-mark-operation): Ditto.
1527         (wl-summary-target-mark-set-flags): Ditto.
1528         (wl-summary-target-mark-save): Ditto.
1529         (wl-summary-target-mark-pick): Ditto.
1530         (wl-summary-target-mark-forward): Ditto.
1531         (wl-summary-target-mark-reply-with-citation): Ditto.
1532         (wl-summary-target-mark-print): Ditto.
1533         (wl-summary-target-mark-uudecode): Ditto.
1534
1535         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1536         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1537         with `ask-coding' is non-nil.
1538
1539 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1540
1541         * wl-thread.el (wl-thread-set-parent): If parent is a message
1542         which is identified by references, set linked as nil.
1543
1544 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1545
1546         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1547         (wl-message-mode-line-format-spec-alist): Ditto.
1548         (wl-message-mode-line-format): Ditto.
1549         (wl-summary-mode-line-format): Ditto for docstring.
1550         (wl-summary-no-mime-folder-list): Fix typo.
1551
1552         * wl-util.el (wl-current-message-buffer): Call
1553         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1554
1555         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1556         variable.
1557         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1558         of `wl-summary-redisplay-no-mime'.
1559         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1560         (wl-summary-toggle-mime): New function.
1561         (wl-summary-redisplay-all-header): Rewrite.
1562         (wl-summary-redisplay-no-mime): Ditto.
1563         (wl-summary-redisplay-internal): Added argument `as-is' and
1564         `all-header'.
1565
1566         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1567         New variable.
1568         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1569         bottom.
1570         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1571         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1572         "/" unconditionally.
1573
1574         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1575         wl-mime-preview-follow-no-mime for as-is content.
1576         (wl-mime-preview-follow-no-mime): New function.
1577         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1578
1579         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1580         and added `as-is', `all-header'.
1581         (wl-message-buffer-display): Ditto.
1582         (wl-message-buffer-display-type): New function.
1583
1584 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1585
1586         * wl-vars.el (wl-message-header-button-alist): Change default
1587         value.
1588         (wl-message-body-button-alist): Ditto.
1589
1590 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1593
1594 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1595
1596         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1597
1598 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1599
1600         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1601         is always true.
1602
1603 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1604
1605         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1606         on null entity.
1607
1608 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1611
1612 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-vars.el (wl-summary-resend-hook): New hook.
1615
1616         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1617         `wl-summary-resend-hook'.
1618
1619 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1622         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1623         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1624         (wl-summary-new-cached-mark): Changed default value to 'n'.
1625         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1626         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1627         (wl-folder-sync-range-alist): Remove spec for 'flag.
1628         (wl-summary-force-prefetch-folder-list): New user option.
1629
1630         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1631         `wl-summary-toggle-persistent-mark'.
1632         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1633         number is nil.
1634         (wl-summary-mark-as-answered-region): Set interactive argument of
1635         `wl-summary-set-persistent-mark-internal'.
1636         (wl-summary-mark-as-important-region): Ditto.
1637         (wl-summary-unset-persistent-mark): Ditto.
1638         (wl-summary-set-persistent-mark): Ditto.
1639         (wl-summary-mark-as-answered): Ditto.
1640         (wl-summary-mark-as-important): Ditto.
1641         (wl-summary-set-persistent-mark-internal): Do nothing
1642         when `elmo-message-flag-available-p' is nil.
1643         (wl-summary-toggle-persistent-mark): New function.
1644         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1645         when the folder matches `wl-summary-force-prefetch-folder-list'.
1646
1647
1648         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1649         when number is nil.
1650         (wl-highlight-summary-forwarded-face): New face.
1651
1652 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * Version number is increased to 2.11.31.
1655
1656 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1659         (wl-biff-check-folder-async): Ditto.
1660         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1661
1662 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1663
1664         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1665         Add an argument `reverse'.  All callers are updated.
1666         (wl-summary-sort): Add a prefix argument `reverse' to specify
1667         reverse sorting.
1668         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1669         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1670         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1671
1672 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1673
1674         * wl-message.el (wl-message-redisplay): Does not narrow header if
1675         disply-type is all-header or as-is.
1676
1677         * wl-summary.el (wl-summary-enter-handler): Use
1678         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1679
1680 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1681
1682         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1683         after adding wl-draft-parent-variables.
1684         (wl-draft-forward): Ditto.
1685
1686 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1687
1688         * wl-summary.el (wl-summary-sync-marks): Call
1689         `wl-summary-set-persistent-mark' and
1690         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1691         (wl-summary-set-persistent-mark-internal): Add 4th argument
1692         `no-server'.
1693         (wl-summary-unset-persistent-mark): Ditto.
1694         (wl-summary-set-persistent-mark): Ditto.
1695         (wl-summary-add-flags-internal): Abolish.
1696         (wl-summary-remove-flags-internal): Ditto.
1697         (wl-summary-mark-as-important-internal): Ditto.
1698         (wl-summary-mark-as-important): Use
1699         `wl-summary-set-persistent-mark' instead of
1700         `wl-summary-add-flags-internal'.
1701         (wl-summary-mark-as-important-region): Ditto.
1702
1703         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1704
1705         * wl-summary.el (wl-summary-get-available-flags): New function.
1706         (wl-summary-sync-marks): Use it and simplified.
1707         (wl-summary-unset-persistent-mark): Use
1708         `wl-summary-get-available-flags'.
1709         (wl-summary-set-persistent-mark): Ditto.
1710
1711 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1712
1713         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1714         id.
1715
1716 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1719         number, call `wl-summary-prev-line-content'. Show message when the
1720         message is not found.
1721
1722 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1725         wl-summary-enter-handler.
1726         (wl-summary-enter-handler): New command.
1727
1728         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1729         docstring and custom spec.
1730
1731         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1732         flags too; Don't treat Cached and New.
1733         (wl-summary-set-persistent-mark): Ditto.
1734
1735         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1736         `wl-folder-set-flag'.
1737
1738         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1739         instead of `wl-folder-set-flag'.
1740
1741         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1742         for completion.
1743         (wl-summary-set-persistent-mark): Ditto.
1744
1745         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1746         instead of `wl-draft-quit-preview'.
1747
1748         * wl-mime.el (toplevel): Avoid compile warning.
1749         (wl-mime-quit-preview): New function
1750         (formarly defined as `wl-draft-quit-preview').
1751         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1752         quitting method.
1753
1754         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1755
1756         * wl-folder.el (wl-folder-set-flag): Renamed from
1757         `wl-draft-set-flag-on-parent'.
1758
1759         * wl-draft.el (wl-draft-quit-preview): New function.
1760         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1761         (wl-draft-send): Call `wl-folder-set-flag' instead of
1762         `wl-draft-set-flag-on-parent'.
1763         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1764
1765 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1766
1767         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1768         (wl-draft-send): Ditto.
1769
1770 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1771
1772         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1773         (wl-draft-kill-pre-hook): Set default value as nil.
1774         (wl-summary-reply-hook): Ditto.
1775         (wl-draft-kill-flags): Abolish.
1776
1777         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1778         (wl-draft-parent-variables): Renamed from
1779         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1780         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1781         argument; Add wl-draft-parent-variables to
1782         wl-draft-config-variables.
1783         (wl-draft-reply): Likewise.
1784         (wl-draft-kill-flags): Abolish.
1785         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1786         (wl-draft-set-flag-on-parent): New function.
1787         (wl-draft-setup-parent-flag): Ditto.
1788
1789 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1790
1791         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1792         `wl-draft-parent-folder' is "".
1793
1794 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1795
1796         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1797         (wl-summary-digit-jump): New function.
1798         (Adviced by John Owens and Hiroya Murata)
1799
1800         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1801         (Adviced by John Owens)
1802
1803         * wl-xmas.el (wl-message-define-keymap): Ditto.
1804
1805         * wl-mule.el (wl-message-define-keymap): Ditto.
1806
1807 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1810         change of return value of elmo-folder-count-flags.
1811
1812         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1813         (wl-summary-mark-as-read-internal): Ditto.
1814         (wl-summary-set-persistent-mark-internal): Ditto.
1815         (wl-summary-folder-info-update): Ditto.
1816         (wl-summary-sync-update): Fixed the last change.
1817
1818         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1819
1820 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1821
1822         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1823         (wl-draft-kill-flags): Fixed docstring.
1824
1825         * wl-draft.el (wl-draft-kill-flags): New function.
1826         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1827
1828 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1829
1830         * wl-vars.el (wl-reply-hook): Abolish.
1831         (wl-draft-reply-hook): New hook.
1832         (wl-summary-reply-hook): Ditto.
1833         (wl-draft-forward-hook): Ditto.
1834         (wl-summary-forward-hook): Ditto.
1835         (wl-draft-kill-flags): New variable.
1836
1837         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1838         wl-summary-set-persistent-mark-internal.
1839         (wl-summary-sync-marks): Use elmo-preserved-flags.
1840         (wl-summary-update-persistent-mark): Make it interactive.
1841         (wl-summary-set-persistent-mark-internal): New inline function.
1842         (wl-summary-mark-as-answered): Use it.
1843         (wl-summary-mark-as-unanswered): Ditto.
1844         (wl-summary-unset-persistent-mark): New function.
1845         (wl-summary-set-persistent-mark): Ditto.
1846         (wl-summary-reply): Don't set answered flag;
1847         Run wl-summary-reply-hook instead.
1848         (wl-summary-forward): Call wl-draft-forward with number.
1849         Run wl-summary-forward-hook.
1850
1851         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1852         (wl-highlight-summary-line-face-spec): Use it as a default
1853         persistent mark face.
1854
1855         * wl-draft.el (wl-draft-forward): Added optional argument number;
1856         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1857         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1858         (wl-draft-kill): Use wl-draft-kill-flags.
1859
1860         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1861
1862         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1863         of return value of elmo-folder-count-flags.
1864
1865         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1866
1867         * wl-summary.el (wl-summary-count-unread): Ditto.
1868         (wl-summary-sync-update): Follow the change above.
1869         (wl-summary-force-prefetch): New function.
1870
1871 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1872
1873         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1874         variable `buf' with `let' instead of `setq'.
1875
1876 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1877
1878         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1879         add Content-Disposition heaeder on the deleted part.
1880
1881 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1882
1883         * wl-draft.el (wl-draft-save): Encode address list under edit by
1884         `eword-encode-unstructured-field-body'.
1885
1886         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1887
1888 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1891         wl-current-summary-buffer.
1892
1893 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1894
1895         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1896         `numbers' is ignored.
1897
1898 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1899
1900         * wl-folder.el (wl-folder-open-folder): Avoid error.
1901         Reported by John Owens, [wl-en:815]
1902
1903         * wl.el (wl): Set timer for biff process even if prefix argument
1904         is given or auto-checking is quitted.
1905
1906         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1907         immediately.
1908         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1909         (wl-toggle-plugged): Ditto.
1910
1911         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1912         * wl-util.el (wl-biff-start): Use idle timer if
1913         `wl-biff-use-idle-timer' is non-nil.
1914
1915 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1916
1917         * wl-highlight.el (wl-highlight-message): Fix description.
1918
1919 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1922         tty.
1923
1924 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-action.el (wl-summary-exec): Print failure count.
1927
1928 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1931         to `defun', remove interactive form.
1932         Set elmo-message-fetch-confirm when force-reload is non-nil.
1933
1934 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1935
1936         * wl-summary.el (toplevel): Removed unnecessary autoload.
1937
1938 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1941         the buffer is generated from another message buffer.
1942
1943 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1944
1945         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1946         extracted from `wl-fldmgr-save-folders'.
1947         (wl-fldmgr-delete): Call it after deletion.
1948
1949 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1950
1951         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1952         multi-tty support.
1953
1954 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1957
1958 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1959
1960         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1961         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1962
1963 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1964
1965         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1966         unsubscribe list only if argument CLEAR is nil.
1967
1968 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969
1970         * wl-draft.el (wl-draft-reply): Decode subject before removing
1971         Re: prefix.
1972
1973 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1974
1975         * wl-summary.el (wl-summary-sort-by-size): New command.
1976
1977 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1978
1979         * wl-summary.el (wl-summary-number-list-from-region): New
1980         function.
1981         (wl-summary-mark-as-read-region): Use it.
1982         (wl-summary-mark-as-unread-region): Ditto.
1983         (wl-summary-set-flags-region): Ditto and add optional argument
1984         remove.
1985         (wl-summary-mark-as-answered-region): Ditto.
1986         (wl-summary-mark-as-important-region): Ditto.
1987         (wl-summary-target-mark-mark-as-important): Added optional
1988         argument remove.
1989         (wl-summary-target-mark-mark-as-answered): Ditto.
1990         (wl-summary-target-mark-set-flags): Ditto.
1991
1992 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1993
1994         * wl-summary.el (wl-summary-set-flags-region): Call
1995         `wl-summary-set-flags-internal' with number list instead of call
1996         one by each message.
1997         (wl-summary-target-mark-set-flags): Likewise.
1998
1999 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2000
2001         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2002         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2003         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2004         (wl-summary-target-mark-mark-as-answered): Likewise.
2005
2006 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-summary.el (wl-summary-target-mark-forward): Use
2009         `wl-summary-delete-all-target-marks' instead of
2010         `wl-summary-delete-all-temp-marks'.
2011         (wl-summary-target-mark-reply-with-citation): Ditto.
2012         (wl-summary-target-mark-uudecode): Ditto.
2013         (wl-summary-target-mark-set-flags): Ditto and remove needless
2014         cursor move.
2015
2016 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2017
2018         * wl-summary.el (wl-summary-target-mark-forward): Protect
2019         wl-summary-buffer-target-mark-list from nreverse.
2020         (wl-summary-target-mark-reply-with-citation): Ditto.
2021
2022 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2025         `elmo-display-progress-threshold'.
2026
2027 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2030         check `wl-summary-highlight'.
2031         (wl-summary-window-scroll-functions): Respect value of
2032         `wl-summary-highlight'.
2033         (wl-summary-sync-update): Run hooks
2034         `wl-summary-buffer-window-scroll-functions' at any time.
2035
2036 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2039         from `wl-summary-cleanup-temp-marks'.
2040         (wl-summary-cleanup-temp-marks): Abolish argument.
2041         * wl.el (wl-save-status): Revert previous change.
2042         (wl-execute-temp-marks): New function, call
2043         `wl-summary-exec-with-confirmation'.
2044         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2045         (wl-folder-save-and-exec-marks): Abolished.
2046
2047 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2048
2049         * wl-e21.el (wl-e21-display-image-p): Respect
2050         `wl-highlight-folder-with-icon'.
2051         (wl-e21-highlight-folder-group-line): Highlight mouse line
2052         even if wl-e21-display-image-p is nil.
2053
2054         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2055         Respect value of `wl-summary-highlight'.
2056
2057         * wl.el (wl-save-status): Remove unused variable.
2058
2059         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2060         (wl-folder-mode-map): Bind it to "x".
2061
2062 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2063
2064         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2065
2066         * wl-thread.el (wl-thread-get-parent-list): Don't check
2067         disconnected ancestors, neglecting needless work in
2068         `wl-thread-update-indent-string-thread'.
2069
2070         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2071         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2072         argument, add argument default-keep to keep marks by default.
2073
2074         * Version number is increased to 2.11.30.
2075
2076         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2077         customization type and docstring.
2078         (wl-draft-reply-without-argument-list): Ditto.
2079
2080 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2083
2084         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2085
2086 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2089
2090 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2093         save-excursion so as not to include run-hooks.
2094
2095 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2098         Clarify that marks are going to be cleared.
2099
2100 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2103         according to 3rd element of wl-summary-flag-mark.
2104
2105         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2106
2107 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-action.el (wl-summary-target-mark-all): Don't set
2110         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2111
2112 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2115         (wl-forward-subject-prefix): Ditto.
2116         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2117         (wl-draft-reply-make-subject): Ditto.
2118
2119         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2120         `wl-draft-forward'.
2121         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2122
2123 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2124
2125         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2126         target message does not exist.
2127
2128 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2129
2130         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2131         `wl-subject-prefix-regexp'.
2132         (wl-subject-forward-prefix-regexp): New variable.
2133         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2134         `wl-draft-strip-subject-re' and take regexp as argument.
2135         (wl-draft-forward): Use it.
2136         (wl-draft-reply): Ditto.
2137
2138 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2139
2140         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2141         emacs multi-tty support.
2142
2143 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2144
2145         * wl-e21.el (wl-e21-display-image-p): Don't call
2146         `display-images-p'.
2147         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2148         support.
2149         (wl-highlight-folder-current-line): Ditto.
2150         (wl-folder-init-icons): Ditto.
2151
2152 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2153
2154         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2155         the last line of summary in unplugged mode.
2156
2157 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2158
2159         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2160
2161 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2162
2163         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2164         * wl-address.el (wl-address-user-mail-address-p): Use it.
2165         (wl-address-delete-user-mail-addresses): Ditto.
2166         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2167
2168         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2169         (wl-address-delete-user-mail-addresses): Ditto.
2170
2171         * wl-address.el (wl-address-delete-user-mail-addresses): New
2172         function.
2173         * wl-refile.el (wl-refile-guess-by-history): Use it.
2174         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2175         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2176
2177         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2178         use wl-address-user-mail-address-p.
2179
2180 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2181
2182         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2183         after opening group.
2184
2185 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2186
2187         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2188         of elmo-set-buffer-multibyte.
2189
2190         * wl-message.el (wl-original-message-mode): Ditto.
2191
2192         * wl-score.el (wl-score-insert-header): Ditto.
2193
2194         * wl-summary.el
2195         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2196         (wl-summary-goto-folder-subr): Ditto.
2197         (wl-summary-insert-headers): Ditto.
2198
2199         * wl-util.el (wl-set-string-width): Ditto.
2200
2201         * Version number is increased to 2.11.29.
2202
2203 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2206         (wl-highlight-summary-line-help-echo-alist): New variable.
2207         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2208         into `wl-highlight-summary-line-help-echo' and
2209         `wl-highlight-flag-folder-help-echo'.
2210         (wl-highlight-summary-line-string): Change accordingly.
2211         (wl-highlight-summary-current-line): Ditto.
2212
2213 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2216         at the beginning of field body (Thanks to Markus Knittig).
2217
2218         * wl-draft.el (wl-draft-insert-current-message): Also check
2219         summary buffer, remove unnecessary tag.
2220
2221 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2224         when wl-message-buffer is nil.
2225
2226         * wl-folder.el (wl-folder): Abolish unused argument.
2227         Call wl-folder-init when wl-folder-entity is nil.
2228         * wl.el (wl): Change accordingly.
2229
2230 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2231
2232         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2233         multibyte string before insert into draft buffer.
2234         (wl-draft-create-buffer): Always enable multibyte characters for
2235         draft buffer.
2236
2237         * Version number is increased to 2.11.28.
2238
2239 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2240
2241         * wl-folder.el (wl-folder-open-close): Handle blank line.
2242         (wl-folder-jump-to-current-entity): Ditto.
2243
2244 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2245
2246         * Version number is increased to 2.11.27.
2247
2248 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-thread.el (wl-thread-insert-message): When the thread is
2251         devided by wl-summary-max-thread-depth, insert line at the end of
2252         buffer.
2253
2254 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2255
2256         * Version number is increased to 2.11.26.
2257
2258 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2261
2262 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2263
2264         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2265         value of stream-type and session.
2266
2267 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2268
2269         * Version number is increased to 2.11.25.
2270
2271 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2272
2273         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2274         in a quit message.
2275
2276 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2279         (wl-summary-redisplay-no-mime-internal): Ditto.
2280
2281 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282
2283         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2284         * wl-vars.el (wl-smtp-connection-type): Ditto.
2285
2286 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2287
2288         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2289         for the separator line and quote mail-header-separator.
2290
2291 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2294         result message.
2295
2296         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2297         `elmo-multiple-fields-body-list' with boundary as
2298         mail-header-separator.
2299
2300 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2301
2302         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2303
2304 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-util.el (wl-list-diff): Remove unused function.
2307
2308         * wl-draft.el (wl-draft-send-confirm): Discard input before
2309         confirmation.
2310
2311 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2312
2313         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2314         order of flag and new.
2315
2316 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-vars.el (wl-refile-policy-alist): Abolished.
2319
2320         * wl-action.el (wl-summary-set-action-refile): Follow the change
2321         above.
2322
2323 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * wl-highlight.el (wl-highlight-signature-search): Don't use
2326         re-search-backward for a long word since it is possible to crash
2327         XEmacs because of a bug.
2328
2329 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2330
2331         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2332
2333 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2336         argument for wl-summary-sync-force-update.
2337
2338 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2339
2340         * wl-summary.el (wl-summary-mode-map): Revival of
2341         wl-summary-mark-as-important related bindings;
2342         Bind 'F','tF','mF','rF','m&'.
2343         (wl-summary-mark-as-important-region): Revival.
2344         (wl-summary-target-mark-mark-as-important): Ditto.
2345         (wl-summary-target-mark-operation): New function.
2346         (wl-summary-target-mark-mark-as-answered): Use it.
2347         (wl-summary-decide-flag): Don't set Important as default.
2348         (wl-summary-mark-as-important-internal): Revival.
2349         (wl-summary-mark-as-important): Ditto.
2350
2351         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2352
2353         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2354         instead of facep.
2355
2356 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-dnd.el (wl-dnd-drop-func): Fix.
2359
2360         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2361         mouse-set-point instead of posn-point.
2362
2363         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2364
2365         * wl-mule.el (wl-completing-read-multiple): Ditto.
2366
2367 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2368
2369         * wl-demo.el (face-background-name): Defalias to avoid compile
2370         warning.
2371
2372 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2373
2374         * wl-summary.el (wl-summary-decide-flag): Use
2375         wl-completing-read-multiple instead of completing-read-multiple.
2376
2377         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2378         New alias.
2379
2380         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2381         Use face-background-name instead of face-background.
2382
2383         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2384
2385         * wl-summary.el (wl-summary-save): Use it.
2386         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2387
2388         * wl-mime.el (wl-mime-save-content): Fix last change.
2389
2390 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2391
2392         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2393         New function.
2394         (wl-summary-sort-specs): Added sort.
2395         * wl-mime.el (wl-mime-save-content): Expand file name.
2396
2397 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2400
2401         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2402
2403 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2406         for flag if it is not defined.
2407
2408 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2409
2410         * wl-e21.el (wl-highlight-folder-current-line): Use
2411         elmo-folder-type-internal when elmo-folder-type returns nil.
2412
2413         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2414
2415         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2416
2417         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2418
2419         * wl-e21.el (wl-summary-toolbar): Ditto.
2420
2421         * wl-vars.el (wl-demo-background-color): Abolished.
2422         (wl-summary-persistent-mark-priority-list): Renamed from
2423         wl-summary-flag-priority-list.
2424         (wl-summary-flag-alist): New user option.
2425         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2426         (wl-message-mode-line-format-spec-alist): Added 'F'.
2427         (wl-message-mode-line-format): Likewise.
2428         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2429         instead of wl-summary-important-mark.
2430         (wl-file-folder-icon): New variable.
2431
2432         * wl-thread.el (wl-thread-set-flags): Renamed from
2433         wl-thread-mark-as-important.
2434
2435         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2436         warning.
2437         (wl-summary-mode-menu-spec): Follow the change of 
2438         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2439         (wl-summary-mode-map): Follow the change of
2440         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2441         (wl-summary-detect-mark-position): Follow the variable name change.
2442         (wl-summary-set-flags-region): New function for the replacement of
2443         wl-summary-mark-as-important-region.
2444         (wl-summary-sync-marks): Sync all global-flags.
2445         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2446         instead of elmo-message-flagged-p.
2447         (wl-summary-persistent-mark-string): Follow the variable name change;
2448         Put wl-summary-flag-mark if the message has global-flag.
2449         (wl-summary-target-mark-set-flags): Renamed from 
2450         wl-summary-target-mark-mark-as-important.
2451         (wl-summary-decide-flag): New function.
2452         (wl-summary-set-flags-internal): Renamed from
2453         wl-summary-mark-as-important-internal.
2454         (wl-summary-add-flags-internal): New function.
2455         (wl-summary-remove-flags-internal): Ditto.
2456         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2457         (wl-summary-mark-as-unimportant): Abolish.
2458         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2459         (wl-summary-next-message): List flagged messages in the msgdb.
2460
2461         * wl-score.el (wl-summary-score-update-all-lines): Use
2462         wl-summary-add-flags-internal instead of 
2463
2464         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2465
2466         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2467         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2468         (wl-message-buffer-require-all-header): Renamed from
2469         wl-message-buffer-all-header-flag (Ditto).
2470         (wl-message-buffer-flag-indicator): New variable.
2471         (wl-message-redisplay): Changed local varibale name from `flag' to
2472         `display-type'; Set up wl-message-buffer-flag-indicator.
2473         (wl-message-buffer-display): Changed varibale name from `flag' to
2474         `display-type'.
2475         (wl-message-display-internal): Likewise.
2476
2477         * wl-highlight.el (wl-highlight-demo-face): Define default background
2478         color.
2479         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2480
2481         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2482
2483         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2484         (wl-demo-setup-properties): Renamed from
2485         `wl-demo-set-background-color'.
2486         (wl-demo): Follow the change above.
2487         
2488         * Version number is increased to 2.11.24.
2489
2490 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2491
2492         * wl-summary.el (wl-summary-toggle-thread): Call
2493         `wl-summary-rescan' with disable-thread as non-nil.
2494         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2495
2496 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2497
2498         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2499         foreground property of the face.
2500         (wl-demo-insert-text): Don't set up face property here.
2501         (wl-demo): Call wl-demo-set-background-color, anyway.
2502
2503 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2504
2505         * wl-vars.el (wl-demo-background-color): The value can be nil.
2506
2507 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2510         to wl-summary-wheel-dispatcher.
2511
2512         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2513         wl-message-wheel-dispatcher.
2514         (wl-message-wheel-dispatcher): New function.
2515         (wl-summary-wheel-dispatcher): Ditto.
2516
2517 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-action.el (wl-summary-target-mark-all): List messages which are
2520         not in the killed-list.
2521
2522         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2523         only when the folder is 'flag/important.
2524
2525         * wl-address.el (wl-complete-field-body): Complete if the last
2526         character is a space.
2527
2528 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2529
2530         * wl-folder.el (wl-folder-clear-entity-info): Use
2531         elmo-clear-hash-val.
2532
2533         * wl-fldmgr.el (wl-fldmgr-rename): Set
2534         wl-folder-info-alist-modified as t.
2535
2536 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2537
2538         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2539
2540 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2541
2542         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2543         (wl-folder-buffer-last-visited-entity-id): New buffer local
2544         variable.
2545         (wl-folder-revisit-last-visited-folder): New function.
2546         (wl-folder-mode-map): Bind it to "C-i".
2547         (wl-folder-set-current-entity-id): Set last visited folder.
2548         * wl-summary.el (wl-summary-exit): Ditto.
2549
2550 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2553         before calling `recenter' in order to cope with an XEmacs bug.
2554
2555 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2556
2557         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2558         to the default value.
2559
2560 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2561
2562         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2563         change.
2564         (wl-summary-sync-marks): Ditto.
2565         (wl-summary-mark-as-read-internal): Ditto.
2566         (wl-summary-mark-as-answered-internal): Ditto.
2567         (wl-summary-mark-as-important-internal): Ditto.
2568         (wl-summary-reply): Ditto.
2569
2570         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2571         instead of `elmo-folder-unflag-answered'.
2572
2573         * Version number is increased to 2.11.23.
2574
2575         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2576         the last change.
2577
2578 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2579
2580         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2581         Specify "spam" or "good".
2582
2583 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-spam.el (wl-summary-exec-action-spam): Call
2586         wl-folder-confirm-existence for spam folder.
2587         (wl-spam-setup): Bind "mk".
2588
2589 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2590
2591         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2592
2593 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2594
2595         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2596         destination folder is empty.
2597
2598 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2601         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2602
2603         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2604         (wl-summary-refile-prev-destination-region): New function.
2605         (wl-thread-refile-prev-destination): Ditto.
2606         (wl-summary-target-mark-refile-prev-destination): Ditto.
2607
2608 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2609
2610         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2611         (wl-demo-background-color): Changed default value.
2612
2613         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2614         color.
2615
2616         * wl-demo.el (wl-demo-set-background-color): New function.
2617         (wl-demo): Call it.
2618
2619 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2620
2621         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2622         * wl-address.el (wl-address-add-or-change): Don't add empty
2623         address.
2624
2625 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2626
2627         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2628
2629 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * wl-vars.el (wl-demo-image-filter-alist): New variable
2632         (wl-demo-background-color): Ditto.
2633
2634         * wl-demo.el (wl-demo-xpm-set-background): New function.
2635         (wl-demo-image-filter): Ditto.
2636         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2637
2638         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2639
2640         * wl-demo.el (wl-demo-icon-name): Define as function.
2641         (wl-demo-insert-image): Use it.
2642
2643 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2644
2645         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2646
2647 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2648
2649         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2650
2651 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2654
2655 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2656
2657         * wl-thread.el (wl-thread-mark-as-answered): New function.
2658
2659         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2660         answered" entry.
2661         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2662         "r&" and wl-thread-mark-as-answered to "t&".
2663         (wl-summary-mark-as-important-region): Refine to toggle mark.
2664         (wl-summary-mark-as-answered-region): New function.
2665         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2666         and 3rd argument.
2667         (wl-summary-mark-as-important-internal): Likewise.
2668
2669 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2670
2671         * wl-template.el (wl-template-preview): New internal variable.
2672         (wl-template-preview-p): New function.
2673         (wl-template-show): Bind `wl-template-preview' as t.
2674
2675 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2678         `elmo-message-entity-field' with 3rd argument which is non-nil.
2679
2680 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2681
2682         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2683         Removed duplicate local bind `folder'.
2684
2685 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2688
2689 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2692         duplicate definition.
2693
2694 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2697         non-nil, use it; Don't fetch message if there's no message in the
2698         current cursor position.
2699
2700 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2701
2702         * wl-util.el (wl-region-exists-p): Use region-active-p.
2703         (wl-deactivate-region): New function.
2704         * wl-message.el (wl-message-redisplay): Deactivate region.
2705
2706         * wl-summary.el (wl-summary-reply): Call
2707         `wl-summary-set-message-buffer-or-redisplay' instead of
2708         `wl-summary-redisplay-internal', don't move point.
2709
2710 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2711
2712         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2713         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2714         by regexp.
2715
2716 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2719         if no need.
2720
2721 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2724         default value to nil.
2725         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2726         `wl-summary-prepare-hook'; Replace refile action to
2727         `wl-summary-exec-action-refile-with-register'.
2728
2729         * Version number is increased to 2.11.22.
2730
2731 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2732
2733         * wl-summary.el (wl-summary-detect-mark-position): Set
2734         `wl-summary-buffer-weekday-name-lang'.
2735
2736 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2737
2738         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2739         (wl-summary-mark-as-read-all): Ditto.
2740         (wl-summary-delete-messages-on-buffer): Ditto.
2741         (wl-summary-sync-update): Ditto.
2742         (wl-summary-mark-as-read-internal): Ditto.
2743         (wl-summary-mark-as-answered-internal): Ditto.
2744         (wl-summary-update-folder-info): Abolished.
2745
2746 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2747
2748         * wl-summary.el (wl-summary-mark-as-read-all): Use
2749         `wl-summary-update-folder-info' instead of
2750         `wl-folder-update-unread'.
2751
2752 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2753
2754         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2755         `wl-summary-folder-info-update'.
2756         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2757         instead of `wl-summary-folder-info-update'.
2758         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2759         `wl-folder-set-folder-updated'.
2760         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2761         instead of `wl-folder-update-unread'.
2762         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2763         the value of `wl-summary-buffer-unread-count' for the second parameter of
2764         `wl-folder-update-unread'.
2765
2766         * Version number is increased to 2.11.21.
2767
2768 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2769
2770         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2771         a local variable.
2772
2773 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2776         interactively.
2777
2778         * wl-summary.el (wl-summary-mark-as-important-internal): New
2779         internal function.
2780         (wl-summary-mark-as-important): Use it.
2781         (wl-summary-mark-as-unimportant): New function.
2782         (wl-summary-sync-marks): Follow the API change.
2783
2784         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2785
2786         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2787
2788 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2789
2790         * wl-folder.el (wl-folder-update-unread): Re-indent.
2791         Narrow the scope of a local variable.
2792
2793 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2796         (wl-addrmgr-merge-entries): Ditto.
2797         (wl-addrmgr): Added to address entry which exists in draft buffer
2798         if no entry is in original.
2799
2800 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2801
2802         * wl-batch.el: New file.
2803
2804 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2805
2806         * wl-vars.el (wl-use-semi): Remove unused variable.
2807
2808 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2809
2810         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2811         "?".
2812
2813 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2816         wl-summary-new-mark.
2817         (wl-summary-new-cached-mark): New user option.
2818         (wl-summary-score-marks): Follow the change above.
2819         (wl-summary-auto-refile-skip-marks): Ditto.
2820         (wl-summary-incorporate-marks): Ditto.
2821         (wl-summary-expire-reserve-marks): Ditto.
2822
2823         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2824
2825         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2826         (wl-summary-persistent-mark-string): Distinguished between cached
2827         and uncached mark when the message is new.
2828
2829 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-spam.el (wl-spam-domain): Renamed from
2832         `wl-spam-folder-guess-domain'.
2833         (wl-summary-exec-action-spam): Register as spam if domain of the
2834         source folder is good.
2835         (wl-summary-exec-action-refile-with-register): Register message if
2836         domain of the source folder is not undecided.
2837
2838 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2839
2840         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2841         detect thread loop.
2842
2843 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2844
2845         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2846         and wl-summary-skip-mark-list.
2847
2848 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2849
2850         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2851
2852         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2853
2854         * wl-spam.el (toplevel): Require wl-highlight.
2855         (wl-spam-auto-check-policy-alist): Abolish.
2856         (wl-spam-auto-check-folder-regexp-list): New user option.
2857         (wl-spam-auto-check-marks): Ditto.
2858         (wl-spam-mark-action-list): Ditto.
2859         (wl-highlight-summary-spam-face): New face.
2860         (wl-spam-auto-check-message-p): New function.
2861         (wl-spam-map-spam-messages): Fixed message.
2862         (wl-spam-register-spam-messages): Ditto.
2863         (wl-spam-register-good-messages): Ditto.
2864         (wl-summary-spam-map): Add and remove keybind.
2865         (wl-summary-target-mark-spam): Abolish.
2866         (wl-summary-refile-spam): Ditto.
2867         (wl-summary-test-spam): New function.
2868         (wl-summary-mark-spam): Ditto.
2869         (wl-summary-auto-check-spam): Follow the above change.
2870         (wl-summary-exec-action-spam): New function.
2871         (wl-summary-exec-action-refile-with-register): Fixed message.
2872         (wl-message-check-spam): New function.
2873         (wl-spam-setup): Ditto.
2874         (toplevel): Call it if this file is loaded interactivity.
2875
2876         * Version number is increased to 2.11.20.
2877
2878 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2879
2880         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2881         when new optional argument `force' is non nil or modified.
2882
2883 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2884
2885         * wl.el (toplevel): Require wl-spam when compile.
2886         (wl-save-status): Call wl-spam-save-status.
2887
2888         * wl-spam.el (wl-spam-register-spam-messages): New function.
2889         (wl-spam-register-good-messages): Ditto.
2890         (wl-spam-save-status): Ditto.
2891         (wl-summary-mode-map): Bind
2892         wl-summary-target-mark-register-as-spam to "ms" and
2893         wl-summary-target-mark-register-as-good to "mn".
2894         (wl-summary-register-as-spam): Abolish optional argument; Use
2895         wl-spam-register-spam-messages.
2896         (wl-summary-register-as-spam-all): Use
2897         wl-spam-register-spam-messages.
2898         (wl-summary-register-as-good): Abolish optional argument; Use
2899         wl-spam-register-good-messages.
2900         (wl-summary-register-as-good-all): Use
2901         wl-spam-register-good-messages.
2902         (wl-summary-target-mark-register-as-spam): New funtion.
2903         (wl-summary-target-mark-register-as-good): Ditto.
2904
2905 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-spam.el: New file.
2908
2909 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2910
2911         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2912
2913         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2914         (wl-summary-auto-refile): Call wl-refile-guess with
2915         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2916
2917 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2920         with disable-thread argument non-nil.
2921
2922 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2923
2924         * wl-summary.el (wl-summary-rescan): Added optional argument
2925         disable-thread.
2926         (wl-summary-sync): Call wl-summary-rescan with argument
2927         disable-thread.
2928         (wl-summary-input-range): Added new range `rescan-thread'.
2929
2930 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2931
2932         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2933
2934 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2937         internal variable.
2938         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2939         wl-summary-search-parent-by-subject-regexp and
2940         wl-summary-divide-thread-when-subject-changed as nil.
2941         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2942         (wl-summary-insert-thread): Search parent entity from
2943         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2944         thread loop.
2945
2946 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2949
2950         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2951
2952         * wl-util.el (wl-require-update-all-folder-p): New function.
2953         (wl-get-assoc-list-value): Added `function' to match directive.
2954         (wl-collect-draft): Rewrite.
2955
2956         * wl-summary.el (wl-summary-sync-update): Clear faces
2957         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2958         are non-nil.
2959         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2960         argument as function.
2961         (wl-summary-input-range): Ditto.
2962
2963         * wl-folder.el (wl-draft-get-folder): New function.
2964         (wl-folder-get-elmo-folder): Consider draft folder.
2965
2966         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2967         (wl-draft-buffer-message-number): New buffer local variable.
2968         (wl-draft-folder-internal): New internal variable.
2969         (wl-draft-delete): Rewrite.
2970         (wl-draft-save): Ditto.
2971         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2972         wl-folder-get-elmo-folder.
2973         (wl-draft-config-info-operation): Ditto.
2974         (wl-jump-to-draft-folder): Ditto.
2975         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2976         (wl-draft-reedit): Rewrite.
2977
2978         * Version number is increased to 2.11.19.
2979         
2980 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2981
2982         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2983         variable.
2984
2985 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2988         Use ignore-errors instead of unwind-protect.
2989
2990 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2991
2992         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2993         for updating `wl-thread-entity-list'.
2994
2995 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2996
2997         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2998         parameter from calling `wl-thread-entity-get-older-brothers' and
2999         `wl-thread-entity-get-younger-brothers'.
3000         Replace nested `append' with a single one.
3001
3002 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-summary.el (wl-summary-mode): Don't use the return value of
3005         `make-local-hook'.
3006
3007 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3008
3009         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3010         instead of `let*'.
3011         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3012         of local variables.
3013
3014 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3017         Renamed from wl-summary-window-scroll-functions.
3018         (wl-summary-window-scroll-functions): Don't set to variable.
3019         (wl-summary-display-top): Use run-hooks.
3020         (wl-summary-display-bottom): Ditto.
3021         (wl-summary-toggle-disp-msg): Ditto.
3022         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3023         Use it instead of wl-summary-window-scroll-functions.
3024         (wl-summary-goto-folder-subr): Don't call
3025         wl-summary-window-scroll-functions, use
3026         wl-summary-buffer-window-scroll-functions instead.
3027
3028 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3029
3030         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3031         make-local-variable.
3032
3033 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3034
3035         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3036         set-buffer-modified-p.
3037         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3038         (wl-summary-display-bottom): Ditto.
3039         (wl-summary-toggle-disp-msg): Ditto.
3040
3041 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3042
3043         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3044
3045         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3046         (wl-summary-forward): Use elmo-message-entity-field instead of
3047         elmo-message-field.
3048
3049         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3050
3051 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-summary.el (wl-summary-window-scroll-functions): No use
3054         `append'.
3055
3056 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3057
3058         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3059         function.
3060         (wl-summary-window-scroll-functions): Call it when both
3061         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3062         (wl-summary-temp-mark): Added optional argument number.
3063         (wl-summary-message-mark): Added optional argument flag.
3064         (wl-summary-persistent-mark): Added optional argument number and flag.
3065         (wl-summary-update-persistent-mark): Ditto.
3066         (wl-summary-update-status-marks): Set "r" for interactive spec.
3067
3068         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3069         argument number and flag.
3070
3071         * wl-action.el (wl-summary-registered-temp-mark): 
3072         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3073
3074 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075
3076         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3077         internal variable (buffer local).
3078         (wl-summary-window-scroll-functions): New function.
3079         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3080         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3081         as nil.
3082         (wl-summary-update-status-marks): Added arguments beg, end and
3083         check.
3084         (wl-summary-update-mark-window): Use function.
3085         (wl-summary-sync-update): Follow the change above.
3086         (wl-summary-switch-to-clone-buffer): Copy
3087         wl-summary-buffer-unsync-mark-number-list.
3088         (wl-summary-goto-folder-subr): Set
3089         wl-summary-buffer-unsync-mark-number-list and
3090         use wl-summary-window-scroll-functions instead of
3091         wl-summary-lazy-highlight.
3092
3093         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3094
3095 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3096
3097         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3098
3099         * wl-summary.el (wl-summary-update-persistent-mark): Call
3100         wl-summary-set-message-modified.
3101
3102         * wl-summary.el (wl-summary-sync-update): Don't call
3103         wl-summary-update-status-marks.
3104
3105         * Version number is increased to 2.11.18.
3106
3107 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3108
3109         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3110         (wl-message-next-page): Ditto.
3111
3112 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3113
3114         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3115         local variable.  Change the order of a collected list into the
3116         same as the specified range.  Remove nil from a collected list.
3117
3118 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3121         argument for elmo-folder-list-messages.
3122
3123 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3124
3125         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3126         change (wl-summary-count-unreads return a list instead of a cons
3127         cell).
3128
3129 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3130
3131         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3132         `wl-summary-folder-info-update'.
3133
3134 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-set-message-modified): No use
3137         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3138         (wl-summary-set-mark-modified): Abolish.
3139         (wl-summary-mark-modified-p): Ditto.
3140         (wl-summary-save-view): Follow the change above.
3141
3142         * wl-expire.el (wl-summary-expire): Likewise.
3143
3144 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-summary.el (wl-summary-detect-mark-position): Use
3147         modb-entity-handler.
3148         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3149
3150         * Version number is increased to 2.11.17.
3151
3152 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3153
3154         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3155         entity field value.
3156         (wl-summary-prefetch-msg): Ditto.
3157         (wl-summary-print-message-with-ps-print): Ditto.
3158
3159 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3162         for dummy entity.
3163         (wl-summary-insert-thread): Use elmo-message-entity-field.
3164         (wl-summary-update-thread): Use elmo-message-entity-field and
3165         elmo-message-entity-number.
3166         (wl-summary-line-number):  Use elmo-message-entity-number.
3167         (wl-summary-line-size): Use elmo-message-entity-field.
3168         (wl-summary-line-subject): Ditto.
3169         (wl-summary-line-from): Ditto.
3170         (wl-summary-line-attached): Ditto.
3171         (wl-summary-create-line): Ditto.
3172         (wl-summary-create-line): Use elmo-message-entity-number.
3173         (wl-summary-print-message-with-ps-print): Use
3174         elmo-message-entity-field.
3175
3176 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3179         change in elmo-msgdb-make-message-entity.
3180         (wl-summary-buffer-set-folder): Don't call
3181         wl-summary-detect-mark-position here.
3182         (wl-summary-rescan): Call elmo-message-entity-number.
3183         (wl-summary-sync-update): Ditto.
3184         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3185
3186         * wl-score.el (wl-score-header-index): Redefine 2th element.
3187         (wl-score-overview-entity-get-extra): Abolish.
3188         (wl-score-ov-entity-get): Rewrite.
3189         (wl-score-string-index<, wl-score-string-func<): Abolish.
3190         (wl-score-string<): New function.
3191         (wl-score-string-sort): Use it.
3192
3193         * wl-refile.el (wl-refile-guess-by-history): Use
3194         elmo-message-entity-field.
3195         (wl-refile-guess-by-from): Ditto.
3196         (wl-refile-guess-by-msgid): Ditto.
3197
3198         * Version number is increased to 2.11.16.
3199
3200 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3201
3202         * wl-folder.el (wl-folder-confirm-existence): Don't call
3203         file-exists-p if msgdb-path is nil.
3204         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3205         `wl-read-folder-hist' to `wl-read-folder-history'.
3206
3207 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3208
3209         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3210         `y-or-n-p'.
3211
3212 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-score.el (wl-score-headers): Don't use
3215         elmo-folder-do-each-message-entity.
3216
3217         * Version number is increased to 2.11.15.
3218
3219 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3220
3221         * wl-summary.el (wl-summary-delete-all-msgs): Use
3222         elmo-folder-move-messages instead of elmo-folder-delete-messages
3223         and elmo-folder-detach-messages.
3224         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3225
3226         * wl-expire.el (wl-expire-delete): Ditto.
3227         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3228
3229 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3230
3231         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3232         (wl-message-header-narrowing-fields): Ditto.
3233         (wl-message-header-narrowing-lines): Ditto.
3234         (wl-message-header-narrowing-string): Ditto.
3235
3236         * wl-summary.el (wl-summary-mode-map): Bind
3237         wl-summary-toggle-header-narrowing to "C-cC-f".
3238         (wl-summary-toggle-header-narrowing): New function.
3239
3240         * wl-message.el (wl-message-buffer-create): Call
3241         wl-message-header-narrowing-setup.
3242         (wl-message-redisplay): Call wl-message-header-narrowing.
3243         (wl-message-header-narrowing): New function.
3244         (wl-message-header-narrowing-map): New keymap.
3245         (wl-message-header-narrowing-widen-map): New keymap.
3246         (wl-message-header-narrowing-again-at-mouse): New function.
3247         (wl-message-header-narrowing-1): Ditto.
3248         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3249         (wl-message-header-narrowing-setup): Ditto.
3250         (wl-message-header-narrowing-toggle): Ditto.
3251         
3252         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3253
3254         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3255         'flag as all.
3256         (wl-use-flag-folder-help-echo): New user option.
3257
3258         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3259         wl-summary-highlight as nil.
3260         (wl-summary-set-mark-modified): Follow the API change.
3261         (wl-summary-mark-modified-p): Ditto.
3262         (wl-summary-mark-as-read-all): Ditto.
3263         (wl-summary-sync-marks): Don't call
3264         elmo-folder-list-messages-with-global-mark.
3265         (wl-summary-mark-as-read-internal): Follow the API change.
3266         (wl-summary-mark-as-answered-internal): Ditto.
3267         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3268         Follow the API change.
3269         (wl-summary-create-line): Call with number argument.
3270         (wl-summary-reply): Follow the API change.
3271
3272         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3273         function.
3274         (wl-highlight-summary-line-string): Call it when
3275         wl-use-flag-folder-help-echo is non-nil.
3276         (wl-highlight-summary-current-line): Ditto.
3277         (elmo-flag-folder-referrer): Added autoload setting.
3278
3279         * wl-draft.el (wl-draft-kill): Follow the API change.
3280
3281         * Version number is increased to 2.11.14.
3282         
3283 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3286
3287 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * Version number is increased to 2.11.13.
3290
3291 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3292
3293         * wl-draft.el (wl-draft-previous-history-element): Fixed
3294         unbalanced parenthesis and bind unbound local variables.
3295
3296 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3297
3298         * wl-draft.el (wl-draft-previous-history-element): New function.
3299         (wl-draft-next-history-element): Ditto.
3300         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3301         them to M-p and M-n.
3302
3303 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * Version number is increased to 2.11.12.
3306
3307 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3308
3309         * wl-draft.el (wl-draft-hide): Select buffer-window.
3310
3311 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3312
3313         * wl-summary.el (wl-summary-narrow-to-region): New function.
3314         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3315         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3316         (wl-summary-save-region): Use it.
3317         * wl-action.el (wl-summary-collect-numbers-region)
3318         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3319
3320 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-folder.el (wl-folder-count-incorporates): Don't use
3323         `elmo-msgdb-mark-load'
3324
3325         * Version number is increased to 2.11.11.
3326
3327 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3330         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3331
3332 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3335
3336 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * Version number is increased to 2.11.10.
3339
3340 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * wl-mime.el (wl-draft-attribute-value): Fixed.
3343
3344 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3345
3346         * wl-util.el (wl-copy-local-variables): New function.
3347
3348         * wl-mime.el (wl-draft-attribute-recipients): New function.
3349         (wl-draft-attribute-envelope-from): Ditto.
3350         (wl-draft-attribute-smtp-posting-server): Ditto.
3351         (wl-draft-attribute-smtp-posting-port): Ditto.
3352         (wl-draft-attribute-value): Ditto.
3353         (wl-draft-preview-message): Use it to get value for
3354         attributes. Reflect result of `wl-draft-config'.
3355
3356         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3357         and call `wl-summary-mark-as-read' before to call
3358         `wl-summary-unset-mark'.
3359         (wl-summary-target-mark-mark-as-unread): Likewise.
3360         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3361
3362 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3363
3364         * wl-mime.el (wl-draft-preview-message): Use actual value for
3365         attributes; Fix for small window.
3366
3367 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-refile.el (wl-refile-get-field-value): Call
3370         `elmo-message-entity-field' with 3rd argument is non-nil.
3371
3372 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-vars.el (wl-draft-preview-attributes): New user option.
3375         (wl-draft-preview-attributes-list): Ditto.
3376         (wl-draft-preview-attributes-buffer-lines): Ditto.
3377         (wl-draft-preview-attributes-buffer-name): Ditto.
3378
3379         * wl-mime.el (wl-draft-preview-message): Display attributes.
3380
3381 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3382
3383         * wl-summary.el (wl-summary-detect-mark-position): Bind
3384         wl-summary-flag-priority-list to '(new).
3385
3386 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3387
3388         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3389         funtion.
3390         (wl-highlight-summary-line-string): Use it.
3391         (wl-highlight-summary-current-line): Ditto.
3392
3393 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3396         line even when the mark string is not changed.
3397
3398         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3399         argument change in the wl-summary-create-line.
3400         (wl-thread-insert-entity-sub): Ditto.
3401
3402         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3403         argument change in the wl-summary-create-line.
3404         (wl-summary-insert-sequential): Ditto.
3405         (wl-summary-update-thread): Ditto.
3406         (wl-summary-persistent-mark-string): New inline function.
3407         (wl-summary-message-mark): Use it.
3408         (wl-summary-create-line): Abolish argument wl-persistent-mark
3409         and added wl-flags, wl-cached.
3410
3411         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3412         mark to flags.
3413         (wl-highlight-summary-current-line): Decide the face not by the 
3414         persistent mark but flags.
3415
3416 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3417
3418         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3419         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3420         wl-summary-read-uncached-mark): Revive.
3421         (wl-summary-answered-cached-mark,
3422         wl-summary-answered-uncached-mark): New user option.
3423         (wl-summary-score-marks): Follow the change above.
3424         (wl-summary-auto-refile-skip-marks): Ditto.
3425         (wl-summary-incorporate-marks): Ditto.
3426         (wl-summary-expire-reserve-marks): Ditto.
3427         (wl-summary-flag-priority-list): New user option.
3428
3429         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3430         changes.
3431         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3432         of elmo-message-mark.
3433         (wl-summary-mark-as-read-internal): Ditto.
3434         (wl-summary-mark-as-answered): Ditto.
3435         (wl-summary-mark-as-important): Ditto.
3436         (wl-summary-redisplay-internal): Ditto.
3437         (wl-summary-redisplay-no-mime-internal): Ditto.
3438         (wl-summary-message-mark): New function.
3439         (wl-summary-insert-sequential): Use wl-summary-message-mark
3440         instead of elmo-message-mark.
3441         (wl-summary-update-thread): Ditto.
3442         (wl-summary-persistent-mark): Ditto.
3443         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3444         instead of elmo-message-mark.
3445
3446         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3447         wl-summary-message-mark instead of elmo-message-mark.
3448         (wl-thread-insert-entity-sub): Ditto.
3449         (wl-thread-get-children-msgs-uncached): Ditto.
3450
3451         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3452         variable name changes.
3453         (wl-highlight-summary-current-line): Ditto.
3454
3455         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3456         wl-summary-message-mark instead of elmo-message-mark.
3457
3458         * wl-expire.el (wl-expire-message-p): Ditto.
3459
3460         * wl-score.el (wl-score-headers): Ditto.
3461
3462         * Version number is increased to 2.11.9.
3463
3464         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3465         (wl-summary-sync-update): Follow the change above.
3466         (wl-summary-switch-to-clone-buffer): Ditto.
3467         (wl-summary-open-folder): Ditto.
3468
3469 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3470
3471         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3472         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3473
3474         * Version number is increased to 2.11.8.
3475
3476         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3477
3478         * wl-expire.el (wl-expire-refile): Follow the API change on
3479         `elmo-folder-move-messages'.
3480         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3481
3482         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3483         (wl-summary-exec-action-refile): Ditto.
3484         (wl-summary-exec-action-copy): Ditto.
3485         (wl-summary-no-auto-refile-message-p): No use
3486         `wl-summary-buffer-msgdb'.
3487         (wl-summary-auto-refile): Ditto.
3488
3489 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3490
3491         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3492
3493 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3494
3495         * wl-summary.el (wl-summary-sync): Treat no-sync.
3496
3497         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3498         (wl-default-sync-range): Ditto.
3499
3500 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3501
3502         * wl-refile.el (wl-refile-subject-learn): Call
3503         `elmo-message-entity-field' with 3rd argument is non-nil.
3504         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3505         instead of `elmo-msgdb-overview-entity-get-subject'.
3506
3507 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3508
3509         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3510         scan-type is rescan.
3511         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3512         new optional argument force is non-nil.
3513         (wl-summary-save-view-cache): Call it with force argument non-nil.
3514
3515         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3516
3517 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3518
3519         * wl-action.el (wl-summary-print-argument): Fixed last change.
3520
3521 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3522
3523         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3524         simplified.
3525         (wl-summary-target-mark-mark-as-unread): Likewise.
3526         (wl-summary-target-mark-mark-as-important): Likewise.
3527
3528 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3529
3530         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3531         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3532         (wl-summary-mark-as-important-region): Change accordingly.
3533         (wl-summary-target-mark-mark-as-important): Ditto.
3534
3535 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3536
3537         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3538
3539         * wl-action.el (wl-summary-print-argument): Print argument to
3540         right side of window if `wl-summary-print-argument-within-window'
3541         is non-nil.
3542
3543 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-action.el (wl-summary-set-mark): Use
3546         `wl-summary-message-visible-p' to check visibility of the message
3547         and jump to message only when the message line is visible and have
3548         different number; Call wl-summary-unset-mark with number argument.
3549         (wl-summary-unset-mark): 
3550         Use `wl-summary-message-visible-p'
3551         to check visibility of the message and jump to message only when
3552         the message line is visible and have different number;
3553
3554 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3555
3556         * Version number is increased to 2.11.7.
3557
3558         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3559         and wl-folder-summary-line-format.
3560
3561         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3562         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3563         (wl-summary-set-score-mark): Use it.
3564         (wl-summary-target-mark-mark-as-read): Ditto.
3565         (wl-summary-target-mark-mark-as-unread): Ditto.
3566         (wl-summary-target-mark-mark-as-important): Ditto.
3567         (wl-summary-target-mark-msgs): Simplified.
3568         (wl-summary-detect-mark-position): Fixed problem when
3569         summary-line-format no contain persisten/temp mark spec.
3570         (wl-summary-temp-mark): Ditto.
3571         (wl-summary-persistent-mark): Ditto.
3572         (wl-summary-update-persistent-mark): Ditto.
3573
3574         * wl-action.el (wl-summary-set-mark): Ditto.
3575         (wl-summary-unset-mark): Ditto.
3576         All other related portions are changed.
3577
3578 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3579
3580         * Version number is increased to 2.11.6.
3581
3582 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-util.el (wl-current-message-buffer): Define as function;
3585         Don't use the value of wl-messge-buffer.
3586
3587         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3588         persistent mark.
3589
3590         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3591         no current message, cause an error.
3592
3593 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3594
3595         * wl-summary.el (wl-summary-set-message-modified): Use
3596         elmo-folder-set-message-modified instead of
3597         elmo-folder-set-message-modified-internal.
3598
3599 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3600
3601         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3602         interactively.
3603         (wl-summary-sync): nokill->entirely.
3604         (wl-summary-sync-marks): Fixed message.
3605         (wl-summary-input-range): Added mark, nokill->entirely.
3606
3607         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3608         messages as read.
3609
3610 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3613         update-noscore.
3614         (wl-summary-sync): Follow the change above.
3615
3616 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3617
3618         * wl-action.el (wl-summary-target-mark-all): Use
3619         elmo-folder-list-messages.
3620
3621 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3622
3623         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3624         (wl-summary-rescan): Set wl-summary-scored as nil.
3625         (wl-summary-sync-force-update): Follow the change above.
3626         (wl-summary-sync): Ditto.
3627         (wl-summary-sync-update): Added argument disable-killed.
3628         (wl-summary-insert-headers): Set visible-only argument for
3629         elmo-folder-list-messages.
3630         (wl-summary-input-range): Added update-nokill, update-noscore,
3631         all-nokill, all-noscore and mark.
3632
3633         * Version number is increased to 2.11.5.
3634
3635         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3636
3637 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3638
3639         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3640         (wl-summary-prefetch-region-no-mark): Change accordingly.
3641         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3642
3643 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3644
3645         * wl-address.el (wl-complete-field-to): Abolished.
3646         (wl-complete-address): Completion function for completing-read.
3647         * wl-action.el (wl-summary-get-resend-address): Use it.
3648
3649         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3650         wl-summary-update-mark and abolish unused argument.
3651         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3652         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3653         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3654         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3655         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3656         * wl-draft.el (wl-draft-kill): Ditto.
3657
3658         * wl-summary.el: Remove unused binding of case-fold-search.
3659         (wl-summary-replace-status-marks): Abolished.
3660
3661 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3664         is specified or folder length is zero.
3665
3666 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3667
3668         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3669         (wl-folder-archive-current-entity): Ditto.
3670
3671 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3672
3673         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3674         retrieving message mark.
3675         (wl-summary-redisplay-internal): Ditto.
3676
3677         * wl-message.el (wl-message-buffer-display): Ignore errors while
3678         retrieving message-id field.
3679
3680         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3681         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3682         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3683         order of the arguments for `wl-expire-message-p'.
3684         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3685
3686         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3687         Check return value of wl-summary-reply.
3688         (wl-summary-reply): Recover window configuration when an error occured.
3689
3690 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3691
3692         * wl-summary.el (wl-summary-resend-message): Abolished, the
3693         feature is inherited by wl-summary-resend (put resend mark).
3694
3695 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3698         wl-message-buffer to nil when the message is hide.
3699
3700 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3701
3702         * .cvsignore: New file.
3703
3704 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3705
3706         * wl-action.el (wl-summary-action-docstring): Add more info.
3707         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3708         duplicate definition.
3709         (wl-summary-define-mark-action): Functions wl-summary-*-region
3710         keep current position.
3711         (wl-summary-unregister-target-mark): Store result to the variable.
3712
3713 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * Version number is increased to 2.11.4.
3716
3717 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3720         wl-summary-delete-all-temp-marks.
3721         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3722
3723         * wl-action.el (wl-summary-set-mark): Changed terminology
3724         refile-destination -> action-argument.
3725         (wl-summary-unset-mark): Ditto.
3726         (wl-summary-remove-argument): Ditto.
3727         (wl-summary-print-argument): Ditto.
3728
3729         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3730         (wl-thread-remove-argument-region): Ditto.
3731         (wl-thread-print-argument-region): Ditto.
3732         (wl-thread-close): Ditto.
3733         (wl-thread-open): Ditto.
3734
3735         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3736         (wl-highlight-refile-destination-face is abolished)
3737         (wl-highlight-action-argument-string): Ditto.
3738         (wl-highlight-summary-current-line): Highlight action argument.
3739
3740         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3741         color for light backgrounds.
3742         (wl-highlight-summary-answered-face): Ditto.
3743
3744 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3747
3748         * wl-score.el (wl-summary-score-update-all-lines): Use
3749         wl-summary-set-mark.
3750         (wl-summary-score-update-all-lines): Kill expunged messages.
3751
3752         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3753
3754 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3757         directly.
3758         (wl-score-overview-entity-get-lines): Ditto.
3759         (wl-score-overview-entity-get-xref): Ditto.
3760         (wl-score-get-latest-msgs): Ditto.
3761         (wl-summary-rescore): Ditto.
3762
3763         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3764         to "&".
3765         (wl-summary-mark-as-answered-internal): New inline function.
3766         (wl-summary-mark-as-answered): New function.
3767         (wl-summary-mark-as-unanswered): Ditto.
3768         (wl-summary-sync-marks): Modified for answered-mark synching.
3769
3770 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3771
3772         * wl-action.el (wl-summary-set-mark): Fixed last change.
3773
3774 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3775
3776         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3777         behavior of wl-summary-unread-message-hook
3778         (Pointed out by akira yamada <akira@arika.org>).
3779
3780 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3781
3782         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3783         wl-summary-delete.
3784         * wl-xmas.el (wl-summary-toolbar): Ditto.
3785
3786         * wl-action.el (wl-summary-set-mark): Don't override current
3787         temp-mark.
3788
3789         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3790
3791 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3794         (wl-refile-msgid-learn): Ditto.
3795         (wl-refile-get-field-value): Ditto.
3796
3797         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3798
3799         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3800         (wl-expire-delete-reserved-messages): Renamed from
3801         wl-expire-reserve-marked-msgs-from-list.
3802         (wl-expire-delete): Removed argument `msgdb'.
3803         (wl-expire-refile): Ditto.
3804         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3805         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3806         mark-alist as argument.
3807         (wl-expire-archive-number1): Removed argument `msgdb'.
3808         (wl-expire-archive-number2): Ditto.
3809         (wl-expire-archive-date): Ditto.
3810         (wl-expire-localdir-date): Ditto.
3811         (wl-expire-hide): Ditto.
3812         (wl-archive-number1): Ditto.
3813         (wl-archive-number2): Ditto.
3814         (wl-archive-date): Ditto.
3815         (wl-archive-folder): Ditto.
3816         All other related portions are changed.
3817
3818 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3819
3820         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3821         mean move up and down. (suggested by Takashi Kawachi)
3822
3823 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-acap.el (toplevel): Don't require un-define.
3826
3827 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-thread.el (wl-thread-delete-message): Always update
3830         wl-summary-buffer-number-list.
3831
3832         * wl-action.el (wl-summary-print-destination): 
3833         Do nothing when folder is nil.
3834
3835 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3836
3837         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3838         persistent mark when prefetch is succeeded.
3839
3840 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3843         instead of elmo-msgdb-delete-msgs.
3844         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3845         (wl-expire-hide): Ditto.
3846
3847         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3848
3849         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3850         elmo-msgdb interface.
3851         (wl-thread-get-exist-children): Likewise.
3852         (wl-thread-insert-message): Likewise.
3853         (wl-thread-msg-mark-as-important): Likewise.
3854         (wl-thread-insert-entity-sub): Likewise.
3855         (wl-thread-get-children-msgs-uncached): Likewise.
3856
3857         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3858         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3859         (wl-summary-sync-update): Likewise.
3860         (wl-summary-auto-select-msg-p): Likewise.
3861         (wl-summary-update-thread): Likewise.
3862         (wl-summary-mark-as-important): Likewise.
3863         (wl-summary-jump-to-msg-internal): Likewise.
3864         (wl-summary-redisplay-internal): Likewise.
3865         (wl-summary-print-message-with-ps-print): Likewise.
3866         (wl-summary-folder-info-update): Likewise.
3867
3868         * wl-folder.el (wl-folder-check-one-entity):
3869         elmo-folder-count-flags instead of wl-summary-count-unread.
3870
3871         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3872
3873         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3874
3875         * wl-summary.el (wl-summary-set-message-modified): 
3876         Call wl-summary-set-mark-modified.
3877         (wl-summary-delete-messages-on-buffer): Call
3878         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3879         (wl-summary-sync-update): Call elmo-folder-length instead of
3880         elmo-folder-messages.
3881         (wl-summary-insert-headers): Don't call
3882         elmo-folder-list-message-entities.
3883
3884 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3885
3886         * wl-action.el (wl-summary-define-mark-action): Call
3887         `wl-summary-set-mark' with argument `data'.
3888         (wl-summary-auto-refile): Fixed order of arguments when call
3889         `wl-summary-refile'.
3890
3891 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3892
3893         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3894
3895         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3896
3897         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3898         (Renamed from wl-highlight-summary-deleted-face).
3899         (wl-highlight-summary-resend-face): New face.
3900
3901         (wl-highlight-summary-deleted-face): Renamed from
3902         wl-highlight-summary-erased-face.
3903
3904         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3905
3906         * wl-action.el (wl-summary-get-resend-address): New function.
3907         (wl-summary-exec-action-resend): Ditto.
3908         (wl-summary-exec-action-resend-subr): Ditto.
3909
3910         * w-thread.el (wl-thread-copy): Removed definition.
3911         (wl-thread-refile): Ditto.
3912         (wl-thread-delete): Ditto.
3913         (wl-thread-target-mark): Ditto.
3914
3915         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3916         (wl-summary-target-mark-set-action): Fixed.
3917         (wl-summary-define-mark-action): Fixed quotation.
3918         (wl-summary-move-mark-list-messages): Display message.
3919         (wl-summary-define-mark-action): Define thread functions.
3920         (wl-summary-exec-action-refile): Changed message.
3921         (wl-summary-exec): Ditto.
3922
3923 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3924         
3925         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3926         '%%'.
3927
3928 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3929
3930         * wl.el (toplevel): Require wl-action.
3931         (wl-init): Call wl-summary-define-mark-action.
3932
3933         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3934
3935         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3936         wl-summary-delete and wl-summary-erase.
3937         (wl-summary-mode-map): Ditto.
3938
3939         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3940         wl-delete-folder-alist.
3941
3942         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3943         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3944         (toplevel): Moved mark & action related functions to the wl-action.el.
3945
3946         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3947         in wl-summary-mark-action-list.
3948         (wl-highlight-summary-current-line): Ditto.
3949
3950         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3951         empty lines.
3952
3953         * wl-action.el: New file. 
3954
3955 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-summary.el (wl-summary-target-mark-replace): New function.
3958         (wl-summary-target-mark-prefetch): Use it.
3959         (wl-summary-target-mark-delete): Ditto.
3960         (toplevel): Rearranged definition order.
3961         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3962         (wl-summary-target-mark-erase): Rewrite.
3963         (wl-summary-erase-region): New function.
3964         (wl-summary-exec-action-erase): Changed message.
3965         (wl-summary-move-mark-list-messages): New function.
3966         (wl-summary-exec-action-delete): Use it.
3967         (wl-summary-exec-action-erase): Ditto.
3968
3969         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3970         (wl-summary-skip-mark-list): Added "d".
3971
3972         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3973         while searching.
3974
3975         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3976         and define using defcustom;
3977         Define 4th element as a face.
3978         
3979         * wl-summary.el (wl-summary-incorporate): Use 
3980         `wl-summary-prefetch-region-no-mark' instead of
3981         `wl-summary-prefetch-region'.
3982         (wl-summary-prefetch-region-no-mark): Revival of old
3983         `wl-summary-prefetch-region'.
3984         (wl-summary-mark-action-list): Moved to wl-vars.el
3985
3986         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3987         face according to the `wl-summary-mark-action-list'.
3988         (wl-highlight-summary-current-line): Ditto;
3989         Removed destination highlighting.
3990
3991         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3992         (wl-highlight-summary-line-string): Highlight for "i" mark.
3993         (wl-highlight-summary-current-line): Ditto.
3994
3995         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3996         no destination.
3997
3998         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3999         exists, just go ahead.
4000         (wl-summary-prefetch-region): Rewrite.
4001         (wl-summary-prefetch): Ditto.
4002         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4003         (wl-summary-exec-action-prefetch): New function.
4004         (wl-summary-target-mark-prefetch): Rewrite.
4005
4006 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4009         (wl-highlight-summary-line-string): Added "d" and "D".
4010         (wl-highlight-summary-current-line): Ditto.
4011
4012         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4013         in wl-summary.el.
4014         (wl-thread-insert-entity-sub): Ditto.
4015         (wl-thread-remove-destination-region): Ditto.
4016         (wl-thread-print-destination-region): Ditto.
4017
4018         * wl-summary.el (wl-summary-buffer-refile-list,
4019         wl-summary-buffer-delete-list,
4020         wl-summary-buffer-copy-list): Abolish.
4021         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4022         All other related portions are changed.
4023         (wl-summary-mark-action-list): New variable.
4024         (wl-summary-set-mark): New function.
4025         (wl-summary-register-target-mark): Ditto.
4026         (wl-summary-unregister-target-mark): Ditto.
4027         (wl-summary-have-target-mark-p): Ditto.
4028         (wl-summary-register-temp-mark): Ditto.
4029         (wl-summary-unregister-temp-mark): Ditto.
4030         (wl-summary-registered-temp-mark): Ditto.
4031         (wl-summary-collect-temp-mark): Ditto.
4032         (wl-summary-unset-mark): Ditto.
4033         (wl-summary-set-target-mark): Ditto.
4034         (wl-summary-unset-target-mark): Ditto.
4035         (wl-summary-set-action-generic): Ditto.
4036         (wl-summary-unset-action-generic): Ditto.
4037         (wl-summary-exec-action-delete): Ditto.
4038         (wl-summary-exec-action-erase): Ditto.
4039         (wl-summary-set-action-refile): Ditto.
4040         (wl-summary-set-action-refile-subr): Ditto.
4041         (wl-summary-unset-action-refile): Ditto.
4042         (wl-summary-make-destination-numbers-list): Ditto.
4043         (wl-summary-exec-action-refile): Ditto.
4044         (wl-summary-set-action-copy): Ditto.
4045         (wl-summary-unset-action-copy): Ditto.
4046         (wl-summary-exec-action-copy): Ditto.
4047         (wl-summary-collect-numbers-region): Ditto.
4048         (wl-summary-delete): Rewrite.
4049         (wl-summary-erase): Ditto.
4050         (wl-summary-remove-destination): Ditto.
4051         (wl-summary-exec): Ditto.
4052         (wl-summary-exec-region): Ditto.
4053         (wl-summary-target-mark-erase): Ditto.
4054         (wl-summary-refile): Ditto.
4055         (wl-summary-copy): Ditto.
4056         (wl-summary-unmark): Ditto.
4057         (wl-summary-delete-all-mark): Ditto.
4058         (wl-summary-mark-line): Don't highlight.
4059         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4060         (wl-summary-target-mark-refile-subr): Rewrite.
4061
4062         (wl-summary-copy-prev-destination): Abolish.
4063
4064 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4065
4066         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4067         default values along the value of wl-on-mule.
4068         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4069         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4070         It is not used anywhere.
4071
4072 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4073
4074         * wl-summary.el (wl-summary-print-destination): Keep position.
4075         (wl-summary-cursor-move-surface): Keep horizontal position.
4076
4077 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4078
4079         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4080         write sendlog.
4081
4082 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4083
4084         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4085         `wl-summary-highlight'.
4086
4087 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4088
4089         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4090         trivial condition for temp-mark.
4091
4092 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4093
4094         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4095         when it hits killed buffer.
4096
4097 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4098
4099         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4100         * wl-news.el.in: `message' and `error' take format string.
4101
4102 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4103
4104         * wl-folder (wl-folder-insert-entity): Display a message,
4105         `...done', when the work finish.
4106         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4107
4108 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4109
4110         * wl-message.el (wl-message-redisplay): Remove unused local
4111         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4112
4113 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-summary.el (wl-summary-replace-status-marks): Disable
4116         interactive use.
4117         (wl-summary-reedit): Check message existence at first.
4118         (wl-summary-mark-line): Fix doc, return value is indefinite.
4119
4120         * wl-highlight.el (wl-highlight-message): Arranged.
4121
4122         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4123         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4124         check temp-mark by wl-summary-temp-mark always.
4125         (wl-highlight-summary): Change accordingly.
4126         * wl-summary.el (wl-summary-mark-as-read-all)
4127         (wl-summary-delete-cache, wl-summary-set-score-mark)
4128         (wl-summary-mark-as-unread, wl-summary-unmark)
4129         (wl-summary-mark-line, wl-summary-mark-as-read)
4130         (wl-summary-mark-as-important): Ditto.
4131
4132         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4133         end of the window if possible.
4134         * wl-summary.el (wl-summary-sync-update): Support lazy
4135         highlighting.
4136         (wl-summary-toggle-disp-msg): Ditto.
4137
4138 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4139
4140         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4141
4142 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4143
4144         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4145         change.
4146
4147 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4148
4149         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4150         API.
4151         (wl-summary-sync-update): Ditto.
4152
4153         * wl-score.el (wl-score-get-score-alist): Changed argument.
4154         (wl-summary-rescore-msgs): Likewise.
4155         (wl-summary-score-headers): Likewise.
4156         (wl-score-headers): Likewise;
4157         Use elmo-folder-do-each-message-entity, etc.
4158         (wl-summary-score-effect): Follow the changes above.
4159         (wl-summary-rescore): Ditto.
4160         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4161         (wl-score-get-overview): Abolish.
4162
4163         * wl-summary.el (wl-summary-default-from): Follow the API change in
4164         elmo-msgdb.
4165         (wl-summary-count-unread): Ditto.
4166         (wl-summary-detect-mark-position): Ditto.
4167         (wl-summary-overview-entity-compare-by-date): Ditto.
4168         (wl-summary-overview-entity-compare-by-number): Ditto.
4169         (wl-summary-overview-entity-compare-by-from): Ditto.
4170         (wl-summary-overview-entity-compare-by-subject): Ditto.
4171         (wl-summary-get-list-info): Ditto.
4172         (wl-summary-rescan): Ditto.
4173         (wl-summary-jump-to-msg-by-message-id): Ditto.
4174         (wl-summary-sync-update): Ditto; Removed comment.
4175         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4176         (wl-summary-insert-message): Use wl-summary-insert
4177         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4178         (wl-summary-insert-headers): Changed argument overview to folder.
4179         (wl-summary-search-by-subject): Likewise.
4180         (wl-summary-insert-thread): Renamed from 
4181         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4182
4183         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4184         too.
4185
4186         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4187         wl-string-member.
4188
4189 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4192         elmo-folder-append-buffer.
4193         (wl-draft-queue-append): Likewise.
4194
4195         * wl-mime.el (wl-message-delete-current-part): Ditto.
4196         (wl-summary-burst-subr): Ditto.
4197
4198         * wl-news.el.in (wl-news-send-news): Ditto.
4199
4200 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4203         function.
4204         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4205         (wl-summary-update-mark): Enclose with save-excursion.
4206         (wl-summary-mark-as-read-internal): Fixed last change.
4207         (wl-summary-mark-as-important): Use 3rd argument of
4208         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4209         Don't use elmo-msgdb-set-mark.
4210         (wl-summary-redisplay-internal): If msgdb flag is already read,
4211         just update the mark on buffer.
4212
4213 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4214
4215         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4216         cut visible folder when elmo-folder-delete returns non-nil value.
4217
4218 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4219
4220         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4221         by Kenichi OKADA <okada@opaopa.org>).
4222
4223 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4224
4225         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4226
4227 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4228
4229         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4230         Fixed the last change, search group entity by its real name.
4231         (Thanks to: KOBAYASHI Shinji)
4232
4233 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4234
4235         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4236         (wl-fldmgr-access-display-all): Don't refer visible name.
4237         * wl-expire.el (wl-folder-archive-current-entity)
4238         (wl-folder-expire-current-entity): Ditto.
4239         * wl-folder.el (wl-folder-jump-to-current-entity)
4240         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4241         (wl-folder-open-folder-sub,wl-folder-open-all)
4242         (wl-folder-write-current-folder): Ditto.
4243         (wl-folder-insert-entity): Don't use petname for normal group.
4244         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4245         is the real name.
4246         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4247         Abolished.
4248
4249 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4250
4251         * wl-draft.el (wl-draft-create-buffer): Add
4252         `wl-summary-reply-with-citation'
4253
4254 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4255
4256         * wl-draft.el (wl-draft-reply): Fixed.
4257
4258 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4259
4260         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4261         when `wl-draft-send-confirm-with-preview' is non-nil.
4262         You can scroll up/down by j/k.
4263         (wl-draft-send-confirm-with-preview): New variable (default=t).
4264
4265 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4266
4267         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4268         (wl-fldmgr-save-folders): Fix comment.
4269
4270 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4271
4272         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4273         along the last change in `wl-folder-buffer-group-p'.
4274
4275 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4278         folder.
4279
4280         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4281         the default value.
4282
4283         * wl-mime.el (wl-summary-burst): Update summary only when target
4284         folder equals current folder.
4285
4286 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4289
4290 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4293         value.
4294
4295 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4298         `map-extents' instead of `extent-at' repeatedly.
4299         (wl-highlight-folder-current-line): Ditto.
4300
4301         * wl-highlight.el: Remove useless dummy functions.
4302
4303 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4306         (wl-folder-put-folder-property): New function to put text property.
4307         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4308         (wl-folder-insert-entity, wl-folder-update-diff-line)
4309         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4310         * wl-e21.el, wl-xmas.el, wl-mule.el
4311         (wl-highlight-folder-current-line): Ditto.
4312         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4313         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4314         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4315         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4316
4317 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * Version number is increased to 2.11.3.
4320
4321 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4324         Resume current-buffer since it is assumed by remaining tasks.
4325
4326 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4329         (wl-folder-completion-function): Abolished.
4330         (wl-folder-complete-folder): New function.
4331         (wl-folder-complete-filter-condition): Ditto.
4332         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4333         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4334
4335 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * wl-draft.el (wl-draft-send-confirm): New function.
4338         (wl-draft-send): Use it.
4339
4340         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4341         cursor-in-echo-area while confirming.
4342
4343         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4344
4345         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4346         searching via nntp if wl-summary-search-via-nntp is 'force.
4347         Otherwise, invoke searching in nntp folder only.
4348         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4349
4350         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4351         explicitly for mime-make-text-tag.
4352
4353 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4354
4355         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4356         `mime-make-text-tag' instead of `mime-create-tag'.
4357
4358 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4361         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4362
4363 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-score.el (wl-score-save): Bind print-length and print-level.
4366         (wl-score-pretty-print): Ditto.
4367         (wl-score-edit-insert-header-entry): Ditto.
4368
4369         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4370         "From" entry to be treated with wl-draft-eword-encode-address-list.
4371         * wl-mime.el (wl-draft-preview-message): Ditto.
4372
4373         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4374         (wl-summary-mark-as-unread): Ditto.
4375         (wl-summary-mark-as-read-region): Change accordingly.
4376         (wl-summary-mark-as-unread-region): Ditto.
4377         (wl-summary-target-mark-mark-as-read): Ditto.
4378         (wl-summary-target-mark-mark-as-unread): Ditto.
4379
4380 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * Version number is increased to 2.11.2.
4383
4384 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-news.el.in (wl-news-previous-version-save): Bind
4387         print-length and print-level.
4388         * wl-thread.el (wl-thread-save-entities): Ditto.
4389         (wl-thread-save-top-list): Bind print-length.
4390
4391 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-highlight.el (wl-highlight-summary-line-string): Use
4394         wl-summary-score-below-mark, wl-summary-score-over-mark.
4395         (wl-highlight-summary-current-line): Ditto.
4396
4397 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4400         insert it.
4401
4402 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4403
4404         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4405
4406 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4409         message without msgid.
4410         Rewrite with elmo-folder-move-messages.
4411         Set wl-message-buffer to nil.
4412
4413         * wl-summary.el (wl-summary-erase-subr): New function. Use
4414         elmo-folder-move-messages.
4415         (wl-summary-erase): Call it.
4416         (wl-summary-target-mark-erase): Ditto.
4417
4418 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4421         it is not up-tp-date.
4422
4423 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4426         buffer after calling `wl-summary-goto-folder-subr' without the
4427         argument `interactive'.
4428         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4429
4430 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4431
4432         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4433         `mime-create-tag'. Use `string=' instead of `looking-at'.
4434
4435 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4438         to avoid compile warning.
4439
4440         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4441         entity-id when folder is given.
4442         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4443         save-excursion, use save-selected-window instead.
4444         Select folder buffer window if exists.
4445         (To correct behavior with wl-folder-move-cur-folder.)
4446
4447 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4448
4449         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4450
4451 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4452
4453         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4454         list-count instead of %d.
4455
4456 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4457
4458         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4459         (wl-news): Set it.
4460         (wl-news-append-to-folder): Use it.
4461
4462         * wl-news.el.in (wl-news-send-news): Append to specified folder
4463         instead of wl-default-folder.
4464         (wl-news-append-to-folder): Show error message with specified folder.
4465
4466         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4467                 In most major modes, Emacs assumes that any opening
4468                 delimiter found at the left margin is the start of a
4469                 top-level definition, or defun. Therefore, *never put an
4470                 opening delimiter at the left margin unless it should have
4471                 that significance.*
4472
4473         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4474
4475 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4476
4477         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4478
4479 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4480
4481         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4482
4483 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4484
4485         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4486         for sequential numbering case.
4487
4488 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4491         value.
4492         (wl-draft-reply-without-argument-list): Ditto.
4493         (wl-draft-reply-myself-with-argument-list): Abolish.
4494         (wl-draft-reply-myself-without-argument-list): Ditto.
4495         * wl-draft.el (wl-draft-self-reply-p): New function.
4496         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4497
4498 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4499
4500         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4501         (avoid error for the case without byte-compiling)
4502
4503 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4504
4505         * wl-news.el.in (wl-news-append-to-folder): New function.
4506         (wl-news-exit): Rewrite.
4507         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4508
4509 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-draft.el (wl-draft-reply-position): New function.
4512         (wl-draft-reply-position): Fix.
4513         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4514         (wl-summary-target-mark-reply-with-citation): Ditto.
4515         (wl-summary-reply-with-citation): Ditto.
4516         * wl-vars.el (wl-draft-reply-default-position): New variable.
4517
4518 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl-draft.el (wl-draft-send): Preview when interactive send.
4521
4522 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4523
4524         * wl-draft.el (wl-draft-reply): Set default position.
4525         * wl-summary.el (wl-summary-reply): Ditto.
4526         (wl-summary-reply-with-citation): Ditto.
4527         (wl-summary-target-mark-reply-with-citation): Ditto.
4528
4529 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-news.el.in (wl-news-lang): Set default value according to
4532         current-language-environment.
4533         (wl-news-append-news): Do nothing when news-list is nil.
4534
4535 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4536
4537         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4538         (wl-news): Change message.
4539         (wl-news-exit): Check buffer.
4540         (wl-news-force-exit): New function.
4541         (wl-news-show-all): New function.
4542         (wl-news-discard-and-exit): Fix.
4543
4544 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4545
4546         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4547         according to current-language-environment.
4548
4549         * wl-news.el.in (wl-news): If arg, show all NEWS after
4550         wl-news-default-previous-version.
4551
4552 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * wl-news.el.in (wl-news-check): Rewritten.
4555         (wl-news-previous-version-load): Change data type.
4556         (wl-news-previous-version-save): Change data type.
4557         (wl-news-append-news): Add return value.
4558         (wl-news-check-news): New function.
4559         (wl-news-already-current-p): New function.
4560         (wl-news-send-news): Rewritten.
4561         (wl-news-mode-map): Add new keybind.
4562         (wl-news): Rewritten.
4563         (wl-news-exit): Rewritten.
4564         (wl-news-discard-and-mail): New function.
4565         (wl-news-send-to-address): Abolished.
4566         * wl.el (wl-init): Delete a message.
4567
4568 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4569
4570         * wl-news.el.in (wl-news-exit): Update previous version.
4571         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4572
4573 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4574
4575         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4576
4577 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-news.el.in (wl-news): New function.
4580         (wl-news-mode): New function.
4581         (wl-news-next-line): New function.
4582         (wl-news-next-page): New function.
4583         (wl-news-exit): New function.
4584         (wl-news-buf-name): New variable.
4585         (wl-news-mode-map): New variable.
4586         (wl-news-winconf): New variable.
4587         (wl-news-append-news): Add an option.
4588
4589 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4590
4591         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4592
4593 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-news.el.in (wl-news-send-to-address): New variable.
4596         (wl-news-send-news): Use it.
4597         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4598         Return updating status.
4599         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4600
4601 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-news.el.in (wl-news-send-news): Delete
4604         Organization and X-Face.
4605
4606 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4607
4608         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4609         (wl-news-append-news): New function.
4610         (wl-news-send-news): New function.
4611
4612 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * Version number is increased to 2.11.1.
4615
4616 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-news.el.in : New file.
4619
4620 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4623         default value.
4624         (wl-draft-reply-without-argument-list): Ditto.
4625
4626 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4629         (wl-message-buffer-prefetch-idle-time): Ditto.
4630         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4631
4632 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4633
4634         * wl-thread.el (wl-thread-insert-message): Use
4635         wl-summary-max-thread-depth.
4636
4637         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4638         loop detection.
4639
4640         * wl-message.el (wl-message-buffer-display): Back to the first page
4641         when cache is hit.
4642
4643 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4644
4645         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4646
4647         * wl-summary.el (wl-summary-insert-thread-entity):
4648         If the thread depth is reached to wl-summary-max-thread-depth,
4649         divide the thread.
4650
4651 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4652
4653         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4654         for elmo-remove-passwd.
4655
4656 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4657
4658         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4659         folder is sticky.
4660         (wl-folder-mark-as-read-all-entity): Ditto.
4661         (wl-folder-prefetch-entity): Ditto.
4662
4663 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4664
4665         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4666
4667 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4668
4669         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4670         Delete messages on buffer for unplugged operation.
4671         (wl-summary-erase): Ditto.
4672
4673 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4676         take nil so as not to search parent by subject.
4677
4678 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4681         (wl-folder-get-next-folder): Ditto.
4682         (wl-folder-get-path): Ditto.
4683
4684 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4687         system and encode the region with it before verifying.
4688
4689 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4692         system of the echo buffer before decoding.
4693
4694 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4697         original contents.
4698
4699 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4700
4701         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4702         with argument 'any-exists.
4703
4704 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4707         Use `wl-cs-autoconv'.
4708
4709 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4712         by `mime-view-automatic-conversion'.
4713
4714         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4715         (wl-message-verify-pgp-nonmime): Ditto.
4716         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4717         Bind them to C-c:d and C-c:v respectively.
4718
4719         Merge following code by Teranishi-san from [wl-en:00167].
4720         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4721         (wl-mime-preview-application/pgp-encrypted): Ditto.
4722         (wl-mime-setup): Add entry.
4723
4724 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4725
4726         * wl-summary.el (wl-summary-target-mark-erase): New function.
4727         Bind it to "mD".
4728
4729 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-vars.el (wl-draft-write-file-function): Fix.
4732         (wl-draft-reedit-hook): Changed default value.
4733
4734         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4735         wl-draft-reedit-hook.
4736         (wl-draft-remove-text-plain-tag): New function.
4737         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4738
4739         * wl-vars.el (wl-draft-write-file-function): New user option.
4740
4741         * wl-draft.el (wl-draft-prepare-edit): Use it for
4742         local-write-file-hooks.
4743         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4744
4745         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4746         (wl-draft-insert-mail-header-separator): Return the body beginning
4747         point.
4748         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4749         text/plain.
4750         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4751
4752 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-summary.el (wl-summary-erase): New function to erase message
4755         without moving it to trash. Bind to "D".
4756
4757         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4758         as `keep' unless switch-function.
4759
4760 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4763         message buffer by using `wl-summary-toggle-disp-msg'.
4764         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4765         buffer window.
4766         (wl-summary-supresedes-message): Ditto.
4767
4768         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4769         Do not delete other windows.
4770         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4771         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4772         (wl-draft-create-buffer): Set reply-or-forward also for target
4773         mark commands.
4774
4775 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4776
4777         * wl-draft.el (wl-user-agent-compose): Delete special case for
4778         switch-to-buffer-other-window.
4779
4780         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4781         (wl-summary-forward): Ditto.
4782
4783         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4784         function.
4785         (wl-draft-buffer-style): New use option.
4786
4787         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4788         (wl-draft): Follow the change above.
4789         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4790         wl-draft-buffer-style.
4791         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4792         switch-function.
4793
4794 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4795
4796         * wl-address.el (wl-address-make-completion-entry): Extracted from
4797         `wl-address-make-completion-list'.
4798         (wl-address-enable-strict-loading): New variable.
4799         (wl-address-make-completion-list): Revive petname duplication
4800         inquiry, and enable it if `wl-address-enable-strict-loading'.
4801         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4802
4803 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4804
4805         * wl-message.el (wl-message-get-original-buffer): Avoid
4806         'Selecting deleted buffer' error when original buffer is killed.
4807
4808 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4809
4810         * wl-summary.el (wl-summary-next-message): Use
4811         elmo-message-accessible-p instead of elmo-message-cached-p.
4812
4813 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4814
4815         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4816
4817         * wl-thread.el (wl-thread-open-all-unread): Use
4818         elmo-folder-list-flagged instead of
4819         elmo-folder-list-messages-mark-match.
4820
4821         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4822         instead of elmo-folder-list-messages-mark-match.
4823         (wl-summary-move-spec-alist): New variable.
4824         (wl-summary-move-spec-plugged-alist,
4825         wl-summary-move-spec-unplugged-alist): Abolish.
4826         (wl-summary-next-message): Follow the change above.
4827         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4828         with 'no-msg' argument.
4829
4830         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4831         variable.
4832         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4833         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4834         (wl-message-buffer-prefetch-get-next): Follow the change above.
4835
4836 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-version.el (wl-version): Changed codename.
4839
4840         * Version number is increased to 2.11.0.
4841
4842 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4843
4844         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4845         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4846         `wl-draft-config-variables'.
4847         (wl-draft-kill): Fixed problem when the draft is reedit.
4848
4849 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4852         buffer-modified status (Thanks to
4853         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4854
4855 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-util.el (wl-region-exists-p): New function.
4858
4859         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4860         Remove defvars for byte-compile warnings.
4861
4862 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4863
4864         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4865         defvar-maybe. Removed unused bind.
4866
4867 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4868
4869         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4870         summary buffer window before creating new frame.
4871         (wl-draft-reply): Ditto.
4872
4873 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4874
4875         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4876
4877 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4878
4879         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4880
4881 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4882
4883         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4884         instead of `kill-region'.
4885
4886 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4889         (wl-highlight-summary-line-string): Use it.
4890         (wl-highlight-summary-current-line): Ditto.
4891
4892         * wl-mime.el (wl-message-delete-current-part): Check the class of
4893         mime-entity.
4894
4895         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4896
4897         * wl-summary.el (wl-summary-make-number-list): Initialize.
4898         (wl-summary-update-mark): New function.
4899         (wl-summary-reply): Put `answered' mark on the message.
4900         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4901
4902         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4903         (wl-draft-reply): Added optional argument `number';
4904         Set wl-draft-parent-number.
4905         (wl-draft-kill): Delete answered mark if it is a reply.
4906
4907 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4910         that originates in mime-preview-follow-current-entity.
4911         (wl-draft-yank-current-message-entity): Use it if region is active.
4912
4913         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4914         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4915         `wl-message-delete-current-part'.
4916         * wl-mule.el (wl-message-define-keymap): Ditto.
4917         * wl-xmas.el (wl-message-define-keymap): Ditto.
4918
4919 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4920
4921         * wl-mime.el (wl-message-delete-current-part): New function.
4922         (wl-mime-node-id-to-string): Ditto.
4923
4924         * wl-mime.el (wl-message-delete-current-part): Use existing
4925         original buffer which corresponds current mime-view buffer.
4926         (fetched buffer might have different structure, possibly)
4927
4928         * wl-mime.el (wl-message-delete-current-part): Quit if the
4929         message content differs from the actual message.
4930
4931 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4932
4933         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4934         order.
4935         (wl-summary-search-by-subject): Search parent message from tail;
4936         Check the existence of the parent message on the current thread tree.
4937         (wl-summary-update-thread): Check whether the line is inserted.
4938
4939 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4940
4941         * wl-vars.el (wl-summary-line-format): Undo last change.
4942         * wl-summary.el (wl-summary-print-destination): Do not put
4943         invisible property when `wl-summary-width' is nil.
4944         (wl-summary-line-subject-minimum-length): Abolished.
4945         (wl-summary-line-subject): Ditto.
4946
4947 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4948
4949         * wl-vars.el (wl-summary-line-format): Change default value.
4950         (wl-summary-subject-length-limit): Abolished.
4951         * wl-summary.el (wl-summary-line-subject): Ditto.
4952
4953 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4954
4955         * wl-template.el (wl-template-select): Added optional argument.
4956         If optional argument is specified, reverse
4957         `wl-template-visible-select'.
4958
4959 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4960
4961         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4962         Take prefix argument to force asking the destination folder.
4963
4964 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4967         count and update status.
4968
4969 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-summary.el (wl-summary-redisplay-internal): If
4972         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4973         after fetching.
4974
4975 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4976
4977         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4978         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4979
4980         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4981
4982 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4983
4984         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4985         (All other related portions are changed).
4986         (wl-summary-mark-as-read-all): Rewrite.
4987
4988 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4991         `wl-summary-mark-as-read'.
4992         (wl-summary-mark-as-unread): Rewrite.
4993         (wl-summary-mark-as-read): Added no-modeline argument.
4994         (wl-summary-resume-cache-status): Rewrite.
4995         (wl-summary-exec-subr): Remove unused local variable.
4996
4997 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4998
4999         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5000         logic to call `wl-summary-buffer-prev-folder-function'.
5001         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5002
5003 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5004
5005         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5006         is nil.
5007
5008 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5011         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5012         (wl-mime-setup): Add its entry.
5013
5014 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5017         (wl-summary-delete-cache): Likewise.
5018         (wl-summary-mark-as-read): Rewrite.
5019
5020 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5023         `wl-summary-count-unread'.
5024
5025         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5026
5027         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5028
5029 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5032         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5033         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5034         Renamed to the elmo-msgdb-*-mark.
5035         (wl-summary-score-marks): Follow the change above.
5036         (wl-summary-auto-refile-skip-marks): Ditto.
5037         (wl-summary-incorporate-marks): Ditto.
5038         (wl-summary-expire-reserve-marks): Ditto.
5039
5040         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5041         changes.
5042         (wl-thread-insert-top): Changed updating message.
5043
5044         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5045         variable.
5046         (wl-summary-count-unread): Count answered marks.
5047         (wl-summary-rescan): Call wl-summary-insert-message instead of
5048         wl-summary-append-message-func-internal.
5049         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5050         (wl-summary-prefetch-msg): Follow the variable name changes.
5051         (wl-summary-prefetch-region): Ditto.
5052         (wl-summary-mark-as-read-all): Follow the API changes;
5053         Don't call elmo-folder-replace-marks.
5054         (wl-summary-delete-cache): Follow the variable name changes.
5055         (wl-summary-resume-cache-status): Ditto.
5056         (wl-summary-update-status-marks): New function.
5057         (wl-summary-insert-message): New function.
5058         (wl-summary-sync-marks): Follow the variable name changes.
5059         (wl-summary-sync-update): Synchronize to the msgdb, too;
5060         Changed update messages.
5061         (wl-summary-make-number-list): Rewrite.
5062         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5063         (wl-summary-mark-as-unread): Follow the API changes.
5064         (wl-summary-exec-subr): Follow the variable name changes.
5065         (wl-summary-mark-as-read): Ditto.
5066         (wl-summary-move-spec-plugged-alist): Ditto.
5067         (wl-summary-move-spec-unplugged-alist): Ditto.
5068         (wl-summary-cursor-move-surface): Ditto.
5069
5070         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5071         variable name changes.
5072         (wl-highlight-summary-current-line): Ditto.
5073
5074         * wl-expire.el (wl-expire-refile): Follow the API change in
5075         elmo-folder-move-messages.
5076         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5077         (wl-summary-archive): Use elmo-folder-msgdb instead of
5078         elmo-msgdb-load.
5079
5080 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-mime.el (wl-draft-preview-message): Restore the position
5083         before evaluating wl-draft-send-hook in preview buffer.
5084
5085 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5086
5087         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5088         when it creates new draft buffer.
5089
5090         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5091         without argument.
5092
5093         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5094         Evaluate content and if the value is string, insert it.
5095         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5096         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5097         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5098         wl-draft-config-sub-part-bottom): Use it.
5099
5100         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5101         with the folder name. The question was unintelligible when it is
5102         called from wl-save-status.
5103
5104 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5105
5106         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5107         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5108         cannot take second argument).
5109
5110 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5113         as t. Since type and subtype are not case sensitive (RFC 2045).
5114
5115 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5116
5117         * wl-vars.el (wl-message-mode-line-format): New variable.
5118         (wl-message-mode-line-format-spec-alist): Ditto.
5119         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5120         (wl-message-redisplay): Use wl-message-mode-line-format.
5121
5122 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5125
5126 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-summary.el (wl-summary-default-from): Write description.
5129
5130 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5131
5132         * wl-vars.el (wl-ldap-objectclass): Abolish.
5133
5134         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5135         (wl-ldap-make-filter): Removed condition for objectclass.
5136         (wl-ldap-make-matched-value-list): Remove meaningless process.
5137         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5138         (wl-address-ldap-search): Don't add `*' to `pat' string;
5139         use ignore-errors; added `email';
5140         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5141         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5142         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5143
5144
5145 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5146
5147         * wl-draft.el (wl-draft-parent-folder): Write description.
5148         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5149
5150 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5151
5152         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5153         as "" (zero-length string) if no parent.
5154         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5155
5156 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-address.el (wl-address-make-completion-list): Skip duplication
5159         checking.
5160         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5161         `append'.
5162
5163 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5164
5165         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5166         instead of `beginning-of-buffer'.
5167
5168 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5169
5170         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5171
5172 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5175         Refer wl-message-buffer-name.
5176         (wl-message-wheel-down): Ditto.
5177
5178 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-vars.el (wl-message-buffer-name): New user option.
5181
5182         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5183         directly instead of making alist dinamically.
5184
5185         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5186         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5187         wl-message-buffer-cache-name.
5188         (wl-message-buffer-cache-clean-up): Ditto.
5189
5190         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5191
5192         * Version number is increased to 2.9.15.
5193
5194 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-vars.el (wl-summary-default-view-alist): New user option.
5197
5198         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5199
5200         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5201         while deleting address.
5202         (wl-draft-delete-myself-from-cc): Ditto.
5203
5204         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5205         If optional argument is specified, reverse sort order.
5206
5207         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5208
5209 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-thread.el (wl-thread-insert-message): Return parent number if
5212         exists.
5213         (wl-thread-update-indent-string-region): Use
5214         wl-thread-update-line-on-buffer-sub instead of
5215         wl-thread-update-line-on-buffer.
5216
5217 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5218
5219         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5220         (wl-folder-close-all): Ditto.
5221
5222 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5223
5224         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5225         and mailing-list:.
5226         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5227         value.
5228         (wl-summary-line-list-info): Print mailing-list name even when 
5229         list-number is empty.
5230
5231 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5234
5235         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5236         (wl-draft-open-file): Ditto.
5237         (wl-draft-random-alphabet): Ditto.
5238
5239         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5240         bindings.
5241
5242 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5243
5244         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5245         * wl-vars.el (wl-draft-config-alist): Ditto.
5246
5247 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5248
5249         * Version number is increased to 2.9.14.
5250
5251         * wl.el (wl): Don't set wl-init as nil when error occured while
5252         auto-checking folders.
5253
5254         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5255         `elmo-expand-newtext'.
5256
5257 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5258
5259         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5260         `this-command' so that `wl-folder-goto-folder' contained in
5261         `wl-summary-keep-cursor-command' work.
5262
5263 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5266         message buffer displaying state.
5267
5268 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5269
5270         * wl-vars.el (wl-summary-default-view): New variable to specify
5271         default value for `wl-summary-buffer-view' instead of using
5272         set-default.
5273         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5274
5275 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5278
5279         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5280
5281 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5282
5283         * wl-vars.el (wl-forward-subject-prefix): New variable.
5284         * wl-draft.el (wl-draft-forward): Use it.
5285
5286 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-message.el (wl-message-prev-page): When it is called without
5289         lines argument, scroll down by wl-message-scroll-amount lines.
5290         (wl-message-next-page): Ditto.
5291         * wl-vars.el (wl-message-scroll-amount): Change default value
5292         to preserve current behavior.
5293
5294 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5295
5296         * wl-summary.el (wl-summary-prefetch-msg): Bind
5297         `wl-message-entity' to call `wl-summary-from-function'.
5298
5299 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-message.el (wl-message-buffer-create): Run
5302         wl-message-buffer-created-hook.
5303
5304 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-sort-specs): New variable.
5307         (wl-summary-default-sort-spec): Ditto.
5308         (wl-summary-sort): Rewrite.
5309         (wl-summary-sort-by-list-info): New function.
5310
5311 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5312
5313         * wl-summary.el (wl-summary-get-list-info): New function.
5314         (wl-summary-sort): Rewrite.
5315         (wl-summary-line-list-info): Ditto.
5316         (wl-summary-line-list-count): Ditto.
5317         (wl-summary-refile-region): Fixed docstring.
5318
5319 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5322         `wl-folder-entity-hashtb' as completion table.
5323
5324 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5327         only when this command is called interactively; silence the byte-
5328         compiler.
5329
5330 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5331
5332         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5333         active in XEmacs.
5334
5335 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5336
5337         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5338         plural lines.
5339
5340 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5343         of current line when the cursor is on the header name.
5344         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5345
5346 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5347
5348         * wl-util.el (wl-read-directory-name): Return displayed directory
5349         as the default value also on XEmacs.
5350
5351 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5354         formatting.
5355
5356 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5359         argument and when it is non-nil, check face property before
5360         highlighting for each line.
5361         (wl-highlight-summary-window): Set it.
5362
5363 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5366         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5367
5368         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5369         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5370         (wl-draft-get-fcc-list): Likewise.
5371
5372 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5375         (wl-thread-entity-cur): Ditto.
5376         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5377         wl-thread-indent-regexp setting.
5378         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5379
5380         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5381         wl-summary-lazy-highlight.
5382         (wl-summary-display-bottom): Ditto.
5383
5384         * wl-thread.el (wl-thread-open-close): Likewise.
5385
5386         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5387         from and subject;
5388         Bind wl-draft-use-frame;
5389         Enclose with save-window-excursion;
5390         Use wl-draft-create-buffer instead of with-temp-buffer;
5391         Use wl-draft-prepare-edit;
5392         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5393         Use wl-draft-send instead of wl-draft-raw-send.
5394
5395 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5396
5397         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5398         of using wl-from.
5399
5400 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5401
5402         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5403         insert-buffer instead of clone-buffer.
5404         (wl-draft-doing-mime-bcc): New variable.
5405         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5406         infinite loop.
5407         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5408
5409         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5410         (wl-draft-mime-bcc-body): Ditto.
5411
5412         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5413         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5414         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5415         wl-draft-do-mime-bcc.
5416         (wl-draft-mime-bcc-field): New function.
5417         (wl-draft-do-mime-bcc): Ditto.
5418
5419         * wl-address.el (wl-address-complete-header-list): New variable.
5420         (wl-address-complete-header-regexp): Changed default value.
5421
5422         * Version number is increased to 2.9.13.
5423
5424 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5427         it is differed.
5428
5429 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5430
5431         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5432         (wl-summary-line-list-count): Ditto.
5433
5434 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5435
5436         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5437         (wl-nntp-posting-function): New variable.
5438         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5439         `wl-nntp-posting-config-alist'.
5440
5441 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5442
5443         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5444         FLIM.
5445
5446 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5447
5448         * wl-summary.el (wl-summary-target-mark-refile-sub):
5449         Remove a nuisance funcall.
5450
5451 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5454         as t for `try-completion'.
5455
5456 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5457
5458         * wl-summary.el (wl-summary-default-from): Use
5459         wl-address-header-extract-address instead of
5460         std11-extract-address-components.
5461         (wl-summary-simple-from): Ditto.
5462         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5463         (wl-summary-insert-headers): Show message.
5464         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5465         for whole line.
5466         (wl-summary-default-from): Revert last change.
5467         (wl-summary-simple-from): Ditto.
5468         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5469         (wl-summary-mark-as-read-region): Follow the change above.
5470         (wl-summary-sync-marks): Ditto.
5471         (wl-summary-target-mark-mark-as-read): Ditto.
5472         (wl-summary-redisplay-internal): Ditto.
5473         (wl-summary-redisplay-no-mime-internal): Ditto.
5474         (wl-summary-redisplay-all-header): Ditto.
5475         (wl-summary-mark-as-read): Removed argument `cached';
5476         Use current cache status to set cache mark.
5477         (wl-summary-redisplay-internal): Follow the change above.
5478         (wl-summary-redisplay-no-mime-internal): Ditto.
5479         (wl-summary-redisplay-all-header): Ditto.
5480
5481         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5482
5483         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5484         Don't call itself recursively (Adviced by Yamaoka-san).
5485
5486 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5487
5488         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5489         bind wl-summary-highlight as nil to avoid error caused by missing
5490         local variables.
5491
5492 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-vars.el (wl-invalid-character-message): New user option.
5495
5496         * wl-util.el (wl-set-string-width): If truncated string-width is
5497         larger than specified width, use `wl-invalid-character-message'.
5498
5499 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5500
5501         * wl-summary.el (wl-summary-prefetch-msg): 
5502         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5503
5504 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-vars.el (wl-summary-check-line-format): New user option.
5507         (wl-summary-line-format-file): Ditto.
5508
5509         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5510         variable.
5511         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5512         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5513         and `wl-summary-view-old-p' to check whether do a rescan or not.
5514         (wl-summary-view-old-p): New function.
5515         (wl-summary-line-format-changed-p): Ditto.
5516         (wl-summary-line-format-save): Ditto.
5517         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5518
5519         * wl-util.el (wl-set-string-width): Avoid using negative number
5520         for make-string.
5521
5522 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5523
5524         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5525         return value.
5526
5527         * wl-util.el (wl-set-string-width): Added optional argument
5528         `padding' (All other related portions are changed).
5529         (wl-line-parse-format): If the first letter of column number is
5530         `0', zero-padding the result (ex: "%05l").
5531
5532         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5533
5534 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5537         sequential summary view.
5538
5539 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5540
5541         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5542         if it doesn't have a -unix version.
5543
5544 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5547
5548 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5551         content.
5552         (wl-draft): Follow the change above.
5553
5554         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5555
5556         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5557         and wl-folder-summary-line-format-alist contain %T and %P.
5558
5559         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5560         (wl-summary-mode-line-format): New user option.
5561         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5562         (wl-summary-line-format): Changed default value.
5563         (wl-summary-lazy-highlight): Changed default value.
5564
5565         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5566         change in wl-summary-create-line.
5567         (wl-thread-insert-entity-sub): Ditto.
5568
5569         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5570         (wl-summary-buffer-unread-status): Ditto.
5571         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5572         (wl-summary-buffer-persistent-mark-column): Ditto.
5573         (wl-summary-buffer-mode-line-formatter): Ditto.
5574         (wl-summary-buffer-mode-line): Ditto.
5575         (wl-summary-message-regexp): Abolished.
5576         (All other related portions are changed.)
5577         (wl-summary-detect-mark-position): New function.
5578         (wl-summary-buffer-set-folder): Setup
5579         wl-summary-buffer-mode-line-formatter.
5580         (wl-summary-mode): Setup selective-display;
5581         Setup pre-idle-hook when xemacs.
5582         (wl-summary-update-modeline): Rewrite.
5583         (wl-summary-jump-to-msg): Define as function;
5584         Changed regexp for searching messages.
5585         (wl-summary-message-number): Rewrite.
5586         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5587         Do rescan when old type summary cache.
5588         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5589         (wl-summary-remove-destination): Use '\r' to detect EOL.
5590         (wl-summary-print-destination): Ditto.
5591         (wl-summary-temp-mark): New inline function.
5592         (wl-summary-persistent-mark): Ditto.
5593         (wl-summary-line-number): New function.
5594         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5595         (wl-summary-line-list-count): New function.
5596         (wl-summary-create-line): Added argument persistent-mark.
5597         (All other related portions are changed)
5598         (wl-summary-create-line): Insert '\r'.
5599         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5600         (wl-summary-cursor-move-surface): New inline function.
5601         (wl-summary-prev): Use it.
5602         (wl-summary-next): Ditto.
5603
5604         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5605         wl-summary-message-regexp.
5606         (wl-highlight-summary): Delete progress message.
5607         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5608
5609         * Version number is increased to 2.9.12.
5610
5611 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5612
5613         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5614         variable (nil: no minimum).
5615         (wl-summary-line-subject): Add some spaces after subject by
5616         wl-summary-line-subject-minimum-length.
5617
5618 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5619
5620         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5621         and removed `F'.
5622         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5623         change above).
5624
5625 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-summary.el (wl-summary-line-list-count): Reverted.
5628         (example setting in samples/*/dot.wl is also updated)
5629
5630 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5633
5634         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5635
5636         * wl-vars.el (wl-summary-line-format): Addes some description to the
5637         docstring.
5638
5639         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5640         (wl-summary-line-close-bracket): Ditto.
5641         (wl-summary-line-children-number): Ditto.
5642         (wl-summary-line-thread-indent): Ditto.
5643         (wl-summary-line-children-and-from): Ditto.
5644
5645         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5646         't', 'c', 'F' and added 'C'.
5647
5648         * wl-util.el (wl-set-string-width): Accept negative value.
5649         (wl-line-parse-format): Added "%number(" and "%)".
5650
5651 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5652
5653         * wl-summary.el (wl-summary-line-list-count): Change format of the
5654         return value.
5655
5656 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5657
5658         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5659         from the recent message.el.
5660         (wl-draft-point-in-header-p): Ditto.
5661         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5662         wl-draft-beginning-of-line.
5663         * wl-e21.el (wl-draft-mode-map): Ditto.
5664         * wl-xmas.el (wl-draft-mode-map): Ditto.
5665
5666         * wl-folder.el: Sort macrodefs by dependencies.
5667
5668 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5669
5670         * wl-summary.el (wl-summary-prev): Fixed regexp.
5671         (wl-summary-next): Ditto.
5672
5673 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5674
5675         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5676
5677 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5678
5679         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5680         for backward compatibility.
5681
5682 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-summary.el (wl-summary-line-list-count): New function, merged
5685         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5686         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5687         list counts.
5688
5689 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5690
5691         * wl-summary.el (wl-summary-create-line): Ignore errors while
5692         timezone-fix-time.
5693
5694         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5695
5696         * wl-summary.el (wl-summary-sync-update): Ditto.
5697         (wl-summary-default-from): Use wl-message-entity
5698         instead of entity.
5699
5700         * wl-summary.el (wl-summary-create-line): Fix.
5701
5702         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5703         (wl-summary-line-format): New user option.
5704         (wl-folder-summary-line-format-alist): Ditto.
5705         (wl-summary-from-width): Abolished.
5706
5707         * wl-util.el (toplevel): Require 'bytecomp.
5708         (wl-line-parse-format): New function.
5709         (wl-line-formatter-setup): New macro.
5710
5711         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5712         (wl-summary-buffer-line-formatter): New buffer local variable.
5713         (wl-summary-switch-to-clone-buffer): Follow the change above.
5714         (wl-summary-message-regexp): Fix.
5715         (wl-summary-from-func-internal): Abolished.
5716         (wl-summary-subject-func-internal): Ditto.
5717         (wl-summary-subject-filter-func-internal): Ditto.
5718         (All other related portions are changed.)
5719         (wl-summary-buffer-set-folder):
5720         Set up wl-summary-buffer-number-column and 
5721         wl-summary-buffer-line-formatter
5722         (All other related portions are changed.)
5723         (wl-summary-buffer-number-column-detect): Abolished.
5724         (All other related portions are changed.)
5725         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5726         (wl-summary-delete-all-temp-marks-on-buffer): Use
5727         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5728         (wl-summary-target-mark-delete): Ditto.
5729         (wl-summary-target-mark-refile-subr): Ditto.
5730         (wl-summary-target-mark-mark-as-read): Ditto.
5731         (wl-summary-target-mark-mark-as-unread): Ditto.
5732         (wl-summary-target-mark-mark-as-important): Ditto.
5733         (wl-summary-target-mark-save): Ditto.
5734         (wl-summary-replace-status-marks): Renamed from
5735         wl-summary-set-status-marks-on-buffer;
5736         Use wl-summary-message-regexp instead of
5737         wl-summary-buffer-number-regexp.
5738         (wl-summary-sync-update): Follow the change above.
5739         (wl-summary-goto-previous-message-beginning): New function.
5740         (wl-summary-mark-as-unread): Use it.
5741         (wl-summary-mark-as-important): Ditto.
5742         (wl-summary-line-formatter): New variable.
5743         (wl-summary-line-year): New function.
5744         (wl-summary-line-day): Ditto.
5745         (wl-summary-line-day-of-week): Ditto.
5746         (wl-summary-line-hour): Ditto.
5747         (wl-summary-line-minute): Ditto.
5748         (wl-summary-line-open-bracket): Ditto.
5749         (wl-summary-line-close-bracket): Ditto.
5750         (wl-summary-line-children-number): Ditto.
5751         (wl-summary-line-thread-indent): Ditto.
5752         (wl-summary-line-size): Ditto.
5753         (wl-summary-line-subject): Ditto.
5754         (wl-summary-line-from): Ditto.
5755         (wl-summary-line-children-and-from): Ditto.
5756         (wl-summary-create-line): Rewritten.
5757         (wl-summary-format-date): Abolished.
5758
5759         * wl-highlight.el (wl-highlight-summary-current-line): Use
5760         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5761         Use thread structure to detect thread top message.
5762
5763         * wl-draft.el (wl-default-draft-cite): Don't use
5764         wl-summary-from-func-internal.
5765
5766         * wl-refile.el (wl-refile-subject-learn): Don't use
5767         wl-summary-subject-filter-func-internal.
5768         (wl-refile-guess-by-subject): Ditto.
5769
5770         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5771         parameters.
5772
5773         * wl-thread.el (wl-thread-update-indent-string-region):
5774         Use wl-thread-update-line-on-buffer instead of
5775         wl-thread-update-indent-string.
5776         (wl-thread-update-children-number): Redefine using
5777         wl-thread-update-line-on-buffer.
5778         (wl-thread-update-indent-string): Abolished.
5779
5780         * Version number is increased to 2.9.11.
5781
5782 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5783
5784         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5785         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5786         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5787
5788         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5789         as nil.
5790
5791         * wl-thread.el (wl-thread-open-all-unread): Use 
5792         elmo-folder-list-messages-mark-match.
5793         (wl-thread-insert-message): Removed argument `mark-alist'.
5794         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5795         elmo-msgdb-set-mark.
5796         (wl-thread-get-children-msgs-uncached): Likewise.
5797         (wl-thread-get-exist-children): Added argument include-self.
5798         (wl-thread-delete-message): Follow the change above.
5799
5800         * wl-summary.el (wl-summary-count-unread): Removed argument.
5801         (wl-summary-rescan): Follow the change above.
5802         (wl-summary-mark-as-read-region): Ditto
5803         (wl-summary-mark-as-unread-region): Ditto.
5804         (wl-summary-delete-messages-on-buffer): Ditto.
5805         (wl-summary-sync-update): Ditto.
5806         (wl-summary-switch-to-clone-buffer): Ditto.
5807         (wl-summary-goto-folder-subr): Ditto.
5808         (wl-summary-target-mark-mark-as-read): Ditto.
5809         (wl-summary-target-mark-mark-as-unread): Ditto.
5810         (wl-summary-target-mark-mark-as-important): Ditto.
5811         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5812         (wl-summary-update-thread): Removed argument `mark-alist'.
5813         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5814         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5815         (wl-summary-resume-cache-status): Likewise.
5816         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5817         elmo-msgdb-set-mark.
5818         (wl-summary-mark-as-read-all): Likewise.
5819         (wl-summary-delete-cache): Ditto.
5820         (wl-summary-auto-select-msg-p): Ditto.
5821         (wl-summary-mark-as-unread): Ditto.
5822         (wl-summary-no-auto-refile-message-p): Ditto.
5823         (wl-summary-mark-as-read): Ditto.
5824         (wl-summary-mark-as-important): Ditto.
5825         (wl-summary-auto-refile): Follow the change above.
5826         (wl-summary-delete-all-marks): Removed.
5827         (wl-summary-resume-marks-and-highlight): Ditto.
5828         (wl-summary-resume-marks): Ditto.
5829         (wl-summary-delete-important-msgs-from-list): Ditto.
5830         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5831
5832         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5833         wl-summary-count-unread.
5834
5835         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5836         (wl-summary-score-update-all-lines): Use
5837         elmo-msgdb-set-mark.
5838
5839 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5842         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5843         (wl-summary-create-line): Renamed from
5844         wl-summary-overview-create-summary-line;
5845         Argument rearrangement.
5846         (wl-summary-update-thread): Follow the change above.
5847
5848         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5849         (wl-thread-insert-entity-sub): Likewise.
5850
5851         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5852         argument `overview', `mark-alist' and added `msgdb'.
5853
5854         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5855
5856         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5857         (wl-summary-rescan): Follow the change above.
5858         (wl-summary-sync-update): Ditto.
5859         (wl-summary-insert-thread-entity): Ditto;
5860         Don't use `let*' in every while loop;
5861         Detect infinite loop of threads.
5862         (wl-summary-update-thread): Removed argument `overview'.
5863
5864         * wl-thread.el (wl-thread-insert-message): Ditto.
5865
5866         * Version number is increased to 2.9.10.
5867
5868         * wl-message.el (wl-message-redisplay): Ignore errors while
5869         wl-message-redisplay-hook.
5870
5871 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5872
5873         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5874
5875 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl.el (wl): inhibit-quit while wl-folder.
5878
5879 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5882         while msgdb access.
5883
5884 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5885
5886         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5887         even if no folder is not created.
5888
5889 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5890
5891         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5892
5893         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5894         implementation.
5895         (wl-summary-target-mark-thread): Ditto.
5896
5897         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5898
5899 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5900
5901         * wl-util.el (wl-display-bytes): Remove unused function.
5902
5903 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5904
5905         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5906         seems critical one (partially reverse the change in 2002/03/17).
5907
5908 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5909
5910         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5911         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5912
5913 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5914
5915         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5916         is not writable.
5917         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5918         plugged status instead of `'force' as 2nd argument.
5919
5920         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5921         is not creatable.
5922
5923         * Version number is increased to 2.9.9.
5924
5925 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl-summary.el (wl-summary-suspend): New function.
5928
5929 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5930
5931         * wl.el (wl): Do not check variables if check is nil.
5932         * wl-utils.el (wl-collect-draft): New function.
5933         * wl-folder.el (wl-folder-suspend): Put summary buffers
5934         and draft buffers at the end of buffer list.
5935         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5936
5937 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5938
5939         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5940         loop instead of recursive call.
5941
5942         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5943         2nd argument.
5944
5945 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5946
5947         * wl-draft.el (wl-draft-create-contents): Don't take neither
5948         (function . args) nor (string . something) any more.
5949
5950         * wl-version.el (wl-generate-user-agent-string): Return string
5951         without header symbol.
5952         * wl-draft.el (wl-draft-default-headers): Use it.
5953
5954         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5955         `wl-draft-insert-ccs' and return field value instead of inserting
5956         the header. Abolish cc argument.
5957         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5958
5959         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5960         rather than one with string car.
5961
5962         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5963         * wl-draft.el (wl-draft-create-contents): Add it after the default
5964         headers.
5965
5966         * wl-draft.el (wl-draft-create-contents): For the case of
5967         (symbol-or-string . function) insert header only when the function
5968         returns string value.
5969
5970 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5971
5972         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5973         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5974
5975 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5976
5977         * wl.el (wl-check-environment): Don't check Message-ID when
5978         `wl-insert-message-id' is nil.
5979         Revive checking if `wl-message-id-domain' contains "@".
5980
5981 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl.el (wl-check-environment): Merge examination for "@" at
5984         inappropriate position into the first string-match.
5985
5986         * wl-summary.el (wl-summary-target-mark-print): New function.
5987         (wl-summary-pipe-message-subr): Extracted from
5988         `wl-summary-pipe-message'.
5989         (wl-summary-target-mark-pipe): New function.
5990         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5991         `wl-summary-target-mark-pipe'.
5992
5993 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5996
5997 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl.el (wl-check-environment): Use elmo-warning instead of
6000         error for non-critical ones.
6001         Remove trash folder check.
6002         (wl): Don't ignore error in wl-check-environment.
6003
6004         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6005         check, which is moved from `wl-check-environment'.
6006         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6007
6008 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6009
6010         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6011         guess anything, call wl-summary-write.
6012         (wl-summary-write): Create draft with blank To field.
6013         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6014
6015 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6018         argument full as well for wl-folder-write-current-folder.
6019         If wl-*-write-current-folder cannot guess addressee, add blank
6020         To header.
6021         Rewrite condition for positioning cursor.
6022
6023 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6024
6025         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6026         summary buffer is present, use it.
6027         (wl-folder-jump-to-previous-summary): Ditto.
6028
6029 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6030
6031         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6032
6033         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6034         wl-summary-previous-buffer and wl-summary-next-buffer.
6035
6036         * wl-folder.el (wl-folder-mode-map): Bind
6037         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6038         (wl-folder-jump-to-next-summary): New function.
6039         (wl-folder-jump-to-previous-summary): Ditto.
6040
6041         * wl-draft.el (wl-draft): Rearranged.
6042
6043 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6044
6045         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6046         of header.
6047         (wl-draft): Collect arguments for the header as header-alist.
6048         (wl-draft-forward): Arrange arguments for wl-draft.
6049         (wl-draft-reply): Ditto.
6050         (wl-draft-edit-string): Ditto.
6051         * wl-summary.el (wl-summary-write): Ditto.
6052         (wl-summary-write-current-folder): Ditto.
6053
6054         * Version number is increased to 2.9.8.
6055
6056 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6059
6060         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6061
6062         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6063         even if the guess failed.
6064
6065         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6066         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6067         wl-summary-write-current-folder.
6068         * wl-xmas.el: Ditto.
6069
6070 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6071
6072         * wl-summary.el (wl-summary-next-page): Force display message if
6073         message is not displayed yet.
6074         (wl-summary-prev-page): Ditto.
6075
6076 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6077
6078         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6079
6080 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6081
6082         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6083         add "Preview Message" and "Save Draft and Exit".
6084
6085 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6086
6087         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6088         if addrmgr is called from draft in splitted window.
6089
6090         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6091         * wl-mule.el: Ditto.
6092         * wl-xmas.el: Ditto.
6093
6094 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6097
6098         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6099         * wl-xmas.el (wl-folder-toolbar): Ditto.
6100
6101 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6104         and wl-draft-save-and-exit.
6105         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6106         * wl-xmas.el: Ditto.
6107         * wl-mule.el: Ditto.
6108
6109         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6110         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6111
6112 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6113
6114         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6115         lists for saving buffer.
6116
6117 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6118
6119         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6120         parent-folder argument instead of it.
6121         (wl-draft-create-buffer): Ditto.
6122         (wl-draft-forward): Ditto.
6123         (wl-draft-reply): Ditto.
6124         * wl-summary.el (wl-summary-write): Ditto.
6125         (wl-summary-write-current-folder): Ditto.
6126
6127         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6128         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6129         Folder buffer after composing.
6130
6131 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6132
6133         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6134         header if the file `wl-x-face-file' already contains it.
6135
6136 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6137
6138         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6139         folder" entry.
6140         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6141         * wl-e21.el (wl-folder-toolbar): Ditto.
6142         * wl-xmas.el (wl-folder-toolbar): Ditto.
6143
6144 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6145
6146         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6147         wl-folder-goto-folder with sticky argument.
6148         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6149
6150 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6153         and wl-summary-previous-buffer.
6154         (wl-summary-next-buffer): New function.
6155         (wl-summary-previous-buffer): Ditto.
6156
6157 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6158
6159         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6160         wl-folder-jump-to-current-entity-with-arg.
6161         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6162         `wl-folder-jump-to-current-entity'.
6163         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6164         `wl-summary-goto-folder-sticky'.
6165         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6166         `wl-summary-goto-folder'.
6167         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6168         Unless force-exit, do not clean temp. marks for sticky summary.
6169         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6170
6171 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6172
6173         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6174         not entire.
6175
6176 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6179         to `C-x C-s'.
6180         (wl-summary-save-status): New command.
6181         (wl-summary-exit): Don't clean-up temp marks when sticky.
6182         (Applied patch from Nakayama-san [wl: 09548])
6183         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6184         Do nothing when no mark data.
6185         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6186         Call `wl-summary-delete-all-temp-marks' before saving.
6187
6188 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6189
6190         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6191
6192 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6193
6194         * wl.el (wl-check-environment): Also cause error when (system-name)
6195         returns "localhost.localdomain". (Although it doesn't affect because
6196         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6197
6198 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6199
6200         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6201         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6202
6203         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6204         value.
6205
6206 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6207
6208         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6209         Likewise r-cc-list and r-ng-list.
6210
6211 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6212
6213         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6214         only if it is bound as variable.
6215
6216         * wl-mime.el (wl-draft-preview-message): Ditto.
6217
6218 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6221         needless `goto-char'.
6222
6223         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6224         `wl-summary-redisplay-no-mime-internal' instead of
6225         `wl-summary-redisplay-no-mime'.
6226         (wl-summary-redisplay-no-mime): Changed argument;
6227         Call `wl-summary-redisplay-no-mime-internal'.
6228
6229         * wl-mime.el (wl-draft-preview-message): Bind
6230         `mime-header-encode-method-alist' locally.
6231
6232         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6233         (wl-draft-std11-parse-addresses): Added the first address check.
6234         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6235
6236         * Version number is increased to 2.9.7.
6237
6238 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6239
6240         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6241
6242 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6243
6244         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6245         related to scrollbar support, if there is no such a feature
6246         compiled in.
6247
6248 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6249
6250         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6251         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6252         for prefetch.
6253
6254 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-summary.el (wl-summary-pick): Fix for no match.
6257
6258 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-draft.el (wl-draft-save):
6261         Override `mime-header-encode-method-alist'.
6262
6263 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6264
6265         * wl-folder.el (wl-folder-pick): New function.
6266         Define key as "?".
6267
6268 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6269
6270         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6271         Fix for unplugged.
6272
6273 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6274
6275         * wl-folder.el (wl-folder-virtual): New function.
6276         Define key as "V".
6277
6278 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6279
6280         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6281         multi folder if entity is group.
6282
6283 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6284
6285         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6286         is nil.
6287
6288 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6291         (wl-summary-target-mark-msgs): Return the number of marked messages.
6292
6293 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6294
6295         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6296         "first:" is specified.
6297
6298 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-vars.el (wl-from): Use return value of function
6301         user-full-name instead of the variable user-full-name since
6302         XEmacs-20.4 doesn't set this variable.
6303
6304 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6307         call `wl' directly.
6308
6309 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6310
6311         * wl-draft.el (wl-draft-reedit): Removed duplicated
6312         switch-to-buffers.
6313
6314 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * wl.el (wl-other-frame): Removed garbages.
6317
6318 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6319
6320         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6321
6322         * wl-xmas.el (wl-draft-key-setup): Ditto.
6323
6324         * wl-mule.el (wl-draft-key-setup): Ditto.
6325
6326         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6327         (wl-draft-reedit): Ditto.
6328         (wl-draft-prepare-edit): Add `wl-draft-save' to
6329         `local-write-file-hooks'.
6330         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6331         (wl-draft-reedit): Set buffer-file-name.
6332         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6333
6334
6335         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6336         call it.
6337         (wl-delete-startup-frame-function): New variable.
6338         (wl-other-frame): New function
6339         (Original was written by Yamaoka san [wl: 09239]).
6340
6341         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6342         if `wl-folder-use-frame'.
6343
6344 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6347
6348 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6351         New variable.
6352         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6353         (wl-message-buffer-prefetch-get-next): Use them.
6354         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6355
6356 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6359         with unwind-protect.
6360
6361         * wl-draft.el (wl-draft-reedit): Rewrite.
6362         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6363         (wl-draft-save): Insert header separator if it does not exist;
6364         Removed condition-case.
6365
6366         * wl-summary.el (wl-summary-reedit): Revert last change.
6367
6368         * wl-draft.el (wl-draft-save): Rewrite.
6369         (wl-draft-create-buffer): Set buffer-file-name as nil.
6370
6371         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6372
6373         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6374
6375         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6376         nil.
6377
6378 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6379
6380         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6381         If count is nil, do not prefetch.
6382         (wl-message-buffer-prefetch-next): Next.
6383
6384 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6387
6388 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6391         `delete-backward-char'
6392         (wl-draft-prepare-edit): Check major-mode.
6393         (wl-draft-decode-header): Rewrite.
6394         (wl-draft): Fix.
6395
6396 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6397
6398         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6399
6400 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6403         (wl-message-buffer-prefetch-get-next): Remove size checking.
6404         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6405
6406 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6409         (wl-draft-default-headers): Fix.
6410
6411 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl-draft.el (wl-draft-default-headers): Insert return value of
6414         `wl-generate-mailer-string-function'.
6415
6416 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6419         (wl-draft-insert-mail-header-separator): Ditto.
6420
6421         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6422         again (Reverted the change on 2002-01-17 by OKADA san).
6423
6424 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-draft.el (wl-draft): Rewrite.
6427         (wl-draft-create-buffer): New function.
6428         (wl-draft-create-contents): Ditto.
6429         (wl-draft-prepare-edit): Ditto.
6430         (wl-draft-decode-header): Ditto.
6431         (wl-draft-decode-body): Ditto.
6432         (wl-draft-check-new-line): Ditto.
6433         (wl-draft-default-headers): Ditto.
6434         (wl-draft-insert-mail-header-separator): Ditto.
6435
6436 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6437
6438         * Version number is increased to 2.9.6.
6439
6440 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * wl-draft.el (wl-draft-delete-field): Optional argument.
6443         (wl-draft-delete-fields): Ditto.
6444
6445 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6446
6447         * wl-message.el (toplevel): Eliminated byte-compile warning.
6448         for `itimer-function', `delete-timer' and `itimer-list'.
6449
6450 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6451
6452         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6453         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6454         `wl-message-buffer-prefetch-threshold'.
6455         * wl-summary.el (wl-summary-redisplay-internal): Remove
6456         the check of `wl-message-buffer-prefetch-depth'.
6457
6458 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6461         size of article.
6462         (wl-message-buffer-prefetch-subr): Remove size check.
6463
6464 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6465
6466         * wl-vars.el (wl-plugged): Make customizable.
6467
6468 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6471         (wl-message-buffer-prefetch-set-timer): New function.
6472         (wl-message-buffer-prefetch-get-next): New function.
6473         (wl-message-buffer-prefetch): New function.
6474         (wl-message-buffer-prefetch-next): Rewrite.
6475         (wl-message-buffer-prefetch-subr): Rewrite.
6476         * wl-vars.el (wl-auto-prefetch-first): New variable.
6477         * wl-summary.el (wl-summary-goto-folder-subr): Call
6478         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6479
6480 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6481
6482         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6483         `wl-summary-unread-message-hook'.
6484
6485 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6488         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6489         if range is `cache-status'.
6490
6491 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-message.el (wl-message-buffer-prefetch-subr):
6494         Improve debug message.
6495
6496 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6497
6498         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6499         `wl-mail-send-pre-hook'.
6500         (wl-draft-send-mail-with-qmail): Ditto.
6501         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6502
6503 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-message.el (wl-message-buffer-prefetch-subr):
6506         Fix for cancel-function-timers bug.
6507         (wl-message-buffer-prefetch-debug): Default value is t.
6508
6509 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6512         (wl-message-buffer-prefetch-subr): Rewrite.
6513         Rename from `wl-message-buffer-prefetch'.
6514
6515 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6516
6517         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6518         (wl-default-draft-cite-decorate-author): Ditto.
6519
6520         * wl-draft.el (wl-draft-cite-function): Removed.
6521         (wl-default-draft-cite-decorate-author): Ditto.
6522
6523 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6524
6525         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6526         (wl-default-draft-cite): Do not arrange author name if the value of
6527         `wl-default-draft-cite-decorate-author' is nil.
6528
6529 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6530
6531         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6532
6533         * wl-folder.el (wl-folder-check-one-entity): Don't care
6534         `elmo-folder-use-flag-p'.
6535
6536 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-folder (wl-folder-check-one-entity): Fix
6539         problem if unread is nil.
6540
6541 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6542
6543         * wl-address.el (wl-address-make-completion-list): Check whether
6544         the address is a group list.
6545         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6546
6547 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6548
6549         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6550         The number of the messages of new and unread does not count
6551         correctly.
6552
6553         * wl-summary.el (wl-summary-count-unread): Changed to return
6554         `(new . unread)' instead of total.
6555         (wl-summary-sync-update): Follow the change above.
6556
6557         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6558
6559 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560
6561         * wl-address.el (wl-address-make-completion-list): Do not enclose
6562         address by " <" and ">" if associated realname is "".
6563         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6564         This is against the promblem with group list in .addresses pointed
6565         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6566
6567 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6568
6569         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6570         message is a format control string.
6571         * wl-expire.el (wl-expire-append-log): Ditto.
6572         * wl-mime.el (wl-summary-burst-subr): Ditto.
6573         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6574         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6575
6576 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6579         wl.el (wl-check-variables): Rename from `wl-check-type'.
6580         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6581         (wl-check-variables-2): New function.
6582         (wl): Call `wl-check-variables-2'.
6583
6584 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6585
6586         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6587         after renaming folder in access group.
6588
6589 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6592         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6593         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6594         (wl-message-buffer-prefetch): Rewrite.
6595         (wl-message-buffer-prefetch-idle-time): Removed.
6596         * wl-summary.el (wl-summary-redisplay-internal):
6597         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6598         Error check for `wl-message-buffer-prefetch-depht'.
6599
6600 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * Version number is increased to 2.9.5.
6603         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6604
6605 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6606
6607         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6608         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6609         Based on the patch written by
6610         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6611
6612 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-draft.el (wl-draft-raw-send): Fix for
6615         `wl-news-send-pre-hook'
6616
6617 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-utils.el (wl-message-id-function): New variable.
6620         * wl-draft.el (wl-draft-insert-required-fields):
6621         Use `wl-message-id-function'.
6622
6623 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6626         * wl-utils.el (wl-draft-make-message-id-string):
6627         Use `wl-from' for domain part of Message-ID
6628         if `wl-message-id-use-wl-from' if non-nil.
6629         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6630
6631 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * wl.el (wl): Call `wl-check-type'
6634         Do not 'condition-case'.
6635
6636 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl.el (wl-check-type): New function.
6639         (wl-check-type-variables): New variable.
6640
6641 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6644
6645 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6646
6647         * wl-draft.el (wl-smtp-password-key): New function.
6648         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6649         (wl-draft-send-mail-with-smtp): Ditto.
6650         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6651
6652 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6655         * wl-utils.el (wl-unique-id-suffix): Remove.
6656
6657 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * Version number is increased to 2.9.4.
6660
6661 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-utils.el (wl-unique-id-suffix): New variable.
6664         (wl-unique-id): Use `wl-unique-id-suffix'
6665
6666 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6667
6668         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6669         instead of `elmo-msgdb-search'.
6670
6671         * Version number is increased to 2.9.3.
6672
6673 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6674
6675         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6676
6677 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6680         (wl-draft-dispatch-message): Changed for send-later.
6681         (wl-draft-queue-flush): Ditto.
6682         (wl-draft): Clear `wl-sent-message-queued'.
6683         (wl-draft-reedit): Ditto.
6684         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6685         * wl-vars.el (wl-draft-force-queuing): New variable.
6686         (wl-draft-force-queuing-mail): New variable.
6687         (wl-draft-force-queuing-news): New variable.
6688
6689 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6692         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6693
6694 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6695
6696         * Version number is increased to 2.9.2.
6697
6698 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6699
6700         * wl-draft.el (wl-draft-elide-region): New user command.
6701         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6702
6703         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6704         command `wl-draft-elide-region'.
6705         * wl-mule.el: Ditto.
6706         * wl-xmas.el: Ditto.
6707
6708 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6711         (wl-biff-check-folder-async): Removed needless let.
6712
6713 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6714
6715         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6716         wl-folder-get-elmo-folder.
6717         (wl-biff-check-folder): Set `biff' argument of
6718         `wl-folder-check-one-entity'.
6719         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6720
6721         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6722         (wl-folder-check-one-entity): Added `biff' argument;
6723         Setup `biff' slot of folder.
6724
6725         * Version number is increased to 2.9.1.
6726
6727 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6728
6729         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6730         comment out and fixed.
6731         (wl-fldmgr-add-completion-subr): Ditto.
6732
6733         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6734         and msgdb.
6735
6736         * wl.el (wl-toggle-plugged): Save summary view.
6737
6738 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6741
6742 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6743
6744         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6745
6746 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6747
6748         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6749         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6750         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6751
6752         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6753         if it was failed.
6754         (wl-demo): Disable undo in the demo buffer.
6755
6756 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-version.el (wl-version): Changed codename.
6759
6760         * Version number is increased to 2.9.0.
6761
6762 2001-12-14  Takuo KITAME <kitame@northeye.org>
6763
6764         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6765         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6766         (wl-folder-mark-as-read-all-current-entity): Ditto.
6767
6768 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6769
6770         * wl-vars.el (wl-from-width): Define as obsolete variable.
6771         (wl-subject-length-limit): Ditto.
6772
6773         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6774
6775         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6776         wl-summary-save-view.
6777
6778         * wl.el (wl-save-status): Ditto.
6779         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6780
6781         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6782         (wl-summary-exit): Follow the change above.
6783         (wl-summary-goto-folder-subr): Ditto.
6784
6785         * wl-folder.el (wl-folder-create-subr): Don't use
6786         `elmo-folder-creatable-p'.
6787
6788 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6789
6790         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6791
6792 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6793
6794         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6795         rather than bitmap on Emacs 21.
6796         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6797         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6798         for xbm if the new redisplay engine is not available.
6799
6800 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-folder.el (wl-folder-init-hook): New hook.
6803         (wl-folder-init): Run `wl-folder-init-hook'.
6804
6805 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6806
6807         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6808
6809 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6810
6811         * wl-acap.el (wl-acap-cache-filename): New variable.
6812         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6813         (wl-acap-init): Use cache if no ACAP server found.
6814
6815 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6816
6817         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6818         `wl-acap-original-msgdb-dir'.
6819
6820         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6821         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6822
6823         * wl-mime.el (wl-mime-save-directory): Renamed from
6824         `wl-mime-save-dir'.
6825
6826 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6829
6830         * wl-demo.el: Require `path-util'.
6831         (wl-demo-bitmap-mule-available-p): New internal variable.
6832         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6833         `module-installed-p' instead.
6834         (wl-demo-insert-image): Use *.img file for a bitmap image.
6835         (wl-demo): Don't call the ascii demo recursively.
6836
6837 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6838
6839         * Version number is increased to 2.7.7.
6840
6841 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl.el (wl-exit): Eliminated byte-compile warning.
6844
6845 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6846
6847         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6848         obsolete variable using `elmo-define-obsolete-variable'.
6849         (wl-fetch-confirm-threshold): Ditto.
6850         (wl-cache-prefetch-folder-type-list): Ditto.
6851         (wl-cache-prefetch-folder-list): Ditto.
6852
6853 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6854
6855         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6856         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6857         (wl-demo-insert-image): New function.
6858         (wl-demo-insert-text): New function.
6859         (wl-demo-image-type-alist): Redefine as a function.
6860         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6861         (wl-demo-with-temp-file-buffer): Removed.
6862         (wl-logo-xpm): Removed.
6863         (wl-logo-xbm): Removed.
6864         (wl-logo-bitmap): Removed.
6865
6866 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6867
6868         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6869         (wl-expire-localdir-get-folder-function): New user option.
6870         (wl-expire-localdir-get-folder): New function.
6871         (wl-expire-localdir-date): Ditto.
6872
6873 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6874
6875         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6876         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6877         Fixed unread number mismatch when all-unread < unread.
6878
6879 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6880
6881         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6882         (wl-fetch-confirm-threshold): Ditto.
6883
6884         * wl-summary.el (wl-summary-confirm-appends): Removed.
6885         (wl-summary-sync-update): Don't refer
6886         `wl-summary-update-confirm-threshold' (It is now abolished).
6887
6888         * wl-message.el (wl-message-display-internal): Don't refer
6889         `wl-fetch-confirm-threshold' (It is now abolished).
6890
6891 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6894
6895 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6896
6897         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6898         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6899         Change default value to nil.
6900         (wl-summary-indent-length-limit): The value can be nil, nil means
6901         unlimited.
6902
6903         * wl-summary.el: Don't set limit for indent length if the value of
6904         wl-summary-indent-length-limit is nil.
6905         If the value of wl-summary-width is nil, it means only that the width
6906         of summary is unlimited (nil doesn't mean that the indent length is
6907         unlimited).
6908
6909         * wl-thread.el: Ditto.
6910
6911 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6912
6913         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6914         be nil, nil means never confirm.
6915         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6916
6917 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6918
6919         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6920         means unlimited).
6921
6922 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6923
6924         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6925         Use `with-temp-buffer'.
6926
6927 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6930         with new backquote style).
6931         (wl-folder-get-entity-from-buffer): Ditto.
6932
6933 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6934
6935         * wl-version.el (nemacs-version): Eliminated.
6936         (wl-extended-emacs-version2): Ignore nemacs.
6937         (wl-extended-emacs-version3): Ditto.
6938
6939 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6940
6941         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6942         (wl-draft-add-in-reply-to): New variable.
6943         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6944         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6945         (wl-draft-yank-from-mail-reply-buffer): Use
6946         `wl-draft-add-in-reply-to'.
6947         (wl-draft-insert-current-message): Ditto.
6948
6949 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6950
6951         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6952         typo (kill->hide).
6953         (wl-message-buffer-prefetch-folder-type-list): Added elements
6954         `mark' and `cache' instead of `internal'.
6955
6956 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6957
6958         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6959         resume msgdb directory.
6960
6961 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6962
6963         * wl.el (wl-exit): Call `wl-acap-exit'.
6964
6965         * wl-summary.el (wl-summary-message-string): New function.
6966         (wl-summary-reedit): Use it.
6967         (wl-summary-resend-bounced-mail): Remove needless let.
6968         (wl-summary-supersedes-message): Ditto.
6969         (wl-summary-save): Ditto.
6970
6971         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6972         (wl-acap-init): Set it.
6973         (wl-acap-exit): New function.
6974
6975 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6976
6977         * wl.el (wl-init): Revert (require 'mime-setup). move from
6978         toplevel.
6979
6980 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6981
6982         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6983         local variables.  Add error when guess function return invalid
6984         value.
6985
6986 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6989         Change local variable name.
6990         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6991         (wl-folder-get-newsgroups): Return nil when non-news folder.
6992         * wl-summary.el (wl-summary-write-current-folder): State through
6993         when guess-list return nil.
6994         (wl-summary-write-current-folder-functions): Fixed docstring.
6995
6996         * wl.el (wl-exit): Changed confirm message.
6997
6998         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6999         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7000
7001         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7002
7003 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7004
7005         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7006         user option (Renamed from wl-cache-prefetch-folder-type-list).
7007         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7008         from wl-cache-prefetch-folder-list).
7009
7010         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7011         Move to wl-vars.el.
7012         (wl-message-buffer-prefetch-p): Changed to enable
7013         `wl-message-buffer-prefetch-folder-list'.
7014
7015         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7016         `ignore-cache'.
7017
7018 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7019
7020         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7021         `part-top' and `part-bottom'.
7022         (wl-draft-config-sub-part-top): New function.
7023         (wl-draft-config-sub-part-bottom): New function.
7024
7025 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7026
7027         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7028
7029 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7030
7031         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7032
7033 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7034
7035         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7036
7037         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7038         (wl-summary-write-current-folder): Ditto.
7039
7040 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7041
7042         * wl-folder.el (wl-folder-get-newsgroups): Use
7043         `elmo-folder-newsgroups'.
7044
7045 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7048         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7049         `wl-draft-config-sub-header-bottom'.
7050
7051 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7052
7053         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7054         localnews folder.
7055
7056 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7057
7058         * wl-summary.el (wl-summary-mode): Undo last change.
7059
7060         * wl-folder.el (wl-folder-mode): Ditto.
7061
7062 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7063
7064         * wl-summary.el (wl-summary-mode): Locally set
7065         truncate-partial-window-width to nil.
7066         (for XEmacs)
7067
7068         * wl-folder.el (wl-folder-mode): Ditto.
7069
7070 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7073
7074 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7077         number.
7078
7079         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7080
7081         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7082
7083         * Version number is increased to 2.7.6.
7084
7085 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7088
7089 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-summary.el (wl-summary-sync-update): Enclose network
7092         related portion with `unwind-protect'.
7093
7094 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7095
7096         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7097
7098 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7099
7100         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7101         element.
7102         * wl-vars.el (wl-message-body-button-alist): Ditto.
7103
7104         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7105         max match length.
7106         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7107
7108         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7109         for the max match length;
7110         Use 4th element value for the button string regexp group.
7111
7112         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7113         candidate exists, prompt to select.
7114
7115 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7116
7117         * wl-summary.el (wl-summary-jump-to-msg): Search before
7118         calibration point by `beginning-of-line'.
7119
7120 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7121
7122         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7123         for access group.
7124
7125 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-message.el (wl-message-display-internal): Bind
7128         `default-mime-charset'.
7129
7130         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7131
7132         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7133
7134         * Version number is increased to 2.7.5.
7135
7136 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7137
7138         * wl-expire.el (wl-summary-archive): Fixed;
7139         Use `elmo-folder-name-internal'.
7140
7141 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7142
7143         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7144         from `elmo-folder-move-messages' caller.
7145         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7146
7147         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7148         related portions are changed).
7149
7150 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7151
7152         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7153         counter.
7154
7155 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7156
7157         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7158         buffer local and set it to nil.
7159
7160         * wl-message.el (wl-message-redisplay): Ditto.
7161
7162 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-summary.el (wl-summary-mark-as-important): If message is
7165         already cached, set messag as read, otherwise encache and mark as read.
7166
7167 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7170         point-min.
7171
7172 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7173
7174         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7175         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7176         a keymap.
7177
7178 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7181         parent.
7182
7183         * wl-mule.el (wl-message-define-keymap): Ditto.
7184
7185         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7186
7187         * wl-xmas.el (wl-message-display-internal-hook): Define.
7188         (wl-xmas-setup-message-toolbar): Define as function.
7189         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7190         (wl-message-overload-functions): Abolished.
7191         (wl-message-define-keymap): New function.
7192
7193         * wl-vars.el (wl-message-display-internal-hook): New variable.
7194         (wl-message-header-button-alist): New variable (Renamed from
7195         wl-highlight-message-header-button-alist).
7196         (wl-message-body-button-alist): Ditto.
7197
7198         * wl-mule.el (wl-message-define-keymap): New function.
7199         (wl-message-overload-functions): Abolished.
7200
7201         * wl-message.el (wl-message-add-buttons-to-body): New function.
7202         (wl-message-redisplay): Don't call wl-message-overload-functions;
7203         Call wl-message-add-buttons-to-header and
7204         wl-message-add-buttons-to-body.
7205         (wl-message-display-internal): Set keymap argument for
7206         elmo-mime-display-as-is, elmo-mime-message-display;
7207         Run wl-message-display-internal-hook.
7208         (wl-message-refer-article-or-url): Abolished.
7209
7210         * wl-highlight.el (wl-highlight-headers): Don't call
7211         wl-highlight-message-add-buttons-to-header.
7212         (wl-highlight-message-add-buttons-to-header): Abolished.
7213
7214
7215         * wl-e21.el (wl-message-display-internal-hook): Define.
7216         (wl-e21-setup-toolbar): Deleted duplicated binding.
7217         (wl-e21-setup-message-toolbar): Define as function.
7218         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7219         (wl-message-define-keymap): New function.
7220         (wl-message-overload-functions): Abolished.
7221
7222 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7223
7224         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7225         and elmo-folder-close.
7226
7227         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7228
7229 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7232         boolean value.
7233         * wl-draft.el (wl-draft-do-fcc): Ditto.
7234
7235 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7236
7237         * wl-vars.el (wl-fcc-force-as-read): New variable.
7238         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7239         mark copied message as read.
7240
7241 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7242
7243         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7244
7245 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7246
7247         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7248         `wl-summary-target-above' instead of obsolete variable
7249         `wl-summary-temp-above'.
7250
7251         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7252         instead of `make-obsolete-variable'.
7253         * wl-refile.el (toplevel): Ditto.
7254
7255 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7256
7257         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7258         with third argument t.
7259         (wl-draft): Set first argument for wl-plugged-init as t.
7260
7261         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7262         definition.
7263
7264 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl-vars.el: Tabify.
7267         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7268
7269         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7270         message.
7271
7272 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7273
7274         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7275         and set default to beep.
7276
7277 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7278
7279         * wl-vars.el (wl-draft-truncate-lines): New variable.
7280
7281         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7282         instead of wl-message-truncate-lines for truncate-lines.
7283
7284 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * wl-message.el (wl-message-display-internal): Call
7287         `wl-highlight-message' after `elmo-mime-display-as-is'.
7288
7289         * wl-mime.el (wl-mime-display-text/plain): New function.
7290         (wl-mime-display-header): Ditto.
7291         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7292         body-presentation-method for text/plain;
7293         Register `wl-mime-display-header' as a header-presentation-method;
7294         Don't set up `elmo-message-text-content-inserted-hook' and
7295         `elmo-message-header-inserted-hook'.
7296
7297         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7298         variable.
7299         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7300         as t if flag is 'all-header;
7301         Don't bind `elmo-message-ignored-field-list',
7302         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7303
7304 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7305
7306         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7307         for xemacs with non-mule environment.
7308
7309 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7310
7311         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7312         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7313         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7314
7315 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7316
7317         * wl-vars.el (wl-interactive-send): Set default value as t.
7318
7319 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7322         (wl-addrmgr-method-list): Abolished.
7323         (wl-addrmgr-change-method): Follow above change.
7324
7325         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7326
7327 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7328
7329         * wl-vars.el (wl-message-truncate-lines): Change default value
7330         to default-truncate-lines.
7331
7332         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7333
7334 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7335
7336         * wl-vars.el (wl-message-truncate-lines): New variable.
7337
7338         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7339         wl-message-truncate-lines.
7340
7341 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7342
7343         * wl-acap.el (wl-acap-init): Remove period from error message.
7344         (wl-acap-find-acap-service): Remove period from message.
7345
7346 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7347
7348         * wl.el (wl-check-environment): Undo last change.
7349
7350         * wl-vars.el (wl-from): Changed default value.
7351
7352         * wl-util.el (toplevel): Don't require tm-edit.
7353
7354         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7355         `wl-folder-init';
7356         Don't set mark on mail body.
7357         (wl-draft-reedit): Ditto.
7358
7359         * wl-address.el (wl-address-quote-specials): Define as an alias for
7360         elmo-address-quote-specials.
7361
7362 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7365
7366         * wl-vars.el (wl-from): Set default value as nil.
7367         (wl-organization): Set default value as ORGANIZATION environment
7368         variable.
7369
7370         * wl-draft.el (wl-smtp-extension-bind): Check value of
7371         wl-smtp-connection-type.
7372
7373         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7374         error.
7375
7376 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7377
7378         * Version number is increased to 2.7.4.
7379
7380         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7381         arguments from `wl-highlight-x-face-function' caller.
7382         Use x-face-1.3.6.12 or later.
7383
7384 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7385
7386         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7387
7388 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7389
7390         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7391         (wl-fcc): Fix to accept function.
7392         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7393
7394 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * wl-acap.el (toplevel): Added `product-provide' declare.
7397         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7398
7399 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7400
7401         * wl.el (wl): Changed order of calling `elmo-init'
7402         and `elmo-folder-init'.
7403
7404 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7405
7406         * wl-mime.el (wl-summary-burst): Extract message when content-type
7407         of root entity is not only `multipart' but also `message/rfc822'.
7408         (wl-summary-burst-subr): Ditto.
7409
7410 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl-vars.el (toplevel): Require 'custom.
7413         (wl-trash-folder): Added to `wl-setting' group.
7414
7415         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7416         exists.
7417         (wl-addrmgr-draw): Insert empty line when no entry exists.
7418
7419         * wl-mule.el (wl-message-wheel-up): Fixed.
7420         (wl-message-wheel-down): Ditto.
7421
7422 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7423
7424         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7425         config is an anonymous lambda expression.
7426
7427 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7428
7429         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7430         when Mule 2 is running.
7431
7432 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7435
7436 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7439         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7440
7441         * wl-address.el (wl-address-specials-regexp): Eliminated.
7442         (wl-address-quote-specials): Rewrite.
7443
7444 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7447         shy-groups for regexp.
7448
7449         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7450         character classes and Perl style shy-groups for regexp.
7451         (wl-highlight-plugged-current-line): Use Posix style character
7452         classes for regexp.
7453         (wl-e21-highlight-folder-by-numbers): Ditto.
7454         (wl-e21-display-image-p): Use `display-images-p' instead of
7455         `display-graphic-p'.
7456         (display-images-p): Make an alias to `display-graphic-p' if it is
7457         not available.  It is for Emacs version prior to 21.0.105.
7458
7459         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7460         `display-graphic-p'.
7461         (wl-demo-image-type-alist): Ditto.
7462         (display-images-p): Make an alias to `display-graphic-p' if it is
7463         not available.  It is for Emacs version prior to 21.0.105.
7464
7465 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7468         support.
7469         (wl-generate-user-agent-string): Ditto.
7470
7471         * wl-version.el (wl-version): Update docsting.
7472         (wl-version-status): Ditto.
7473
7474 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7475
7476         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7477         21.0.105.  For Emacs 21.0.104 or earlier.
7478
7479 2001-09-03  Takuo KITAME <kitame@northeye.org>
7480
7481         * wl-e21.el (wl-plugged-init-icons): Use
7482         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7483         (wl-biff-init-icons): Ditto.
7484
7485 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * wl-highlight.el (wl-highlight-summary-current-line):
7488         Fixed highlighting refile/copy destination.
7489
7490         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7491         (wl-acap-store): Encode string by wl-acap-coding-system.
7492
7493 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-acap.el (toplevel): Check and require 'un-define before
7496         'xemacs-ucs;
7497          Added checking for UTF-2000.
7498
7499 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7502         Don't enclose with `eval-and-compile'.
7503
7504         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7505         wl-init is non-nil.
7506
7507         * wl-draft.el (wl-draft): Ditto.
7508
7509         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7510
7511         * wl-acap.el (toplevel): Require 'wl.
7512         (wl-acap-store): Call `elmo-init'.
7513
7514         * wl.el (wl): Changed position of `wl-check-environment'.
7515         (toplevel): Added autoload setting for wl-acap.
7516
7517         * wl-vars.el (wl-setting): New custom group.
7518         (wl-from): Added wl-setting group.
7519         (wl-user-mail-address-list): Ditto.
7520         (wl-organization): Ditto.
7521         (wl-subscribed-mailing-list): Ditto.
7522         (wl-envelope-from): Ditto.
7523         (wl-smtp-posting-user): Ditto.
7524         (wl-smtp-posting-server): Ditto.
7525         (wl-smtp-posting-port): Ditto.
7526         (wl-smtp-authenticate-type): Ditto.
7527         (wl-pop-before-smtp-user): Ditto.
7528         (wl-pop-before-smtp-server): Ditto.
7529         (wl-pop-before-smtp-port): Ditto.
7530         (wl-pop-before-smtp-authenticate-type): Ditto.
7531         (wl-nntp-posting-server): Ditto.
7532         (wl-nntp-posting-user): Ditto.
7533         (wl-nntp-posting-port): Ditto.
7534         (wl-fetch-confirm-threshold): Ditto.
7535         (wl-prefetch-threshold): Ditto.
7536         (wl-thread-insert-opened): Ditto.
7537         (wl-ldap-server): Ditto.
7538         (wl-ldap-port): Ditto.
7539         (wl-ldap-base): Ditto.
7540         (wl-ldap-objectclass): Ditto.
7541         (wl-use-ldap): Ditto.
7542         (wl-draft-config-alist): Ditto.
7543         (wl-draft-config-matchone): Ditto.
7544         (wl-template-alist): Ditto.
7545         (wl-message-sort-field-list): Ditto.
7546         (wl-message-ignored-field-list): Ditto.
7547         (wl-message-visible-field-list): Ditto.
7548         (wl-interactive-send): Ditto.
7549         (wl-summary-move-order): Ditto.
7550         (wl-auto-select-first): Ditto.
7551         (wl-auto-select-next): Ditto.
7552         (wl-interactive-save-folders): Ditto.
7553
7554         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7555         Initialization codes are moved from wl-local-folder-init.
7556         (wl-local-folder-init): Follow the change above.
7557         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7558
7559         * wl-acap.el: New file.
7560
7561         * Version number is increased to 2.7.3.
7562
7563 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7564
7565         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7566
7567 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7568
7569         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7570         (wl-addrmgr-address-entry-list): Ditto.
7571
7572 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7573
7574         * wl-e21.el (wl-draft-mode-map): Removed binding for
7575         `wl-draft-insert-x-face-field'.
7576
7577         * wl-mule.el (wl-draft-mode-map): Ditto.
7578
7579         * wl-xmas.el (wl-draft-mode-map): Ditto.
7580
7581         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7582         (wl-cs-autoconv): Ditto.
7583         (wl-cs-local): Ditto.
7584         (wl-use-scoring): Ditto.
7585         (wl-mime-charset): Ditto.
7586         (wl-folder-check-async): Ditto.
7587
7588         * wl.el (toplevel): Ignore nemacs and tm.
7589         (wl-exit): Ditto.
7590
7591         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7592         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7593         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7594         instead of wl-address-petname-add-or-change.
7595         (wl-summary-edit-addresses-subr): Use wl-address-delete
7596         instead of wl-address-petname-delete.
7597
7598         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7599
7600         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7601         if error occured.
7602
7603         * wl-message.el (require): Remove tm support.
7604
7605         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7606
7607         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7608         (wl-folder-jump-to-current-entity): Ditto.
7609         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7610
7611         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7612         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7613         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7614
7615         * wl-mule.el (wl-draft-key-setup): Ditto.
7616
7617         * wl-xmas.el (wl-draft-key-setup): Ditto.
7618
7619         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7620         (wl-draft-std11-parse-addresses): New function.
7621         (wl-draft-parse-mailbox-list): Use it.
7622         (wl-draft): Ignore nemacs.
7623         (wl-draft-reedit): Ditto.
7624
7625         * wl-addrmgr.el: New file.
7626         (Original is wl-rcpt.el written by
7627         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7628         Thanks Kitamoto-san.)
7629
7630         * wl-address.el (wl-address-make-address-list): Modified parsing
7631         process.
7632         (wl-address-delete): Renamed from `wl-address-petname-delete';
7633         Modify wl-address-list too.
7634         (wl-address-add-or-change): Renamed from
7635         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7636
7637 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7638
7639         * wl-highlight.el (wl-highlight-summary-current-line):
7640           Work with transient-mark-mode
7641
7642 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7643
7644         * Version number is increased to 2.7.2.
7645
7646         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7647         instead of elmo-dop-queue-method.
7648
7649 2001-08-06  SAITO Atsunori <sai@yedo.com>
7650
7651         * wl-vars.el (wl-ldap-objectclass): New user option.
7652
7653         * wl-address.el (wl-ldap-make-filter): Use it.
7654
7655 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7658
7659 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-folder.el (wl-folder): redisplay after folder insertion.
7662
7663         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7664
7665         * wl-summary.el (wl-summary-sync-update):
7666         Change status mark only when new-msgdb exists.
7667         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7668
7669 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-summary.el (wl-summary-open-folder): New function.
7672         (wl-summary-goto-folder-subr): Use it.
7673         (wl-summary-mark-as-important): Fix;
7674         Encache only when no cache exists.
7675
7676 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7679         Use with-current-buffer.
7680
7681 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7682
7683         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7684         before call `get-buffer'. Fixed parenthesis.
7685         (wl-score-get-header-entry): Clear message and help window when
7686         keyboard quit.
7687         (wl-score-edit-insert-header): Ditto.
7688
7689 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7692         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7693         (wl-default-draft-cite): Fix.
7694
7695         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7696         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7697
7698 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-message.el (wl-message-prev-page): Do same bahavior
7701         as summary when it is called in the message buffer.
7702         (wl-message-next-page): Ditto.
7703
7704 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-summary.el (wl-summary-forward): Use cache if it is not
7707         section cache.
7708
7709 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7710
7711         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7712         Removed redundant require of elmo-vars.
7713         (wl-biff-state-indicator-on): Changed default value for
7714         xemacs with non-mule environment.
7715
7716         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7717         wl-message-buffer is nil;
7718         Hide progress bar after moving messages.
7719
7720 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7723         message at cursor point is deleted.
7724
7725 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-vars.el: Changed file coding system to euc-japan.
7728         Added -*-coding:-*- magic to the first line.
7729
7730         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7731         Search parent from the first message.
7732
7733         * Version number is increased to 2.7.1.
7734
7735 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7736
7737         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7738
7739 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7742         refile/delete execution.
7743
7744         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7745         Fixed docstring.
7746
7747 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7748
7749         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7750         do update process;
7751         Don't update marks when update process is interrupted.
7752
7753 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-summary.el (wl-summary-reply): Fixed problem when
7756         wl-draft-use-frame is non-nil.
7757         (wl-summary-forward): Ditto.
7758
7759         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7760         as nil.
7761         (wl-folder-mark-as-read-all-entity): Ditto.
7762         (wl-folder-prefetch-entity): Ditto.
7763
7764         * wl.el (wl): Check environment before wl-init.
7765
7766         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7767         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7768         instead of wl-summary-collect-unread.
7769         (wl-summary-reply): Split message window.
7770
7771 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7774         only if current language environment is japanese,
7775
7776         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7777         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7778         (wl-folder-goto-folder-subr): Ditto.
7779
7780         * wl-draft.el (wl-draft-dispatch-message): Call
7781         `elmo-file-cache-get-path'.
7782
7783 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-summary.el (wl-summary-cursor-move): If return value of
7786         wl-summary-next-message is not number, don't jump.
7787
7788 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-summary.el (wl-summary-buffer-next-message-function): New
7791         variable.
7792         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7793         if it is bound.
7794
7795         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7796         string.
7797
7798         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7799         (wl-plugged-drawing): Ditto.
7800
7801 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7804         process.
7805         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7806         with unwind-protect.
7807
7808         * wl.el (wl-init): Require mime-setup.
7809         (wl-check-environment): Don't require mime-setup.
7810
7811         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7812         instead of elmo-folder-type.
7813
7814         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7815         value as nil.
7816
7817 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * Version number is increased to 2.7.0.
7820
7821         * wl-version.el (wl-version): Changed codename.
7822
7823         * wl-summary.el (wl-summary-delete-cache): Fixed.
7824
7825         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7826         Workaround for net folders.
7827         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7828
7829         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7830         value to nil (According to the patch from
7831         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7832
7833         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7834         of elmo-folder-close.
7835
7836 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7837
7838         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7839         for postfix.
7840
7841 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7842
7843         * wl-summary.el (wl-summary-resend-message): Fixed.
7844
7845         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7846         Call wl-draft with `from' argument if its address is included in
7847         `wl-user-mail-address-list'.
7848         (wl-draft): Added `from' argument.
7849
7850         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7851         non-nil.
7852         (wl): Don't show demo if wl-demo is nil.
7853
7854         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7855         wl-summary-use-frame.
7856
7857         * wl-vars.el (wl-summary-use-frame): New user option.
7858         (wl-folder-use-frame): Changed docstring.
7859
7860         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7861         non-nil.
7862         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7863         wl-summary-use-frame.
7864
7865         * wl-vars.el (wl-folder-use-frame): New user option.
7866
7867         * wl-summary.el (wl-summary-exit): Back to folder frame if
7868         wl-folder-use-frame is non-nil.
7869         (wl-summary-redisplay-internal): Ignore cache if current folder
7870         is draft folder,
7871         (wl-summary-redisplay-no-mime): Ditto.
7872         (wl-summary-redisplay-all-header): Ditto.
7873
7874         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7875         if wl-folder-use-frame is non-nil.
7876
7877 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-summary.el (wl-summary-sync-update): Bind
7880         elmo-folder-update-threshold.
7881         (wl-summary-mark-as-important): Enclosed server mark processing
7882         with `save-match-data'.
7883
7884         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7885         only when it is already defined.
7886
7887 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7888
7889         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7890         name of folder exclude localdir is wrong.
7891         * wl-folder.el (wl-folder-sync-entity):
7892         Set `wl-summary-always-sticky-folder-list' as nil.
7893         (wl-folder-mark-as-read-all-entity): Ditto.
7894         (wl-folder-prefetch-entity): Ditto.
7895
7896 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7897
7898         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7899         instead of `wl-summary-write-current-newsgroup'.
7900
7901 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7902
7903         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7904         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7905         non-nil and selected message is important, do not display.
7906
7907 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7908
7909         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7910
7911 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7914
7915         * wl-summary.el (wl-summary-mark-as-important): Set message number
7916         using wl-summary-message-number.
7917
7918 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7919
7920         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7921         destination folder is 'null.
7922
7923 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7924
7925         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7926         New function.
7927         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7928         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7929         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7930
7931 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7932
7933         * wl-mime.el (wl-mime-setup): Added setting for
7934         `mime-setup-signature-key-alist' to avoid overriding key bind for
7935         `wl-draft-send'.
7936
7937         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7938         for `wl-draft-send'.
7939         * wl-mule.el (wl-draft-overload-functions): Ditto.
7940         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7941         * wl-draft.el (wl-draft-send): Ditto.
7942
7943         * wl-message.el (wl-message-display-internal):
7944         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7945         (Patch is provided by <kita@coe.nttdata.co.jp>).
7946
7947 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7948
7949         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7950
7951 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7952
7953         * wl.el (wl): Fix for wl-demo.
7954
7955 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7958
7959 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7960
7961         * wl-folder.el (wl-folder-prefetch-entity): Use
7962         `wl-folder-get-elmo-folder'.
7963         (wl-folder-count-incorporates): Do not use
7964         `wl-folder-get-elmo-folder'.
7965
7966 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7967
7968         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7969         instead of `elmo-folder-get-type'.
7970
7971 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7972
7973         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7974         position on Subject: field.
7975         (Advised by Mito <mit@nines.nec.co.jp>)
7976
7977 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7978
7979         * wl-folder.el (wl-folder-prefetch-entity): Use
7980         `wl-folder-get-elmo-folder'.
7981
7982 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7983
7984         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7985
7986         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7987         `process-duplicates' slot.
7988
7989         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7990         if detection failed.
7991
7992 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7993
7994         * wl-version.el (wl-version-status): Set to "alpha".
7995
7996 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7999         Check wl-message-buffer lives before set-buffer.
8000
8001 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8002
8003         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8004         called in folder mode.
8005         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8006         * wl-summary.el (wl-summary-exit-pre-hook): Run
8007         `wl-summary-exit-pre-hook' before exit summary mode.
8008
8009 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8010
8011         * wl-version.el (wl-version-status): New variable.
8012         (wl-version-status-alist): Removed.
8013         (wl-version-status): Rule included.
8014
8015 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8016
8017         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8018         @sponichi.
8019
8020         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8021         when `mail-reply-buffer' is buffer-local variable.
8022         (Reported by <kita@coe.nttdata.co.jp>).
8023
8024 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-vars.el (toplevel): Require 'elmo-util.
8027
8028 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8031         (All other related portions are changed)
8032
8033         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8034
8035         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8036
8037 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8038
8039         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8040
8041 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8044         Delete other windows to avoid an error.
8045         Use `point-marker' instead of `point' to remember the start point
8046         of body.
8047
8048         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8049
8050         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8051         number not to exceed all message number.
8052
8053 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8054
8055         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8056         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8057
8058 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8059
8060         * wl-summary.el (wl-summary-sync-force-update): Added argument
8061         no-check.
8062         (wl-summary-sync-update): Ditto.
8063         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8064         with `no-check'.
8065
8066         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8067         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8068         already running.
8069
8070 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8071
8072         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8073         `dst-folder-arg'.
8074         (wl-expire-archive-number1): Diito.
8075         (wl-expire-archive-number2): Diito.
8076         (wl-expire-archive-Date): Diito.
8077         (wl-archive-number1): Diito.
8078         (wl-archive-number2): Diito.
8079         (wl-archive-date): Diito.
8080         (wl-archive-folder-p): New function.
8081         (wl-summary-expire): Support of expand folder name at
8082         wl-expire-alist.
8083         * wl-util.el (wl-expand-newtext): Renamed from
8084         `wl-refile-expand-newtext'.
8085
8086 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8087
8088         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8089         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8090         `(elmo-msgdb-get-overview msgdb)'.
8091         (wl-summary-prefetch): Bind match data before call
8092         `wl-summay-prefetch-msg'.
8093         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8094         'off if `wl-summary-buffer-disp-msg' is non-nil.
8095         Fixed problem that couldn't show only one new or unread message when
8096         enter folder.
8097         (wl-summary-reply): Don't call `split-window-vertically' and other
8098         window.
8099
8100 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-expire.el (wl-expire-refile): Fixed.
8103
8104 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8107
8108         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8109         biff notification is removed.
8110
8111         * wl.el (wl): Changed position of `elmo-init'.
8112
8113         * wl-draft.el (wl-default-draft-cite): Use date field
8114         on the citation buffer.
8115
8116         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8117
8118         * wl-xmas.el (wl-folder-internal-icon-list): Added
8119         `wl-folder-shimbun-image'.
8120
8121         * wl-e21.el (wl-folder-internal-icon-list): Added
8122         `wl-folder-shimbun-image'.
8123
8124 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl.el (wl-init): Eliminated argument.
8127         (wl): Rewrite.
8128
8129         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8130         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8131         instead of `elmo-folder-msgdb-internal'.
8132         (wl-summary-sync-update): Ditto.
8133         (wl-summary-flush-pending-append-operations): Eliminated.
8134         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8135         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8136         `elmo-folder-open'.
8137
8138         * wl-mime.el (wl-summary-burst): Fixed.
8139
8140         * wl-folder.el (wl-folder-info-save): Check data type.
8141
8142         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8143         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8144         instead of `elmo-folder-msgdb-internal'.
8145         (wl-expire-hide): Ditto.
8146
8147
8148         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8149
8150 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8151
8152         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8153
8154 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8155
8156         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8157
8158 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8159
8160         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8161         Fixed `match-beginning' argument mismatch.
8162
8163 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8166         the default value.
8167
8168 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8171         instead of `elmo-nntp-default-port'.
8172
8173         * wl-vars.el: Fixed some doc strings.
8174
8175 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-summary.el (wl-summary-prefetch-msg): Use
8178         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8179
8180         * wl-vars.el: Define *-func as obsolete variable using
8181         `elmo-define-obsolete-variable'.
8182
8183         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8184         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8185         instead of `wl-message-buffer-prefetch-threshold'.
8186
8187         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8188
8189         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8190
8191         * wl-draft.el (wl-caesar-region-func): Ditto.
8192
8193         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8194         Keep unread status in elmo-folder-move-messages.
8195         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8196
8197 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8198
8199         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8200         `wl-summary-buffer-exit-func'
8201         (wl-summary-buffer-message-redisplay-function): Renamed from
8202         `wl-summary-buffer-message-redisplay-func'
8203         (wl-summary-buffer-next-folder-function): Renamed from
8204         `wl-summary-buffer-next-folder-func'.
8205         (wl-summary-buffer-prev-folder-function): Renamed from
8206         `wl-summary-buffer-prev-folder-func'.
8207         (wl-summary-get-petname-function): Renamed from
8208         `wl-summary-get-petname-func'.
8209
8210         * wl-score.el (wl-score-edit-exit-function): Renamed from
8211         `wl-score-edit-exit-func'.
8212
8213         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8214         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8215
8216         * wl-util.el (wl-load-profile-function): Renamed from
8217         `wl-load-profile-func'.
8218
8219         * wl-folder.el (wl-folder-completion-function): Renamed from
8220         `wl-folder-completion-func'.
8221         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8222
8223         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8224         `wl-expire-archive-get-folder-func'.
8225         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8226         (wl-draft-send-mail-function): Renamed from
8227         `wl-draft-send-mail-func'.
8228         (wl-draft-send-news-function): Renamed from
8229         `wl-draft-send-news-func'.
8230         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8231         (wl-generate-mailer-string-function): Renamed from
8232         `wl-generate-mailer-string-func'.
8233         (wl-highlight-signature-search-function): Renamed from
8234         `wl-highlight-signature-search-func'.
8235         (wl-highlight-x-face-function): Renamed from
8236         `wl-highlight-x-face-func'
8237         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8238         (wl-ps-print-buffer-function): Renamed from
8239         `wl-ps-print-buffer-func'
8240         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8241         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8242         (wl-summary-subject-filter-function): Renamed from
8243         `wl-summary-subject-filter-func'.
8244
8245         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8246         `wl-draft-queue-flush-send-func'
8247         (wl-draft-cite-function): Renamed from
8248         `wl-draft-cite-func'
8249
8250         * wl-address.el (wl-address-init-function): Renamed from
8251         `wl-address-init-func'.
8252
8253 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-draft.el (wl-draft-queue-flush): Don't call
8256         `elmo-dop-unlock-message'.
8257         * wl-draft.el (wl-draft-queue-append): Don't call
8258         `elmo-dop-lock-message'.
8259
8260         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8261         (wl-summary-buffer-folder-name): Ditto.
8262         (wl-summary-message-regexp): Added '-' (all other related portions
8263         are changed).
8264         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8265         wl-summary-buffer-folder-name.
8266
8267 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8268
8269         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8270         the number of mails in the folder buffer is not updated by wl-biff.
8271
8272 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8273
8274         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8275         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8276
8277 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-summary.el (wl-summary-next-message):
8280         Return next message number when wl-summary-move-order is nil.
8281
8282 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8283
8284         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8285         `wl-summary-move-spec-alist'.
8286         (wl-summary-move-spec-unplugged-alist): New variable
8287         (Move spec for unplugged status).
8288         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8289         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8290
8291 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8292
8293         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8294         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8295
8296 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8297
8298         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8299         simple quotation to quote the anonymous function.
8300         * tm-wl.el (wl-draft-preview-message): Ditto.
8301
8302 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8303
8304         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8305         Eliminate redundant `save-excursion'.
8306         (wl-highlight-summary-current-line): Ditto.
8307
8308         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8309         accessing match data when `looking-at' failed.
8310
8311         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8312         `elmo-match-string' where users don't care about the speed.
8313         (wl-draft-save): Ditto.
8314
8315 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8316
8317         * wl-util.el (wl-regexp-opt): New function.
8318
8319         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8320         number from `wl-summary-buffer-number-list'.
8321         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8322         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8323         (wl-summary-move-spec-alist): Changed default setting.
8324
8325 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8326
8327         * wl-vars.el (wl-biff-notify-hook): New hook.
8328         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8329         the arrival of new mail.
8330         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8331         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8332
8333 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8336
8337 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8340
8341         * Version number is increased to 2.5.8.
8342
8343         * wl-thread.el (toplevel): require 'cl.
8344         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8345         (wl-thread-make-number-list): New function.
8346         (wl-thread-entity-make-number-list-from-children): Ditto.
8347         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8348         (wl-thread-entity-insert-as-children): Likewise.
8349         (wl-thread-delete-message): Likewise.
8350         (wl-meaning-of-mark): Eliminated.
8351         (wl-thread-next-failure-mark-p): Ditto.
8352         (wl-thread-entity-get-mark): Ditto.
8353         (wl-thread-meaning-alist-get-result): Ditto.
8354         (wl-thread-entity-check-prev-mark): Ditto.
8355         (wl-thread-entity-check-next-mark): Ditto.
8356         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8357         (wl-thread-entity-get-prev-marked-entity): Ditto.
8358         (wl-thread-get-prev-unread): Ditto.
8359         (wl-thread-jump-to-prev-unread): Ditto.
8360         (wl-thread-get-next-unread): Ditto.
8361         (wl-thread-jump-to-next-unread): Ditto.
8362         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8363         (wl-thread-entity-get-next-marked-entity): Ditto.
8364
8365         * wl-summary.el (wl-summary-buffer-number-list):
8366         New bufer-local variable.
8367         (wl-summary-switch-to-clone-buffer): Clone
8368         `wl-summary-buffer-number-list'.
8369         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8370         (wl-summary-cursor-move-regex): Eliminated.
8371         (wl-summary-cursor-up): Rewrite.
8372         (wl-summary-cursor-down): Ditto.
8373         (wl-summary-mode-spec-alist): New variable.
8374         (wl-summary-next-message): New inline function.
8375         (wl-summary-cursor-move): New function.
8376         (wl-summary-default-get-next-msg): Rewrite.
8377         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8378         (wl-summary-rescan): Ditto.
8379         (wl-summary-sync-all-init): Ditto.
8380         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8381         summary is not thread view.
8382         (wl-summary-sync-update): Ditto.
8383         (wl-summary-rescan): Ditto.
8384         (wl-summary-make-number-list): New function.
8385
8386         * wl-draft.el: "FCC" -> "Fcc".
8387
8388 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-highlight.el (wl-highlight-summary-window):
8391         Call `set-buffer-modified-p'.
8392
8393         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8394         (wl): Call `elmo-init' and fix.
8395
8396         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8397         Use new variables.
8398
8399         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8400
8401 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8404
8405 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8406
8407         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8408
8409 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8412         `wl-use-toolbar' nor `display-graphic-p'.
8413         (wl-e21-setup-message-toolbar): Ditto.
8414         (wl-e21-setup-summary-toolbar): Ditto.
8415         (wl-e21-setup-folder-toolbar): Ditto.
8416
8417         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8418         (wl-plugged-init-icons): Ditto.
8419
8420         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8421         `display-graphic-p'.
8422         (wl-plugged-set-folder-icon): Ditto.
8423         (wl-highlight-plugged-current-line): Ditto.
8424         (wl-highlight-folder-current-line): Ditto.
8425         (wl-e21-highlight-folder-group-line): Ditto.
8426         (wl-e21-setup-toolbar): Ditto.
8427         (wl-e21-display-image-p): New macro.
8428
8429         * wl-demo.el (wl-demo): Simplified.
8430         (wl-demo-image-type-alist): Use `image-type-available-p' for
8431         checking whether the image type `xbm' is available.
8432
8433 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8434
8435         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8436         (wl-summary-input-range): Ditto.
8437
8438 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8439
8440         * wl-summary.el (wl-summary-edit-addresses): Use
8441         `wl-summary-get-original-buffer'
8442         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8443         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8444         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8445         (wl-summary-get-newsgroups): Eliminated.
8446         (wl-summary-set-crosspost): Ditto.
8447         (wl-summary-is-crosspost-folder): Ditto.
8448         (wl-crosspost-alist-load): Ditto.
8449         (wl-crosspost-alist-save): Ditto.
8450
8451         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8452         `elmo-setup-subscribed-newsgroups' instead of
8453         `elmo-nntp-make-groups-hashtb'.
8454         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8455         instead of `wl-crosspost-alist-save'.
8456
8457         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8458         of `elmo-folder-message-appendable-p'.
8459         (wl-mime-header-presentation-method): Eliminated.
8460
8461         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8462         (Error occurs in emacs21).
8463
8464         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8465         the current buffer).
8466
8467         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8468         instead of `wl-crosspost-alist-save'.
8469         (wl-init): `elmo-crosspost-message-alist-load'
8470         instead of `wl-crosspost-alist-load'
8471
8472         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8473         (wl-parse-newsgroups): Likewise.
8474         (wl-biff-notify): Run `wl-biff-notify-hook'.
8475
8476 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8479
8480         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8481         when `wl-summary-lazy-highlight' is non-nil.
8482         (wl-summary-goto-folder-subr): Highlight only when
8483         `wl-summary-lazy-highlight' is non-nil.
8484
8485         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8486         Don't display progress and highlight temp-mark when
8487         `wl-summary-lazy-highlight' is non-nil.
8488         (wl-highlight-summary-window): New function.
8489         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8490
8491 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8492
8493         * wl-summary.el (wl-summary-sync): Change `all-visible'
8494         from `all-shown'
8495         (wl-summary-input-range): Ditto.
8496
8497 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8498
8499         * wl-e21.el (wl-highlight-folder-current-line): Call
8500         `wl-folder-init-icons' when folder icons have not been initialized.
8501
8502         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8503
8504         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8505         (wl-demo-image-type-alist): New macro.
8506
8507 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8508
8509         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8510         display does not support graphics.
8511         (wl-plugged-init-icons): Ditto.
8512         (wl-folder-init-icons): Ditto.
8513
8514         * wl-demo.el (wl-demo): Chech closely whether the display
8515         supports graphics.
8516
8517 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-summary.el (wl-summary-get-original-buffer): New function.
8520         (wl-summary-set-crosspost): Use it.
8521         (wl-summary-target-mark-uudecode): Ditto.
8522         (wl-summary-reedit): Ditto.
8523         (wl-summary-resend-bounced-mail): Ditto.
8524         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8525         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8526
8527         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8528         (wl-message-display-internal): Ditto.
8529
8530 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8531
8532         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8533
8534 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * wl-summary.el (wl-summary-save-view): Renamed from
8537         `wl-summary-save-status'.
8538
8539 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8540
8541         * wl-summary.el (wl-summary-sync): Added `all-shown'
8542
8543 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8546
8547 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8548
8549         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8550
8551 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8552
8553         * wl-highlight.el (wl-highlight-summary-line-string): Use
8554         `zerop' instead of `= 0'.
8555         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8556
8557         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8558         for comparing numbers.
8559         (wl-template-prev): Use `zerop' instead of `eq 0'.
8560
8561         * wl-draft.el (wl-draft-insert-current-message): Use
8562         `with-current-buffer' instead of `save-excursion'.
8563         Use `zerop' instead of `eq 0'.
8564
8565 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8566
8567         * wl-draft.el (wl-draft-insert-ccs): New function.
8568         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8569         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8570
8571 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8572
8573         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8574
8575 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-expire.el (wl-expire-refile): Don't call
8578         elmo-msgdb-add-msgs-to-seen-list;
8579         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8580         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8581
8582 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-message.el (wl-message-prev-page): Ignore errors while
8585         scroll-down.
8586
8587 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8588
8589         * wl-mime.el: Use elmo-original-message-mode instead of
8590         mmelmo-original-mode.
8591
8592         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8593         `elmo-folder-get-spec';
8594         (wl-fldmgr-add-completion-all-completions):
8595         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8596
8597         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8598         of `elmo-folder-get-type'.
8599
8600         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8601         `elmo-folder-get-spec';
8602         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8603         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8604         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8605         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8606         `elmo-read-msg-no-cache';
8607         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8608         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8609         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8610         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8611         `elmo-cache-save';
8612         (wl-draft-reedit): Use `elmo-message-file-name'.
8613
8614         * wl-expire.el: Use `elmo-folder-name-internal';
8615         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8616         Use macro `wl-summary-buffer-msgdb' instead of variable
8617         `wl-summary-buffer-msgdb';
8618         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8619         Use macro `wl-summary-buffer-folder-name' instead of variable
8620         `wl-summary-buffer-folder-name'.
8621         * wl-score.el: Likewise.
8622
8623         * wl-message.el: Rewrite for new message buffer cache mechanism.
8624         (wl-message-buffer-cache-buffer-get): New macro.
8625         (wl-message-buffer-cache-folder-get): Ditto.
8626         (wl-message-buffer-cache-message-get): Ditto.
8627         (wl-message-buffer-cache-entry-make): Ditto.
8628         (wl-message-buffer-cache-hit): Ditto.
8629         (wl-message-buffer-cache-sort): New function.
8630         (wl-message-buffer-cache-add): Ditto.
8631         (wl-message-buffer-cache-delete): Ditto.
8632         (wl-message-buffer-cache-clean-up): Ditto.
8633         (wl-message-buffer-window): Rewrite.
8634         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8635         (wl-message-buffer-display): New function.
8636         (wl-message-display-internal): New function.
8637
8638 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-folder.el: Use `elmo-folder-name-internal';
8641         Use `wl-folder-get-elmo-folder';
8642         Use `elmo-folder-list-messages' instead of
8643         `elmo-list-folder';
8644         Use `elmo-folder-get-primitive-list' instead of
8645         `elmo-folder-get-primitive-spec-list';
8646         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8647         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8648         Use `elmo-folder-create' instead of `elmo-create-folder'.
8649         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8650         (wl-folder-get-elmo-folder): New macro.
8651         (wl-folder-elmo-folder-cache-get): Ditto.
8652         (wl-folder-elmo-folder-cache-put): Ditto.
8653         (wl-folder-suspend): Call `elmo-quit'.
8654
8655         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8656         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8657         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8658         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8659         (toplevel): require 'cl.
8660         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8661
8662         * wl-summary.el: Rewrite to use new elmo interface.
8663
8664 \f
8665 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-mime.el (wl-draft-preview-message):
8668         Run `wl-draft-send-hook' before collecting recipients information;
8669         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8670
8671         * tm-wl.el (wl-draft-preview-message): Ditto.
8672
8673 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8676         wrong recipients are displayed when forwarded message.
8677
8678 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * Version number is increased to 2.5.7.
8681
8682 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8683
8684         * wl-message.el (wl-message-next-page): Bind
8685         `window-pixel-scroll-increment' to nil while scrolling up.
8686
8687 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8688
8689         * wl-vars.el (wl-save-hook): New hook.
8690         * wl.el (wl-save): Call `wl-save-hook'.
8691
8692 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8693
8694         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8695         Argument WITH-ARG instead of NO-ARG (negative mean).
8696         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8697         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8698         * wl-message.el (wl-message-follow-current-entity): Likewise.
8699
8700 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8701
8702         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8703         FROM was optional argument.
8704         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8705
8706 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8707
8708         * Version number is increased to 2.5.6.
8709
8710 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8711
8712         * wl-version.el (wl-version-show): Removed.
8713         (wl-version): Add `interactive'.
8714
8715 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8716
8717         * wl-summary.el (wl-summary-get-petname-func): New variable.
8718         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8719         instead of `wl-address-get-petname-1'.
8720         (wl-summary-simple-from): Ditto.
8721
8722         * wl-address.el (wl-address-get-petname-1): Define as function.
8723
8724 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8727         field in the original message.
8728         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8729
8730 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8731
8732         * wl-expire.el (wl-expire-hide):
8733         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8734
8735 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8736
8737         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8738         find decoder for To, Cc, and Subject.
8739
8740 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8743         for checking `elmo-use-buffer-cache'.
8744         (wl-summary-mark-as-important): Fixed typo in comment.
8745
8746 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8749         field in the original message.
8750         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8751
8752 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8753
8754         * wl-expire.el (wl-expire-hide):
8755         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8756
8757 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8758
8759         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8760         find decoder for To, Cc, and Subject.
8761
8762 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * Version number is increased to 2.5.5.
8765
8766         * wl-address.el (wl-address-specials-regexp): New constant.
8767         (wl-address-quote-specials): Use it.
8768
8769 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * wl-summary.el (wl-summary-rescan):
8772         Call `wl-summary-buffer-number-column-detect'.
8773         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8774
8775         * wl-message.el (wl-message-mode-map): Define.
8776         (wl-message-decode): Use it as local-map.
8777
8778 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8781         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8782
8783 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8784
8785         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8786
8787         * wl-mule.el (wl-read-event-char): Ditto.
8788
8789         * wl-e21.el (wl-read-event-char): Ditto.
8790
8791         * wl-nemacs.el (wl-read-event-char): Ditto.
8792         (read-event): Removed.
8793
8794         * wl-util.el (toplevel): Removed dummy definition of
8795         `read-event'.
8796         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8797
8798 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8799
8800         * wl-nemacs.el (elmo-archive-call-process): Moved to
8801         elmo-archive.el.
8802
8803 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8804
8805         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8806         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8807
8808         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8809         instead of magic-number 6.  Use `not' instead of `null' for symbol
8810         `nil' check (not empty list).
8811         (wl-draft-insert-x-face-field): Fixed paren style.
8812
8813         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8814         one-branch conditional statement, instead of `and' and `if'.
8815         (wl-draft-forward): Likewise.
8816         (wl-draft-add-references): Likewise.
8817         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8818
8819         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8820         conditional steatment.  Use `cond' instead of `if'.
8821         (wl-draft-confirm): Likewise.
8822
8823 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8824
8825         * wl-version.el (wl-version-show): Use `product-string-1'
8826         instead of `wl-version'.
8827         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8828
8829         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8830
8831 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8832
8833         * wl-highlight.el (wl-highlight-headers): Revert
8834         `wl-highlight-x-face-func' argument (`beg' and `end').
8835
8836 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8837
8838         * wl.el (toplevel): Move `product-provide' declare.
8839         * wl-demo.el (toplevel): Ditto.
8840         * wl-dnd.el (toplevel): Ditto.
8841         * wl-highlight.el (toplevel): Ditto.
8842         * wl-message.el (toplevel): Ditto.
8843         * wl-refile.el (toplevel): Ditto.
8844         * wl-util.el (toplevel): Ditto.
8845
8846 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8849         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8850         (wl-thread-close-all): keep cursor position.
8851
8852 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8853
8854         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8855         (eq x 0).
8856         (wl-generate-user-agent-string-1): Fix conditional statement.
8857
8858 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8859
8860         * wl.el (wl-check-environment): Additional check for
8861         'wl-local-domain' and `wl-message-id-domain'.
8862
8863 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8864
8865         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8866
8867 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8868
8869         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8870         instead of `smtp-sasl-user-realm'.
8871
8872 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8873
8874         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8875
8876 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8877
8878         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8879         to the default value as well as `eword-lexical-analyzer'.
8880
8881 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8882
8883         * wl-version.el (wl-extended-emacs-version,
8884         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8885         `elmo-match-string' instead of `wl-match-string'.
8886
8887 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8888
8889         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8890         docstring.
8891
8892 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8893
8894         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8895
8896 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8897
8898         * wl-highlight.el (wl-highlight-headers): Remove
8899         `wl-highlight-x-face-func' argument (`beg' and `end').
8900
8901 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8902
8903         * wl-summary.el (wl-summary-mark-as-important):
8904         Remove cache if folder is local.
8905
8906 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8907
8908         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8909         to get existing e-mail address string.
8910
8911 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-version.el (wl-generate-user-agent-string): Commentary.
8914         (wl-generate-user-agent-string-1): Use `when' for
8915         one-branch conditional statement, instead of `and' and `if'.
8916         (wl-extended-emacs-version, wl-extended-emacs-version2,
8917         wl-extended-emacs-version3): Ditto.
8918
8919 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8922         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8923         condition-case; Remove initialization.
8924         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8925         (wl-summary-sync-update3): Added argument `sync-all';
8926         Eliminated local variable `msgdb';
8927         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8928         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8929         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8930
8931 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8932
8933         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8934         connection before call `wl-draft-send-mail-with-smtp'.
8935
8936 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8937
8938         * Version number is increased to 2.5.4.
8939
8940 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8941
8942         * wl.el (wl-check-environment): Additional check for
8943         'wl-local-domain' and `wl-message-id-domain'.
8944
8945 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8948         buffer as command specific.
8949         (wl-folder-mark-as-read-all-entity): Ditto.
8950         (wl-folder-prefetch-entity): Ditto.
8951         (wl-folder-drop-unsync-entity): Ditto.
8952
8953         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8954         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8955         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8956
8957         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8958         save-excursion.
8959
8960 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8961
8962         * Version number is increased to 2.5.3.
8963
8964         * wl-summary.el (wl-summary-save-view-cache):
8965         Delete duplicated `write-region';
8966         Use `write-region-as-binary' instead of `as-binary-output-file' and
8967         `write-region'.
8968
8969 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8970
8971         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8972
8973 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8976         instead of `smtp-via-smtp'.
8977
8978 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8979
8980         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8981
8982 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8983
8984         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8985         instead of `smtp-sasl-user-realm'.
8986
8987 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8990
8991 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8992
8993         * Version number is increased to 2.5.2.
8994
8995 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8996
8997         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8998         does not exist.
8999         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9000         (wl-biff-start): Call `timer-activate' if timer already exists.
9001
9002         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9003         only when it is bound as function.
9004
9005 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * Version number is increased to 2.5.1.
9008
9009 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9012         Print refile/copy destination.
9013
9014 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9015
9016         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9017         queue-flush-only is non-nil.
9018
9019         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9020
9021         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9022         checking cache folder.
9023
9024 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9025
9026         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9027         `regexp-quote'.
9028
9029 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9030
9031         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9032         function.
9033         * wl-summary.el (wl-summary-write-current-folder-functions):
9034         Change default value.  Use it.
9035
9036 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * Version number is increased to 2.5.0.
9039
9040         * wl-version.el (wl-version): Changed codename.
9041
9042 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9043
9044         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9045         (wl-summary-supersedes-message): Ditto.
9046
9047 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9048
9049         * wl-refile.el (wl-refile-guess-functions): Renamed from
9050         `wl-refile-guess-func-list'.
9051
9052 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9055         Fixed problem when no rule was matched.
9056
9057 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9058
9059         * wl-summary.el (wl-summary-get-mark): Fixed
9060         `wl-summary-buffer-target-mark' check logic.
9061
9062 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9063
9064         * wl-folder.el (wl-folder-write-current-folder): Added group
9065         folder check.
9066
9067         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9068         `wl-summary-write-current-newsgroup'.
9069         (wl-summary-write-current-folder-functions): New variable.
9070         * wl-folder.el (wl-folder-get-newsgroups): New function.
9071         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9072         (wl-folder-write-current-folder): Renamed from
9073         `wl-folder-write-current-newsgroup'.
9074
9075 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9076
9077         * Version number is increased to 2.3.93.
9078
9079 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9080
9081         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9082         (wl-ldap-make-matched-value-list): Ditto.
9083         (wl-ldap-alias-safe-string): Split e-mail address.
9084
9085         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9086         petname folder default was selected.
9087         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9088         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9089
9090 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9091
9092         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9093         to `wl-draft-config-exec'.
9094
9095         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9096         instead of calling `wl-draft-config-exec';
9097         Process group-list and show recipients in minibuffer.
9098
9099         * tm-wl.el (wl-draft-preview-message): Ditto.
9100
9101 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9102
9103         * wl.el (toplevel): Added (C) to copyright notice, and
9104         sync Author header.
9105         * tm-wl.el (toplevel): Ditto.
9106         * wl-address.el (toplevel): Ditto.
9107         * wl-demo.el (toplevel): Ditto.
9108         * wl-dnd.el (toplevel): Ditto.
9109         * wl-draft.el (toplevel): Ditto.
9110         * wl-e21.el (toplevel): Ditto.
9111         * wl-expire.el (toplevel): Ditto.
9112         * wl-folder.el (toplevel): Ditto.
9113         * wl-highlight.el (toplevel): Ditto.
9114         * wl-message.el (toplevel): Ditto.
9115         * wl-mime.el (toplevel): Ditto.
9116         * wl-mule.el (toplevel): Ditto.
9117         * wl-nemacs.el (toplevel): Ditto.
9118         * wl-refile.el (toplevel): Ditto.
9119         * wl-score.el (toplevel): Ditto.
9120         * wl-summary.el (toplevel): Ditto.
9121         * wl-template.el (toplevel): Ditto.
9122         * wl-thread.el (toplevel): Ditto.
9123         * wl-util.el (toplevel): Ditto.
9124         * wl-vars.el (toplevel): Ditto.
9125         * wl-xmas.el (toplevel): Ditto.
9126
9127 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9128
9129         * wl.el (wl-init): Added comment about `wl-init-hook'.
9130         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9131         * wl-vars.el (wl-init-hook): Added docs.
9132         (wl-make-plugged-hook): Removed useless docs.
9133         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9134         * wl-xmas.el (toplevel): Ditto.
9135
9136 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9137
9138         * wl-address.el (toplevel): Fixed multiple Author header format.
9139         * wl-demo.el (toplevel): Ditto.
9140         * wl-draft.el (toplevel): Ditto.
9141         * wl-folder.el (toplevel): Ditto.
9142         * wl-summary.el (toplevel): Ditto.
9143         * wl-thread.el (toplevel): Ditto.
9144         * wl-util.el (toplevel): Ditto.
9145         * wl-vars.el (toplevel): Ditto.
9146         * wl-version.el (toplevel): Ditto.
9147         * wl-xmas.el (toplevel): Ditto.
9148         * wl.el (toplevel): Ditto.
9149
9150         * wl-version.el (toplevel): Added require `elmo-version' for
9151         `product-version-as-string'.
9152
9153 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9154
9155         * wl-vars.el (wl-draft-send-hook): Changed default value to
9156         '(wl-draft-config-exec).
9157
9158         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9159         explicitly.
9160         (wl-draft): Set `wl-draft-config-exec-flag' before running
9161         `wl-mail-setup-hook'.
9162
9163         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9164         `wl-biff-init-icons' to `wl-init-hook' instead of
9165         `wl-make-plugged-hook'.
9166         (Because if `wl-draft' command is invoked at first,
9167         they are not initialized)
9168         Updated copyright notice.
9169
9170         * wl-e21.el (toplevel): Ditto;
9171
9172         * wl-demo.el (toplevel): Updated copyright notice.
9173         * wl-address.el (toplevel): Ditto.
9174         * wl-draft.el (toplevel): Ditto.
9175         * wl-version.el (toplevel): Ditto.
9176         * wl-folder.el (toplevel): Ditto.
9177         * wl-summary.el (toplevel): Ditto.
9178         * wl-thread.el (toplevel): Ditto.
9179         * wl-util.el (toplevel): Ditto.
9180         * wl-vars.el (toplevel): Ditto.
9181         * wl.el (toplevel): Ditto.
9182
9183 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9184
9185         * wl-highlight.el (wl-highlight-message): Fixed problem of
9186         highlighting failure which occured when the last field contains
9187         multiple lines in the draft buffer.
9188
9189         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9190         `wl-biff-start' if plugged.
9191
9192         * wl-util.el (wl-biff-check-folder): New function.
9193         (wl-biff-check-folders): Don't set session name prefix.
9194         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9195         (wl-biff-check-folder-async): Ditto.
9196
9197         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9198         in email address.
9199
9200 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9201
9202         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9203
9204         * wl-draft.el (wl-draft-strip-subject-re): New function.
9205
9206         * wl-draft.el (wl-draft-reply): Use it.
9207
9208 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-message.el (wl-mmelmo-message-redisplay): Use
9211         `mime-display-message' instead of `wl-mime-display-message'.
9212
9213         * wl-mime.el (toplevel): Removed compatibility workaround
9214         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9215         (wl-mime-display-message): Abolished.
9216         (wl-mime-entity-read-field): Ditto.
9217         (wl-mime-combine-message/partial-pieces): Use
9218         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9219
9220 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9221
9222         * wl-template.el: Doc fixes.
9223
9224 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-e21.el (wl-message-overload-functions): Do nothing if
9227         `current-local-map' is not available.
9228         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9229
9230 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9231
9232         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9233         representation.
9234
9235         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9236         number.
9237         (wl-fldmgr-save-folders): Don't use `format' when insert
9238         `wl-fldmgr-folders-header'.
9239
9240 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9243
9244 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9245
9246         * wl-highlight.el (wl-highlight-message):
9247         Use `std11-field-end' to detect end point of the header field.
9248         Refer `wl-highlight-max-header-size'.
9249
9250         * wl-vars.el (wl-highlight-max-header-size): New variable.
9251
9252         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9253
9254         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9255         Set `for-draft' argument of wl-highlight-headers.
9256         (wl-draft): Ditto.
9257         (wl-draft-reedit): Ditto.
9258         (wl-user-agent-compose-internal): Ditto.
9259
9260 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9261
9262         * wl-message.el (wl-message-add-button): Use overlay.
9263
9264 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9265
9266         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9267
9268         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9269         problem when group-list content is nothing.
9270         (Reported by Mito <mit@nines.nec.co.jp>)
9271
9272 2000-10-18  SAITO Atsunori <sai@yedo.com>
9273
9274         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9275
9276 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9277
9278         * tm-wl.el (toplevel): Use product-provide.
9279
9280 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * Version number is increased to 2.3.92.
9283
9284 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9285
9286         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9287         title text, use `display' property for left margin under Emacs 21.
9288
9289         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9290         properties.
9291         (wl-plugged-init-icons): Ditto.
9292
9293 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9294
9295         * wl.el (wl-save-status, wl-init): Remove last period in
9296         "...done." message.
9297         * tm-wl.el (wl-summary-burst): Ditto.
9298         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9299         wl-summary-resume-cache-status,
9300         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9301         wl-summary-sync-update3, wl-summary-highlight-msgs,
9302         wl-summary-flush-pending-append-operations,
9303         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9304         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9305         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9306         wl-thread-open-all): Ditto.
9307         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9308         * wl-mime.el (wl-summary-burst): Ditto.
9309         * wl-highlight.el (wl-highlight-summary): Ditto.
9310         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9311         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9312         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9313         * wl-address.el (wl-local-address-init): Ditto.
9314
9315 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9316
9317         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9318         `add-text-properties'.
9319         (wl-plugged-init-icons): Ditto.
9320         (wl-folder-init-icons): Use `propertize' instead of
9321         `put-text-property'.
9322         (wl-plugged-set-folder-icon): Ditto.
9323         (wl-e21-highlight-folder-group-line): Ditto.
9324
9325 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9326
9327         * wl-version.el (wl-version-status-alist): New variable.
9328         (wl-version-status): New function.
9329
9330         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9331         "Cc" part of the case "Reply-To".
9332
9333         * wl-draft.el (wl-draft-reply): Use result of
9334         `eword-extract-address-components'.
9335
9336         * wl-demo.el (wl-demo-icon-name): New constant.
9337         (wl-logo-xpm): Use it.
9338         (wl-logo-xbm): Ditto.
9339         (wl-logo-bitmap): Ditto.
9340
9341         * Version number is increased to 2.3.91.
9342
9343 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9344
9345         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9346         (wl-extended-emacs-version, wl-extended-emacs-version2,
9347         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9348         docstring.
9349
9350         * wl-version.el (wl-generate-user-agent-string-1): New function.
9351         (wl-generate-user-agent-string): Use it.
9352
9353         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9354         `mime-edit-insert-user-agent-field'.
9355         (wl-generate-user-agent-string): Check
9356         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9357
9358         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9359         instead of `if', when verbose case.
9360
9361 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9362
9363         * wl-expire.el (wl-summary-expire): Fix.
9364
9365 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9366
9367         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9368         and `elmo-lost+found-folder' if 'wl-draft.
9369         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9370
9371 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9372
9373         * wl-expire.el (wl-summary-expire): Change messages.
9374         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9375         `deleing-info' instead of "Deleting..."
9376
9377 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9378
9379         * wl-summary.el (wl-summary-refile-subr): Fix.
9380
9381 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9382
9383         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9384         if pipe folder.
9385
9386 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9387
9388         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9389
9390 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9391
9392         * wl-expire.el (wl-expire-hide): New function.
9393         (wl-summary-expire): Add `hide'.
9394
9395 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9396
9397         * wl-vars.el (wl-draft-reply-without-argument-list):
9398         Changed default value to consider `Reply-To:'.
9399         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9400
9401         * Version number is increased to 2.3.90.
9402
9403         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9404         elmo-imap4-get-session with unwind-protect.
9405         Don't cause error.
9406         (wl-summary-sync-marks): Don't check plugged nor folder type.
9407         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9408         (Always keep current buffer).
9409
9410 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9411
9412         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9413         Enclose with `save-excursion'.
9414
9415 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9416
9417         * wl-version.el (wl-version): Remove interactive.
9418
9419 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9420
9421         * wl-version.el (wl-generate-user-agent-string): Use
9422         `product-string-verbose' instead of `product-string-1'.
9423
9424 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9425
9426         * wl-vars.el (wl-draft-use-cache): New variable.
9427         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9428         if wl-draft-use-cache is non-nil.
9429
9430 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9431
9432         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9433         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9434
9435 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9436
9437         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9438         (wl-thread-msg-mark-as-unread): Ditto.
9439
9440         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9441         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9442         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9443         Don't set mark in summary if return value of `elmo-mark-as-read'
9444         is nil.
9445         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9446         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9447         instead of `wl-thread-msg-mark-as-read'.
9448         (wl-summary-mark-as-unread-region): Ditto.
9449         (wl-summary-target-mark-mark-as-read): Ditto.
9450
9451         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9452
9453 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9454
9455         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9456
9457         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9458
9459 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9462         face.
9463
9464 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9465
9466         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9467         `running-xemacs'.
9468
9469 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9470
9471         * wl-version.el (toplevel): Use `product-version-as-string' for
9472         set verstion-string, if defined.
9473
9474         * wl-version.el (wl-version-show): Insert string at point, when
9475         call with argument.
9476
9477         * wl-version.el (wl-generate-user-agent-string): Use
9478         `product-string-1' instead of `wl-appname', `wl-version' and
9479         `wl-codename'.
9480
9481 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9482
9483         * wl-address.el (toplevel): Use product-provide.
9484         * wl-demo.el (toplevel): Ditto.
9485         * wl-dnd.el (toplevel): Ditto.
9486         * wl-draft.el (toplevel): Ditto.
9487         * wl-e21.el (toplevel): Ditto.
9488         * wl-expire.el (toplevel): Ditto.
9489         * wl-fldmgr.el (toplevel): Ditto.
9490         * wl-folder.el (toplevel): Ditto.
9491         * wl-highlight.el (toplevel): Ditto.
9492         * wl-message.el (toplevel): Ditto.
9493         * wl-mime.el (toplevel): Ditto.
9494         * wl-mule.el (toplevel): Ditto.
9495         * wl-nemacs.el (toplevel): Ditto.
9496         * wl-refile.el (toplevel): Ditto.
9497         * wl-score.el (toplevel): Ditto.
9498         * wl-summary.el (toplevel): Ditto.
9499         * wl-template.el (toplevel): Ditto.
9500         * wl-thread.el (toplevel): Ditto.
9501         * wl-util.el (toplevel): Ditto.
9502         * wl-vars.el (toplevel): Ditto.
9503         * wl-xmas.el (toplevel): Ditto.
9504         * wl.el (toplevel): Ditto.
9505
9506 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9507
9508         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9509         instead of product.
9510
9511         * wl-version.el (wl-version): Compile time evalution elmo-version.
9512
9513 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9514
9515         * wl-summary.el (wl-summary-sync-force-update): Append queue
9516         `mark-as-read'if unplugged.
9517
9518 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9519
9520         * wl-version.el: New file.  Use product.el.
9521         * wl.el: add (require 'wl-version).
9522         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9523         for ~/.folders header.
9524         (wl-fldmgr-folders-header): Changed.
9525         * wl-demo.el (wl-demo): Use product.el.
9526
9527         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9528         wl-version.el.
9529         * wl-util.el (wl-version, wl-version-show): Ditto.
9530
9531         * wl-util.el (wl-generate-user-agent-string,
9532         wl-extended-emacs-version, wl-extended-emacs-version2,
9533         wl-extended-emacs-version3): Move to wl-version.el.
9534         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9535         xemacs-codename, mime-edit-insert-user-agent-field,
9536         mime-edit-user-agent-value, mime-editor/version,
9537         mime-editor/codename): Compile warning killer move to
9538         wl-version.el
9539
9540 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9541
9542         * wl-summary.el (wl-summary-refile-subr): Fix.
9543
9544 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9545
9546         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9547         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9548
9549 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9550
9551         * wl.el (wl-check-environment): Check too many `@'.
9552
9553 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9554
9555         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9556
9557 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9558
9559         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9560         wl-draft-reply-myself-without-argument-list): Add variables.
9561         * wl-draft.el (wl-draft-reply): Use it.
9562
9563 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9564
9565         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9566         the 5th argument of `elmo-network-get-spec'.
9567
9568         * wl-thread.el (wl-thread-reparent-children): New inline function.
9569         (wl-thread-delete-message): Use it.
9570
9571         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9572         (wl-summary-score-update-all-lines): Don't use `dolist'.
9573
9574 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9575
9576         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9577         (require 'elmo-msgdb) for inline function.
9578
9579 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9580
9581         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9582
9583 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9584
9585         * wl-score.el (wl-score-headers): Fix for the confusing macro
9586         `elmo-kill-buffer'.
9587
9588 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9589
9590         * wl-summary.el: Don't use the 3rd argument of `require' because
9591         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9592         * wl-util.el: Ditto.
9593         * wl-draft.el: Ditto.
9594
9595 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9596
9597         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9598         window system is not used.
9599
9600 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9601
9602         * wl-thread.el: Don't use `mapcar' only for iteration.
9603         (wl-thread-resume-entity): Ditto.
9604         (wl-thread-delete-message): Ditto.
9605
9606         * wl-summary.el: Bind `dragdrop-drop-functions',
9607         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9608         of `require' for `timezone', `easymenu' and `ps-print';
9609         don't use `mapcar' only for iteration.
9610
9611         * wl-util.el: Bind `mule-version', `nemacs-version',
9612         `emacs-beta-version', `xemacs-codename',
9613         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9614         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9615         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9616         only for iteration.
9617
9618         * wl-score.el: Don't use `mapcar' only for iteration.
9619         (wl-score-simplify-buffer-fuzzy): Ditto.
9620         (wl-score-simplify-subject): Ditto.
9621         (wl-score-headers): Ditto.
9622         (wl-summary-score-update-all-lines): Ditto.
9623
9624         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9625         `enable-multibyte-characters' and `mule-version'.
9626
9627         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9628         `mapcar' only for iteration.
9629
9630         * wl-demo.el: Don't use `mapcar' only for iteration.
9631
9632         * wl-folder.el: Don't use `mapcar' only for iteration.
9633         (wl-folder-open-all): Ditto.
9634         (wl-folder-count-incorporates): Ditto.
9635
9636         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9637         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9638
9639         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9640         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9641         `smtp-connection-type'; specify 3rd argument of `require' for
9642         `timezone'; don't use `mapcar' only for iteration.
9643         (wl-draft-clone-local-variables): Don't use `mapcar'.
9644         (wl-draft-generate-clone-buffer): Ditto.
9645         (wl-user-agent-compose-internal): Ditto.
9646
9647         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9648
9649         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9650         (wl-save-status): Ditto.
9651
9652         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9653         for iteration.
9654
9655 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9656
9657         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9658         removed `Date'.
9659         (wl-fldmgr-make-filter-default): New user option.
9660
9661         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9662         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9663         (wl-fldmgr-filter-completion-alist): Abolish.
9664
9665         * wl.el (wl): Don't check servers if arg is non-nil.
9666
9667         * wl-draft.el (wl-draft-reply): Set only message-id string to
9668         In-Reply-To field.
9669
9670 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9671
9672         * wl-summary.el (wl-summary-pick): Rewrite.
9673
9674         * wl-draft.el (wl-draft-forward): Get references field from
9675         original buffer.
9676         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9677
9678 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9679
9680         * wl-draft.el (wl-draft-forward): Add references field.
9681
9682 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9683
9684         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9685         (wl-draft-reply): Use it.
9686
9687 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9688
9689         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9690         when Emacs 21 is running.
9691
9692         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9693         bindings.
9694
9695 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9696
9697         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9698         XPM icons transparent.
9699
9700         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9701         Emacs 21.
9702
9703 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9704
9705         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9706         nil.
9707
9708         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9709         when it is persistent.
9710         (wl-summary-sync-marks): Changed argument for
9711         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9712         (wl-summary-virtual): Use `elmo-read-search-condition'.
9713         (wl-summary-redisplay-internal): If folder is local, mark as read
9714         even when folder is plugged.
9715
9716 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9717
9718         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9719         of `tool-bar-lines' in the frame parameters.
9720         (after-make-frame-functions, post-command-hook): Don't modify the
9721         value.
9722         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9723         wl-e21-tool-bar-lines): Removed.
9724
9725 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9726
9727         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9728         properties `evaporate' and `wl-momentary-overlay' as well.
9729         (wl-highlight-summary-displaying): Ditto.
9730         (wl-delete-all-overlays): Don't delete overlay which does not have
9731         a property `wl-momentary-overlay'.
9732
9733         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9734         `display-mouse-p' and `display-graphic-p'.
9735         (wl-folder-init-icons): Don't search for XBM or the other files.
9736         (wl-plugged-set-folder-icon): Make icons if and only if
9737         `display-graphic-p' returns non-nil.
9738         (wl-highlight-plugged-current-line): Use `before-string' overlay
9739         property to show icon images.
9740         (wl-highlight-folder-current-line): Ditto.
9741         (wl-e21-highlight-folder-group-line): Ditto.
9742         (wl-e21-highlight-folder-by-numbers): Ditto.
9743         (wl-e21-insert-image): Removed.
9744         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9745         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9746         said.
9747         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9748         `wl-e21-force-switch-toolbar'.
9749         (wl-e21-make-icon-image): Removed.
9750         (wl-e21-setup-toolbar): Don't search for XBM files.
9751         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9752         the default value.
9753
9754 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9755
9756         * wl-util.el (wl-biff-check-folder-async): Set
9757         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9758
9759 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9760
9761         * wl-e21.el (after-make-frame-functions): Add
9762         `wl-e21-force-switch-toolbar'.
9763         (wl-e21-force-switch-toolbar): New function force to switch the
9764         toolbar appearance automatically.
9765         (post-command-hook): Add `wl-e21-switch-toolbar'.
9766         (wl-e21-switch-toolbar): New function to switch the toolbar
9767         appearance automatically.
9768         (wl-e21-tool-bar-lines): New buffer local variable.
9769
9770 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-util.el (wl-biff-check-folders-running): New variable.
9773         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9774         (wl-biff-check-folder-async-callback):
9775         Set `wl-biff-check-folders-running'.
9776         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9777         with unwind-protect.
9778
9779         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9780         Enclose `wl-folder-auto-check' with unwind-protect.
9781
9782         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9783         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9784
9785         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9786
9787         * wl-util.el (wl-biff-notify): New inline function.
9788         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9789         locally.
9790         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9791         folder-list' is 1.
9792         Use `wl-biff-notify'.
9793         (wl-biff-check-folder-async-callback): New function.
9794         (wl-biff-check-folder-async): Ditto.
9795
9796         * wl-folder.el (wl-folder): Don't check folders.
9797         (wl-folder-auto-check): New function.
9798
9799 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9800
9801         * wl-util.el (wl-biff-start) [Emacs19+]:
9802         Use `timer-next-integral-multiple-of-time'.
9803         (wl-biff-check-folders): Use `wl-default-folder'
9804         if `wl-biff-check-folder-list' is nil.
9805
9806 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9807
9808         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9809         instead of `elmo-delete-lists'.
9810
9811 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9812
9813         * wl.el (wl-plugged-toggle-all): Set the value of
9814         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9815         (wl-plugged-toggle): Ditto.
9816         (wl-toggle-plugged): Ditto.
9817         (wl-plugged-init): Ditto.
9818
9819         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9820         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9821         instead of `wl-biff-state-indicator-off' and
9822         `wl-biff-state-indicator-on'; don't modify the value and the type
9823         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9824         (wl-plugged-init-icons): Set icons data to
9825         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9826         instead of `wl-plug-state-indicator-off' and
9827         `wl-plug-state-indicator-on'; don't modify the value and the type
9828         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9829
9830         * wl-vars.el (wl-modeline-biff-state-off,
9831         wl-modeline-biff-state-on, wl-modeline-biff-status,
9832         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9833         wl-modeline-plug-status): New internal variables.
9834         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9835         wl-biff-check-interval, wl-biff-check-folder-list): Change
9836         customization group from `wl-folder' to `wl-highlight'.
9837         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9838         wl-show-plug-status-on-modeline): Defcustomized.
9839
9840         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9841         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9842         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9843         a flag to `mode-line-buffer-identification'.
9844
9845         * wl-e21.el (wl-biff-init-icons): Set icons data to
9846         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9847         instead of `wl-biff-state-indicator-off' and
9848         `wl-biff-state-indicator-on'.
9849         (wl-plugged-init-icons): Set icons data to
9850         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9851         instead of `wl-plug-state-indicator-off' and
9852         `wl-plug-state-indicator-on'.
9853
9854 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9855
9856         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9857         excessive titles.
9858
9859 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9860
9861         * wl.el (wl-plugged-mode): Use revised
9862         `wl-mode-line-buffer-identification'.
9863         (wl-plugged-init): Don't use `force-mode-line-update'.
9864
9865         * wl-xmas.el (wl-draft-overload-functions): Use revised
9866         `wl-mode-line-buffer-identification'.
9867         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9868         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9869         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9870         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9871         `wl-make-plugged-hook';
9872         add `wl-folder-init-icons' and `wl-setup-folder' to
9873         `wl-folder-mode-hook'.
9874
9875         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9876         19 as well.
9877         (wl-mode-line-display-priority-list): New user option.
9878         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9879         Defcustomized.
9880         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9881         Add docs.
9882
9883         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9884         start.
9885         (wl-mode-line-buffer-identification): Revised as a function.
9886
9887         * wl-summary.el (wl-summary-mode): Use revised
9888         `wl-mode-line-buffer-identification'; don't call
9889         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9890         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9891         `wl-xmas-setup-summary'.
9892
9893         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9894         `wl-mode-line-buffer-identification'.
9895
9896         * wl-mule.el (wl-draft-overload-functions): Use revised
9897         `wl-mode-line-buffer-identification'.
9898
9899         * wl-folder.el (wl-make-plugged-alist): Don't call
9900         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9901         (wl-folder): Don't call `wl-folder-init-icons' directly.
9902         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9903         `wl-xmas-setup-folder' directly;
9904         use revised `wl-mode-line-buffer-identification'.
9905         (TopLevel): Don't bind `wl-biff-init-icons',
9906         `wl-plugged-init-icons', `wl-folder-init-icons',
9907         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9908
9909         * wl-e21.el (wl-draft-overload-functions): Use revised
9910         `wl-mode-line-buffer-identification'.
9911         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9912         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9913         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9914         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9915         `wl-make-plugged-hook';
9916         add `wl-folder-init-icons' and `wl-setup-folder' to
9917         `wl-folder-mode-hook'.
9918
9919 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9920             Katsumi Yamaoka    <yamaoka@jpl.org>
9921
9922         * wl.el (wl): Call `wl-biff-start'.
9923         (wl-exit): Call `wl-biff-stop'.
9924         (wl-plugged-mode): Show biff in modeline.
9925         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9926
9927         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9928         (wl-biff-init-icons): New function.
9929         (wl-plugged-init-icons): Don't make too much keymaps.
9930         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9931
9932         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9933         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9934         variables.
9935         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9936         options.
9937
9938         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9939         wl-biff-start, wl-biff-stop): New functions.
9940         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9941         (wl-biff-timer-name): New variable.
9942
9943         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9944
9945         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9946         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9947
9948         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9949         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9950
9951         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9952         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9953         `wl-folder-init-icons' to `ignore' if they are not available.
9954         (wl-folder-mode): Show biff in modeline.
9955
9956         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9957         (wl-biff-init-icons): New function.
9958         (wl-plugged-init-icons): Don't make too much keymaps.
9959         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9960
9961 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9962
9963         * wl-vars.el (wl-strict-diff-folders): Customization Type
9964         and doc fix.  Define as a list of regular expressions for
9965         folders or nil.
9966         * wl-folder.el (wl-folder-check-one-entity): Use
9967         `wl-string-match-member' instead of `wl-string-member' for
9968         `wl-strict-diff-folders'.
9969
9970 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9971
9972         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9973         (wl-highlight-folder-current-line): Use it; new implementation.
9974         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9975         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9976         `defsubst' instead of `defun'.
9977
9978         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9979         `wl-highlight-group-folder-by-numbers'; made it can also be a
9980         number.  See info for more details.
9981
9982         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9983         running.
9984
9985         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9986         to bind them.
9987
9988         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9989         (wl-highlight-folder-current-line): New implementation.
9990
9991         * wl-highlight.el (wl-highlight-folder-group-line): New
9992         implementation.
9993         (wl-delete-all-overlays): Rewrite as a marco.
9994         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9995
9996         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9997         running.
9998         (wl-folder-*-glyph): No need to bind them.
9999
10000         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10001         `wl-e21-highlight-folder-group-icon'; rewrite.
10002         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10003         `defsubst' instead of `defun'.
10004         (wl-folder-mode-map): Bind it when compiling.
10005
10006 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10007
10008         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10009
10010         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10011
10012 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10013
10014         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10015
10016 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10017
10018         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10019         (wl-highlight-folder-current-line): Use it.
10020
10021         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10022         in `id-name'.
10023
10024 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10025
10026         * wl.el: Require `wl-e21' when Emacs 21 is running.
10027
10028         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10029         default when Emacs 21 is running.
10030         (wl-use-highlight-mouse-line): Ditto.
10031         (wl-on-emacs21): New constant.
10032         (wl-on-emacs20): Removed.
10033
10034         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10035         Emacs 21 is running.
10036
10037         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10038         Emacs 21 is running.
10039
10040         * wl-e21.el: New file.
10041
10042 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10043
10044         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10045         (wl-toggle-plugged): Ditto.
10046         (wl-plugged-toggle): Ditto.
10047         (wl-plugged-toggle-all): Ditto.
10048
10049         * wl-vars.el (wl-plug-state-indicator): Refer
10050         `wl-plug-state-indicator-on' indirectly.
10051
10052 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10053
10054         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10055         Call `wl-folder-confirm-existence'.
10056
10057         * wl-folder.el (wl-folder-confirm-existence): Added optional
10058         argument `force'.
10059
10060 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10061
10062         * wl-summary.el (wl-summary-refile-subr): Assume
10063         `copy-or-refile' as symbol.
10064         (wl-summary-refile): Follow up above change.
10065         (wl-summary-copy): Ditto.  Doc fix.
10066
10067 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10068
10069         * wl-summary.el (wl-summary-pick): Don't bind
10070         `elmo-search-mime-charset'.
10071
10072         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10073         default using old backquote style.
10074         (wl-search-mime-charset): Abolished.
10075
10076         * wl-highlight.el (wl-highlight-headers):
10077         Call `point' after `re-search-forward'(for Nemacs).
10078
10079         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10080         for elmo-imap4.el.
10081
10082 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10083
10084         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10085         `wl-message-ignored-field-list' instead of
10086         `mime-view-ignored-field-list'.
10087
10088         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10089         Add interactive spec.
10090         (wl-folder-goto-bottom-of-current-folder): Ditto.
10091         (wl-folder-mode-map): Bind them.
10092
10093         * wl-vars.el (wl-message-ignored-field-list): New variable.
10094         (wl-message-visible-field-list): New variable.
10095
10096         * wl-mime.el (wl-mime-header-presentation-method): New function.
10097         (wl-mime-setup): Set header-presentation-method.
10098
10099 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10100
10101         * wl-nemacs.el (wl-draft-overload-functions): Set
10102         `mode-line-buffer-identification' instead of using
10103         `wl-make-modeline'.
10104
10105         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10106         instead of using `wl-make-modeline'.
10107
10108         * wl-xmas.el (wl-plugged-init-icons): Set up
10109         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10110         (wl-make-modeline): Abolish.
10111         (wl-draft-overload-functions): Set
10112         `mode-line-buffer-identification' instead of using
10113         `wl-make-modeline'.
10114
10115         * wl-util.el (wl-make-modeline-subr): Abolish.
10116         (wl-mode-line-buffer-identification): New alias.
10117
10118         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10119         (wl-summary-make-modeline): Abolish.
10120         (wl-summary-buffer-set-folder): Set
10121         `wl-summary-buffer-folder-indicator'.
10122         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10123         of using `wl-make-modeline'.
10124         (wl-summary-switch-to-clone-buffer): Don't set
10125         `mode-line-buffer-identification'.
10126         (wl-summary-goto-folder-subr): Ditto.
10127
10128         * wl-mule.el (wl-draft-overload-functions): Set
10129         `mode-line-buffer-identification' instead of using
10130         `wl-make-modeline'.
10131
10132         * wl-folder.el (wl-folder-mode): Set
10133         `mode-line-buffer-identification' instead of using
10134         `wl-make-modeline'.
10135         (wl-folder): Don't set `mode-line-buffer-identification'.
10136
10137 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10138
10139         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10140         instead of `member' for `wl-refile-guess-func-list' look-ups.
10141         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10142
10143 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10144
10145         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10146         `wl-message-button-dispatcher'.
10147
10148         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10149
10150         * wl-message.el (wl-message-button-dispatcher): Use it.
10151
10152         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10153         "In-Reply-To".
10154
10155         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10156         Bind `case-fold-search' to t.
10157
10158 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10159
10160         * wl-xmas.el (wl-message-overload-functions): Initialize
10161         `wl-message-button-map'.
10162
10163         * wl-mule.el (wl-message-overload-functions): Initialize
10164         `wl-message-button-map'.
10165
10166         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10167
10168         * wl-message.el (wl-message-button-map): New keymap.
10169         (wl-message-add-button): New function.
10170         (wl-message-button-dispatcher): New function.
10171         (wl-message-button-refer-article): New function.
10172
10173         * wl-highlight.el
10174         (wl-highlight-message-add-buttons-to-header): New function.
10175         (wl-highlight-headers): Use it.
10176
10177 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10178
10179         * wl-summary.el (wl-summary-default-from): Use
10180         `wl-address-get-petname-1'.
10181         (wl-summary-simple-from): Ditto.
10182
10183         * wl-address.el (wl-address-get-petname-1): New inline function.
10184         (wl-address-get-petname): Use it.
10185
10186 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10187
10188         * wl-summary.el (wl-summary-default-from): Return full-name part
10189         from the address if no petname was found.
10190         (wl-summary-simple-from): Ditto.
10191
10192         * wl-address.el (wl-address-get-petname): Return nil if no petname
10193         associated with the address was found.
10194
10195 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10196
10197         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10198         display is finished.
10199
10200 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10201
10202         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10203         `elmo-folder-exists-p' argument.
10204
10205 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10206
10207         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10208         the folder.
10209
10210 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10211
10212         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10213
10214         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10215         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10216
10217 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10218
10219         * wl-folder.el (wl-folder-create-subr): New function.
10220         (wl-folder-confirm-existence): Use it.
10221         (wl-folder-check-one-entity): Use it.
10222         Check the error symbol is derived from 'elmo-open-error.
10223
10224         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10225         `ignore-error'.
10226
10227 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10228
10229         * wl-util.el (toplevel): Add (eval-when-compile (require
10230         'elmo-util)).  (Maybe `provide' is typo.)
10231
10232 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10233
10234         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10235         (I don't know why this was needed.)
10236
10237         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10238         Follow up changes for stream-type.
10239
10240         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10241         (wl-draft-elmo-nntp-send): Ditto.
10242
10243         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10244         (wl-nntp-posting-stream-type): Ditto.
10245         (wl-pop-before-smtp-ssl): Abolished.
10246         (wl-nntp-posting-ssl): Ditto.
10247
10248         * wl-address.el (wl-address-quote-specials): New function.
10249         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10250
10251         * wl-draft.el (wl-draft-reply): Ditto.
10252
10253 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10254
10255         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10256         use function `wl-string-match-assoc'.
10257
10258 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10259
10260         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10261
10262         * wl-draft.el (wl-draft-deduce-address-list): New function.
10263         (wl-draft-parse-mailbox-list): Ditto.
10264         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10265         instead of `smtp-deduce-address-list'.
10266         (wl-draft-on-field-p): Follow group list.
10267
10268         * wl-address.el (wl-address-concat-token): New function.
10269         (wl-address-string-without-group-list-contents): Ditto.
10270         (wl-complete-field-body): Fixed problem of completion
10271         by japanese petname.
10272         (wl-address-make-completion-list): Rewrite.
10273
10274 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10275
10276         * wl-address.el (wl-address-make-completion-list): Completion by
10277         petname.
10278         (wl-complete-field-body): Likewise.
10279
10280 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10281
10282         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10283         contains invalid address syntax.
10284
10285 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10286
10287         * wl-folder.el (wl-folder-check-entity-async): Use
10288         `elmo-nntp-spec-hostname'.
10289
10290 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10291
10292         * wl-summary.el (wl-summary-msgdb-load-async): Use
10293         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10294
10295 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10296
10297         * wl-draft.el (wl-draft-reply): Set argument
10298         `content-transfer-encoding' as nil.
10299
10300 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10301
10302         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10303         `wl-refile-alist'.
10304
10305 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10306
10307         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10308         (wl-draft-edit-string): Ditto.
10309         (wl-draft-forward): Ditto.
10310         * wl-summary.el (wl-summary-write): Ditto.
10311
10312 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10313
10314         * wl-summary.el (wl-summary-sync-update3): Call
10315         `wl-summary-buffer-number-column-detect'.
10316         (wl-summary-buffer-number-column-detect): Search from point-min.
10317
10318 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10319
10320         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10321         contains an address which is not included in original to or cc.
10322
10323 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10324
10325         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10326         begin-line does not exist.
10327         * wl-message.el (wl-message-uu-substring): Ditto.
10328
10329 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10330
10331         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10332         clear local variables.
10333         (wl-summary-exit): Call `elmo-commit'.
10334         (wl-summary-switch-to-clone-buffer): Call
10335         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10336         (wl-summary-goto-folder-subr): Ditto.
10337
10338         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10339         POP folder.
10340
10341 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10342
10343         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10344         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10345         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10346         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10347         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10348         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10349
10350         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10351
10352 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10353
10354         * wl-summary.el (wl-summary-search-by-subject):
10355         Search parent message from the latest one.
10356
10357 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10358
10359         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10360         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10361
10362         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10363         New user option.
10364
10365         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10366         if elmo-nntp-use-killed-list is nil.
10367         Use `elmo-msgdb-append-to-killed-list'.
10368         (Append numbers confirmed as disappeared to the killed list.)
10369         (wl-summary-confirm-appends): Don't display negative number.
10370
10371 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10372
10373         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10374
10375 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10376
10377         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10378         range is `all'.
10379         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10380         `elmo-list-bigger-diff'.
10381
10382 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-summary.el (wl-summary-buffer-exit-func):
10385         New buffer local variable.
10386         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10387
10388 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10389
10390         * wl-demo.el (wl-demo): Fix the last change.
10391
10392 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10393
10394         * wl-demo.el (wl-demo): Don't use `eval'.
10395
10396 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10397
10398         * wl-summary.el (wl-summary-buffer-thread-modified):
10399         New buffer-local variable.
10400         (wl-summary-set-thread-modified): New function.
10401         (wl-summary-thread-modified-p): New function.
10402         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10403         (wl-summary-yank-saved-message): Use function
10404         `wl-summary-set-thread-modified'
10405         (wl-summary-switch-to-clone-buffer): Add
10406         `wl-summary-buffer-thread-modified'.
10407
10408         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10409         (wl-summary-buffer-mark-saved-hook): Ditto.
10410         * wl-summary.el (wl-summary-msgdb-save): New hook
10411         `wl-summary-buffer-message-saved-hook' and
10412         `wl-summary-buffer-mark-saved-hook'.
10413
10414 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10415
10416         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10417
10418 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10419
10420         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10421         don't hide scroll bars under FSF Emacsen because it may incur an
10422         undesirable redrawing.
10423
10424 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10425
10426         * wl-draft.el (wl-draft-edit-string): Call
10427         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10428
10429 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10430
10431         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10432
10433 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10434
10435         * wl-summary.el (wl-summary-msgdb-load-async): Call
10436         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10437
10438 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10439
10440         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10441         fringes in demo buffer; center bitmap logo correctly even if old
10442         Mule is used.
10443
10444 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10445
10446         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10447
10448         * wl-refile.el (wl-refile-subject-alist): New variable.
10449         (wl-refile-subject-alist-file-name): Ditto.
10450         (wl-refile-alist-setup): Rewrite.
10451         (wl-refile-alist-save): Use `elmo-object-save'.
10452         Eliminated arguments.
10453         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10454         (wl-refile-guess-by-subject): New function.
10455         (wl-refile-guess-func-list): Added it.
10456
10457 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10458
10459         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10460         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10461
10462 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10463
10464         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10465         New buffer-local variable.
10466         (wl-summary-buffer-next-folder-func): Ditto.
10467         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10468         if non-nil.
10469         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10470         if non-nil.
10471         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10472         if non-nil.
10473         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10474         if non-nil.
10475
10476 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10477
10478         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10479         permanently in the demo buffer.
10480
10481 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10482
10483         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10484         `mime-entity-fetch-field'.
10485
10486         * wl.el (wl-exit): Delete plugged buffer.
10487
10488         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10489         XEmacs has menubar feature.
10490
10491 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10492
10493         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10494         cannot arrive at the beginning of the buffer under old Emacsen.
10495
10496 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10497
10498         * wl-address.el (wl-address-ldap-search):
10499         Call `ldap-search-entries' with `withdn' argument t.
10500         (wl-complete-field-body): Bind completion-ignore-case as t.
10501         Clear ldap search hash when it was sole completion.
10502         Use elmo-string for pattern string.
10503         (wl-ldap-alias-safe-string): Eliminated needless let.
10504
10505 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10506
10507         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10508         (wl-ldap-alias-sep): New constant.
10509         (wl-ldap-search-attribute-type-list): Ditto.
10510         (wl-ldap-get-value): New function.
10511         (wl-ldap-make-filter): Ditto.
10512         (wl-ldap-make-matched-value-list): Ditto.
10513         (wl-ldap-alias-safe-string): Ditto.
10514         (wl-ldap-register-dn-string): Ditto.
10515         (wl-address-ldap-search): Rewrite.
10516
10517 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10518
10519         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10520         thread is deleted.
10521         (wl-thread-delete-line-from-buffer): Ditto.
10522         (wl-thread-get-exist-children): New function.
10523
10524 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10525
10526         * wl-demo.el (wl-demo): Made it to select various image types.
10527         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10528         from `wl-title-logo'.
10529         (wl-logo-ascii): New variable.
10530         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10531         (wl-demo-copyright-notice): New constant.
10532
10533         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10534
10535 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10536
10537         * wl-vars.el (wl-summary-target-above): Renamed from
10538         wl-summary-temp-above.
10539         * wl-score.el (wl-score-get-score-alist): Use it.
10540         (wl-summary-score-update-all-lines): Use it.
10541         * wl-summary.el: Ditto. (make-variable-buffer-local).
10542
10543 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-vars.el (wl-ldap-port): New user option.
10546
10547         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10548         Rewite whole implementation.
10549         (wl-complete-field-body): Fixed.
10550
10551 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10552
10553         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10554         Choose implementation at compile time.
10555
10556 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10557
10558         * wl-address.el (wl-ldap-search-internal): New function.
10559         (wl-complete-field-to): Use it.
10560
10561 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10562
10563         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10564         Use `let' instead of `let*'.
10565         Require 'wl-vars.
10566
10567         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10568         Define as defcustom.
10569         (wl-ldap-base): Ditto.
10570         (wl-use-ldap): Ditto.
10571
10572 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10573
10574         * wl-address.el (wl-ldap-search): New function.
10575         (wl-complete-field-body): Use `wl-ldap-search'.
10576         (wl-ldap-server): New variable.
10577         (wl-ldap-base): Ditto.
10578         (wl-use-ldap): Ditto.
10579
10580 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10581
10582         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10583         (Pointed out by Mito <mit@nines.nec.co.jp>).
10584         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10585         buffer-local variables like `wl-summary-redisplay-internal'.
10586         (wl-summary-redisplay-all-header): Likewise.  Update
10587         Summary view too.
10588
10589 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-summary.el (wl-summary-jump-to-parent-message):
10592         Consider prefix argument.
10593
10594         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10595         when closed thread is deleted.
10596
10597 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10598
10599         * wl-summary.el (wl-summary-jump-to-parent-message):
10600         Consider thread modification.
10601
10602 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10603
10604         * wl-message.el (wl-message-normal-get-original-buffer): Use
10605         `save-excursion'.
10606
10607         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10608         (wl-summary-showto-folder-regexp): Ditto.
10609
10610 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10611
10612         * wl-util.el (wl-delete-alist): Doc fix.
10613         (wl-delete-associations): New function.
10614         (wl-inverse-alist): New function.
10615         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10616         Split temporary variables. Use `wl-delete-associations'
10617         and `wl-inverse-alist'.
10618         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10619
10620 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10621
10622         * wl-folder.el (wl-folder-prefetch-entity):
10623         Execute prefetching if new count is unknown.
10624
10625 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10626
10627         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10628
10629         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10630         delete entity.
10631         (wl-thread-set-parent): If insert as top, set linked as nil.
10632
10633         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10634         `wl-thread-cleanup-symbols' when view mode is thread.
10635
10636 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10637
10638         * wl-folder.el (wl-folder-create-folder-entity): Use
10639         with-current-buffer.
10640         (wl-local-folder-init): Call set-buffer to make sure we are in
10641         the Folder buffer. Don't touch buffer-local variables here.
10642         (wl-folder-mode): Initialize buffer-local variables here.
10643
10644         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10645         (wl-folder-entity-assign-id): Ditto.
10646         (wl-folder-create-entity-hashtb): Ditto.
10647         (wl-local-folder-init): Ditto.
10648         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10649
10650 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10651
10652         * wl-summary.el (wl-summary-default-from): Fix probrem when
10653         std11-extract-address-components return (nil "foo@bar").
10654
10655 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10656
10657         * wl-draft.el (wl-draft-clone-local-variables):
10658         Remove redundant `setq'.
10659
10660 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10661
10662         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10663         Bind wl-highlight-x-face-func as nil while highlighting header.
10664
10665 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10666
10667         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10668
10669 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10670
10671         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10672         elmo-msgdb-overview-hashtb from copy-variables.
10673         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10674         instead of `elmo-msgdb-overview-get-entity-by-number'.
10675         (wl-summary-auto-refile): Ditto.
10676
10677         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10678         `elmo-msgdb-overview-get-entity' instead of
10679         `elmo-msgdb-search-overview-entity'.  Use
10680         `elmo-msgdb-overview-get-entity' instead of
10681         `elmo-msgdb-overview-get-entity-by-number'.
10682         (wl-thread-insert-entity-sub): Ditto.
10683         (wl-thread-insert-message): Ditto.
10684
10685         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10686         `elmo-msgdb-overview-get-entity'.
10687         (wl-normal-message-redisplay): Ditto.
10688
10689 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10690
10691         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10692         `wl-thread-entities'.
10693         (wl-thread-delete-message): Fix remove top message from
10694         `wl-thread-entity-list'.
10695
10696         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10697         wl-append(nconc), because update-list is broken on Meadow.
10698
10699         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10700         updating process.
10701         (wl-summary-rescan): Ditto.
10702         (wl-summary-sync-update3): Ditto.
10703         * wl-thread.el (wl-thread-set-parent): Renamed from
10704         `wl-summary-set-parent'.
10705         (wl-thread-insert-message): Updating buffer faster.
10706         (wl-thread-delete-message): Updating buffer faster.
10707
10708         * wl-score.el (wl-summary-score-update-all-lines): Changed
10709         interval for display progress gauge.
10710
10711 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10712
10713         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10714         folder always-sticky.
10715         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10716         defmacro.
10717
10718 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10719
10720         * wl-vars.el (wl-draft-add-references): New user option.
10721
10722         * wl-draft.el (wl-draft-add-references): New function.
10723         (wl-draft-yank-from-mail-reply-buffer): Use it.
10724         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10725         as nil.
10726
10727 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10728
10729         * wl-thread.el (wl-thread-update-line-msgs): Called
10730         `wl-thread-update-line-on-buffer-sub'.
10731         (wl-thread-update-line-on-buffer): Delete routine of inserting
10732         thread.
10733         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10734         moved from `wl-thread-update-line-on-buffer'.
10735         Add threshold for displaying progress gauge.
10736         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10737         argument of `wl-thread-update-line-msgs'.
10738         Add threshold for displaying progress gauge.
10739         * wl-folder.el:
10740         Add threshold for displaying progress gauge.
10741         * wl-score.el: Ditto.
10742
10743         * wl-expire.el (wl-summary-expire): Display deleting info.
10744
10745 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10746
10747         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10748         `no-msg'.
10749         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10750         argument of `wl-thread-update-line-msgs'.
10751         (wl-summary-set-parent): Added optional argument `parent-number'.
10752         (wl-summary-buffer-saved-message): New buffer local variable.
10753         (wl-summary-save-current-message): New command.
10754         (wl-summary-yank-saved-message): Ditto.
10755         (wl-summary-mode-map): Added key binding for
10756         `wl-summary-save-current-message' (\ew) and
10757         `wl-summary-yank-saved-message' (\C-y).
10758         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10759
10760 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10761
10762         * wl-summary.el (wl-summary-mode-map): Added key binding for
10763         `wl-summary-set-parent' (ts).
10764
10765 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10766
10767         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10768         subject faster. If thread number is reverse, delayed updating
10769         thread.
10770         (wl-summary-search-by-subject): Ditto.
10771         (wl-summary-put-alike): Ditto.
10772         (wl-summary-get-alike): Ditto.
10773         (wl-summary-insert-headers): Insert header of all overview in
10774         buffer.
10775         (wl-summary-rescan): Delayed updating thread. Kill search subject
10776         buffer for wl-summary-search-by-subject.
10777         (wl-summary-sync-update3): Ditto.
10778         (wl-summary-exit): Ditto.
10779         (wl-summary-goto-bottom-of-current-thread): Change for linked
10780         thread.
10781         (wl-summary-overview-create-summary-line): Change line for linked
10782         thread.
10783
10784         * wl-summary.el (wl-summary-update-thread): Use
10785         wl-thread-maybe-get-children-num.
10786         (wl-summary-set-parent): If change parent, move sub thread.
10787         (wl-summary-redisplay-internal): Add horizontal recenter.
10788         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10789
10790         * wl-thread.el (wl-thread-entity-get-linked): New function.
10791         (wl-thread-entity-set-linked): New function.
10792         (wl-thread-create-entity): Add linked element.
10793         (wl-thread-entity-insert-as-top): Use wl-append.
10794         (wl-thread-maybe-get-children-num): If closing thread, return
10795         children msgs.
10796         (wl-thread-update-line-msgs): Displaying progress message.
10797         (wl-thread-update-line-on-buffer-sub): Use
10798         wl-thread-maybe-get-children-num.
10799         (wl-thread-update-line-on-buffer): If update line is not exists,
10800         insert thread.
10801         (wl-thread-delete-message): If delete top msg of thread, search
10802         parent by subject.
10803         (wl-thread-insert-entity): Use
10804         wl-thread-maybe-get-children-num.
10805
10806         * wl-highlight.el (wl-highlight-summary-current-line): change
10807         sregexp for linked thread.
10808         * wl-util.el (wl-count-lines): Count lines.
10809         (wl-horizontal-recenter): horizontal recenter.
10810         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10811         (wl-score-get-alike): Ditto.
10812         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10813         (wl-subject-length-limit): New variable.
10814         (wl-highlight-thread-indent-string-regexp): Changed for linked
10815         thread.
10816
10817 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10818
10819         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10820         New variable (revival).
10821         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10822         by subject matching if there's no in-reply-to nor references field
10823         (revival).
10824
10825 \f
10826 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10827
10828         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10829         message.
10830
10831 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-summary.el (wl-summary-reply): Return t if there was a
10834         message at cursor point.
10835         Added unwind-protect.
10836         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10837         returns t.
10838         (wl-summary-cancel-message): Do nothing when there's no message at
10839         cursor point.
10840         (wl-summary-forward): Ditto.
10841         (wl-summary-jump-to-parent-message): Ditto.
10842         (wl-summary-reedit): Ditto.
10843         (wl-summary-edit-addresses): Ditto.
10844         (wl-summary-pipe-message): Ditto.
10845         (wl-summary-print-message-with-ps-print): Ditto.
10846         (wl-summary-print-message): Ditto.
10847         (wl-summary-mark-as-important): Ditto.
10848         (wl-summary-mark-as-unread): Ditto.
10849
10850         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10851         message at cursor point.
10852         (wl-summary-reply-with-citation): Remove unwind-protect.
10853
10854         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10855         subject searching feature.
10856         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10857         Eliminated.
10858
10859 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10860
10861         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10862         New variable.
10863         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10864         by subject matching if there's no in-reply-to nor references field.
10865
10866         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10867
10868         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10869         when display is finished.
10870         (wl-folder-open-all): Ditto.
10871         (wl-folder-update-access-group): Ditto.
10872         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10873         * wl-thread.el (wl-thread-close-all): Ditto.
10874
10875         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10876         progress gauge only when it was displayed.
10877         * wl-folder.el (wl-folder-insert-entity): Ditto.
10878
10879 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10880
10881         * wl-summary.el (wl-summary-incorporate): Enclose
10882         `wl-summary-sync-force-update' with save-excursion.
10883
10884 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10885
10886         * wl-summary.el (wl-summary-prefetch-region):
10887         Pass current cursor point to `pos-visible-in-window-p' after
10888         moving cursor to the started point.
10889
10890 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10891
10892         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10893
10894         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10895         fields from the forwarding message.
10896         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10897         `ignored-fields'.
10898
10899 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10900
10901         * wl-mime.el (wl-message-request-partial):
10902         Eliminated argument `msgdb'.
10903         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10904         (wl-mime-combine-message/partial-pieces): Likewise.
10905         * tm-wl.el (wl-message-request-partial): Likewise.
10906         (wl-mime-combine-message/partial-pieces): Likewise.
10907
10908 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10909
10910         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10911         when display is finished.
10912
10913 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10914
10915         * wl-summary.el (wl-summary-goto-folder-subr):
10916         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10917
10918 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10919
10920         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10921         when cursor point is visible.
10922
10923 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10924
10925         * wl-expire.el (wl-expire-archive-get-max-number):
10926         Don't use `file-name-directory'.
10927
10928 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10929
10930         * wl-expire.el (wl-expire-archive-get-max-number):
10931         Use `file-name-directory'.
10932
10933 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10934
10935         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10936         only when there is progress.
10937
10938 2000-04-13  Mito <mit@nines.nec.co.jp>
10939
10940         * wl-summary.el (wl-summary-sync-marks): Display progress.
10941
10942 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10943
10944         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10945         (wl-summary-prev): Move cursor regardless of unread status.
10946         (wl-summary-next): Ditto.
10947
10948 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10949
10950         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10951         Added argument `target' and `number'.
10952         * tm-wl.el (wl-summary-burst-subr): New function.
10953         (wl-summary-burst): Use it.
10954
10955 2000-04-10  Mito <mit@nines.nec.co.jp>
10956
10957         * wl-mime.el (wl-burst): New function.
10958         (wl-summary-burst): Use it.
10959
10960 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10961
10962         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10963         as petname when there's no candidate.
10964
10965 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10968         New variable.
10969         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10970
10971         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10972
10973         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10974
10975 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10976
10977         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10978         Use substring of `original' instead of buffer-substring.
10979         (wl-refile-evaluate-rule):
10980         Set `original' argument of wl-refile-expand-newtext.
10981
10982         * wl-summary.el
10983         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10984         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10985         (wl-summary-auto-refile): Check existence of destination folder just
10986         before marking.
10987
10988 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10989
10990         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10991         when wl-refile-get-field-value return nil.
10992
10993 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10994
10995         * wl-refile.el
10996         (wl-refile-expand-newtext): New function imported from Gnus.
10997         (wl-refile-evaluate-rule): Use it.
10998
10999 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11000
11001         * wl-summary.el (wl-summary-print-destination):
11002         Duplicate folder string to avoid putting text-property on
11003         original string.
11004
11005         * wl-refile.el (wl-refile-get-field-value): New function.
11006         (wl-refile-evaluate-rule): New function;
11007         Evaluate refile rule recursively.
11008         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11009         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11010         New function; Check existence of a target folder recursively.
11011         (wl-summary-auto-refile-check-refile-rule-alist):
11012         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11013
11014 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11015
11016         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11017
11018         * wl-folder.el (wl-create-folder-entity-from-buffer):
11019         Fixed problem when '}' character is contained in folder name.
11020
11021         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11022
11023 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11024
11025         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11026         (wl-fldmgr-add-completion-all-completions):
11027         Use wl-fldmgr-add-completion-hashtb.
11028
11029 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11030
11031         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11032         wl-fldmgr-add-completion-subr): New functions.
11033         * wl-folder.el (wl-folder-completion-func): New variable.
11034         * wl-summary.el (wl-summary-read-folder):
11035         Use wl-folder-completion-func.
11036
11037         * wl-refile.el: Eliminate throw & catch.
11038
11039         * wl.el (wl-plugged-sending-queue-status): Fixed.
11040
11041 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11042
11043         * wl-draft.el (wl-draft): Put category property on
11044         mail-header-separator.