* wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
4         (wl-fldmgr-assign-id): Ditto.
5         (wl-fldmgr-delete-line): Use quote instead of backquote.
6         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
7
8         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
9         (wl-draft-set-sent-message): New backquote style.
10         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
11         (wl-draft-config-body-goto-header): Use quote instead of backquote.
12
13 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
14
15         * wl-address.el (wl-address-concat-token): Fix typo.
16
17 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
20         (wl-score-get-alike): Ditto.
21
22         * wl-vars.el: New backquote style.
23         (wl-message-header-button-alist): Use quote instead of backquote.
24
25         * wl.el (wl-plugged-string): New backquote style.
26
27         * wl-address.el (wl-address-concat-token): New backquote style.
28
29         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
30
31 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
32
33         * wl-highlight.el (wl-highlight-folder-opened-regexp)
34         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
35
36         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
37         in the character alternative.
38
39 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
40
41         * Version number is increased to 2.15.6.
42
43 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
44
45         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
46         optional 3rd argument of epg-context-set-progress-callback; it was
47         temporarily removed in the Emacs trunk due to copyright problem.
48         (wl-mime-pgp-verify-region-with-epg): Ditto.
49
50 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
53
54 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-util.el (wl-biff-check-folders): Set biff flag.
57         (from Naoto Morishima [wl:14031])
58
59 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl.el (wl-plugged-server-indent): Use quote instead of
62         backquote.
63
64 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
65
66         * wl-score.el (wl-score-insert-header): Add guard for
67         `std11-unfold-string'.
68         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
69         TYPE artgument when TO or CC field.
70
71 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
72
73         * wl-summary.el (wl-summary-goto-folder-subr): Call
74         `elmo-folder-close' instead of `elmo-folder-commit' if discard
75         current summary.
76
77 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-util.el (wl-read-shell-commande): New function or alias.
80
81         * wl-summary.el (wl-summary-pipe-message): Use
82         `wl-read-shell-command' instead of `read-string'.
83         (wl-summary-target-mark-pipe): Ditto.
84
85 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
86
87         * wl-summary.el (wl-summary-reply): Fix docstring.
88         * wl-draft.el (wl-draft-reply): Ditto.
89
90 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
91
92         * wl-mime.el (wl-summary-extract-attachments): New command.
93         (wl-summary-extract-attachments-1): New internal function.
94
95 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
96
97         * wl-expire.el (wl-expire-folder): New function (split from
98         wl-summary-expire).
99         (wl-summary-expire): Use it. Add argument `all' instead of remove
100         `nolist'. Cause an error only if this function is calling
101         interactively.
102
103 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-expire.el (wl-expire-refile): Display progress message.
106         (wl-summary-expire): Simplify.
107
108         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
109         unused argument `deleting-info'.
110
111 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-vars.el (wl-message-popup-buffers): New user option.
114
115         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
116         (wl-message-delete-popup-windows): New function that substitues
117         above one.
118         (wl-mime-setup): Follow the above change.
119
120 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
121
122         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
123
124 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
125
126         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
127         "tkm" to wl-thread-spam.
128
129 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
130
131         * wl-thread.el (wl-thread-entity-insert-as-children): Use
132         wl-thread-entity-set-children.
133         (wl-thread-insert-message, wl-thread-insert-entity-sub,
134         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
135         Use wl-thread-entity-get-*.
136
137 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
138
139         * wl-mime.el (wl-epg-progress-callback): New function.
140         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
141         with `elmo-with-progress-display'. Set a progress callback
142         function to epg-context.
143         (wl-mime-pgp-verify-region-with-epg): Ditto.
144
145 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-util.el (wl-completing-read-multiple): Define as an alias of
148         `completing-read-multiple' if emacs-version is not less than 22.
149
150 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
153         change.
154
155 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-summary.el (wl-summary-sync-update): Move
158         `wl-thread-update-indent-string-thread' to outside of
159         `elmo-with-progress-display'.
160
161 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * wl-message.el (wl-message-exit): Check buffer existence.
164
165 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-util.el (wl-simple-display-progress): New function.
168         (wl-display-progress-with-gauge): Ditto.
169         (wl-progress-callback-function): Ditto.
170
171         * wl.el (wl-init): Set `elmo-progress-callback-function' as
172         `wl-progress-callback-function'
173
174         * wl-vars.el (wl-display-progress-threshold): New user option.
175         (wl-display-progress-function): Ditto.
176
177         * Version number is increased to 2.15.5.
178
179 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
180
181         * wl-thread.el (wl-thread-close-children): New function.
182         (wl-thread-open-children): Ditto.
183         * wl-action.el (wl-summary-set-mark): Redo the last change by
184         using it.
185
186         * wl-action.el (wl-summary-set-mark): Undo the last change.
187         Forbid interactive call.
188
189 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-mime.el (wl-define-dummy-functions): New macro.
192         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
193         `wl-mime-pgp-decrypt-region'.
194         (wl-mime-pgp-verify-region-with-epg): Renamed from
195         `wl-mime-pgp-verify-region'.
196         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
197         `wl-mime-pgp-decrypt-region'.
198         (wl-mime-pgp-verify-region-with-pgg): Renamed from
199         `wl-mime-pgp-verify-region'.
200         (wl-mime-pgp-decrypt-region): New function; To select dispatch
201         function at runtime.
202         (wl-mime-pgp-verify-region): Ditto.
203
204         * wl-vars.el (wl-use-pgp-module): New user option.
205
206 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
207
208         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
209         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
210
211 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
214         even if there are target marks only.
215
216 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
217
218         * Version number is increased to 2.15.4.
219
220 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-folder.el (wl-folder-check-one-entity): Simplify.
223
224 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
225
226         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
227         variable.
228
229 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
230
231         * wl-spam.el (wl-thread-test-spam): New function.
232         (wl-spam-setup): Bind "tkc".
233
234 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-expire.el (wl-folder-expire-entity): Rewite without
237         `wl-summary-goto-folder-subr'.
238         (wl-folder-expire-current-entity): Don't kill summary buffer.
239
240 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-folder.el (wl-folder-sync-entity): Rewrite without
243         `wl-summary-goto-folder-subr'.
244         (wl-folder-mark-as-read-all-entity): Likewise.
245
246         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
247
248 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-thread.el (wl-thread-force-open): Arranged.
251
252 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
253
254         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
255         from regexp.
256
257         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
258         (wl-read-search-condition-internal): Append them.
259
260 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-vars.el (wl-additional-search-condition-fields):
263         New user option.
264
265         * wl-util.el (wl-search-condition-fields): New function; export
266         from `wl-read-search-condition-internal'.
267         (wl-read-search-condition-internal): Use it.
268
269         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
270
271 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-summary.el (wl-summary-define-sort-command): New function.
274         (wl-summary-sort-by-date, wl-summary-sort-by-number)
275         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
276         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
277         define by `wl-summary-define-sort-command' at runtime.
278
279         * wl.el (wl-init): Call wl-summary-define-sort-command.
280
281 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
284         properties at the decrypting region.
285
286 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-util.el (wl-find-region): New function.
289
290         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
291         coding system.
292         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
293         property `wl-mime-decoded-coding-system'.
294         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
295         property `wl-mime-decoded-coding-system' to encode text.
296
297         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
298         message.
299         (wl-mime-pgp-verify-region): Ditto.
300
301 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
304         buffer. Use epa-display-verify-result.
305
306 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
307
308         * wl-draft.el (wl-draft-send): Continue even if setting parent
309         flag was failed.
310
311 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl-message.el (wl-message-flag-indicator): Fixed the problem
314         of returning string only of parentheses.
315
316 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-summary.el (wl-summary-write): Add argument `folder'.
319         (wl-summary-write-current-folder): Change argument `folder' from
320         optional to require.
321         (wl-summary-get-buffer): Return the buffer associated folder only.
322
323         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
324         change.
325         (wl-folder-toggle-disp-summary): Ditto.
326
327         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
328         current summary as parent-folder.
329
330 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-draft.el (wl-draft-reedit): Don't overwrite
333         wl-draft-parent-folder.
334
335 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
338         (wl-mime-pgp-verify-region): Ditto.
339         (wl-message-decrypt-pgp-nonmime): Use the above function.
340         (wl-message-verify-pgp-nonmime): Likewise.
341         (wl-mime-preview-application/pgp): Likewise.
342
343 2006-04-20  Kenichi Okada  <okada@opaopa.org>
344
345         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
346         Fix about the order of `wl-nntp-posting-port' and
347         `wl-nntp-posting-stream-type'.
348         * wl.el (wl-plugged-port-label-alist): Add smtp.
349
350 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-summary.el (wl-summary-message-status): New macro.
353
354         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
355         (wl-summary-killed-mark): New user option.
356
357         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
358         API change.
359         (wl-thread-insert-entity-sub): Ditto.
360         (wl-thread-recover-messages): New command.
361
362         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
363         Don't call `wl-highlight-summary-current-line' directly.
364         (wl-summary-buffer-attach): Connect to signal `status-changed'
365         instead of `cache-changed'.
366         (wl-summary-buffer-detach): Follow the above change.
367         (wl-summary-detect-mark-position): Follow the API change.
368         (wl-summary-rescan-message): Ditto.
369         (wl-summary-insert-sequential): Ditto.
370         (wl-summary-update-thread): Ditto.
371         (wl-summary-message-mark): Ditto.
372         (wl-summary-persistent-mark): Ditto.
373         (wl-summary-create-line): Ditto.
374         (wl-summary-prefetch-region-no-mark): Call
375         `wl-summary-persistent-mark' with number.
376         (wl-summary-recover-messages-region): New command.
377         (wl-summary-target-mark-recover): Ditto.
378         (wl-summary-recover-message): Ditto.
379         (wl-summary-persistent-mark-string): Add argument `status' instead
380         of remove arguments `flags' and `cached'.  Treat killed status.
381         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
382
383         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
384         (wl-highlight-summary-line-face-spec): Treat killed status.
385         (wl-highlight-summary-line-string): Follow the API change.
386         (wl-highlight-summary-current-line): Ditto.
387
388         * Version number is increased to 2.15.3.
389
390 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
393         of symbolp to test whether the condition is function.
394
395 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
398         to nil.
399
400 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-summary.el (wl-summary-buffer-message-ring): New internal
403         variable.
404         (wl-summary-buffer-last-displayed-msg): Abolish.
405         (wl-summary-push-message): New function.
406         (wl-summary-pop-message): Ditto.
407         (wl-summary-goto-folder-subr): Reset
408         `wl-summary-buffer-message-ring'.
409         (wl-summary-pop-to-last-message): New command.
410         (wl-summary-goto-last-displayed-msg): Call
411         wl-summary-pop-to-last-message if optional argument is non-nil or
412         the last command is itself.
413         (wl-summary-redisplay-internal): Push last message number into
414         `wl-summary-buffer-message-ring'.
415
416         * wl-vars.el (wl-summary-message-ring-max): New user option.
417
418 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
421         from `wl-draft-reply').
422         (wl-draft-reply): Use it.
423         (wl-draft-find-reply-headers): Avoid compile warning.
424
425 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
426
427         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
428
429 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-message.el (wl-message-flag-indicator): New function.
432         (wl-message-redisplay): Use it.
433
434 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
435
436         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
437
438 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
441         instead of `read-event'.
442
443         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
444
445         * wl-mule.el (wl-read-event-char): Ditto.
446
447         * wl-e21.el (wl-read-event-char): Ditto.
448
449 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
450
451         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
452
453 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
454
455         * wl-vars.el (wl-draft-send-confirm-type): New user option.
456
457         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
458
459         * wl-draft.el (wl-draft-send-confirm): Confirmation by
460         `wl-draft-send-confirm-type'
461
462 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
463
464         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
465         Avoid error when the buffer name is already used.
466
467 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
470         the change of elmo-nmz -> elmo-search.
471         (wl-highlight-summary-line-help-echo-alist): Ditto.
472         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
473         (wl-nmz-folder-icon): Define as obsolete.
474         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
475         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
476
477 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-summary.el (wl-summary-get-list-info): Rewrite with
480         `elmo-find-list-match-value'
481
482 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-summary.el (wl-summary-get-list-info): Optimize.
485         Use List-Id and List-Post also.
486
487 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
490
491 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
492
493         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
494
495 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-util.el (wl-completing-read-multiple-1): New internal function.
498         (wl-completing-read-multiple-2): Ditto.
499         (wl-completing-read-multiple): Define use above functions.
500
501         * wl-summary.el (wl-summary-sort): Removed the workaround for a
502         bug of `completing-read-multiple' about default value.
503
504         * wl-xmas.el (wl-completing-read-multiple): Removed.
505
506         * wl-mule.el (wl-completing-read-multiple): Ditto.
507
508         * wl-e21.el (wl-completing-read-multiple): Ditto.
509
510 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-util.el (wl-filter-associations): New function.
513
514         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
515         (wl-spam-ignored-folder-list): Ditto.
516         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
517         (wl-spam-string-member-p): New function.
518         (wl-spam-domain): Use it.
519         (wl-spam-split-numbers): New function.
520         (wl-spam-apply-partitions): Ditto.
521         (wl-spam-register-spam-messages): Use `folder' instead of
522         `wl-summary-buffer-elmo-folder'.
523         (wl-spam-register-good-messages): Ditto.
524         (wl-summary-exec-action-spam): Decide a domain by real folder of
525         message.
526         (wl-summary-exec-action-refile-with-register): Likewise.
527
528 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-e21.el (wl-e21-find-image): New function.
531         (wl-e21-setup-toolbar): Use it instead of `find-image'.
532         (wl-e21-highlight-folder-group-line): Ditto.
533         (wl-folder-init-icons): Ditto.
534         (wl-plugged-init-icons): Ditto.
535         (wl-biff-init-icons): Ditto.
536
537 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
540         (wl-inhibit-save-drafts): New internal variable.
541         (wl-disable-auto-save): Ditto.
542         (wl-save-drafts): Treat above variables.
543         (wl-auto-save-drafts): New function.
544         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
545         `wl-stop-save-drafts'.
546         (wl-start-save-drafts): New function.
547         (wl-stop-save-drafts): Ditto.
548         (wl-set-auto-save-draft): New command.
549
550         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
551         `wl-set-save-drafts'.
552
553 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
556         `make-local-variable' instead of `make-variable-buffer-local'.
557
558 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
561
562 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
563
564         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
565
566 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
569         of working buffer.
570
571 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
574
575         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
576         value into recipients; Bind `wl-draft-remove-group-list-contents'
577         as nil.
578
579 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-summary.el (wl-summary-sort): Fixed the last change.
582
583         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
584         (wl-summary-sort-messages): Ditto.
585         (wl-summary-rescan): Use it.
586         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
587         `completing-read'; Append candidates for reverse order.
588
589 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * Version number is increased to 2.15.2.
592
593 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
594
595         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
596         "Smaller".
597         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
598
599 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
602
603 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-vars.el (wl-draft-additional-header-alist): Add into the
606         customize group `wl-draft'.
607         (wl-draft-add-in-reply-to): Move customize group from `wl' to
608         `wl-draft'.
609         (wl-draft-add-references): Ditto.
610
611         * wl-action.el (wl-summary-print-argument): Rename argument from
612         `folder' to `data'.
613
614 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-summary.el (wl-summary-rescan-message): Call
617         `wl-thread-cleanup-symbols' before insert thread.
618
619 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl.el (wl-init): Set `elmo-get-folder-function' as
622         `wl-folder-make-elmo-folder'.
623
624         * wl-spam.el (wl-summary-exec-action-spam): Use
625         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
626
627         * wl-folder.el (wl-folder-make-elmo-folder): New function.
628         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
629         `elmo-make-folder'.
630         (wl-folder-get-elmo-folder): Ditto.
631         (wl-folder-create-subr): Simplify.
632
633 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
634
635         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
636
637 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
640         contents in message buffer instead of original buffer. If optional
641         argument specified, ask coding system for encode.
642
643 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
644
645         * wl-spam.el (wl-summary-test-spam-region): New function.
646         (wl-spam-setup): Bind "rkc".
647
648 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
651
652 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
653
654         * wl-spam.el (wl-summary-test-spam): Fix typo.
655         (wl-message-check-spam): Ditto.
656
657 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-summary.el (wl-summary-default-from): Simplify.
660
661 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-action.el (wl-summary-exec-action-refile): Simplify.
664         (wl-summary-exec-action-copy): Ditto.
665         (wl-summary-auto-refile): Check existence of temporary mark.
666
667 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-summary.el (wl-summary-create-line): Use
670         `elmo-time-to-datevec'.
671
672         * wl-expire.el (wl-expire-archive-date): Ditto.
673         (wl-expire-localdir-date): Ditto.
674
675         * wl-util.el (wl-day-number): Abolish.
676
677         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
678         of `wl-day-number'.
679         (wl-score-followup): Ditto.
680         (wl-score-add-followups): Ditto.
681         (wl-score-get-latest-msgs): Ditto.
682         (wl-score-get-header-entry): Ditto.
683         (wl-score-edit-insert-date): Ditto.
684
685 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
688         `elmo-message-entity-field' with 2nd argument `type'.
689
690 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
691
692         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
693
694 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-thread.el (wl-thread-delete-message): Delete descendant
697         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
698
699 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
700
701         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
702
703 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
706         `Access folder'.
707
708 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-vars.el (wl-access-folder-icon): New user option.
711
712         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
713         `Access folder'.
714
715 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (wl-summary-buffer-set-folder): Use
718         `wl-folder-mime-charset'.
719
720         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
721         `mime-charset'.
722         (wl-folder-get-elmo-folder): Ditto.
723         (wl-folder-mime-charset): New function.
724
725 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-util.el (wl-parse-addresses): Define alias of
728         `elmo-parse-addresses' (move to `elmo-util.el').
729
730         * wl-summary.el (wl-summary-default-from): Follow the API change.
731         (wl-summary-overview-entity-compare-by-date): Ditto.
732         (wl-summary-overview-entity-compare-by-from): Ditto.
733         (wl-summary-get-list-info): Get value of `ml-info' field from
734         entity at first.
735         (wl-summary-rescan-message): Treat prefix argument.
736         (wl-summary-prefetch-msg): Follow the API change.
737         (wl-summary-search-by-subject): Ditto.
738         (wl-summary-insert-thread): Ditto.
739         (wl-summary-line-subject): Ditto.
740         (wl-summary-line-from): Ditto.
741         (wl-summary-create-line): Ditto.
742         (wl-summary-print-message-with-ps-print): Ditto.
743
744         * wl-score.el (wl-score-ov-entity-get): Ditto.
745         (wl-score-followup): Ditto.
746         (wl-score-add-followups): Use `elmo-message-entity-field' instead
747         of `car'.
748         (wl-score-get-latest-msgs): Follow the API change.
749         (wl-score-get-header): Ditto.
750
751         * wl-refile.el (wl-refile-learn): Ditto.
752         (wl-refile-subject-learn): Ditto.
753         (wl-refile-get-field-value): Ditto.
754         (wl-refile-guess-by-history): Ditto.
755         (wl-refile-guess-by-subject): Ditto.
756
757         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
758
759         * wl-expire.el (wl-expire-date-p): Removed.
760         (wl-expire-archive-date): Follow the API change.
761         (wl-expire-localdir-date): Ditto.
762         (wl-summary-expire): Ditto.
763
764         * Version number is increased to 2.15.1.
765
766 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
767
768         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
769         group is access or not (it is not strict, like wl-fldmgr-rename).
770
771 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
772
773         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
774         duplicate call of `wl-summary-print-argument' on the wrong line.
775
776 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
779         even if argument `number' is nil.
780         (wl-summary-insert-line): Print action argument if current message
781         has it.
782
783 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
786         (wl-draft-reply): Ditto.
787         (wl-draft): Add optional argument `parent-number' and call
788         `wl-draft-create-buffer' with it.
789         (wl-draft-create-buffer): Add optional argument
790         `parent-number'. Set wl-draft-parent-number as it.
791
792 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
793
794         * wl-folder.el (wl-folder-set-persistent-mark): If summary
795         buffer is not for given folder, don't use it.
796
797 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
798
799         * Version number is increased to 2.15.0.
800
801 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
804
805         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
806         (wl-highlight-get-face-by-name): New internal function.
807         (wl-highlight-summary-line-face-spec): Use it and fixed.
808
809 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-summary.el (wl-summary-sync-update): Use
812         `elmo-message-entity-field' instead of `car' to get message-id
813         from overview entity.
814
815         * wl-summary.el (wl-summary-rescan-message): Call
816         `wl-highlight-summary-displaying' when displaying a message.
817
818 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * wl-draft.el (wl-draft-config-info-filename): Extracted from
821         `wl-draft-config-info-operation'.
822         (wl-draft-buffer-change-number): New function.
823         (wl-draft-rename-saved-config): Ditto.
824         * wl.el (wl-init): Connect slot for message-number-changed.
825         (toplevel): Add autoload for wl-draft-rename-saved-config.
826
827 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
830         `update-overview'
831         (wl-summary-buffer-detach): Disconnect from it.
832         (wl-summary-rescan-message): Use command.
833
834         * wl-message.el (wl-message-buffer-display): Use
835         `with-current-buffer' instead of `save-excursion'.
836
837 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-mime.el (wl-draft-preview-attributes-list): Protect
840         wl-draft-preview-attributes-list from distraction.
841
842 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
843
844         * wl-summary.el (wl-summary-sync-update): Sort the return value of
845         `elmo-list-diff'.
846
847 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-summary.el
850         (wl-summary-edit-addresses-collect-candidate-fields): Use
851         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
852
853         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
854         instead of `elmo-set-work-buf'.
855
856         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
857         (wl-address-make-address-list): Ditto.
858
859         * Version number is increased to 2.13.3.
860
861 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
864         user option.
865
866         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
867         argument `5'.
868
869         * wl-message.el (wl-message-display-no-merge-p): New function.
870         (wl-message-buffer-display): Check whether the message is
871         reassembled and follow the API change.
872
873 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
876         multibyte on working buffer and removed unnecessary
877         `buffer-disable-undo'.
878
879 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-util.el (wl-read-search-condition-internal): Fixed the last
882         change.
883
884 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-util.el (wl-read-search-condition-internal): Protect
887         elmo-global-flags from distraction.
888
889 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
892
893         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
894         (wl-summary-event-handler): Ditto.
895         (wl-summary-update-persistent-mark-on-event): New
896         function (renamed from `elmo-event-handler-flag-changed').
897         (wl-summary-buffer-attach): New function.
898         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
899         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
900         instead of `elmo-folder-add-handler'.
901
902         * Version number is increased to 2.13.2.
903
904 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
905
906         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
907         and "\177" to the `wl-news-previous-page'.
908         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
909         (wl-news-previous-page): New function.
910
911 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
914         instead of `write-region' and simplify.
915
916 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-template.el (wl-template-select): Cause error if
919         `wl-template-alist' is nil.
920
921 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
922
923         * wl-news.el.in: Set file variable `no-byte-compile'.
924
925 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
928         whether a target message is within displaying area.
929         (elmo-event-handler-cache-changed): Ditto.
930
931 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
932
933         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
934         to `defun'.  Use `nconc' instead of `append' to collect descendant
935         message numbers.
936
937 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
938
939         * wl-thread.el (wl-thread-save-top-list)
940         (wl-thread-save-entities): Use `with-temp-buffer'.
941         * wl-news.el.in (wl-news-previous-version-load):
942         (wl-news-previous-version-save): Ditto.
943         * wl-summary.el (wl-summary-load-file-object)
944         (wl-summary-save-view-cache): Ditto.
945
946 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-util.el (toplevel): Require 'elmo-flag'.
949         (wl-read-search-condition): New function (Renamed from
950         `elmo-read-search-condition').
951         (wl-read-search-condition-internal): Likewise.
952
953         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
954         invalid.
955         (wl-summary-pick): Use `wl-read-search-condition' instead of
956         `elmo-read-search-condition'.
957         (wl-summary-virtual): Ditto.
958
959         * wl-folder.el (wl-folder-virtual): Ditto.
960         (wl-folder-pick): Ditto.
961
962         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
963
964 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-summary.el (wl-summary-reedit): Call
967         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
968
969 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-mime.el (toplevel): Require wl-vars.
972
973         * wl-message.el (toplevel): Require cl at compile.
974
975         * wl-draft.el (toplevel): Require elmo.
976
977 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
978
979         * wl-message.el (wl-message-buffer-prefetch): Count is a number
980         and do nothing when it is not positive.
981         (wl-message-buffer-prefetch-next): Ditto.
982
983 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
986         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
987         (wl-summary-redisplay-internal): Ditto.
988
989         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
990         message (the condition is borrowed from `wl-check-variables-2').
991         (wl-summary-redisplay-internal): Ditto.
992
993 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-mime.el (wl-draft-nntp-attribute): New function.
996         (wl-draft-attribute-nntp-posting-server): Use it.
997         (wl-draft-attribute-nntp-posting-port): Ditto.
998
999         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1000         (wl-draft-show-attributes-buffer): Ditto.
1001         (wl-draft-hide-attributes-buffer): Ditto.
1002         (wl-draft-attribute-newsgroups): Ditto.
1003         (wl-draft-attribute-nntp-posting-server): Ditto.
1004         (wl-draft-attribute-nntp-posting-port): Ditto.
1005         (wl-draft-preview-message): Use there functions.
1006
1007         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1008         value.
1009
1010 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1013         (wl-draft-reedit): Ditto.
1014         (wl-draft-queue-flush): Ditto.
1015
1016         * wl-mime.el (wl-message-request-partial): Ditto.
1017         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1018         instead of `elmo-message-fetch'.
1019
1020         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1021
1022         * wl-summary.el (wl-summary-message-string): Ditto.
1023
1024 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-util.el (wl-current-message-buffer): Follow the API change.
1027
1028         * wl-summary.el (wl-summary-redisplay-internal): Call
1029         `wl-summary-mark-as-read' with 2nd argument as nil and update
1030         unread count instead of persistent mark.
1031
1032         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1033         variable.
1034         (wl-message-redisplay): Follow the API change.
1035         (wl-message-buffer-display): Managed mime-entity directly and
1036         return preview buffer only.
1037         (wl-message-display-internal): Rewrite.
1038         (wl-message-buffer-prefetch-subr): Not save return value of
1039         `wl-message-buffer-display'.
1040
1041         * Version number is increased to 2.13.1.
1042
1043 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1046         'elmo-multiple-fields-body-list' with boundary specified.
1047
1048 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1049
1050         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1051         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1052         cache if `wl-summary-resend-use-cache' is non-nil.
1053
1054 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1055
1056         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1057         (wl-nntp-posting-stream-type): Ditto.
1058
1059 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1060
1061         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1062
1063 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1064
1065         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1066         message.
1067
1068 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1071         Abolish.
1072         (wl-summary-buffer-persistent-mark-version): New internal
1073         variable.
1074         (wl-summary-update-mark-and-highlight-window): Check by
1075         wl-summary-persistent-mark-invalid-p.
1076         (wl-summary-update-status-marks): Ditto.
1077         (elmo-event-handler-flag-changed): Rewrite.
1078         (elmo-event-handler-cache-changed): Define.
1079         (wl-summary-prefetch-msg): Does not update persistent mark here.
1080         (wl-summary-delete-cache): Ditto.
1081         (wl-summary-resume-cache-status): Ditto.
1082         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1083         (wl-summary-persistent-mark-invalid-p): New function.
1084         (wl-summary-validate-persistent-mark): Ditto.
1085         (wl-summary-validate-persistent-mark-string): Ditto.
1086         (wl-summary-invalidate-persistent-mark): Ditto.
1087         (wl-summary-update-persistent-mark): Call
1088         `wl-summary-validate-persistent-mark'.
1089         (wl-summary-create-line): Call
1090         `wl-summary-validate-persistent-mark-string'.
1091
1092         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1093         status as t if cache used.
1094
1095 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1096
1097         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1098         only if the target is group.
1099         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1100
1101 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1104
1105 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1106
1107         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1108
1109         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1110
1111 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1112
1113         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1114         (Thanks to Yoichi NAKAYAMA).
1115
1116 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-util.el (wl-save-drafts): Restore echo area.
1119
1120 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1121
1122         * Version number is increased to 2.13.0.
1123
1124         * wl-util.el (wl-biff-check-folder-async): Use
1125         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1126
1127 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-message.el (wl-message-display-internal): Does not put
1130         wl-message-display-type property on message buffer.
1131         (wl-message-buffer-display-type): New function.
1132
1133         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1134
1135         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1136         `wl-summary-buffer-detach'.
1137         (wl-summary-message-display-type): Use
1138         `wl-summary-buffer-display-type'.
1139
1140 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1141
1142         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1143         buffer-local.
1144
1145         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1146         kill-buffer-hook instead of make-local-variable.
1147         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1148
1149 2004-12-12  Scott Renfro <scott@renfro.org>
1150
1151         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1152         regex for square-branket.
1153
1154 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1157         `wl-message-mime-analysis-p' with argument `header'.
1158
1159 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1160
1161         * wl-mime.el (wl-draft-yank-current-message-entity): 
1162         Switch to no-mime following method according to wl-message-display-type
1163         property.
1164         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1165
1166         * wl-message.el (wl-message-display-internal): 
1167         Put wl-message-display-type property on message buffer.
1168
1169         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1170         (wl-message-display-internal): Ditto;
1171
1172         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1173
1174 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1175
1176         * wl-message.el (wl-message-make-display-type): New function.
1177         (wl-message-display-type-property): Ditto.
1178         (wl-message-mime-analysys-p): Ditto.
1179         (wl-message-display-all-header-p): Ditto.
1180         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1181         added `display-type'.
1182         (wl-message-buffer-display): Likewise.
1183         (wl-message-display-internal): Likewise.
1184         (wl-message-buffer-display-type): Abolish.
1185         (wl-message-buffer-prefetch-subr): Follow the API changed.
1186
1187         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1188         from wl-summary-buffer-display-all-header and changed default value.
1189         (wl-summary-message-display-type): New function.
1190         (wl-summary-buffer-display-mime-mode): Ditto.
1191         (wl-summary-buffer-display-header-mode): Ditto.
1192         (wl-summary-toggle-mime): Rewrite with above functions.
1193         (wl-summary-toggle-all-header): Ditto.
1194         (wl-summary-redisplay): Force redisplay with default mode.
1195         (wl-summary-redisplay-internal): Renamed argument from `mode',
1196         `all-header' to `mime-mode', `header-mode'.
1197         Use `wl-message-make-display-type'.
1198
1199         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1200         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1201
1202 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1203
1204         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1205
1206 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1207
1208         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1209         in original message buffer.
1210         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1211         buffer.
1212
1213 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1214
1215         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1216
1217 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1218
1219         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1220
1221 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1222
1223         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1224         when actions succeeded.
1225         (wl-summary-exec-action-copy): Likewise.
1226
1227 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1230         there is switch-to-buffer at the end of wl-message-select-buffer.
1231         (wl-summary-reply): Ditto.
1232
1233 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1234
1235         * wl-summary.el (wl-summary-forward): Put subject in original
1236         message buffer as argument of wl-draft-forward.
1237         * wl-draft.el (wl-draft-forward): Decode subject as in
1238         wl-draft-reply.
1239
1240 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1241
1242         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1243         a folder under access group.
1244
1245 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1246
1247         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1248         wl-message-buffer-display.
1249
1250         * wl-util.el (wl-set-save-drafts): Fix typo.
1251
1252 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1253
1254         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1255         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1256         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1257         the way to measure the width of a bitmap image; don't put face on
1258         ascii and bitmap images; put the mark which should not use the
1259         variable-pitch face on ascii and bitmap images.
1260         (wl-demo-setup-properties): Don't use the variable-pitch face on
1261         ascii and bitmap images; made it work on Emacs 20 and earlier.
1262         (wl-demo-insert-text): End with a newline at the bottom; don't put
1263         face on text.
1264
1265         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1266
1267 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1270
1271         * wl-util.el (wl-save-drafts): Moved from sample setting.
1272         (wl-set-save-drafts): New function to set idle timer.
1273         * wl-draft.el (wl-draft): Call it.
1274         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1275
1276 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1279         a summary which has toggle display status off.
1280
1281 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-draft.el (wl-draft-do-fcc): No cache save.
1284
1285 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-summary.el (elmo-event-handler-flag-changed): Use
1288         `set-buffer' instead of `with-current-buffer'.
1289
1290 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-summary.el (wl-summary-after-resize-function): New function.
1293         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1294         window-size-change-functions.
1295
1296 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1297
1298         * wl-draft.el (wl-draft-create-buffer): Bind
1299         `change-major-mode-hook' after current buffer is changed.
1300
1301         * wl-summary.el (wl-summary-buffer-detach): New function.
1302         (wl-summary-buffer-set-folder): Call it.
1303         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1304         change-major-mode-hook and kill-buffer-hook.
1305         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1306         (wl-summary-switch-to-clone-buffer): Ditto.
1307         (wl-summary-goto-folder-subr): Ditto.
1308
1309 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1310
1311         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1312         after boundp check.
1313
1314 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1315
1316         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1317         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1318         for `kill-buffer'.
1319
1320         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1321         handler of current buffer from elmo-folder.
1322
1323 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1324
1325         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1326
1327 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1328
1329         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1330         variable.
1331         (wl-summary-event-handler): New class.
1332         (elmo-event-handler-flag-changed): Define to update persistent
1333         mark.
1334         (wl-summary-buffer-set-folder): Register event handler to
1335         elmo-folder.
1336         (wl-summary-exit): Unregister event handler.
1337         (wl-summary-goto-folder-subr): Ditto.
1338         (wl-summary-mark-as-read-all): Does not call
1339         `wl-summary-update-persistent-mark' directly.
1340         (wl-summary-mark-as-read-internal): Ditto.
1341         (wl-summary-set-persistent-mark-internal): Ditto.
1342         (wl-summary-set-flags-internal): Ditto.
1343
1344         * Version number is increased to 2.11.33.
1345
1346 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1347
1348         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1349         to nil.
1350
1351 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl-spam.el (wl-spam-setup): Add hook
1354         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1355         instead of `wl-summary-prepare-hook'.
1356
1357         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1358         if folder type is `'flag'.
1359         (wl-summary-mark-as-important): Ditto.
1360
1361 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1362
1363         * wl-address.el (wl-address-minibuffer-history): New variable.
1364         (wl-address-minibuffer-local-map): New keymap.
1365         (wl-address-read-from-minibuffer): New function.
1366
1367         * wl-action.el (wl-summary-get-resend-address): Use
1368         `wl-address-read-from-minibuffer' instead of `completing-read'.
1369
1370 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * Version number is increased to 2.11.32.
1373
1374 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1375
1376         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1377         without mule to iso-8859-1.
1378         (wl-draft-add-in-reply-to): Add note in description.
1379         (wl-draft-add-references): Ditto.
1380
1381 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1382
1383         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1384         definition for `m'.
1385         (wl-summary-mode-line-format): Add '[%m]'.
1386         (wl-message-mode-line-format-spec-alist): Ditto.
1387         (wl-summary-display-mime-mode-list): New variable.
1388
1389         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1390         from wl-summary-buffer-display-as-is.
1391         (wl-summary-buffer-display-all-header): New buffer local variable.
1392         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1393         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1394         instead of wl-summary-buffer-display-as-is.
1395         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1396         (wl-summary-set-persistent-mark): Ditto.
1397         (wl-summary-set-message-buffer-or-redisplay): Just call
1398         `wl-summary-redisplay-internal' without optional arguments.
1399         (wl-summary-toggle-mime): Rewrite.
1400         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1401         (wl-summary-toggle-all-header): New function.
1402         (wl-summary-redisplay-internal): Treat mime mode.
1403
1404         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1405         to wl-mime-preview-follow-no-mime.
1406         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1407         accodring to the display-mode.
1408
1409         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1410         (wl-message-buffer-display): Changed argument name from `as-is' to
1411         `mode'.
1412         (wl-message-display-internal): Ditto;
1413         Bind elmo-mime-display-header-analysis according to the mode.
1414         (wl-message-display-internal): Put wl-message-display-mime-mode
1415         property on entire buffer.
1416
1417 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1418
1419         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1420
1421 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1424         Don't extract mail address.
1425         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1426
1427         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1428
1429         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1430
1431 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1432
1433         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1434         wl-fldmgr-cut-entity-list on confirmation.
1435
1436 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1437
1438         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1439         (wl-mime-quit-preview): Check existence of
1440         mime-edit-temp-message-buffer here.
1441
1442 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1443
1444         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1445         after deletion.
1446
1447         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1448         before calling wl-mime-quit-preview.
1449
1450 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-summary.el (wl-summary-pick): If call it with prefix
1453         argument, set `delete-marks' as non-nil. Pick from only visible
1454         messages.
1455         (wl-summary-check-target-mark): New function.
1456         (wl-summary-target-mark-mark-as-read): Use it.
1457         (wl-summary-target-mark-mark-as-unread): Ditto.
1458         (wl-summary-target-mark-operation): Ditto.
1459         (wl-summary-target-mark-set-flags): Ditto.
1460         (wl-summary-target-mark-save): Ditto.
1461         (wl-summary-target-mark-pick): Ditto.
1462         (wl-summary-target-mark-forward): Ditto.
1463         (wl-summary-target-mark-reply-with-citation): Ditto.
1464         (wl-summary-target-mark-print): Ditto.
1465         (wl-summary-target-mark-uudecode): Ditto.
1466
1467         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1468         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1469         with `ask-coding' is non-nil.
1470
1471 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-thread.el (wl-thread-set-parent): If parent is a message
1474         which is identified by references, set linked as nil.
1475
1476 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1477
1478         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1479         (wl-message-mode-line-format-spec-alist): Ditto.
1480         (wl-message-mode-line-format): Ditto.
1481         (wl-summary-mode-line-format): Ditto for docstring.
1482         (wl-summary-no-mime-folder-list): Fix typo.
1483
1484         * wl-util.el (wl-current-message-buffer): Call
1485         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1486
1487         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1488         variable.
1489         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1490         of `wl-summary-redisplay-no-mime'.
1491         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1492         (wl-summary-toggle-mime): New function.
1493         (wl-summary-redisplay-all-header): Rewrite.
1494         (wl-summary-redisplay-no-mime): Ditto.
1495         (wl-summary-redisplay-internal): Added argument `as-is' and
1496         `all-header'.
1497
1498         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1499         New variable.
1500         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1501         bottom.
1502         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1503         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1504         "/" unconditionally.
1505
1506         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1507         wl-mime-preview-follow-no-mime for as-is content.
1508         (wl-mime-preview-follow-no-mime): New function.
1509         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1510
1511         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1512         and added `as-is', `all-header'.
1513         (wl-message-buffer-display): Ditto.
1514         (wl-message-buffer-display-type): New function.
1515
1516 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-vars.el (wl-message-header-button-alist): Change default
1519         value.
1520         (wl-message-body-button-alist): Ditto.
1521
1522 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1525
1526 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1529
1530 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1533         is always true.
1534
1535 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1538         on null entity.
1539
1540 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1541
1542         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1543
1544 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1545
1546         * wl-vars.el (wl-summary-resend-hook): New hook.
1547
1548         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1549         `wl-summary-resend-hook'.
1550
1551 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1554         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1555         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1556         (wl-summary-new-cached-mark): Changed default value to 'n'.
1557         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1558         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1559         (wl-folder-sync-range-alist): Remove spec for 'flag.
1560         (wl-summary-force-prefetch-folder-list): New user option.
1561
1562         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1563         `wl-summary-toggle-persistent-mark'.
1564         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1565         number is nil.
1566         (wl-summary-mark-as-answered-region): Set interactive argument of
1567         `wl-summary-set-persistent-mark-internal'.
1568         (wl-summary-mark-as-important-region): Ditto.
1569         (wl-summary-unset-persistent-mark): Ditto.
1570         (wl-summary-set-persistent-mark): Ditto.
1571         (wl-summary-mark-as-answered): Ditto.
1572         (wl-summary-mark-as-important): Ditto.
1573         (wl-summary-set-persistent-mark-internal): Do nothing
1574         when `elmo-message-flag-available-p' is nil.
1575         (wl-summary-toggle-persistent-mark): New function.
1576         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1577         when the folder matches `wl-summary-force-prefetch-folder-list'.
1578
1579
1580         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1581         when number is nil.
1582         (wl-highlight-summary-forwarded-face): New face.
1583
1584 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1585
1586         * Version number is increased to 2.11.31.
1587
1588 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1591         (wl-biff-check-folder-async): Ditto.
1592         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1593
1594 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1595
1596         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1597         Add an argument `reverse'.  All callers are updated.
1598         (wl-summary-sort): Add a prefix argument `reverse' to specify
1599         reverse sorting.
1600         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1601         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1602         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1603
1604 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-message.el (wl-message-redisplay): Does not narrow header if
1607         disply-type is all-header or as-is.
1608
1609         * wl-summary.el (wl-summary-enter-handler): Use
1610         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1611
1612 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1615         after adding wl-draft-parent-variables.
1616         (wl-draft-forward): Ditto.
1617
1618 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-summary.el (wl-summary-sync-marks): Call
1621         `wl-summary-set-persistent-mark' and
1622         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1623         (wl-summary-set-persistent-mark-internal): Add 4th argument
1624         `no-server'.
1625         (wl-summary-unset-persistent-mark): Ditto.
1626         (wl-summary-set-persistent-mark): Ditto.
1627         (wl-summary-add-flags-internal): Abolish.
1628         (wl-summary-remove-flags-internal): Ditto.
1629         (wl-summary-mark-as-important-internal): Ditto.
1630         (wl-summary-mark-as-important): Use
1631         `wl-summary-set-persistent-mark' instead of
1632         `wl-summary-add-flags-internal'.
1633         (wl-summary-mark-as-important-region): Ditto.
1634
1635         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1636
1637         * wl-summary.el (wl-summary-get-available-flags): New function.
1638         (wl-summary-sync-marks): Use it and simplified.
1639         (wl-summary-unset-persistent-mark): Use
1640         `wl-summary-get-available-flags'.
1641         (wl-summary-set-persistent-mark): Ditto.
1642
1643 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1646         id.
1647
1648 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1651         number, call `wl-summary-prev-line-content'. Show message when the
1652         message is not found.
1653
1654 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1655
1656         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1657         wl-summary-enter-handler.
1658         (wl-summary-enter-handler): New command.
1659
1660         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1661         docstring and custom spec.
1662
1663         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1664         flags too; Don't treat Cached and New.
1665         (wl-summary-set-persistent-mark): Ditto.
1666
1667         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1668         `wl-folder-set-flag'.
1669
1670         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1671         instead of `wl-folder-set-flag'.
1672
1673         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1674         for completion.
1675         (wl-summary-set-persistent-mark): Ditto.
1676
1677         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1678         instead of `wl-draft-quit-preview'.
1679
1680         * wl-mime.el (toplevel): Avoid compile warning.
1681         (wl-mime-quit-preview): New function
1682         (formarly defined as `wl-draft-quit-preview').
1683         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1684         quitting method.
1685
1686         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1687
1688         * wl-folder.el (wl-folder-set-flag): Renamed from
1689         `wl-draft-set-flag-on-parent'.
1690
1691         * wl-draft.el (wl-draft-quit-preview): New function.
1692         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1693         (wl-draft-send): Call `wl-folder-set-flag' instead of
1694         `wl-draft-set-flag-on-parent'.
1695         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1696
1697 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1700         (wl-draft-send): Ditto.
1701
1702 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1705         (wl-draft-kill-pre-hook): Set default value as nil.
1706         (wl-summary-reply-hook): Ditto.
1707         (wl-draft-kill-flags): Abolish.
1708
1709         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1710         (wl-draft-parent-variables): Renamed from
1711         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1712         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1713         argument; Add wl-draft-parent-variables to
1714         wl-draft-config-variables.
1715         (wl-draft-reply): Likewise.
1716         (wl-draft-kill-flags): Abolish.
1717         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1718         (wl-draft-set-flag-on-parent): New function.
1719         (wl-draft-setup-parent-flag): Ditto.
1720
1721 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1722
1723         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1724         `wl-draft-parent-folder' is "".
1725
1726 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1729         (wl-summary-digit-jump): New function.
1730         (Adviced by John Owens and Hiroya Murata)
1731
1732         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1733         (Adviced by John Owens)
1734
1735         * wl-xmas.el (wl-message-define-keymap): Ditto.
1736
1737         * wl-mule.el (wl-message-define-keymap): Ditto.
1738
1739 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1740
1741         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1742         change of return value of elmo-folder-count-flags.
1743
1744         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1745         (wl-summary-mark-as-read-internal): Ditto.
1746         (wl-summary-set-persistent-mark-internal): Ditto.
1747         (wl-summary-folder-info-update): Ditto.
1748         (wl-summary-sync-update): Fixed the last change.
1749
1750         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1751
1752 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1753
1754         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1755         (wl-draft-kill-flags): Fixed docstring.
1756
1757         * wl-draft.el (wl-draft-kill-flags): New function.
1758         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1759
1760 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * wl-vars.el (wl-reply-hook): Abolish.
1763         (wl-draft-reply-hook): New hook.
1764         (wl-summary-reply-hook): Ditto.
1765         (wl-draft-forward-hook): Ditto.
1766         (wl-summary-forward-hook): Ditto.
1767         (wl-draft-kill-flags): New variable.
1768
1769         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1770         wl-summary-set-persistent-mark-internal.
1771         (wl-summary-sync-marks): Use elmo-preserved-flags.
1772         (wl-summary-update-persistent-mark): Make it interactive.
1773         (wl-summary-set-persistent-mark-internal): New inline function.
1774         (wl-summary-mark-as-answered): Use it.
1775         (wl-summary-mark-as-unanswered): Ditto.
1776         (wl-summary-unset-persistent-mark): New function.
1777         (wl-summary-set-persistent-mark): Ditto.
1778         (wl-summary-reply): Don't set answered flag;
1779         Run wl-summary-reply-hook instead.
1780         (wl-summary-forward): Call wl-draft-forward with number.
1781         Run wl-summary-forward-hook.
1782
1783         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1784         (wl-highlight-summary-line-face-spec): Use it as a default
1785         persistent mark face.
1786
1787         * wl-draft.el (wl-draft-forward): Added optional argument number;
1788         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1789         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1790         (wl-draft-kill): Use wl-draft-kill-flags.
1791
1792         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1793
1794         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1795         of return value of elmo-folder-count-flags.
1796
1797         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1798
1799         * wl-summary.el (wl-summary-count-unread): Ditto.
1800         (wl-summary-sync-update): Follow the change above.
1801         (wl-summary-force-prefetch): New function.
1802
1803 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1804
1805         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1806         variable `buf' with `let' instead of `setq'.
1807
1808 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1811         add Content-Disposition heaeder on the deleted part.
1812
1813 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1814
1815         * wl-draft.el (wl-draft-save): Encode address list under edit by
1816         `eword-encode-unstructured-field-body'.
1817
1818         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1819
1820 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1821
1822         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1823         wl-current-summary-buffer.
1824
1825 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1826
1827         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1828         `numbers' is ignored.
1829
1830 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1831
1832         * wl-folder.el (wl-folder-open-folder): Avoid error.
1833         Reported by John Owens, [wl-en:815]
1834
1835         * wl.el (wl): Set timer for biff process even if prefix argument
1836         is given or auto-checking is quitted.
1837
1838         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1839         immediately.
1840         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1841         (wl-toggle-plugged): Ditto.
1842
1843         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1844         * wl-util.el (wl-biff-start): Use idle timer if
1845         `wl-biff-use-idle-timer' is non-nil.
1846
1847 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1848
1849         * wl-highlight.el (wl-highlight-message): Fix description.
1850
1851 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1852
1853         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1854         tty.
1855
1856 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1857
1858         * wl-action.el (wl-summary-exec): Print failure count.
1859
1860 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1861
1862         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1863         to `defun', remove interactive form.
1864         Set elmo-message-fetch-confirm when force-reload is non-nil.
1865
1866 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1867
1868         * wl-summary.el (toplevel): Removed unnecessary autoload.
1869
1870 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1871
1872         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1873         the buffer is generated from another message buffer.
1874
1875 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1876
1877         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1878         extracted from `wl-fldmgr-save-folders'.
1879         (wl-fldmgr-delete): Call it after deletion.
1880
1881 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1882
1883         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1884         multi-tty support.
1885
1886 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1887
1888         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1889
1890 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1891
1892         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1893         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1894
1895 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1896
1897         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1898         unsubscribe list only if argument CLEAR is nil.
1899
1900 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1901
1902         * wl-draft.el (wl-draft-reply): Decode subject before removing
1903         Re: prefix.
1904
1905 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1906
1907         * wl-summary.el (wl-summary-sort-by-size): New command.
1908
1909 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1910
1911         * wl-summary.el (wl-summary-number-list-from-region): New
1912         function.
1913         (wl-summary-mark-as-read-region): Use it.
1914         (wl-summary-mark-as-unread-region): Ditto.
1915         (wl-summary-set-flags-region): Ditto and add optional argument
1916         remove.
1917         (wl-summary-mark-as-answered-region): Ditto.
1918         (wl-summary-mark-as-important-region): Ditto.
1919         (wl-summary-target-mark-mark-as-important): Added optional
1920         argument remove.
1921         (wl-summary-target-mark-mark-as-answered): Ditto.
1922         (wl-summary-target-mark-set-flags): Ditto.
1923
1924 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1925
1926         * wl-summary.el (wl-summary-set-flags-region): Call
1927         `wl-summary-set-flags-internal' with number list instead of call
1928         one by each message.
1929         (wl-summary-target-mark-set-flags): Likewise.
1930
1931 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1932
1933         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1934         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1935         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1936         (wl-summary-target-mark-mark-as-answered): Likewise.
1937
1938 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1939
1940         * wl-summary.el (wl-summary-target-mark-forward): Use
1941         `wl-summary-delete-all-target-marks' instead of
1942         `wl-summary-delete-all-temp-marks'.
1943         (wl-summary-target-mark-reply-with-citation): Ditto.
1944         (wl-summary-target-mark-uudecode): Ditto.
1945         (wl-summary-target-mark-set-flags): Ditto and remove needless
1946         cursor move.
1947
1948 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1949
1950         * wl-summary.el (wl-summary-target-mark-forward): Protect
1951         wl-summary-buffer-target-mark-list from nreverse.
1952         (wl-summary-target-mark-reply-with-citation): Ditto.
1953
1954 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1955
1956         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1957         `elmo-display-progress-threshold'.
1958
1959 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1960
1961         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1962         check `wl-summary-highlight'.
1963         (wl-summary-window-scroll-functions): Respect value of
1964         `wl-summary-highlight'.
1965         (wl-summary-sync-update): Run hooks
1966         `wl-summary-buffer-window-scroll-functions' at any time.
1967
1968 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1969
1970         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1971         from `wl-summary-cleanup-temp-marks'.
1972         (wl-summary-cleanup-temp-marks): Abolish argument.
1973         * wl.el (wl-save-status): Revert previous change.
1974         (wl-execute-temp-marks): New function, call
1975         `wl-summary-exec-with-confirmation'.
1976         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1977         (wl-folder-save-and-exec-marks): Abolished.
1978
1979 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-e21.el (wl-e21-display-image-p): Respect
1982         `wl-highlight-folder-with-icon'.
1983         (wl-e21-highlight-folder-group-line): Highlight mouse line
1984         even if wl-e21-display-image-p is nil.
1985
1986         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1987         Respect value of `wl-summary-highlight'.
1988
1989         * wl.el (wl-save-status): Remove unused variable.
1990
1991         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
1992         (wl-folder-mode-map): Bind it to "x".
1993
1994 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1995
1996         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
1997
1998         * wl-thread.el (wl-thread-get-parent-list): Don't check
1999         disconnected ancestors, neglecting needless work in
2000         `wl-thread-update-indent-string-thread'.
2001
2002         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2003         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2004         argument, add argument default-keep to keep marks by default.
2005
2006         * Version number is increased to 2.11.30.
2007
2008         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2009         customization type and docstring.
2010         (wl-draft-reply-without-argument-list): Ditto.
2011
2012 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2015
2016         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2017
2018 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2021
2022 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2025         save-excursion so as not to include run-hooks.
2026
2027 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2030         Clarify that marks are going to be cleared.
2031
2032 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2035         according to 3rd element of wl-summary-flag-mark.
2036
2037         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2038
2039 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-action.el (wl-summary-target-mark-all): Don't set
2042         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2043
2044 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2045
2046         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2047         (wl-forward-subject-prefix): Ditto.
2048         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2049         (wl-draft-reply-make-subject): Ditto.
2050
2051         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2052         `wl-draft-forward'.
2053         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2054
2055 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2056
2057         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2058         target message does not exist.
2059
2060 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2061
2062         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2063         `wl-subject-prefix-regexp'.
2064         (wl-subject-forward-prefix-regexp): New variable.
2065         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2066         `wl-draft-strip-subject-re' and take regexp as argument.
2067         (wl-draft-forward): Use it.
2068         (wl-draft-reply): Ditto.
2069
2070 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2071
2072         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2073         emacs multi-tty support.
2074
2075 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2076
2077         * wl-e21.el (wl-e21-display-image-p): Don't call
2078         `display-images-p'.
2079         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2080         support.
2081         (wl-highlight-folder-current-line): Ditto.
2082         (wl-folder-init-icons): Ditto.
2083
2084 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2087         the last line of summary in unplugged mode.
2088
2089 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2090
2091         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2092
2093 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2096         * wl-address.el (wl-address-user-mail-address-p): Use it.
2097         (wl-address-delete-user-mail-addresses): Ditto.
2098         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2099
2100         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2101         (wl-address-delete-user-mail-addresses): Ditto.
2102
2103         * wl-address.el (wl-address-delete-user-mail-addresses): New
2104         function.
2105         * wl-refile.el (wl-refile-guess-by-history): Use it.
2106         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2107         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2108
2109         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2110         use wl-address-user-mail-address-p.
2111
2112 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2113
2114         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2115         after opening group.
2116
2117 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2118
2119         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2120         of elmo-set-buffer-multibyte.
2121
2122         * wl-message.el (wl-original-message-mode): Ditto.
2123
2124         * wl-score.el (wl-score-insert-header): Ditto.
2125
2126         * wl-summary.el
2127         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2128         (wl-summary-goto-folder-subr): Ditto.
2129         (wl-summary-insert-headers): Ditto.
2130
2131         * wl-util.el (wl-set-string-width): Ditto.
2132
2133         * Version number is increased to 2.11.29.
2134
2135 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2136
2137         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2138         (wl-highlight-summary-line-help-echo-alist): New variable.
2139         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2140         into `wl-highlight-summary-line-help-echo' and
2141         `wl-highlight-flag-folder-help-echo'.
2142         (wl-highlight-summary-line-string): Change accordingly.
2143         (wl-highlight-summary-current-line): Ditto.
2144
2145 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2148         at the beginning of field body (Thanks to Markus Knittig).
2149
2150         * wl-draft.el (wl-draft-insert-current-message): Also check
2151         summary buffer, remove unnecessary tag.
2152
2153 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2156         when wl-message-buffer is nil.
2157
2158         * wl-folder.el (wl-folder): Abolish unused argument.
2159         Call wl-folder-init when wl-folder-entity is nil.
2160         * wl.el (wl): Change accordingly.
2161
2162 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2165         multibyte string before insert into draft buffer.
2166         (wl-draft-create-buffer): Always enable multibyte characters for
2167         draft buffer.
2168
2169         * Version number is increased to 2.11.28.
2170
2171 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2172
2173         * wl-folder.el (wl-folder-open-close): Handle blank line.
2174         (wl-folder-jump-to-current-entity): Ditto.
2175
2176 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * Version number is increased to 2.11.27.
2179
2180 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2181
2182         * wl-thread.el (wl-thread-insert-message): When the thread is
2183         devided by wl-summary-max-thread-depth, insert line at the end of
2184         buffer.
2185
2186 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * Version number is increased to 2.11.26.
2189
2190 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2191
2192         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2193
2194 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2195
2196         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2197         value of stream-type and session.
2198
2199 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2200
2201         * Version number is increased to 2.11.25.
2202
2203 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2204
2205         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2206         in a quit message.
2207
2208 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2209
2210         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2211         (wl-summary-redisplay-no-mime-internal): Ditto.
2212
2213 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2214
2215         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2216         * wl-vars.el (wl-smtp-connection-type): Ditto.
2217
2218 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2219
2220         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2221         for the separator line and quote mail-header-separator.
2222
2223 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2224
2225         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2226         result message.
2227
2228         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2229         `elmo-multiple-fields-body-list' with boundary as
2230         mail-header-separator.
2231
2232 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2233
2234         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2235
2236 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-util.el (wl-list-diff): Remove unused function.
2239
2240         * wl-draft.el (wl-draft-send-confirm): Discard input before
2241         confirmation.
2242
2243 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2244
2245         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2246         order of flag and new.
2247
2248 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-vars.el (wl-refile-policy-alist): Abolished.
2251
2252         * wl-action.el (wl-summary-set-action-refile): Follow the change
2253         above.
2254
2255 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2256
2257         * wl-highlight.el (wl-highlight-signature-search): Don't use
2258         re-search-backward for a long word since it is possible to crash
2259         XEmacs because of a bug.
2260
2261 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2262
2263         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2264
2265 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2266
2267         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2268         argument for wl-summary-sync-force-update.
2269
2270 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2271
2272         * wl-summary.el (wl-summary-mode-map): Revival of
2273         wl-summary-mark-as-important related bindings;
2274         Bind 'F','tF','mF','rF','m&'.
2275         (wl-summary-mark-as-important-region): Revival.
2276         (wl-summary-target-mark-mark-as-important): Ditto.
2277         (wl-summary-target-mark-operation): New function.
2278         (wl-summary-target-mark-mark-as-answered): Use it.
2279         (wl-summary-decide-flag): Don't set Important as default.
2280         (wl-summary-mark-as-important-internal): Revival.
2281         (wl-summary-mark-as-important): Ditto.
2282
2283         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2284
2285         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2286         instead of facep.
2287
2288 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2289
2290         * wl-dnd.el (wl-dnd-drop-func): Fix.
2291
2292         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2293         mouse-set-point instead of posn-point.
2294
2295         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2296
2297         * wl-mule.el (wl-completing-read-multiple): Ditto.
2298
2299 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2300
2301         * wl-demo.el (face-background-name): Defalias to avoid compile
2302         warning.
2303
2304 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2305
2306         * wl-summary.el (wl-summary-decide-flag): Use
2307         wl-completing-read-multiple instead of completing-read-multiple.
2308
2309         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2310         New alias.
2311
2312         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2313         Use face-background-name instead of face-background.
2314
2315         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2316
2317         * wl-summary.el (wl-summary-save): Use it.
2318         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2319
2320         * wl-mime.el (wl-mime-save-content): Fix last change.
2321
2322 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2323
2324         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2325         New function.
2326         (wl-summary-sort-specs): Added sort.
2327         * wl-mime.el (wl-mime-save-content): Expand file name.
2328
2329 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2330
2331         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2332
2333         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2334
2335 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2338         for flag if it is not defined.
2339
2340 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2341
2342         * wl-e21.el (wl-highlight-folder-current-line): Use
2343         elmo-folder-type-internal when elmo-folder-type returns nil.
2344
2345         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2346
2347         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2348
2349         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2350
2351         * wl-e21.el (wl-summary-toolbar): Ditto.
2352
2353         * wl-vars.el (wl-demo-background-color): Abolished.
2354         (wl-summary-persistent-mark-priority-list): Renamed from
2355         wl-summary-flag-priority-list.
2356         (wl-summary-flag-alist): New user option.
2357         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2358         (wl-message-mode-line-format-spec-alist): Added 'F'.
2359         (wl-message-mode-line-format): Likewise.
2360         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2361         instead of wl-summary-important-mark.
2362         (wl-file-folder-icon): New variable.
2363
2364         * wl-thread.el (wl-thread-set-flags): Renamed from
2365         wl-thread-mark-as-important.
2366
2367         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2368         warning.
2369         (wl-summary-mode-menu-spec): Follow the change of 
2370         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2371         (wl-summary-mode-map): Follow the change of
2372         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2373         (wl-summary-detect-mark-position): Follow the variable name change.
2374         (wl-summary-set-flags-region): New function for the replacement of
2375         wl-summary-mark-as-important-region.
2376         (wl-summary-sync-marks): Sync all global-flags.
2377         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2378         instead of elmo-message-flagged-p.
2379         (wl-summary-persistent-mark-string): Follow the variable name change;
2380         Put wl-summary-flag-mark if the message has global-flag.
2381         (wl-summary-target-mark-set-flags): Renamed from 
2382         wl-summary-target-mark-mark-as-important.
2383         (wl-summary-decide-flag): New function.
2384         (wl-summary-set-flags-internal): Renamed from
2385         wl-summary-mark-as-important-internal.
2386         (wl-summary-add-flags-internal): New function.
2387         (wl-summary-remove-flags-internal): Ditto.
2388         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2389         (wl-summary-mark-as-unimportant): Abolish.
2390         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2391         (wl-summary-next-message): List flagged messages in the msgdb.
2392
2393         * wl-score.el (wl-summary-score-update-all-lines): Use
2394         wl-summary-add-flags-internal instead of 
2395
2396         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2397
2398         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2399         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2400         (wl-message-buffer-require-all-header): Renamed from
2401         wl-message-buffer-all-header-flag (Ditto).
2402         (wl-message-buffer-flag-indicator): New variable.
2403         (wl-message-redisplay): Changed local varibale name from `flag' to
2404         `display-type'; Set up wl-message-buffer-flag-indicator.
2405         (wl-message-buffer-display): Changed varibale name from `flag' to
2406         `display-type'.
2407         (wl-message-display-internal): Likewise.
2408
2409         * wl-highlight.el (wl-highlight-demo-face): Define default background
2410         color.
2411         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2412
2413         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2414
2415         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2416         (wl-demo-setup-properties): Renamed from
2417         `wl-demo-set-background-color'.
2418         (wl-demo): Follow the change above.
2419         
2420         * Version number is increased to 2.11.24.
2421
2422 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2423
2424         * wl-summary.el (wl-summary-toggle-thread): Call
2425         `wl-summary-rescan' with disable-thread as non-nil.
2426         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2427
2428 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2431         foreground property of the face.
2432         (wl-demo-insert-text): Don't set up face property here.
2433         (wl-demo): Call wl-demo-set-background-color, anyway.
2434
2435 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2436
2437         * wl-vars.el (wl-demo-background-color): The value can be nil.
2438
2439 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2442         to wl-summary-wheel-dispatcher.
2443
2444         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2445         wl-message-wheel-dispatcher.
2446         (wl-message-wheel-dispatcher): New function.
2447         (wl-summary-wheel-dispatcher): Ditto.
2448
2449 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2450
2451         * wl-action.el (wl-summary-target-mark-all): List messages which are
2452         not in the killed-list.
2453
2454         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2455         only when the folder is 'flag/important.
2456
2457         * wl-address.el (wl-complete-field-body): Complete if the last
2458         character is a space.
2459
2460 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2461
2462         * wl-folder.el (wl-folder-clear-entity-info): Use
2463         elmo-clear-hash-val.
2464
2465         * wl-fldmgr.el (wl-fldmgr-rename): Set
2466         wl-folder-info-alist-modified as t.
2467
2468 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2469
2470         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2471
2472 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2473
2474         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2475         (wl-folder-buffer-last-visited-entity-id): New buffer local
2476         variable.
2477         (wl-folder-revisit-last-visited-folder): New function.
2478         (wl-folder-mode-map): Bind it to "C-i".
2479         (wl-folder-set-current-entity-id): Set last visited folder.
2480         * wl-summary.el (wl-summary-exit): Ditto.
2481
2482 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2485         before calling `recenter' in order to cope with an XEmacs bug.
2486
2487 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2488
2489         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2490         to the default value.
2491
2492 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2495         change.
2496         (wl-summary-sync-marks): Ditto.
2497         (wl-summary-mark-as-read-internal): Ditto.
2498         (wl-summary-mark-as-answered-internal): Ditto.
2499         (wl-summary-mark-as-important-internal): Ditto.
2500         (wl-summary-reply): Ditto.
2501
2502         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2503         instead of `elmo-folder-unflag-answered'.
2504
2505         * Version number is increased to 2.11.23.
2506
2507         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2508         the last change.
2509
2510 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2511
2512         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2513         Specify "spam" or "good".
2514
2515 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2516
2517         * wl-spam.el (wl-summary-exec-action-spam): Call
2518         wl-folder-confirm-existence for spam folder.
2519         (wl-spam-setup): Bind "mk".
2520
2521 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2524
2525 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2526
2527         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2528         destination folder is empty.
2529
2530 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2531
2532         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2533         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2534
2535         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2536         (wl-summary-refile-prev-destination-region): New function.
2537         (wl-thread-refile-prev-destination): Ditto.
2538         (wl-summary-target-mark-refile-prev-destination): Ditto.
2539
2540 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2541
2542         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2543         (wl-demo-background-color): Changed default value.
2544
2545         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2546         color.
2547
2548         * wl-demo.el (wl-demo-set-background-color): New function.
2549         (wl-demo): Call it.
2550
2551 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2552
2553         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2554         * wl-address.el (wl-address-add-or-change): Don't add empty
2555         address.
2556
2557 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2558
2559         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2560
2561 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2562
2563         * wl-vars.el (wl-demo-image-filter-alist): New variable
2564         (wl-demo-background-color): Ditto.
2565
2566         * wl-demo.el (wl-demo-xpm-set-background): New function.
2567         (wl-demo-image-filter): Ditto.
2568         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2569
2570         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2571
2572         * wl-demo.el (wl-demo-icon-name): Define as function.
2573         (wl-demo-insert-image): Use it.
2574
2575 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2576
2577         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2578
2579 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2580
2581         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2582
2583 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2586
2587 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2588
2589         * wl-thread.el (wl-thread-mark-as-answered): New function.
2590
2591         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2592         answered" entry.
2593         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2594         "r&" and wl-thread-mark-as-answered to "t&".
2595         (wl-summary-mark-as-important-region): Refine to toggle mark.
2596         (wl-summary-mark-as-answered-region): New function.
2597         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2598         and 3rd argument.
2599         (wl-summary-mark-as-important-internal): Likewise.
2600
2601 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2602
2603         * wl-template.el (wl-template-preview): New internal variable.
2604         (wl-template-preview-p): New function.
2605         (wl-template-show): Bind `wl-template-preview' as t.
2606
2607 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2610         `elmo-message-entity-field' with 3rd argument which is non-nil.
2611
2612 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2613
2614         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2615         Removed duplicate local bind `folder'.
2616
2617 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2620
2621 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2622
2623         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2624         duplicate definition.
2625
2626 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2629         non-nil, use it; Don't fetch message if there's no message in the
2630         current cursor position.
2631
2632 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2633
2634         * wl-util.el (wl-region-exists-p): Use region-active-p.
2635         (wl-deactivate-region): New function.
2636         * wl-message.el (wl-message-redisplay): Deactivate region.
2637
2638         * wl-summary.el (wl-summary-reply): Call
2639         `wl-summary-set-message-buffer-or-redisplay' instead of
2640         `wl-summary-redisplay-internal', don't move point.
2641
2642 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2643
2644         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2645         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2646         by regexp.
2647
2648 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2649
2650         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2651         if no need.
2652
2653 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2654
2655         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2656         default value to nil.
2657         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2658         `wl-summary-prepare-hook'; Replace refile action to
2659         `wl-summary-exec-action-refile-with-register'.
2660
2661         * Version number is increased to 2.11.22.
2662
2663 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-summary.el (wl-summary-detect-mark-position): Set
2666         `wl-summary-buffer-weekday-name-lang'.
2667
2668 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2669
2670         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2671         (wl-summary-mark-as-read-all): Ditto.
2672         (wl-summary-delete-messages-on-buffer): Ditto.
2673         (wl-summary-sync-update): Ditto.
2674         (wl-summary-mark-as-read-internal): Ditto.
2675         (wl-summary-mark-as-answered-internal): Ditto.
2676         (wl-summary-update-folder-info): Abolished.
2677
2678 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-summary.el (wl-summary-mark-as-read-all): Use
2681         `wl-summary-update-folder-info' instead of
2682         `wl-folder-update-unread'.
2683
2684 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2685
2686         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2687         `wl-summary-folder-info-update'.
2688         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2689         instead of `wl-summary-folder-info-update'.
2690         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2691         `wl-folder-set-folder-updated'.
2692         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2693         instead of `wl-folder-update-unread'.
2694         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2695         the value of `wl-summary-buffer-unread-count' for the second parameter of
2696         `wl-folder-update-unread'.
2697
2698         * Version number is increased to 2.11.21.
2699
2700 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2701
2702         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2703         a local variable.
2704
2705 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2708         interactively.
2709
2710         * wl-summary.el (wl-summary-mark-as-important-internal): New
2711         internal function.
2712         (wl-summary-mark-as-important): Use it.
2713         (wl-summary-mark-as-unimportant): New function.
2714         (wl-summary-sync-marks): Follow the API change.
2715
2716         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2717
2718         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2719
2720 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2721
2722         * wl-folder.el (wl-folder-update-unread): Re-indent.
2723         Narrow the scope of a local variable.
2724
2725 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2728         (wl-addrmgr-merge-entries): Ditto.
2729         (wl-addrmgr): Added to address entry which exists in draft buffer
2730         if no entry is in original.
2731
2732 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-batch.el: New file.
2735
2736 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2737
2738         * wl-vars.el (wl-use-semi): Remove unused variable.
2739
2740 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2743         "?".
2744
2745 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2746
2747         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2748         wl-summary-new-mark.
2749         (wl-summary-new-cached-mark): New user option.
2750         (wl-summary-score-marks): Follow the change above.
2751         (wl-summary-auto-refile-skip-marks): Ditto.
2752         (wl-summary-incorporate-marks): Ditto.
2753         (wl-summary-expire-reserve-marks): Ditto.
2754
2755         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2756
2757         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2758         (wl-summary-persistent-mark-string): Distinguished between cached
2759         and uncached mark when the message is new.
2760
2761 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-spam.el (wl-spam-domain): Renamed from
2764         `wl-spam-folder-guess-domain'.
2765         (wl-summary-exec-action-spam): Register as spam if domain of the
2766         source folder is good.
2767         (wl-summary-exec-action-refile-with-register): Register message if
2768         domain of the source folder is not undecided.
2769
2770 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2771
2772         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2773         detect thread loop.
2774
2775 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2778         and wl-summary-skip-mark-list.
2779
2780 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2783
2784         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2785
2786         * wl-spam.el (toplevel): Require wl-highlight.
2787         (wl-spam-auto-check-policy-alist): Abolish.
2788         (wl-spam-auto-check-folder-regexp-list): New user option.
2789         (wl-spam-auto-check-marks): Ditto.
2790         (wl-spam-mark-action-list): Ditto.
2791         (wl-highlight-summary-spam-face): New face.
2792         (wl-spam-auto-check-message-p): New function.
2793         (wl-spam-map-spam-messages): Fixed message.
2794         (wl-spam-register-spam-messages): Ditto.
2795         (wl-spam-register-good-messages): Ditto.
2796         (wl-summary-spam-map): Add and remove keybind.
2797         (wl-summary-target-mark-spam): Abolish.
2798         (wl-summary-refile-spam): Ditto.
2799         (wl-summary-test-spam): New function.
2800         (wl-summary-mark-spam): Ditto.
2801         (wl-summary-auto-check-spam): Follow the above change.
2802         (wl-summary-exec-action-spam): New function.
2803         (wl-summary-exec-action-refile-with-register): Fixed message.
2804         (wl-message-check-spam): New function.
2805         (wl-spam-setup): Ditto.
2806         (toplevel): Call it if this file is loaded interactivity.
2807
2808         * Version number is increased to 2.11.20.
2809
2810 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2813         when new optional argument `force' is non nil or modified.
2814
2815 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2816
2817         * wl.el (toplevel): Require wl-spam when compile.
2818         (wl-save-status): Call wl-spam-save-status.
2819
2820         * wl-spam.el (wl-spam-register-spam-messages): New function.
2821         (wl-spam-register-good-messages): Ditto.
2822         (wl-spam-save-status): Ditto.
2823         (wl-summary-mode-map): Bind
2824         wl-summary-target-mark-register-as-spam to "ms" and
2825         wl-summary-target-mark-register-as-good to "mn".
2826         (wl-summary-register-as-spam): Abolish optional argument; Use
2827         wl-spam-register-spam-messages.
2828         (wl-summary-register-as-spam-all): Use
2829         wl-spam-register-spam-messages.
2830         (wl-summary-register-as-good): Abolish optional argument; Use
2831         wl-spam-register-good-messages.
2832         (wl-summary-register-as-good-all): Use
2833         wl-spam-register-good-messages.
2834         (wl-summary-target-mark-register-as-spam): New funtion.
2835         (wl-summary-target-mark-register-as-good): Ditto.
2836
2837 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * wl-spam.el: New file.
2840
2841 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2844
2845         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2846         (wl-summary-auto-refile): Call wl-refile-guess with
2847         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2848
2849 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2852         with disable-thread argument non-nil.
2853
2854 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2855
2856         * wl-summary.el (wl-summary-rescan): Added optional argument
2857         disable-thread.
2858         (wl-summary-sync): Call wl-summary-rescan with argument
2859         disable-thread.
2860         (wl-summary-input-range): Added new range `rescan-thread'.
2861
2862 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2863
2864         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2865
2866 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2869         internal variable.
2870         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2871         wl-summary-search-parent-by-subject-regexp and
2872         wl-summary-divide-thread-when-subject-changed as nil.
2873         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2874         (wl-summary-insert-thread): Search parent entity from
2875         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2876         thread loop.
2877
2878 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2879
2880         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2881
2882         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2883
2884         * wl-util.el (wl-require-update-all-folder-p): New function.
2885         (wl-get-assoc-list-value): Added `function' to match directive.
2886         (wl-collect-draft): Rewrite.
2887
2888         * wl-summary.el (wl-summary-sync-update): Clear faces
2889         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2890         are non-nil.
2891         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2892         argument as function.
2893         (wl-summary-input-range): Ditto.
2894
2895         * wl-folder.el (wl-draft-get-folder): New function.
2896         (wl-folder-get-elmo-folder): Consider draft folder.
2897
2898         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2899         (wl-draft-buffer-message-number): New buffer local variable.
2900         (wl-draft-folder-internal): New internal variable.
2901         (wl-draft-delete): Rewrite.
2902         (wl-draft-save): Ditto.
2903         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2904         wl-folder-get-elmo-folder.
2905         (wl-draft-config-info-operation): Ditto.
2906         (wl-jump-to-draft-folder): Ditto.
2907         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2908         (wl-draft-reedit): Rewrite.
2909
2910         * Version number is increased to 2.11.19.
2911         
2912 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2913
2914         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2915         variable.
2916
2917 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2918
2919         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2920         Use ignore-errors instead of unwind-protect.
2921
2922 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2923
2924         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2925         for updating `wl-thread-entity-list'.
2926
2927 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2928
2929         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2930         parameter from calling `wl-thread-entity-get-older-brothers' and
2931         `wl-thread-entity-get-younger-brothers'.
2932         Replace nested `append' with a single one.
2933
2934 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-summary.el (wl-summary-mode): Don't use the return value of
2937         `make-local-hook'.
2938
2939 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2940
2941         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2942         instead of `let*'.
2943         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2944         of local variables.
2945
2946 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2949         Renamed from wl-summary-window-scroll-functions.
2950         (wl-summary-window-scroll-functions): Don't set to variable.
2951         (wl-summary-display-top): Use run-hooks.
2952         (wl-summary-display-bottom): Ditto.
2953         (wl-summary-toggle-disp-msg): Ditto.
2954         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2955         Use it instead of wl-summary-window-scroll-functions.
2956         (wl-summary-goto-folder-subr): Don't call
2957         wl-summary-window-scroll-functions, use
2958         wl-summary-buffer-window-scroll-functions instead.
2959
2960 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2961
2962         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2963         make-local-variable.
2964
2965 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2966
2967         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2968         set-buffer-modified-p.
2969         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2970         (wl-summary-display-bottom): Ditto.
2971         (wl-summary-toggle-disp-msg): Ditto.
2972
2973 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2976
2977         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2978         (wl-summary-forward): Use elmo-message-entity-field instead of
2979         elmo-message-field.
2980
2981         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2982
2983 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2984
2985         * wl-summary.el (wl-summary-window-scroll-functions): No use
2986         `append'.
2987
2988 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2989
2990         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2991         function.
2992         (wl-summary-window-scroll-functions): Call it when both
2993         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
2994         (wl-summary-temp-mark): Added optional argument number.
2995         (wl-summary-message-mark): Added optional argument flag.
2996         (wl-summary-persistent-mark): Added optional argument number and flag.
2997         (wl-summary-update-persistent-mark): Ditto.
2998         (wl-summary-update-status-marks): Set "r" for interactive spec.
2999
3000         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3001         argument number and flag.
3002
3003         * wl-action.el (wl-summary-registered-temp-mark): 
3004         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3005
3006 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3009         internal variable (buffer local).
3010         (wl-summary-window-scroll-functions): New function.
3011         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3012         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3013         as nil.
3014         (wl-summary-update-status-marks): Added arguments beg, end and
3015         check.
3016         (wl-summary-update-mark-window): Use function.
3017         (wl-summary-sync-update): Follow the change above.
3018         (wl-summary-switch-to-clone-buffer): Copy
3019         wl-summary-buffer-unsync-mark-number-list.
3020         (wl-summary-goto-folder-subr): Set
3021         wl-summary-buffer-unsync-mark-number-list and
3022         use wl-summary-window-scroll-functions instead of
3023         wl-summary-lazy-highlight.
3024
3025         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3026
3027 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3028
3029         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3030
3031         * wl-summary.el (wl-summary-update-persistent-mark): Call
3032         wl-summary-set-message-modified.
3033
3034         * wl-summary.el (wl-summary-sync-update): Don't call
3035         wl-summary-update-status-marks.
3036
3037         * Version number is increased to 2.11.18.
3038
3039 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3040
3041         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3042         (wl-message-next-page): Ditto.
3043
3044 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3045
3046         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3047         local variable.  Change the order of a collected list into the
3048         same as the specified range.  Remove nil from a collected list.
3049
3050 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3053         argument for elmo-folder-list-messages.
3054
3055 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3056
3057         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3058         change (wl-summary-count-unreads return a list instead of a cons
3059         cell).
3060
3061 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3062
3063         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3064         `wl-summary-folder-info-update'.
3065
3066 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-summary.el (wl-summary-set-message-modified): No use
3069         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3070         (wl-summary-set-mark-modified): Abolish.
3071         (wl-summary-mark-modified-p): Ditto.
3072         (wl-summary-save-view): Follow the change above.
3073
3074         * wl-expire.el (wl-summary-expire): Likewise.
3075
3076 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-summary.el (wl-summary-detect-mark-position): Use
3079         modb-entity-handler.
3080         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3081
3082         * Version number is increased to 2.11.17.
3083
3084 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3087         entity field value.
3088         (wl-summary-prefetch-msg): Ditto.
3089         (wl-summary-print-message-with-ps-print): Ditto.
3090
3091 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3092
3093         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3094         for dummy entity.
3095         (wl-summary-insert-thread): Use elmo-message-entity-field.
3096         (wl-summary-update-thread): Use elmo-message-entity-field and
3097         elmo-message-entity-number.
3098         (wl-summary-line-number):  Use elmo-message-entity-number.
3099         (wl-summary-line-size): Use elmo-message-entity-field.
3100         (wl-summary-line-subject): Ditto.
3101         (wl-summary-line-from): Ditto.
3102         (wl-summary-line-attached): Ditto.
3103         (wl-summary-create-line): Ditto.
3104         (wl-summary-create-line): Use elmo-message-entity-number.
3105         (wl-summary-print-message-with-ps-print): Use
3106         elmo-message-entity-field.
3107
3108 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3109
3110         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3111         change in elmo-msgdb-make-message-entity.
3112         (wl-summary-buffer-set-folder): Don't call
3113         wl-summary-detect-mark-position here.
3114         (wl-summary-rescan): Call elmo-message-entity-number.
3115         (wl-summary-sync-update): Ditto.
3116         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3117
3118         * wl-score.el (wl-score-header-index): Redefine 2th element.
3119         (wl-score-overview-entity-get-extra): Abolish.
3120         (wl-score-ov-entity-get): Rewrite.
3121         (wl-score-string-index<, wl-score-string-func<): Abolish.
3122         (wl-score-string<): New function.
3123         (wl-score-string-sort): Use it.
3124
3125         * wl-refile.el (wl-refile-guess-by-history): Use
3126         elmo-message-entity-field.
3127         (wl-refile-guess-by-from): Ditto.
3128         (wl-refile-guess-by-msgid): Ditto.
3129
3130         * Version number is increased to 2.11.16.
3131
3132 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3133
3134         * wl-folder.el (wl-folder-confirm-existence): Don't call
3135         file-exists-p if msgdb-path is nil.
3136         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3137         `wl-read-folder-hist' to `wl-read-folder-history'.
3138
3139 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3140
3141         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3142         `y-or-n-p'.
3143
3144 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-score.el (wl-score-headers): Don't use
3147         elmo-folder-do-each-message-entity.
3148
3149         * Version number is increased to 2.11.15.
3150
3151 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-summary.el (wl-summary-delete-all-msgs): Use
3154         elmo-folder-move-messages instead of elmo-folder-delete-messages
3155         and elmo-folder-detach-messages.
3156         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3157
3158         * wl-expire.el (wl-expire-delete): Ditto.
3159         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3160
3161 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3162
3163         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3164         (wl-message-header-narrowing-fields): Ditto.
3165         (wl-message-header-narrowing-lines): Ditto.
3166         (wl-message-header-narrowing-string): Ditto.
3167
3168         * wl-summary.el (wl-summary-mode-map): Bind
3169         wl-summary-toggle-header-narrowing to "C-cC-f".
3170         (wl-summary-toggle-header-narrowing): New function.
3171
3172         * wl-message.el (wl-message-buffer-create): Call
3173         wl-message-header-narrowing-setup.
3174         (wl-message-redisplay): Call wl-message-header-narrowing.
3175         (wl-message-header-narrowing): New function.
3176         (wl-message-header-narrowing-map): New keymap.
3177         (wl-message-header-narrowing-widen-map): New keymap.
3178         (wl-message-header-narrowing-again-at-mouse): New function.
3179         (wl-message-header-narrowing-1): Ditto.
3180         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3181         (wl-message-header-narrowing-setup): Ditto.
3182         (wl-message-header-narrowing-toggle): Ditto.
3183         
3184         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3185
3186         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3187         'flag as all.
3188         (wl-use-flag-folder-help-echo): New user option.
3189
3190         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3191         wl-summary-highlight as nil.
3192         (wl-summary-set-mark-modified): Follow the API change.
3193         (wl-summary-mark-modified-p): Ditto.
3194         (wl-summary-mark-as-read-all): Ditto.
3195         (wl-summary-sync-marks): Don't call
3196         elmo-folder-list-messages-with-global-mark.
3197         (wl-summary-mark-as-read-internal): Follow the API change.
3198         (wl-summary-mark-as-answered-internal): Ditto.
3199         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3200         Follow the API change.
3201         (wl-summary-create-line): Call with number argument.
3202         (wl-summary-reply): Follow the API change.
3203
3204         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3205         function.
3206         (wl-highlight-summary-line-string): Call it when
3207         wl-use-flag-folder-help-echo is non-nil.
3208         (wl-highlight-summary-current-line): Ditto.
3209         (elmo-flag-folder-referrer): Added autoload setting.
3210
3211         * wl-draft.el (wl-draft-kill): Follow the API change.
3212
3213         * Version number is increased to 2.11.14.
3214         
3215 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3218
3219 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * Version number is increased to 2.11.13.
3222
3223 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3224
3225         * wl-draft.el (wl-draft-previous-history-element): Fixed
3226         unbalanced parenthesis and bind unbound local variables.
3227
3228 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3229
3230         * wl-draft.el (wl-draft-previous-history-element): New function.
3231         (wl-draft-next-history-element): Ditto.
3232         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3233         them to M-p and M-n.
3234
3235 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * Version number is increased to 2.11.12.
3238
3239 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3240
3241         * wl-draft.el (wl-draft-hide): Select buffer-window.
3242
3243 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3244
3245         * wl-summary.el (wl-summary-narrow-to-region): New function.
3246         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3247         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3248         (wl-summary-save-region): Use it.
3249         * wl-action.el (wl-summary-collect-numbers-region)
3250         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3251
3252 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3253
3254         * wl-folder.el (wl-folder-count-incorporates): Don't use
3255         `elmo-msgdb-mark-load'
3256
3257         * Version number is increased to 2.11.11.
3258
3259 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3260
3261         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3262         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3263
3264 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3265
3266         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3267
3268 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3269
3270         * Version number is increased to 2.11.10.
3271
3272 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3273
3274         * wl-mime.el (wl-draft-attribute-value): Fixed.
3275
3276 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * wl-util.el (wl-copy-local-variables): New function.
3279
3280         * wl-mime.el (wl-draft-attribute-recipients): New function.
3281         (wl-draft-attribute-envelope-from): Ditto.
3282         (wl-draft-attribute-smtp-posting-server): Ditto.
3283         (wl-draft-attribute-smtp-posting-port): Ditto.
3284         (wl-draft-attribute-value): Ditto.
3285         (wl-draft-preview-message): Use it to get value for
3286         attributes. Reflect result of `wl-draft-config'.
3287
3288         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3289         and call `wl-summary-mark-as-read' before to call
3290         `wl-summary-unset-mark'.
3291         (wl-summary-target-mark-mark-as-unread): Likewise.
3292         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3293
3294 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3295
3296         * wl-mime.el (wl-draft-preview-message): Use actual value for
3297         attributes; Fix for small window.
3298
3299 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-refile.el (wl-refile-get-field-value): Call
3302         `elmo-message-entity-field' with 3rd argument is non-nil.
3303
3304 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * wl-vars.el (wl-draft-preview-attributes): New user option.
3307         (wl-draft-preview-attributes-list): Ditto.
3308         (wl-draft-preview-attributes-buffer-lines): Ditto.
3309         (wl-draft-preview-attributes-buffer-name): Ditto.
3310
3311         * wl-mime.el (wl-draft-preview-message): Display attributes.
3312
3313 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3314
3315         * wl-summary.el (wl-summary-detect-mark-position): Bind
3316         wl-summary-flag-priority-list to '(new).
3317
3318 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3321         funtion.
3322         (wl-highlight-summary-line-string): Use it.
3323         (wl-highlight-summary-current-line): Ditto.
3324
3325 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3328         line even when the mark string is not changed.
3329
3330         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3331         argument change in the wl-summary-create-line.
3332         (wl-thread-insert-entity-sub): Ditto.
3333
3334         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3335         argument change in the wl-summary-create-line.
3336         (wl-summary-insert-sequential): Ditto.
3337         (wl-summary-update-thread): Ditto.
3338         (wl-summary-persistent-mark-string): New inline function.
3339         (wl-summary-message-mark): Use it.
3340         (wl-summary-create-line): Abolish argument wl-persistent-mark
3341         and added wl-flags, wl-cached.
3342
3343         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3344         mark to flags.
3345         (wl-highlight-summary-current-line): Decide the face not by the 
3346         persistent mark but flags.
3347
3348 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3349
3350         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3351         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3352         wl-summary-read-uncached-mark): Revive.
3353         (wl-summary-answered-cached-mark,
3354         wl-summary-answered-uncached-mark): New user option.
3355         (wl-summary-score-marks): Follow the change above.
3356         (wl-summary-auto-refile-skip-marks): Ditto.
3357         (wl-summary-incorporate-marks): Ditto.
3358         (wl-summary-expire-reserve-marks): Ditto.
3359         (wl-summary-flag-priority-list): New user option.
3360
3361         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3362         changes.
3363         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3364         of elmo-message-mark.
3365         (wl-summary-mark-as-read-internal): Ditto.
3366         (wl-summary-mark-as-answered): Ditto.
3367         (wl-summary-mark-as-important): Ditto.
3368         (wl-summary-redisplay-internal): Ditto.
3369         (wl-summary-redisplay-no-mime-internal): Ditto.
3370         (wl-summary-message-mark): New function.
3371         (wl-summary-insert-sequential): Use wl-summary-message-mark
3372         instead of elmo-message-mark.
3373         (wl-summary-update-thread): Ditto.
3374         (wl-summary-persistent-mark): Ditto.
3375         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3376         instead of elmo-message-mark.
3377
3378         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3379         wl-summary-message-mark instead of elmo-message-mark.
3380         (wl-thread-insert-entity-sub): Ditto.
3381         (wl-thread-get-children-msgs-uncached): Ditto.
3382
3383         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3384         variable name changes.
3385         (wl-highlight-summary-current-line): Ditto.
3386
3387         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3388         wl-summary-message-mark instead of elmo-message-mark.
3389
3390         * wl-expire.el (wl-expire-message-p): Ditto.
3391
3392         * wl-score.el (wl-score-headers): Ditto.
3393
3394         * Version number is increased to 2.11.9.
3395
3396         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3397         (wl-summary-sync-update): Follow the change above.
3398         (wl-summary-switch-to-clone-buffer): Ditto.
3399         (wl-summary-open-folder): Ditto.
3400
3401 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3402
3403         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3404         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3405
3406         * Version number is increased to 2.11.8.
3407
3408         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3409
3410         * wl-expire.el (wl-expire-refile): Follow the API change on
3411         `elmo-folder-move-messages'.
3412         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3413
3414         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3415         (wl-summary-exec-action-refile): Ditto.
3416         (wl-summary-exec-action-copy): Ditto.
3417         (wl-summary-no-auto-refile-message-p): No use
3418         `wl-summary-buffer-msgdb'.
3419         (wl-summary-auto-refile): Ditto.
3420
3421 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3422
3423         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3424
3425 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3426
3427         * wl-summary.el (wl-summary-sync): Treat no-sync.
3428
3429         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3430         (wl-default-sync-range): Ditto.
3431
3432 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-refile.el (wl-refile-subject-learn): Call
3435         `elmo-message-entity-field' with 3rd argument is non-nil.
3436         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3437         instead of `elmo-msgdb-overview-entity-get-subject'.
3438
3439 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3440
3441         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3442         scan-type is rescan.
3443         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3444         new optional argument force is non-nil.
3445         (wl-summary-save-view-cache): Call it with force argument non-nil.
3446
3447         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3448
3449 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3450
3451         * wl-action.el (wl-summary-print-argument): Fixed last change.
3452
3453 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3454
3455         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3456         simplified.
3457         (wl-summary-target-mark-mark-as-unread): Likewise.
3458         (wl-summary-target-mark-mark-as-important): Likewise.
3459
3460 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3461
3462         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3463         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3464         (wl-summary-mark-as-important-region): Change accordingly.
3465         (wl-summary-target-mark-mark-as-important): Ditto.
3466
3467 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3470
3471         * wl-action.el (wl-summary-print-argument): Print argument to
3472         right side of window if `wl-summary-print-argument-within-window'
3473         is non-nil.
3474
3475 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-action.el (wl-summary-set-mark): Use
3478         `wl-summary-message-visible-p' to check visibility of the message
3479         and jump to message only when the message line is visible and have
3480         different number; Call wl-summary-unset-mark with number argument.
3481         (wl-summary-unset-mark): 
3482         Use `wl-summary-message-visible-p'
3483         to check visibility of the message and jump to message only when
3484         the message line is visible and have different number;
3485
3486 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3487
3488         * Version number is increased to 2.11.7.
3489
3490         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3491         and wl-folder-summary-line-format.
3492
3493         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3494         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3495         (wl-summary-set-score-mark): Use it.
3496         (wl-summary-target-mark-mark-as-read): Ditto.
3497         (wl-summary-target-mark-mark-as-unread): Ditto.
3498         (wl-summary-target-mark-mark-as-important): Ditto.
3499         (wl-summary-target-mark-msgs): Simplified.
3500         (wl-summary-detect-mark-position): Fixed problem when
3501         summary-line-format no contain persisten/temp mark spec.
3502         (wl-summary-temp-mark): Ditto.
3503         (wl-summary-persistent-mark): Ditto.
3504         (wl-summary-update-persistent-mark): Ditto.
3505
3506         * wl-action.el (wl-summary-set-mark): Ditto.
3507         (wl-summary-unset-mark): Ditto.
3508         All other related portions are changed.
3509
3510 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3511
3512         * Version number is increased to 2.11.6.
3513
3514 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * wl-util.el (wl-current-message-buffer): Define as function;
3517         Don't use the value of wl-messge-buffer.
3518
3519         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3520         persistent mark.
3521
3522         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3523         no current message, cause an error.
3524
3525 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * wl-summary.el (wl-summary-set-message-modified): Use
3528         elmo-folder-set-message-modified instead of
3529         elmo-folder-set-message-modified-internal.
3530
3531 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3532
3533         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3534         interactively.
3535         (wl-summary-sync): nokill->entirely.
3536         (wl-summary-sync-marks): Fixed message.
3537         (wl-summary-input-range): Added mark, nokill->entirely.
3538
3539         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3540         messages as read.
3541
3542 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3545         update-noscore.
3546         (wl-summary-sync): Follow the change above.
3547
3548 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-action.el (wl-summary-target-mark-all): Use
3551         elmo-folder-list-messages.
3552
3553 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3556         (wl-summary-rescan): Set wl-summary-scored as nil.
3557         (wl-summary-sync-force-update): Follow the change above.
3558         (wl-summary-sync): Ditto.
3559         (wl-summary-sync-update): Added argument disable-killed.
3560         (wl-summary-insert-headers): Set visible-only argument for
3561         elmo-folder-list-messages.
3562         (wl-summary-input-range): Added update-nokill, update-noscore,
3563         all-nokill, all-noscore and mark.
3564
3565         * Version number is increased to 2.11.5.
3566
3567         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3568
3569 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3570
3571         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3572         (wl-summary-prefetch-region-no-mark): Change accordingly.
3573         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3574
3575 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3576
3577         * wl-address.el (wl-complete-field-to): Abolished.
3578         (wl-complete-address): Completion function for completing-read.
3579         * wl-action.el (wl-summary-get-resend-address): Use it.
3580
3581         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3582         wl-summary-update-mark and abolish unused argument.
3583         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3584         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3585         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3586         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3587         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3588         * wl-draft.el (wl-draft-kill): Ditto.
3589
3590         * wl-summary.el: Remove unused binding of case-fold-search.
3591         (wl-summary-replace-status-marks): Abolished.
3592
3593 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3594
3595         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3596         is specified or folder length is zero.
3597
3598 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3599
3600         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3601         (wl-folder-archive-current-entity): Ditto.
3602
3603 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3606         retrieving message mark.
3607         (wl-summary-redisplay-internal): Ditto.
3608
3609         * wl-message.el (wl-message-buffer-display): Ignore errors while
3610         retrieving message-id field.
3611
3612         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3613         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3614         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3615         order of the arguments for `wl-expire-message-p'.
3616         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3617
3618         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3619         Check return value of wl-summary-reply.
3620         (wl-summary-reply): Recover window configuration when an error occured.
3621
3622 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3623
3624         * wl-summary.el (wl-summary-resend-message): Abolished, the
3625         feature is inherited by wl-summary-resend (put resend mark).
3626
3627 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3628
3629         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3630         wl-message-buffer to nil when the message is hide.
3631
3632 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3633
3634         * .cvsignore: New file.
3635
3636 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3637
3638         * wl-action.el (wl-summary-action-docstring): Add more info.
3639         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3640         duplicate definition.
3641         (wl-summary-define-mark-action): Functions wl-summary-*-region
3642         keep current position.
3643         (wl-summary-unregister-target-mark): Store result to the variable.
3644
3645 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * Version number is increased to 2.11.4.
3648
3649 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3650
3651         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3652         wl-summary-delete-all-temp-marks.
3653         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3654
3655         * wl-action.el (wl-summary-set-mark): Changed terminology
3656         refile-destination -> action-argument.
3657         (wl-summary-unset-mark): Ditto.
3658         (wl-summary-remove-argument): Ditto.
3659         (wl-summary-print-argument): Ditto.
3660
3661         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3662         (wl-thread-remove-argument-region): Ditto.
3663         (wl-thread-print-argument-region): Ditto.
3664         (wl-thread-close): Ditto.
3665         (wl-thread-open): Ditto.
3666
3667         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3668         (wl-highlight-refile-destination-face is abolished)
3669         (wl-highlight-action-argument-string): Ditto.
3670         (wl-highlight-summary-current-line): Highlight action argument.
3671
3672         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3673         color for light backgrounds.
3674         (wl-highlight-summary-answered-face): Ditto.
3675
3676 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3677
3678         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3679
3680         * wl-score.el (wl-summary-score-update-all-lines): Use
3681         wl-summary-set-mark.
3682         (wl-summary-score-update-all-lines): Kill expunged messages.
3683
3684         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3685
3686 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3689         directly.
3690         (wl-score-overview-entity-get-lines): Ditto.
3691         (wl-score-overview-entity-get-xref): Ditto.
3692         (wl-score-get-latest-msgs): Ditto.
3693         (wl-summary-rescore): Ditto.
3694
3695         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3696         to "&".
3697         (wl-summary-mark-as-answered-internal): New inline function.
3698         (wl-summary-mark-as-answered): New function.
3699         (wl-summary-mark-as-unanswered): Ditto.
3700         (wl-summary-sync-marks): Modified for answered-mark synching.
3701
3702 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-action.el (wl-summary-set-mark): Fixed last change.
3705
3706 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3707
3708         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3709         behavior of wl-summary-unread-message-hook
3710         (Pointed out by akira yamada <akira@arika.org>).
3711
3712 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3713
3714         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3715         wl-summary-delete.
3716         * wl-xmas.el (wl-summary-toolbar): Ditto.
3717
3718         * wl-action.el (wl-summary-set-mark): Don't override current
3719         temp-mark.
3720
3721         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3722
3723 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3726         (wl-refile-msgid-learn): Ditto.
3727         (wl-refile-get-field-value): Ditto.
3728
3729         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3730
3731         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3732         (wl-expire-delete-reserved-messages): Renamed from
3733         wl-expire-reserve-marked-msgs-from-list.
3734         (wl-expire-delete): Removed argument `msgdb'.
3735         (wl-expire-refile): Ditto.
3736         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3737         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3738         mark-alist as argument.
3739         (wl-expire-archive-number1): Removed argument `msgdb'.
3740         (wl-expire-archive-number2): Ditto.
3741         (wl-expire-archive-date): Ditto.
3742         (wl-expire-localdir-date): Ditto.
3743         (wl-expire-hide): Ditto.
3744         (wl-archive-number1): Ditto.
3745         (wl-archive-number2): Ditto.
3746         (wl-archive-date): Ditto.
3747         (wl-archive-folder): Ditto.
3748         All other related portions are changed.
3749
3750 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3751
3752         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3753         mean move up and down. (suggested by Takashi Kawachi)
3754
3755 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3756
3757         * wl-acap.el (toplevel): Don't require un-define.
3758
3759 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-thread.el (wl-thread-delete-message): Always update
3762         wl-summary-buffer-number-list.
3763
3764         * wl-action.el (wl-summary-print-destination): 
3765         Do nothing when folder is nil.
3766
3767 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3770         persistent mark when prefetch is succeeded.
3771
3772 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3775         instead of elmo-msgdb-delete-msgs.
3776         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3777         (wl-expire-hide): Ditto.
3778
3779         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3780
3781         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3782         elmo-msgdb interface.
3783         (wl-thread-get-exist-children): Likewise.
3784         (wl-thread-insert-message): Likewise.
3785         (wl-thread-msg-mark-as-important): Likewise.
3786         (wl-thread-insert-entity-sub): Likewise.
3787         (wl-thread-get-children-msgs-uncached): Likewise.
3788
3789         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3790         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3791         (wl-summary-sync-update): Likewise.
3792         (wl-summary-auto-select-msg-p): Likewise.
3793         (wl-summary-update-thread): Likewise.
3794         (wl-summary-mark-as-important): Likewise.
3795         (wl-summary-jump-to-msg-internal): Likewise.
3796         (wl-summary-redisplay-internal): Likewise.
3797         (wl-summary-print-message-with-ps-print): Likewise.
3798         (wl-summary-folder-info-update): Likewise.
3799
3800         * wl-folder.el (wl-folder-check-one-entity):
3801         elmo-folder-count-flags instead of wl-summary-count-unread.
3802
3803         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3804
3805         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3806
3807         * wl-summary.el (wl-summary-set-message-modified): 
3808         Call wl-summary-set-mark-modified.
3809         (wl-summary-delete-messages-on-buffer): Call
3810         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3811         (wl-summary-sync-update): Call elmo-folder-length instead of
3812         elmo-folder-messages.
3813         (wl-summary-insert-headers): Don't call
3814         elmo-folder-list-message-entities.
3815
3816 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3817
3818         * wl-action.el (wl-summary-define-mark-action): Call
3819         `wl-summary-set-mark' with argument `data'.
3820         (wl-summary-auto-refile): Fixed order of arguments when call
3821         `wl-summary-refile'.
3822
3823 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3826
3827         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3828
3829         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3830         (Renamed from wl-highlight-summary-deleted-face).
3831         (wl-highlight-summary-resend-face): New face.
3832
3833         (wl-highlight-summary-deleted-face): Renamed from
3834         wl-highlight-summary-erased-face.
3835
3836         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3837
3838         * wl-action.el (wl-summary-get-resend-address): New function.
3839         (wl-summary-exec-action-resend): Ditto.
3840         (wl-summary-exec-action-resend-subr): Ditto.
3841
3842         * w-thread.el (wl-thread-copy): Removed definition.
3843         (wl-thread-refile): Ditto.
3844         (wl-thread-delete): Ditto.
3845         (wl-thread-target-mark): Ditto.
3846
3847         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3848         (wl-summary-target-mark-set-action): Fixed.
3849         (wl-summary-define-mark-action): Fixed quotation.
3850         (wl-summary-move-mark-list-messages): Display message.
3851         (wl-summary-define-mark-action): Define thread functions.
3852         (wl-summary-exec-action-refile): Changed message.
3853         (wl-summary-exec): Ditto.
3854
3855 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3856         
3857         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3858         '%%'.
3859
3860 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3861
3862         * wl.el (toplevel): Require wl-action.
3863         (wl-init): Call wl-summary-define-mark-action.
3864
3865         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3866
3867         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3868         wl-summary-delete and wl-summary-erase.
3869         (wl-summary-mode-map): Ditto.
3870
3871         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3872         wl-delete-folder-alist.
3873
3874         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3875         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3876         (toplevel): Moved mark & action related functions to the wl-action.el.
3877
3878         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3879         in wl-summary-mark-action-list.
3880         (wl-highlight-summary-current-line): Ditto.
3881
3882         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3883         empty lines.
3884
3885         * wl-action.el: New file. 
3886
3887 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-summary.el (wl-summary-target-mark-replace): New function.
3890         (wl-summary-target-mark-prefetch): Use it.
3891         (wl-summary-target-mark-delete): Ditto.
3892         (toplevel): Rearranged definition order.
3893         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3894         (wl-summary-target-mark-erase): Rewrite.
3895         (wl-summary-erase-region): New function.
3896         (wl-summary-exec-action-erase): Changed message.
3897         (wl-summary-move-mark-list-messages): New function.
3898         (wl-summary-exec-action-delete): Use it.
3899         (wl-summary-exec-action-erase): Ditto.
3900
3901         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3902         (wl-summary-skip-mark-list): Added "d".
3903
3904         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3905         while searching.
3906
3907         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3908         and define using defcustom;
3909         Define 4th element as a face.
3910         
3911         * wl-summary.el (wl-summary-incorporate): Use 
3912         `wl-summary-prefetch-region-no-mark' instead of
3913         `wl-summary-prefetch-region'.
3914         (wl-summary-prefetch-region-no-mark): Revival of old
3915         `wl-summary-prefetch-region'.
3916         (wl-summary-mark-action-list): Moved to wl-vars.el
3917
3918         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3919         face according to the `wl-summary-mark-action-list'.
3920         (wl-highlight-summary-current-line): Ditto;
3921         Removed destination highlighting.
3922
3923         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3924         (wl-highlight-summary-line-string): Highlight for "i" mark.
3925         (wl-highlight-summary-current-line): Ditto.
3926
3927         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3928         no destination.
3929
3930         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3931         exists, just go ahead.
3932         (wl-summary-prefetch-region): Rewrite.
3933         (wl-summary-prefetch): Ditto.
3934         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3935         (wl-summary-exec-action-prefetch): New function.
3936         (wl-summary-target-mark-prefetch): Rewrite.
3937
3938 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3941         (wl-highlight-summary-line-string): Added "d" and "D".
3942         (wl-highlight-summary-current-line): Ditto.
3943
3944         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3945         in wl-summary.el.
3946         (wl-thread-insert-entity-sub): Ditto.
3947         (wl-thread-remove-destination-region): Ditto.
3948         (wl-thread-print-destination-region): Ditto.
3949
3950         * wl-summary.el (wl-summary-buffer-refile-list,
3951         wl-summary-buffer-delete-list,
3952         wl-summary-buffer-copy-list): Abolish.
3953         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3954         All other related portions are changed.
3955         (wl-summary-mark-action-list): New variable.
3956         (wl-summary-set-mark): New function.
3957         (wl-summary-register-target-mark): Ditto.
3958         (wl-summary-unregister-target-mark): Ditto.
3959         (wl-summary-have-target-mark-p): Ditto.
3960         (wl-summary-register-temp-mark): Ditto.
3961         (wl-summary-unregister-temp-mark): Ditto.
3962         (wl-summary-registered-temp-mark): Ditto.
3963         (wl-summary-collect-temp-mark): Ditto.
3964         (wl-summary-unset-mark): Ditto.
3965         (wl-summary-set-target-mark): Ditto.
3966         (wl-summary-unset-target-mark): Ditto.
3967         (wl-summary-set-action-generic): Ditto.
3968         (wl-summary-unset-action-generic): Ditto.
3969         (wl-summary-exec-action-delete): Ditto.
3970         (wl-summary-exec-action-erase): Ditto.
3971         (wl-summary-set-action-refile): Ditto.
3972         (wl-summary-set-action-refile-subr): Ditto.
3973         (wl-summary-unset-action-refile): Ditto.
3974         (wl-summary-make-destination-numbers-list): Ditto.
3975         (wl-summary-exec-action-refile): Ditto.
3976         (wl-summary-set-action-copy): Ditto.
3977         (wl-summary-unset-action-copy): Ditto.
3978         (wl-summary-exec-action-copy): Ditto.
3979         (wl-summary-collect-numbers-region): Ditto.
3980         (wl-summary-delete): Rewrite.
3981         (wl-summary-erase): Ditto.
3982         (wl-summary-remove-destination): Ditto.
3983         (wl-summary-exec): Ditto.
3984         (wl-summary-exec-region): Ditto.
3985         (wl-summary-target-mark-erase): Ditto.
3986         (wl-summary-refile): Ditto.
3987         (wl-summary-copy): Ditto.
3988         (wl-summary-unmark): Ditto.
3989         (wl-summary-delete-all-mark): Ditto.
3990         (wl-summary-mark-line): Don't highlight.
3991         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
3992         (wl-summary-target-mark-refile-subr): Rewrite.
3993
3994         (wl-summary-copy-prev-destination): Abolish.
3995
3996 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
3997
3998         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
3999         default values along the value of wl-on-mule.
4000         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4001         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4002         It is not used anywhere.
4003
4004 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4005
4006         * wl-summary.el (wl-summary-print-destination): Keep position.
4007         (wl-summary-cursor-move-surface): Keep horizontal position.
4008
4009 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4010
4011         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4012         write sendlog.
4013
4014 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4015
4016         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4017         `wl-summary-highlight'.
4018
4019 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4020
4021         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4022         trivial condition for temp-mark.
4023
4024 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4025
4026         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4027         when it hits killed buffer.
4028
4029 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4030
4031         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4032         * wl-news.el.in: `message' and `error' take format string.
4033
4034 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4035
4036         * wl-folder (wl-folder-insert-entity): Display a message,
4037         `...done', when the work finish.
4038         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4039
4040 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4041
4042         * wl-message.el (wl-message-redisplay): Remove unused local
4043         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4044
4045 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4046
4047         * wl-summary.el (wl-summary-replace-status-marks): Disable
4048         interactive use.
4049         (wl-summary-reedit): Check message existence at first.
4050         (wl-summary-mark-line): Fix doc, return value is indefinite.
4051
4052         * wl-highlight.el (wl-highlight-message): Arranged.
4053
4054         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4055         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4056         check temp-mark by wl-summary-temp-mark always.
4057         (wl-highlight-summary): Change accordingly.
4058         * wl-summary.el (wl-summary-mark-as-read-all)
4059         (wl-summary-delete-cache, wl-summary-set-score-mark)
4060         (wl-summary-mark-as-unread, wl-summary-unmark)
4061         (wl-summary-mark-line, wl-summary-mark-as-read)
4062         (wl-summary-mark-as-important): Ditto.
4063
4064         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4065         end of the window if possible.
4066         * wl-summary.el (wl-summary-sync-update): Support lazy
4067         highlighting.
4068         (wl-summary-toggle-disp-msg): Ditto.
4069
4070 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4071
4072         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4073
4074 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4075
4076         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4077         change.
4078
4079 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4080
4081         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4082         API.
4083         (wl-summary-sync-update): Ditto.
4084
4085         * wl-score.el (wl-score-get-score-alist): Changed argument.
4086         (wl-summary-rescore-msgs): Likewise.
4087         (wl-summary-score-headers): Likewise.
4088         (wl-score-headers): Likewise;
4089         Use elmo-folder-do-each-message-entity, etc.
4090         (wl-summary-score-effect): Follow the changes above.
4091         (wl-summary-rescore): Ditto.
4092         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4093         (wl-score-get-overview): Abolish.
4094
4095         * wl-summary.el (wl-summary-default-from): Follow the API change in
4096         elmo-msgdb.
4097         (wl-summary-count-unread): Ditto.
4098         (wl-summary-detect-mark-position): Ditto.
4099         (wl-summary-overview-entity-compare-by-date): Ditto.
4100         (wl-summary-overview-entity-compare-by-number): Ditto.
4101         (wl-summary-overview-entity-compare-by-from): Ditto.
4102         (wl-summary-overview-entity-compare-by-subject): Ditto.
4103         (wl-summary-get-list-info): Ditto.
4104         (wl-summary-rescan): Ditto.
4105         (wl-summary-jump-to-msg-by-message-id): Ditto.
4106         (wl-summary-sync-update): Ditto; Removed comment.
4107         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4108         (wl-summary-insert-message): Use wl-summary-insert
4109         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4110         (wl-summary-insert-headers): Changed argument overview to folder.
4111         (wl-summary-search-by-subject): Likewise.
4112         (wl-summary-insert-thread): Renamed from 
4113         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4114
4115         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4116         too.
4117
4118         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4119         wl-string-member.
4120
4121 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4122
4123         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4124         elmo-folder-append-buffer.
4125         (wl-draft-queue-append): Likewise.
4126
4127         * wl-mime.el (wl-message-delete-current-part): Ditto.
4128         (wl-summary-burst-subr): Ditto.
4129
4130         * wl-news.el.in (wl-news-send-news): Ditto.
4131
4132 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4133
4134         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4135         function.
4136         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4137         (wl-summary-update-mark): Enclose with save-excursion.
4138         (wl-summary-mark-as-read-internal): Fixed last change.
4139         (wl-summary-mark-as-important): Use 3rd argument of
4140         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4141         Don't use elmo-msgdb-set-mark.
4142         (wl-summary-redisplay-internal): If msgdb flag is already read,
4143         just update the mark on buffer.
4144
4145 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4146
4147         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4148         cut visible folder when elmo-folder-delete returns non-nil value.
4149
4150 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4151
4152         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4153         by Kenichi OKADA <okada@opaopa.org>).
4154
4155 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4156
4157         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4158
4159 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4160
4161         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4162         Fixed the last change, search group entity by its real name.
4163         (Thanks to: KOBAYASHI Shinji)
4164
4165 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4166
4167         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4168         (wl-fldmgr-access-display-all): Don't refer visible name.
4169         * wl-expire.el (wl-folder-archive-current-entity)
4170         (wl-folder-expire-current-entity): Ditto.
4171         * wl-folder.el (wl-folder-jump-to-current-entity)
4172         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4173         (wl-folder-open-folder-sub,wl-folder-open-all)
4174         (wl-folder-write-current-folder): Ditto.
4175         (wl-folder-insert-entity): Don't use petname for normal group.
4176         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4177         is the real name.
4178         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4179         Abolished.
4180
4181 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4182
4183         * wl-draft.el (wl-draft-create-buffer): Add
4184         `wl-summary-reply-with-citation'
4185
4186 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4187
4188         * wl-draft.el (wl-draft-reply): Fixed.
4189
4190 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4193         when `wl-draft-send-confirm-with-preview' is non-nil.
4194         You can scroll up/down by j/k.
4195         (wl-draft-send-confirm-with-preview): New variable (default=t).
4196
4197 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4198
4199         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4200         (wl-fldmgr-save-folders): Fix comment.
4201
4202 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4203
4204         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4205         along the last change in `wl-folder-buffer-group-p'.
4206
4207 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4208
4209         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4210         folder.
4211
4212         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4213         the default value.
4214
4215         * wl-mime.el (wl-summary-burst): Update summary only when target
4216         folder equals current folder.
4217
4218 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4221
4222 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4223
4224         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4225         value.
4226
4227 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4230         `map-extents' instead of `extent-at' repeatedly.
4231         (wl-highlight-folder-current-line): Ditto.
4232
4233         * wl-highlight.el: Remove useless dummy functions.
4234
4235 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4236
4237         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4238         (wl-folder-put-folder-property): New function to put text property.
4239         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4240         (wl-folder-insert-entity, wl-folder-update-diff-line)
4241         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4242         * wl-e21.el, wl-xmas.el, wl-mule.el
4243         (wl-highlight-folder-current-line): Ditto.
4244         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4245         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4246         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4247         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4248
4249 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4250
4251         * Version number is increased to 2.11.3.
4252
4253 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4254
4255         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4256         Resume current-buffer since it is assumed by remaining tasks.
4257
4258 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4259
4260         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4261         (wl-folder-completion-function): Abolished.
4262         (wl-folder-complete-folder): New function.
4263         (wl-folder-complete-filter-condition): Ditto.
4264         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4265         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4266
4267 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4268
4269         * wl-draft.el (wl-draft-send-confirm): New function.
4270         (wl-draft-send): Use it.
4271
4272         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4273         cursor-in-echo-area while confirming.
4274
4275         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4276
4277         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4278         searching via nntp if wl-summary-search-via-nntp is 'force.
4279         Otherwise, invoke searching in nntp folder only.
4280         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4281
4282         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4283         explicitly for mime-make-text-tag.
4284
4285 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4286
4287         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4288         `mime-make-text-tag' instead of `mime-create-tag'.
4289
4290 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4293         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4294
4295 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4296
4297         * wl-score.el (wl-score-save): Bind print-length and print-level.
4298         (wl-score-pretty-print): Ditto.
4299         (wl-score-edit-insert-header-entry): Ditto.
4300
4301         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4302         "From" entry to be treated with wl-draft-eword-encode-address-list.
4303         * wl-mime.el (wl-draft-preview-message): Ditto.
4304
4305         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4306         (wl-summary-mark-as-unread): Ditto.
4307         (wl-summary-mark-as-read-region): Change accordingly.
4308         (wl-summary-mark-as-unread-region): Ditto.
4309         (wl-summary-target-mark-mark-as-read): Ditto.
4310         (wl-summary-target-mark-mark-as-unread): Ditto.
4311
4312 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * Version number is increased to 2.11.2.
4315
4316 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4317
4318         * wl-news.el.in (wl-news-previous-version-save): Bind
4319         print-length and print-level.
4320         * wl-thread.el (wl-thread-save-entities): Ditto.
4321         (wl-thread-save-top-list): Bind print-length.
4322
4323 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4324
4325         * wl-highlight.el (wl-highlight-summary-line-string): Use
4326         wl-summary-score-below-mark, wl-summary-score-over-mark.
4327         (wl-highlight-summary-current-line): Ditto.
4328
4329 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4332         insert it.
4333
4334 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4335
4336         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4337
4338 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4341         message without msgid.
4342         Rewrite with elmo-folder-move-messages.
4343         Set wl-message-buffer to nil.
4344
4345         * wl-summary.el (wl-summary-erase-subr): New function. Use
4346         elmo-folder-move-messages.
4347         (wl-summary-erase): Call it.
4348         (wl-summary-target-mark-erase): Ditto.
4349
4350 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4353         it is not up-tp-date.
4354
4355 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4356
4357         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4358         buffer after calling `wl-summary-goto-folder-subr' without the
4359         argument `interactive'.
4360         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4361
4362 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4363
4364         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4365         `mime-create-tag'. Use `string=' instead of `looking-at'.
4366
4367 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4370         to avoid compile warning.
4371
4372         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4373         entity-id when folder is given.
4374         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4375         save-excursion, use save-selected-window instead.
4376         Select folder buffer window if exists.
4377         (To correct behavior with wl-folder-move-cur-folder.)
4378
4379 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4380
4381         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4382
4383 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4384
4385         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4386         list-count instead of %d.
4387
4388 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4391         (wl-news): Set it.
4392         (wl-news-append-to-folder): Use it.
4393
4394         * wl-news.el.in (wl-news-send-news): Append to specified folder
4395         instead of wl-default-folder.
4396         (wl-news-append-to-folder): Show error message with specified folder.
4397
4398         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4399                 In most major modes, Emacs assumes that any opening
4400                 delimiter found at the left margin is the start of a
4401                 top-level definition, or defun. Therefore, *never put an
4402                 opening delimiter at the left margin unless it should have
4403                 that significance.*
4404
4405         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4406
4407 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4408
4409         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4410
4411 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4412
4413         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4414
4415 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4416
4417         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4418         for sequential numbering case.
4419
4420 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4423         value.
4424         (wl-draft-reply-without-argument-list): Ditto.
4425         (wl-draft-reply-myself-with-argument-list): Abolish.
4426         (wl-draft-reply-myself-without-argument-list): Ditto.
4427         * wl-draft.el (wl-draft-self-reply-p): New function.
4428         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4429
4430 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4433         (avoid error for the case without byte-compiling)
4434
4435 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4436
4437         * wl-news.el.in (wl-news-append-to-folder): New function.
4438         (wl-news-exit): Rewrite.
4439         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4440
4441 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4442
4443         * wl-draft.el (wl-draft-reply-position): New function.
4444         (wl-draft-reply-position): Fix.
4445         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4446         (wl-summary-target-mark-reply-with-citation): Ditto.
4447         (wl-summary-reply-with-citation): Ditto.
4448         * wl-vars.el (wl-draft-reply-default-position): New variable.
4449
4450 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4451
4452         * wl-draft.el (wl-draft-send): Preview when interactive send.
4453
4454 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4455
4456         * wl-draft.el (wl-draft-reply): Set default position.
4457         * wl-summary.el (wl-summary-reply): Ditto.
4458         (wl-summary-reply-with-citation): Ditto.
4459         (wl-summary-target-mark-reply-with-citation): Ditto.
4460
4461 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-news.el.in (wl-news-lang): Set default value according to
4464         current-language-environment.
4465         (wl-news-append-news): Do nothing when news-list is nil.
4466
4467 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4468
4469         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4470         (wl-news): Change message.
4471         (wl-news-exit): Check buffer.
4472         (wl-news-force-exit): New function.
4473         (wl-news-show-all): New function.
4474         (wl-news-discard-and-exit): Fix.
4475
4476 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4479         according to current-language-environment.
4480
4481         * wl-news.el.in (wl-news): If arg, show all NEWS after
4482         wl-news-default-previous-version.
4483
4484 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4485
4486         * wl-news.el.in (wl-news-check): Rewritten.
4487         (wl-news-previous-version-load): Change data type.
4488         (wl-news-previous-version-save): Change data type.
4489         (wl-news-append-news): Add return value.
4490         (wl-news-check-news): New function.
4491         (wl-news-already-current-p): New function.
4492         (wl-news-send-news): Rewritten.
4493         (wl-news-mode-map): Add new keybind.
4494         (wl-news): Rewritten.
4495         (wl-news-exit): Rewritten.
4496         (wl-news-discard-and-mail): New function.
4497         (wl-news-send-to-address): Abolished.
4498         * wl.el (wl-init): Delete a message.
4499
4500 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4501
4502         * wl-news.el.in (wl-news-exit): Update previous version.
4503         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4504
4505 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4506
4507         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4508
4509 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-news.el.in (wl-news): New function.
4512         (wl-news-mode): New function.
4513         (wl-news-next-line): New function.
4514         (wl-news-next-page): New function.
4515         (wl-news-exit): New function.
4516         (wl-news-buf-name): New variable.
4517         (wl-news-mode-map): New variable.
4518         (wl-news-winconf): New variable.
4519         (wl-news-append-news): Add an option.
4520
4521 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4522
4523         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4524
4525 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-news.el.in (wl-news-send-to-address): New variable.
4528         (wl-news-send-news): Use it.
4529         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4530         Return updating status.
4531         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4532
4533 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4534
4535         * wl-news.el.in (wl-news-send-news): Delete
4536         Organization and X-Face.
4537
4538 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4539
4540         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4541         (wl-news-append-news): New function.
4542         (wl-news-send-news): New function.
4543
4544 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * Version number is increased to 2.11.1.
4547
4548 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-news.el.in : New file.
4551
4552 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4555         default value.
4556         (wl-draft-reply-without-argument-list): Ditto.
4557
4558 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4561         (wl-message-buffer-prefetch-idle-time): Ditto.
4562         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4563
4564 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4565
4566         * wl-thread.el (wl-thread-insert-message): Use
4567         wl-summary-max-thread-depth.
4568
4569         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4570         loop detection.
4571
4572         * wl-message.el (wl-message-buffer-display): Back to the first page
4573         when cache is hit.
4574
4575 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4576
4577         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4578
4579         * wl-summary.el (wl-summary-insert-thread-entity):
4580         If the thread depth is reached to wl-summary-max-thread-depth,
4581         divide the thread.
4582
4583 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4584
4585         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4586         for elmo-remove-passwd.
4587
4588 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4591         folder is sticky.
4592         (wl-folder-mark-as-read-all-entity): Ditto.
4593         (wl-folder-prefetch-entity): Ditto.
4594
4595 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4596
4597         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4598
4599 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4602         Delete messages on buffer for unplugged operation.
4603         (wl-summary-erase): Ditto.
4604
4605 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4606
4607         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4608         take nil so as not to search parent by subject.
4609
4610 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4613         (wl-folder-get-next-folder): Ditto.
4614         (wl-folder-get-path): Ditto.
4615
4616 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4617
4618         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4619         system and encode the region with it before verifying.
4620
4621 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4622
4623         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4624         system of the echo buffer before decoding.
4625
4626 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4627
4628         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4629         original contents.
4630
4631 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4632
4633         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4634         with argument 'any-exists.
4635
4636 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4639         Use `wl-cs-autoconv'.
4640
4641 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4642
4643         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4644         by `mime-view-automatic-conversion'.
4645
4646         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4647         (wl-message-verify-pgp-nonmime): Ditto.
4648         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4649         Bind them to C-c:d and C-c:v respectively.
4650
4651         Merge following code by Teranishi-san from [wl-en:00167].
4652         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4653         (wl-mime-preview-application/pgp-encrypted): Ditto.
4654         (wl-mime-setup): Add entry.
4655
4656 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-summary.el (wl-summary-target-mark-erase): New function.
4659         Bind it to "mD".
4660
4661 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-vars.el (wl-draft-write-file-function): Fix.
4664         (wl-draft-reedit-hook): Changed default value.
4665
4666         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4667         wl-draft-reedit-hook.
4668         (wl-draft-remove-text-plain-tag): New function.
4669         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4670
4671         * wl-vars.el (wl-draft-write-file-function): New user option.
4672
4673         * wl-draft.el (wl-draft-prepare-edit): Use it for
4674         local-write-file-hooks.
4675         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4676
4677         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4678         (wl-draft-insert-mail-header-separator): Return the body beginning
4679         point.
4680         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4681         text/plain.
4682         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4683
4684 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-summary.el (wl-summary-erase): New function to erase message
4687         without moving it to trash. Bind to "D".
4688
4689         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4690         as `keep' unless switch-function.
4691
4692 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4695         message buffer by using `wl-summary-toggle-disp-msg'.
4696         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4697         buffer window.
4698         (wl-summary-supresedes-message): Ditto.
4699
4700         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4701         Do not delete other windows.
4702         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4703         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4704         (wl-draft-create-buffer): Set reply-or-forward also for target
4705         mark commands.
4706
4707 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-draft.el (wl-user-agent-compose): Delete special case for
4710         switch-to-buffer-other-window.
4711
4712         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4713         (wl-summary-forward): Ditto.
4714
4715         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4716         function.
4717         (wl-draft-buffer-style): New use option.
4718
4719         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4720         (wl-draft): Follow the change above.
4721         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4722         wl-draft-buffer-style.
4723         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4724         switch-function.
4725
4726 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4727
4728         * wl-address.el (wl-address-make-completion-entry): Extracted from
4729         `wl-address-make-completion-list'.
4730         (wl-address-enable-strict-loading): New variable.
4731         (wl-address-make-completion-list): Revive petname duplication
4732         inquiry, and enable it if `wl-address-enable-strict-loading'.
4733         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4734
4735 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-message.el (wl-message-get-original-buffer): Avoid
4738         'Selecting deleted buffer' error when original buffer is killed.
4739
4740 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4741
4742         * wl-summary.el (wl-summary-next-message): Use
4743         elmo-message-accessible-p instead of elmo-message-cached-p.
4744
4745 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4748
4749         * wl-thread.el (wl-thread-open-all-unread): Use
4750         elmo-folder-list-flagged instead of
4751         elmo-folder-list-messages-mark-match.
4752
4753         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4754         instead of elmo-folder-list-messages-mark-match.
4755         (wl-summary-move-spec-alist): New variable.
4756         (wl-summary-move-spec-plugged-alist,
4757         wl-summary-move-spec-unplugged-alist): Abolish.
4758         (wl-summary-next-message): Follow the change above.
4759         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4760         with 'no-msg' argument.
4761
4762         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4763         variable.
4764         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4765         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4766         (wl-message-buffer-prefetch-get-next): Follow the change above.
4767
4768 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4769
4770         * wl-version.el (wl-version): Changed codename.
4771
4772         * Version number is increased to 2.11.0.
4773
4774 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4775
4776         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4777         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4778         `wl-draft-config-variables'.
4779         (wl-draft-kill): Fixed problem when the draft is reedit.
4780
4781 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4784         buffer-modified status (Thanks to
4785         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4786
4787 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-util.el (wl-region-exists-p): New function.
4790
4791         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4792         Remove defvars for byte-compile warnings.
4793
4794 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4795
4796         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4797         defvar-maybe. Removed unused bind.
4798
4799 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4802         summary buffer window before creating new frame.
4803         (wl-draft-reply): Ditto.
4804
4805 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4806
4807         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4808
4809 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4810
4811         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4812
4813 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4816         instead of `kill-region'.
4817
4818 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4821         (wl-highlight-summary-line-string): Use it.
4822         (wl-highlight-summary-current-line): Ditto.
4823
4824         * wl-mime.el (wl-message-delete-current-part): Check the class of
4825         mime-entity.
4826
4827         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4828
4829         * wl-summary.el (wl-summary-make-number-list): Initialize.
4830         (wl-summary-update-mark): New function.
4831         (wl-summary-reply): Put `answered' mark on the message.
4832         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4833
4834         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4835         (wl-draft-reply): Added optional argument `number';
4836         Set wl-draft-parent-number.
4837         (wl-draft-kill): Delete answered mark if it is a reply.
4838
4839 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4840
4841         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4842         that originates in mime-preview-follow-current-entity.
4843         (wl-draft-yank-current-message-entity): Use it if region is active.
4844
4845         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4846         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4847         `wl-message-delete-current-part'.
4848         * wl-mule.el (wl-message-define-keymap): Ditto.
4849         * wl-xmas.el (wl-message-define-keymap): Ditto.
4850
4851 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4852
4853         * wl-mime.el (wl-message-delete-current-part): New function.
4854         (wl-mime-node-id-to-string): Ditto.
4855
4856         * wl-mime.el (wl-message-delete-current-part): Use existing
4857         original buffer which corresponds current mime-view buffer.
4858         (fetched buffer might have different structure, possibly)
4859
4860         * wl-mime.el (wl-message-delete-current-part): Quit if the
4861         message content differs from the actual message.
4862
4863 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4866         order.
4867         (wl-summary-search-by-subject): Search parent message from tail;
4868         Check the existence of the parent message on the current thread tree.
4869         (wl-summary-update-thread): Check whether the line is inserted.
4870
4871 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-vars.el (wl-summary-line-format): Undo last change.
4874         * wl-summary.el (wl-summary-print-destination): Do not put
4875         invisible property when `wl-summary-width' is nil.
4876         (wl-summary-line-subject-minimum-length): Abolished.
4877         (wl-summary-line-subject): Ditto.
4878
4879 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-vars.el (wl-summary-line-format): Change default value.
4882         (wl-summary-subject-length-limit): Abolished.
4883         * wl-summary.el (wl-summary-line-subject): Ditto.
4884
4885 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-template.el (wl-template-select): Added optional argument.
4888         If optional argument is specified, reverse
4889         `wl-template-visible-select'.
4890
4891 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4894         Take prefix argument to force asking the destination folder.
4895
4896 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4897
4898         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4899         count and update status.
4900
4901 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-summary.el (wl-summary-redisplay-internal): If
4904         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4905         after fetching.
4906
4907 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4908
4909         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4910         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4911
4912         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4913
4914 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4917         (All other related portions are changed).
4918         (wl-summary-mark-as-read-all): Rewrite.
4919
4920 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4923         `wl-summary-mark-as-read'.
4924         (wl-summary-mark-as-unread): Rewrite.
4925         (wl-summary-mark-as-read): Added no-modeline argument.
4926         (wl-summary-resume-cache-status): Rewrite.
4927         (wl-summary-exec-subr): Remove unused local variable.
4928
4929 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4930
4931         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4932         logic to call `wl-summary-buffer-prev-folder-function'.
4933         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4934
4935 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4938         is nil.
4939
4940 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4941
4942         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4943         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4944         (wl-mime-setup): Add its entry.
4945
4946 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4949         (wl-summary-delete-cache): Likewise.
4950         (wl-summary-mark-as-read): Rewrite.
4951
4952 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4953
4954         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4955         `wl-summary-count-unread'.
4956
4957         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4958
4959         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4960
4961 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4962
4963         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4964         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4965         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4966         Renamed to the elmo-msgdb-*-mark.
4967         (wl-summary-score-marks): Follow the change above.
4968         (wl-summary-auto-refile-skip-marks): Ditto.
4969         (wl-summary-incorporate-marks): Ditto.
4970         (wl-summary-expire-reserve-marks): Ditto.
4971
4972         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4973         changes.
4974         (wl-thread-insert-top): Changed updating message.
4975
4976         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4977         variable.
4978         (wl-summary-count-unread): Count answered marks.
4979         (wl-summary-rescan): Call wl-summary-insert-message instead of
4980         wl-summary-append-message-func-internal.
4981         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4982         (wl-summary-prefetch-msg): Follow the variable name changes.
4983         (wl-summary-prefetch-region): Ditto.
4984         (wl-summary-mark-as-read-all): Follow the API changes;
4985         Don't call elmo-folder-replace-marks.
4986         (wl-summary-delete-cache): Follow the variable name changes.
4987         (wl-summary-resume-cache-status): Ditto.
4988         (wl-summary-update-status-marks): New function.
4989         (wl-summary-insert-message): New function.
4990         (wl-summary-sync-marks): Follow the variable name changes.
4991         (wl-summary-sync-update): Synchronize to the msgdb, too;
4992         Changed update messages.
4993         (wl-summary-make-number-list): Rewrite.
4994         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
4995         (wl-summary-mark-as-unread): Follow the API changes.
4996         (wl-summary-exec-subr): Follow the variable name changes.
4997         (wl-summary-mark-as-read): Ditto.
4998         (wl-summary-move-spec-plugged-alist): Ditto.
4999         (wl-summary-move-spec-unplugged-alist): Ditto.
5000         (wl-summary-cursor-move-surface): Ditto.
5001
5002         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5003         variable name changes.
5004         (wl-highlight-summary-current-line): Ditto.
5005
5006         * wl-expire.el (wl-expire-refile): Follow the API change in
5007         elmo-folder-move-messages.
5008         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5009         (wl-summary-archive): Use elmo-folder-msgdb instead of
5010         elmo-msgdb-load.
5011
5012 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-mime.el (wl-draft-preview-message): Restore the position
5015         before evaluating wl-draft-send-hook in preview buffer.
5016
5017 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5018
5019         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5020         when it creates new draft buffer.
5021
5022         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5023         without argument.
5024
5025         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5026         Evaluate content and if the value is string, insert it.
5027         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5028         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5029         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5030         wl-draft-config-sub-part-bottom): Use it.
5031
5032         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5033         with the folder name. The question was unintelligible when it is
5034         called from wl-save-status.
5035
5036 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5039         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5040         cannot take second argument).
5041
5042 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5045         as t. Since type and subtype are not case sensitive (RFC 2045).
5046
5047 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-vars.el (wl-message-mode-line-format): New variable.
5050         (wl-message-mode-line-format-spec-alist): Ditto.
5051         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5052         (wl-message-redisplay): Use wl-message-mode-line-format.
5053
5054 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5057
5058 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5059
5060         * wl-summary.el (wl-summary-default-from): Write description.
5061
5062 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-vars.el (wl-ldap-objectclass): Abolish.
5065
5066         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5067         (wl-ldap-make-filter): Removed condition for objectclass.
5068         (wl-ldap-make-matched-value-list): Remove meaningless process.
5069         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5070         (wl-address-ldap-search): Don't add `*' to `pat' string;
5071         use ignore-errors; added `email';
5072         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5073         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5074         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5075
5076
5077 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5078
5079         * wl-draft.el (wl-draft-parent-folder): Write description.
5080         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5081
5082 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5085         as "" (zero-length string) if no parent.
5086         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5087
5088 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-address.el (wl-address-make-completion-list): Skip duplication
5091         checking.
5092         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5093         `append'.
5094
5095 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5096
5097         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5098         instead of `beginning-of-buffer'.
5099
5100 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5101
5102         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5103
5104 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5107         Refer wl-message-buffer-name.
5108         (wl-message-wheel-down): Ditto.
5109
5110 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5111
5112         * wl-vars.el (wl-message-buffer-name): New user option.
5113
5114         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5115         directly instead of making alist dinamically.
5116
5117         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5118         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5119         wl-message-buffer-cache-name.
5120         (wl-message-buffer-cache-clean-up): Ditto.
5121
5122         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5123
5124         * Version number is increased to 2.9.15.
5125
5126 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-vars.el (wl-summary-default-view-alist): New user option.
5129
5130         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5131
5132         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5133         while deleting address.
5134         (wl-draft-delete-myself-from-cc): Ditto.
5135
5136         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5137         If optional argument is specified, reverse sort order.
5138
5139         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5140
5141 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5142
5143         * wl-thread.el (wl-thread-insert-message): Return parent number if
5144         exists.
5145         (wl-thread-update-indent-string-region): Use
5146         wl-thread-update-line-on-buffer-sub instead of
5147         wl-thread-update-line-on-buffer.
5148
5149 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5150
5151         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5152         (wl-folder-close-all): Ditto.
5153
5154 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5155
5156         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5157         and mailing-list:.
5158         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5159         value.
5160         (wl-summary-line-list-info): Print mailing-list name even when 
5161         list-number is empty.
5162
5163 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5166
5167         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5168         (wl-draft-open-file): Ditto.
5169         (wl-draft-random-alphabet): Ditto.
5170
5171         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5172         bindings.
5173
5174 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5177         * wl-vars.el (wl-draft-config-alist): Ditto.
5178
5179 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5180
5181         * Version number is increased to 2.9.14.
5182
5183         * wl.el (wl): Don't set wl-init as nil when error occured while
5184         auto-checking folders.
5185
5186         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5187         `elmo-expand-newtext'.
5188
5189 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5190
5191         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5192         `this-command' so that `wl-folder-goto-folder' contained in
5193         `wl-summary-keep-cursor-command' work.
5194
5195 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5196
5197         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5198         message buffer displaying state.
5199
5200 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5201
5202         * wl-vars.el (wl-summary-default-view): New variable to specify
5203         default value for `wl-summary-buffer-view' instead of using
5204         set-default.
5205         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5206
5207 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5210
5211         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5212
5213 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5214
5215         * wl-vars.el (wl-forward-subject-prefix): New variable.
5216         * wl-draft.el (wl-draft-forward): Use it.
5217
5218 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl-message.el (wl-message-prev-page): When it is called without
5221         lines argument, scroll down by wl-message-scroll-amount lines.
5222         (wl-message-next-page): Ditto.
5223         * wl-vars.el (wl-message-scroll-amount): Change default value
5224         to preserve current behavior.
5225
5226 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5227
5228         * wl-summary.el (wl-summary-prefetch-msg): Bind
5229         `wl-message-entity' to call `wl-summary-from-function'.
5230
5231 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-message.el (wl-message-buffer-create): Run
5234         wl-message-buffer-created-hook.
5235
5236 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-summary.el (wl-summary-sort-specs): New variable.
5239         (wl-summary-default-sort-spec): Ditto.
5240         (wl-summary-sort): Rewrite.
5241         (wl-summary-sort-by-list-info): New function.
5242
5243 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5244
5245         * wl-summary.el (wl-summary-get-list-info): New function.
5246         (wl-summary-sort): Rewrite.
5247         (wl-summary-line-list-info): Ditto.
5248         (wl-summary-line-list-count): Ditto.
5249         (wl-summary-refile-region): Fixed docstring.
5250
5251 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5254         `wl-folder-entity-hashtb' as completion table.
5255
5256 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5257
5258         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5259         only when this command is called interactively; silence the byte-
5260         compiler.
5261
5262 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5263
5264         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5265         active in XEmacs.
5266
5267 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5268
5269         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5270         plural lines.
5271
5272 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5275         of current line when the cursor is on the header name.
5276         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5277
5278 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5279
5280         * wl-util.el (wl-read-directory-name): Return displayed directory
5281         as the default value also on XEmacs.
5282
5283 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5286         formatting.
5287
5288 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5289
5290         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5291         argument and when it is non-nil, check face property before
5292         highlighting for each line.
5293         (wl-highlight-summary-window): Set it.
5294
5295 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5298         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5299
5300         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5301         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5302         (wl-draft-get-fcc-list): Likewise.
5303
5304 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5307         (wl-thread-entity-cur): Ditto.
5308         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5309         wl-thread-indent-regexp setting.
5310         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5311
5312         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5313         wl-summary-lazy-highlight.
5314         (wl-summary-display-bottom): Ditto.
5315
5316         * wl-thread.el (wl-thread-open-close): Likewise.
5317
5318         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5319         from and subject;
5320         Bind wl-draft-use-frame;
5321         Enclose with save-window-excursion;
5322         Use wl-draft-create-buffer instead of with-temp-buffer;
5323         Use wl-draft-prepare-edit;
5324         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5325         Use wl-draft-send instead of wl-draft-raw-send.
5326
5327 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5330         of using wl-from.
5331
5332 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5333
5334         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5335         insert-buffer instead of clone-buffer.
5336         (wl-draft-doing-mime-bcc): New variable.
5337         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5338         infinite loop.
5339         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5340
5341         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5342         (wl-draft-mime-bcc-body): Ditto.
5343
5344         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5345         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5346         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5347         wl-draft-do-mime-bcc.
5348         (wl-draft-mime-bcc-field): New function.
5349         (wl-draft-do-mime-bcc): Ditto.
5350
5351         * wl-address.el (wl-address-complete-header-list): New variable.
5352         (wl-address-complete-header-regexp): Changed default value.
5353
5354         * Version number is increased to 2.9.13.
5355
5356 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5359         it is differed.
5360
5361 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5362
5363         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5364         (wl-summary-line-list-count): Ditto.
5365
5366 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5367
5368         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5369         (wl-nntp-posting-function): New variable.
5370         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5371         `wl-nntp-posting-config-alist'.
5372
5373 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5376         FLIM.
5377
5378 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5379
5380         * wl-summary.el (wl-summary-target-mark-refile-sub):
5381         Remove a nuisance funcall.
5382
5383 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5386         as t for `try-completion'.
5387
5388 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-summary.el (wl-summary-default-from): Use
5391         wl-address-header-extract-address instead of
5392         std11-extract-address-components.
5393         (wl-summary-simple-from): Ditto.
5394         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5395         (wl-summary-insert-headers): Show message.
5396         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5397         for whole line.
5398         (wl-summary-default-from): Revert last change.
5399         (wl-summary-simple-from): Ditto.
5400         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5401         (wl-summary-mark-as-read-region): Follow the change above.
5402         (wl-summary-sync-marks): Ditto.
5403         (wl-summary-target-mark-mark-as-read): Ditto.
5404         (wl-summary-redisplay-internal): Ditto.
5405         (wl-summary-redisplay-no-mime-internal): Ditto.
5406         (wl-summary-redisplay-all-header): Ditto.
5407         (wl-summary-mark-as-read): Removed argument `cached';
5408         Use current cache status to set cache mark.
5409         (wl-summary-redisplay-internal): Follow the change above.
5410         (wl-summary-redisplay-no-mime-internal): Ditto.
5411         (wl-summary-redisplay-all-header): Ditto.
5412
5413         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5414
5415         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5416         Don't call itself recursively (Adviced by Yamaoka-san).
5417
5418 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5419
5420         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5421         bind wl-summary-highlight as nil to avoid error caused by missing
5422         local variables.
5423
5424 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-vars.el (wl-invalid-character-message): New user option.
5427
5428         * wl-util.el (wl-set-string-width): If truncated string-width is
5429         larger than specified width, use `wl-invalid-character-message'.
5430
5431 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5432
5433         * wl-summary.el (wl-summary-prefetch-msg): 
5434         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5435
5436 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-vars.el (wl-summary-check-line-format): New user option.
5439         (wl-summary-line-format-file): Ditto.
5440
5441         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5442         variable.
5443         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5444         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5445         and `wl-summary-view-old-p' to check whether do a rescan or not.
5446         (wl-summary-view-old-p): New function.
5447         (wl-summary-line-format-changed-p): Ditto.
5448         (wl-summary-line-format-save): Ditto.
5449         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5450
5451         * wl-util.el (wl-set-string-width): Avoid using negative number
5452         for make-string.
5453
5454 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5455
5456         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5457         return value.
5458
5459         * wl-util.el (wl-set-string-width): Added optional argument
5460         `padding' (All other related portions are changed).
5461         (wl-line-parse-format): If the first letter of column number is
5462         `0', zero-padding the result (ex: "%05l").
5463
5464         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5465
5466 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5469         sequential summary view.
5470
5471 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5474         if it doesn't have a -unix version.
5475
5476 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5479
5480 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5483         content.
5484         (wl-draft): Follow the change above.
5485
5486         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5487
5488         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5489         and wl-folder-summary-line-format-alist contain %T and %P.
5490
5491         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5492         (wl-summary-mode-line-format): New user option.
5493         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5494         (wl-summary-line-format): Changed default value.
5495         (wl-summary-lazy-highlight): Changed default value.
5496
5497         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5498         change in wl-summary-create-line.
5499         (wl-thread-insert-entity-sub): Ditto.
5500
5501         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5502         (wl-summary-buffer-unread-status): Ditto.
5503         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5504         (wl-summary-buffer-persistent-mark-column): Ditto.
5505         (wl-summary-buffer-mode-line-formatter): Ditto.
5506         (wl-summary-buffer-mode-line): Ditto.
5507         (wl-summary-message-regexp): Abolished.
5508         (All other related portions are changed.)
5509         (wl-summary-detect-mark-position): New function.
5510         (wl-summary-buffer-set-folder): Setup
5511         wl-summary-buffer-mode-line-formatter.
5512         (wl-summary-mode): Setup selective-display;
5513         Setup pre-idle-hook when xemacs.
5514         (wl-summary-update-modeline): Rewrite.
5515         (wl-summary-jump-to-msg): Define as function;
5516         Changed regexp for searching messages.
5517         (wl-summary-message-number): Rewrite.
5518         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5519         Do rescan when old type summary cache.
5520         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5521         (wl-summary-remove-destination): Use '\r' to detect EOL.
5522         (wl-summary-print-destination): Ditto.
5523         (wl-summary-temp-mark): New inline function.
5524         (wl-summary-persistent-mark): Ditto.
5525         (wl-summary-line-number): New function.
5526         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5527         (wl-summary-line-list-count): New function.
5528         (wl-summary-create-line): Added argument persistent-mark.
5529         (All other related portions are changed)
5530         (wl-summary-create-line): Insert '\r'.
5531         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5532         (wl-summary-cursor-move-surface): New inline function.
5533         (wl-summary-prev): Use it.
5534         (wl-summary-next): Ditto.
5535
5536         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5537         wl-summary-message-regexp.
5538         (wl-highlight-summary): Delete progress message.
5539         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5540
5541         * Version number is increased to 2.9.12.
5542
5543 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5544
5545         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5546         variable (nil: no minimum).
5547         (wl-summary-line-subject): Add some spaces after subject by
5548         wl-summary-line-subject-minimum-length.
5549
5550 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5551
5552         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5553         and removed `F'.
5554         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5555         change above).
5556
5557 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5558
5559         * wl-summary.el (wl-summary-line-list-count): Reverted.
5560         (example setting in samples/*/dot.wl is also updated)
5561
5562 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5565
5566         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5567
5568         * wl-vars.el (wl-summary-line-format): Addes some description to the
5569         docstring.
5570
5571         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5572         (wl-summary-line-close-bracket): Ditto.
5573         (wl-summary-line-children-number): Ditto.
5574         (wl-summary-line-thread-indent): Ditto.
5575         (wl-summary-line-children-and-from): Ditto.
5576
5577         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5578         't', 'c', 'F' and added 'C'.
5579
5580         * wl-util.el (wl-set-string-width): Accept negative value.
5581         (wl-line-parse-format): Added "%number(" and "%)".
5582
5583 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5584
5585         * wl-summary.el (wl-summary-line-list-count): Change format of the
5586         return value.
5587
5588 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5589
5590         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5591         from the recent message.el.
5592         (wl-draft-point-in-header-p): Ditto.
5593         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5594         wl-draft-beginning-of-line.
5595         * wl-e21.el (wl-draft-mode-map): Ditto.
5596         * wl-xmas.el (wl-draft-mode-map): Ditto.
5597
5598         * wl-folder.el: Sort macrodefs by dependencies.
5599
5600 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5601
5602         * wl-summary.el (wl-summary-prev): Fixed regexp.
5603         (wl-summary-next): Ditto.
5604
5605 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5606
5607         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5608
5609 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5610
5611         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5612         for backward compatibility.
5613
5614 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5615
5616         * wl-summary.el (wl-summary-line-list-count): New function, merged
5617         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5618         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5619         list counts.
5620
5621 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5622
5623         * wl-summary.el (wl-summary-create-line): Ignore errors while
5624         timezone-fix-time.
5625
5626         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5627
5628         * wl-summary.el (wl-summary-sync-update): Ditto.
5629         (wl-summary-default-from): Use wl-message-entity
5630         instead of entity.
5631
5632         * wl-summary.el (wl-summary-create-line): Fix.
5633
5634         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5635         (wl-summary-line-format): New user option.
5636         (wl-folder-summary-line-format-alist): Ditto.
5637         (wl-summary-from-width): Abolished.
5638
5639         * wl-util.el (toplevel): Require 'bytecomp.
5640         (wl-line-parse-format): New function.
5641         (wl-line-formatter-setup): New macro.
5642
5643         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5644         (wl-summary-buffer-line-formatter): New buffer local variable.
5645         (wl-summary-switch-to-clone-buffer): Follow the change above.
5646         (wl-summary-message-regexp): Fix.
5647         (wl-summary-from-func-internal): Abolished.
5648         (wl-summary-subject-func-internal): Ditto.
5649         (wl-summary-subject-filter-func-internal): Ditto.
5650         (All other related portions are changed.)
5651         (wl-summary-buffer-set-folder):
5652         Set up wl-summary-buffer-number-column and 
5653         wl-summary-buffer-line-formatter
5654         (All other related portions are changed.)
5655         (wl-summary-buffer-number-column-detect): Abolished.
5656         (All other related portions are changed.)
5657         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5658         (wl-summary-delete-all-temp-marks-on-buffer): Use
5659         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5660         (wl-summary-target-mark-delete): Ditto.
5661         (wl-summary-target-mark-refile-subr): Ditto.
5662         (wl-summary-target-mark-mark-as-read): Ditto.
5663         (wl-summary-target-mark-mark-as-unread): Ditto.
5664         (wl-summary-target-mark-mark-as-important): Ditto.
5665         (wl-summary-target-mark-save): Ditto.
5666         (wl-summary-replace-status-marks): Renamed from
5667         wl-summary-set-status-marks-on-buffer;
5668         Use wl-summary-message-regexp instead of
5669         wl-summary-buffer-number-regexp.
5670         (wl-summary-sync-update): Follow the change above.
5671         (wl-summary-goto-previous-message-beginning): New function.
5672         (wl-summary-mark-as-unread): Use it.
5673         (wl-summary-mark-as-important): Ditto.
5674         (wl-summary-line-formatter): New variable.
5675         (wl-summary-line-year): New function.
5676         (wl-summary-line-day): Ditto.
5677         (wl-summary-line-day-of-week): Ditto.
5678         (wl-summary-line-hour): Ditto.
5679         (wl-summary-line-minute): Ditto.
5680         (wl-summary-line-open-bracket): Ditto.
5681         (wl-summary-line-close-bracket): Ditto.
5682         (wl-summary-line-children-number): Ditto.
5683         (wl-summary-line-thread-indent): Ditto.
5684         (wl-summary-line-size): Ditto.
5685         (wl-summary-line-subject): Ditto.
5686         (wl-summary-line-from): Ditto.
5687         (wl-summary-line-children-and-from): Ditto.
5688         (wl-summary-create-line): Rewritten.
5689         (wl-summary-format-date): Abolished.
5690
5691         * wl-highlight.el (wl-highlight-summary-current-line): Use
5692         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5693         Use thread structure to detect thread top message.
5694
5695         * wl-draft.el (wl-default-draft-cite): Don't use
5696         wl-summary-from-func-internal.
5697
5698         * wl-refile.el (wl-refile-subject-learn): Don't use
5699         wl-summary-subject-filter-func-internal.
5700         (wl-refile-guess-by-subject): Ditto.
5701
5702         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5703         parameters.
5704
5705         * wl-thread.el (wl-thread-update-indent-string-region):
5706         Use wl-thread-update-line-on-buffer instead of
5707         wl-thread-update-indent-string.
5708         (wl-thread-update-children-number): Redefine using
5709         wl-thread-update-line-on-buffer.
5710         (wl-thread-update-indent-string): Abolished.
5711
5712         * Version number is increased to 2.9.11.
5713
5714 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5715
5716         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5717         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5718         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5719
5720         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5721         as nil.
5722
5723         * wl-thread.el (wl-thread-open-all-unread): Use 
5724         elmo-folder-list-messages-mark-match.
5725         (wl-thread-insert-message): Removed argument `mark-alist'.
5726         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5727         elmo-msgdb-set-mark.
5728         (wl-thread-get-children-msgs-uncached): Likewise.
5729         (wl-thread-get-exist-children): Added argument include-self.
5730         (wl-thread-delete-message): Follow the change above.
5731
5732         * wl-summary.el (wl-summary-count-unread): Removed argument.
5733         (wl-summary-rescan): Follow the change above.
5734         (wl-summary-mark-as-read-region): Ditto
5735         (wl-summary-mark-as-unread-region): Ditto.
5736         (wl-summary-delete-messages-on-buffer): Ditto.
5737         (wl-summary-sync-update): Ditto.
5738         (wl-summary-switch-to-clone-buffer): Ditto.
5739         (wl-summary-goto-folder-subr): Ditto.
5740         (wl-summary-target-mark-mark-as-read): Ditto.
5741         (wl-summary-target-mark-mark-as-unread): Ditto.
5742         (wl-summary-target-mark-mark-as-important): Ditto.
5743         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5744         (wl-summary-update-thread): Removed argument `mark-alist'.
5745         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5746         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5747         (wl-summary-resume-cache-status): Likewise.
5748         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5749         elmo-msgdb-set-mark.
5750         (wl-summary-mark-as-read-all): Likewise.
5751         (wl-summary-delete-cache): Ditto.
5752         (wl-summary-auto-select-msg-p): Ditto.
5753         (wl-summary-mark-as-unread): Ditto.
5754         (wl-summary-no-auto-refile-message-p): Ditto.
5755         (wl-summary-mark-as-read): Ditto.
5756         (wl-summary-mark-as-important): Ditto.
5757         (wl-summary-auto-refile): Follow the change above.
5758         (wl-summary-delete-all-marks): Removed.
5759         (wl-summary-resume-marks-and-highlight): Ditto.
5760         (wl-summary-resume-marks): Ditto.
5761         (wl-summary-delete-important-msgs-from-list): Ditto.
5762         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5763
5764         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5765         wl-summary-count-unread.
5766
5767         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5768         (wl-summary-score-update-all-lines): Use
5769         elmo-msgdb-set-mark.
5770
5771 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5772
5773         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5774         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5775         (wl-summary-create-line): Renamed from
5776         wl-summary-overview-create-summary-line;
5777         Argument rearrangement.
5778         (wl-summary-update-thread): Follow the change above.
5779
5780         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5781         (wl-thread-insert-entity-sub): Likewise.
5782
5783         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5784         argument `overview', `mark-alist' and added `msgdb'.
5785
5786         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5787
5788         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5789         (wl-summary-rescan): Follow the change above.
5790         (wl-summary-sync-update): Ditto.
5791         (wl-summary-insert-thread-entity): Ditto;
5792         Don't use `let*' in every while loop;
5793         Detect infinite loop of threads.
5794         (wl-summary-update-thread): Removed argument `overview'.
5795
5796         * wl-thread.el (wl-thread-insert-message): Ditto.
5797
5798         * Version number is increased to 2.9.10.
5799
5800         * wl-message.el (wl-message-redisplay): Ignore errors while
5801         wl-message-redisplay-hook.
5802
5803 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5804
5805         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5806
5807 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl.el (wl): inhibit-quit while wl-folder.
5810
5811 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5812
5813         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5814         while msgdb access.
5815
5816 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5817
5818         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5819         even if no folder is not created.
5820
5821 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5822
5823         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5824
5825         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5826         implementation.
5827         (wl-summary-target-mark-thread): Ditto.
5828
5829         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5830
5831 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5832
5833         * wl-util.el (wl-display-bytes): Remove unused function.
5834
5835 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5836
5837         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5838         seems critical one (partially reverse the change in 2002/03/17).
5839
5840 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5841
5842         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5843         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5844
5845 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5846
5847         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5848         is not writable.
5849         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5850         plugged status instead of `'force' as 2nd argument.
5851
5852         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5853         is not creatable.
5854
5855         * Version number is increased to 2.9.9.
5856
5857 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5858
5859         * wl-summary.el (wl-summary-suspend): New function.
5860
5861 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5862
5863         * wl.el (wl): Do not check variables if check is nil.
5864         * wl-utils.el (wl-collect-draft): New function.
5865         * wl-folder.el (wl-folder-suspend): Put summary buffers
5866         and draft buffers at the end of buffer list.
5867         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5868
5869 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5870
5871         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5872         loop instead of recursive call.
5873
5874         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5875         2nd argument.
5876
5877 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5878
5879         * wl-draft.el (wl-draft-create-contents): Don't take neither
5880         (function . args) nor (string . something) any more.
5881
5882         * wl-version.el (wl-generate-user-agent-string): Return string
5883         without header symbol.
5884         * wl-draft.el (wl-draft-default-headers): Use it.
5885
5886         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5887         `wl-draft-insert-ccs' and return field value instead of inserting
5888         the header. Abolish cc argument.
5889         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5890
5891         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5892         rather than one with string car.
5893
5894         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5895         * wl-draft.el (wl-draft-create-contents): Add it after the default
5896         headers.
5897
5898         * wl-draft.el (wl-draft-create-contents): For the case of
5899         (symbol-or-string . function) insert header only when the function
5900         returns string value.
5901
5902 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5905         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5906
5907 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5908
5909         * wl.el (wl-check-environment): Don't check Message-ID when
5910         `wl-insert-message-id' is nil.
5911         Revive checking if `wl-message-id-domain' contains "@".
5912
5913 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5914
5915         * wl.el (wl-check-environment): Merge examination for "@" at
5916         inappropriate position into the first string-match.
5917
5918         * wl-summary.el (wl-summary-target-mark-print): New function.
5919         (wl-summary-pipe-message-subr): Extracted from
5920         `wl-summary-pipe-message'.
5921         (wl-summary-target-mark-pipe): New function.
5922         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5923         `wl-summary-target-mark-pipe'.
5924
5925 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5926
5927         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5928
5929 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5930
5931         * wl.el (wl-check-environment): Use elmo-warning instead of
5932         error for non-critical ones.
5933         Remove trash folder check.
5934         (wl): Don't ignore error in wl-check-environment.
5935
5936         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5937         check, which is moved from `wl-check-environment'.
5938         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5939
5940 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5941
5942         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5943         guess anything, call wl-summary-write.
5944         (wl-summary-write): Create draft with blank To field.
5945         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5946
5947 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5948
5949         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5950         argument full as well for wl-folder-write-current-folder.
5951         If wl-*-write-current-folder cannot guess addressee, add blank
5952         To header.
5953         Rewrite condition for positioning cursor.
5954
5955 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5956
5957         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5958         summary buffer is present, use it.
5959         (wl-folder-jump-to-previous-summary): Ditto.
5960
5961 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5964
5965         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5966         wl-summary-previous-buffer and wl-summary-next-buffer.
5967
5968         * wl-folder.el (wl-folder-mode-map): Bind
5969         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5970         (wl-folder-jump-to-next-summary): New function.
5971         (wl-folder-jump-to-previous-summary): Ditto.
5972
5973         * wl-draft.el (wl-draft): Rearranged.
5974
5975 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5976
5977         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5978         of header.
5979         (wl-draft): Collect arguments for the header as header-alist.
5980         (wl-draft-forward): Arrange arguments for wl-draft.
5981         (wl-draft-reply): Ditto.
5982         (wl-draft-edit-string): Ditto.
5983         * wl-summary.el (wl-summary-write): Ditto.
5984         (wl-summary-write-current-folder): Ditto.
5985
5986         * Version number is increased to 2.9.8.
5987
5988 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5989
5990         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5991
5992         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
5993
5994         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
5995         even if the guess failed.
5996
5997         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
5998         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
5999         wl-summary-write-current-folder.
6000         * wl-xmas.el: Ditto.
6001
6002 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-summary.el (wl-summary-next-page): Force display message if
6005         message is not displayed yet.
6006         (wl-summary-prev-page): Ditto.
6007
6008 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6009
6010         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6011
6012 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6015         add "Preview Message" and "Save Draft and Exit".
6016
6017 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6018
6019         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6020         if addrmgr is called from draft in splitted window.
6021
6022         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6023         * wl-mule.el: Ditto.
6024         * wl-xmas.el: Ditto.
6025
6026 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6027
6028         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6029
6030         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6031         * wl-xmas.el (wl-folder-toolbar): Ditto.
6032
6033 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6036         and wl-draft-save-and-exit.
6037         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6038         * wl-xmas.el: Ditto.
6039         * wl-mule.el: Ditto.
6040
6041         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6042         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6043
6044 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6047         lists for saving buffer.
6048
6049 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6052         parent-folder argument instead of it.
6053         (wl-draft-create-buffer): Ditto.
6054         (wl-draft-forward): Ditto.
6055         (wl-draft-reply): Ditto.
6056         * wl-summary.el (wl-summary-write): Ditto.
6057         (wl-summary-write-current-folder): Ditto.
6058
6059         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6060         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6061         Folder buffer after composing.
6062
6063 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6064
6065         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6066         header if the file `wl-x-face-file' already contains it.
6067
6068 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6069
6070         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6071         folder" entry.
6072         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6073         * wl-e21.el (wl-folder-toolbar): Ditto.
6074         * wl-xmas.el (wl-folder-toolbar): Ditto.
6075
6076 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6079         wl-folder-goto-folder with sticky argument.
6080         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6081
6082 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6083
6084         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6085         and wl-summary-previous-buffer.
6086         (wl-summary-next-buffer): New function.
6087         (wl-summary-previous-buffer): Ditto.
6088
6089 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090
6091         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6092         wl-folder-jump-to-current-entity-with-arg.
6093         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6094         `wl-folder-jump-to-current-entity'.
6095         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6096         `wl-summary-goto-folder-sticky'.
6097         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6098         `wl-summary-goto-folder'.
6099         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6100         Unless force-exit, do not clean temp. marks for sticky summary.
6101         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6102
6103 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6104
6105         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6106         not entire.
6107
6108 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6111         to `C-x C-s'.
6112         (wl-summary-save-status): New command.
6113         (wl-summary-exit): Don't clean-up temp marks when sticky.
6114         (Applied patch from Nakayama-san [wl: 09548])
6115         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6116         Do nothing when no mark data.
6117         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6118         Call `wl-summary-delete-all-temp-marks' before saving.
6119
6120 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6121
6122         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6123
6124 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl.el (wl-check-environment): Also cause error when (system-name)
6127         returns "localhost.localdomain". (Although it doesn't affect because
6128         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6129
6130 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6131
6132         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6133         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6134
6135         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6136         value.
6137
6138 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6139
6140         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6141         Likewise r-cc-list and r-ng-list.
6142
6143 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6146         only if it is bound as variable.
6147
6148         * wl-mime.el (wl-draft-preview-message): Ditto.
6149
6150 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6151
6152         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6153         needless `goto-char'.
6154
6155         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6156         `wl-summary-redisplay-no-mime-internal' instead of
6157         `wl-summary-redisplay-no-mime'.
6158         (wl-summary-redisplay-no-mime): Changed argument;
6159         Call `wl-summary-redisplay-no-mime-internal'.
6160
6161         * wl-mime.el (wl-draft-preview-message): Bind
6162         `mime-header-encode-method-alist' locally.
6163
6164         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6165         (wl-draft-std11-parse-addresses): Added the first address check.
6166         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6167
6168         * Version number is increased to 2.9.7.
6169
6170 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6171
6172         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6173
6174 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6175
6176         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6177         related to scrollbar support, if there is no such a feature
6178         compiled in.
6179
6180 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6181
6182         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6183         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6184         for prefetch.
6185
6186 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6187
6188         * wl-summary.el (wl-summary-pick): Fix for no match.
6189
6190 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6191
6192         * wl-draft.el (wl-draft-save):
6193         Override `mime-header-encode-method-alist'.
6194
6195 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6196
6197         * wl-folder.el (wl-folder-pick): New function.
6198         Define key as "?".
6199
6200 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6201
6202         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6203         Fix for unplugged.
6204
6205 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6206
6207         * wl-folder.el (wl-folder-virtual): New function.
6208         Define key as "V".
6209
6210 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6211
6212         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6213         multi folder if entity is group.
6214
6215 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6216
6217         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6218         is nil.
6219
6220 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6221
6222         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6223         (wl-summary-target-mark-msgs): Return the number of marked messages.
6224
6225 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6226
6227         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6228         "first:" is specified.
6229
6230 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-vars.el (wl-from): Use return value of function
6233         user-full-name instead of the variable user-full-name since
6234         XEmacs-20.4 doesn't set this variable.
6235
6236 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6239         call `wl' directly.
6240
6241 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6242
6243         * wl-draft.el (wl-draft-reedit): Removed duplicated
6244         switch-to-buffers.
6245
6246 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6247
6248         * wl.el (wl-other-frame): Removed garbages.
6249
6250 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6251
6252         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6253
6254         * wl-xmas.el (wl-draft-key-setup): Ditto.
6255
6256         * wl-mule.el (wl-draft-key-setup): Ditto.
6257
6258         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6259         (wl-draft-reedit): Ditto.
6260         (wl-draft-prepare-edit): Add `wl-draft-save' to
6261         `local-write-file-hooks'.
6262         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6263         (wl-draft-reedit): Set buffer-file-name.
6264         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6265
6266
6267         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6268         call it.
6269         (wl-delete-startup-frame-function): New variable.
6270         (wl-other-frame): New function
6271         (Original was written by Yamaoka san [wl: 09239]).
6272
6273         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6274         if `wl-folder-use-frame'.
6275
6276 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6277
6278         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6279
6280 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6283         New variable.
6284         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6285         (wl-message-buffer-prefetch-get-next): Use them.
6286         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6287
6288 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6289
6290         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6291         with unwind-protect.
6292
6293         * wl-draft.el (wl-draft-reedit): Rewrite.
6294         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6295         (wl-draft-save): Insert header separator if it does not exist;
6296         Removed condition-case.
6297
6298         * wl-summary.el (wl-summary-reedit): Revert last change.
6299
6300         * wl-draft.el (wl-draft-save): Rewrite.
6301         (wl-draft-create-buffer): Set buffer-file-name as nil.
6302
6303         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6304
6305         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6306
6307         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6308         nil.
6309
6310 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6313         If count is nil, do not prefetch.
6314         (wl-message-buffer-prefetch-next): Next.
6315
6316 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6317
6318         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6319
6320 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6321
6322         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6323         `delete-backward-char'
6324         (wl-draft-prepare-edit): Check major-mode.
6325         (wl-draft-decode-header): Rewrite.
6326         (wl-draft): Fix.
6327
6328 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6329
6330         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6331
6332 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6333
6334         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6335         (wl-message-buffer-prefetch-get-next): Remove size checking.
6336         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6337
6338 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6341         (wl-draft-default-headers): Fix.
6342
6343 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6344
6345         * wl-draft.el (wl-draft-default-headers): Insert return value of
6346         `wl-generate-mailer-string-function'.
6347
6348 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6349
6350         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6351         (wl-draft-insert-mail-header-separator): Ditto.
6352
6353         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6354         again (Reverted the change on 2002-01-17 by OKADA san).
6355
6356 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * wl-draft.el (wl-draft): Rewrite.
6359         (wl-draft-create-buffer): New function.
6360         (wl-draft-create-contents): Ditto.
6361         (wl-draft-prepare-edit): Ditto.
6362         (wl-draft-decode-header): Ditto.
6363         (wl-draft-decode-body): Ditto.
6364         (wl-draft-check-new-line): Ditto.
6365         (wl-draft-default-headers): Ditto.
6366         (wl-draft-insert-mail-header-separator): Ditto.
6367
6368 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6369
6370         * Version number is increased to 2.9.6.
6371
6372 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-draft.el (wl-draft-delete-field): Optional argument.
6375         (wl-draft-delete-fields): Ditto.
6376
6377 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-message.el (toplevel): Eliminated byte-compile warning.
6380         for `itimer-function', `delete-timer' and `itimer-list'.
6381
6382 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6383
6384         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6385         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6386         `wl-message-buffer-prefetch-threshold'.
6387         * wl-summary.el (wl-summary-redisplay-internal): Remove
6388         the check of `wl-message-buffer-prefetch-depth'.
6389
6390 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6393         size of article.
6394         (wl-message-buffer-prefetch-subr): Remove size check.
6395
6396 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6397
6398         * wl-vars.el (wl-plugged): Make customizable.
6399
6400 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6403         (wl-message-buffer-prefetch-set-timer): New function.
6404         (wl-message-buffer-prefetch-get-next): New function.
6405         (wl-message-buffer-prefetch): New function.
6406         (wl-message-buffer-prefetch-next): Rewrite.
6407         (wl-message-buffer-prefetch-subr): Rewrite.
6408         * wl-vars.el (wl-auto-prefetch-first): New variable.
6409         * wl-summary.el (wl-summary-goto-folder-subr): Call
6410         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6411
6412 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6415         `wl-summary-unread-message-hook'.
6416
6417 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6418
6419         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6420         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6421         if range is `cache-status'.
6422
6423 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6424
6425         * wl-message.el (wl-message-buffer-prefetch-subr):
6426         Improve debug message.
6427
6428 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6429
6430         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6431         `wl-mail-send-pre-hook'.
6432         (wl-draft-send-mail-with-qmail): Ditto.
6433         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6434
6435 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-message.el (wl-message-buffer-prefetch-subr):
6438         Fix for cancel-function-timers bug.
6439         (wl-message-buffer-prefetch-debug): Default value is t.
6440
6441 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6442
6443         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6444         (wl-message-buffer-prefetch-subr): Rewrite.
6445         Rename from `wl-message-buffer-prefetch'.
6446
6447 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6448
6449         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6450         (wl-default-draft-cite-decorate-author): Ditto.
6451
6452         * wl-draft.el (wl-draft-cite-function): Removed.
6453         (wl-default-draft-cite-decorate-author): Ditto.
6454
6455 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6456
6457         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6458         (wl-default-draft-cite): Do not arrange author name if the value of
6459         `wl-default-draft-cite-decorate-author' is nil.
6460
6461 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6462
6463         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6464
6465         * wl-folder.el (wl-folder-check-one-entity): Don't care
6466         `elmo-folder-use-flag-p'.
6467
6468 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-folder (wl-folder-check-one-entity): Fix
6471         problem if unread is nil.
6472
6473 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6474
6475         * wl-address.el (wl-address-make-completion-list): Check whether
6476         the address is a group list.
6477         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6478
6479 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6480
6481         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6482         The number of the messages of new and unread does not count
6483         correctly.
6484
6485         * wl-summary.el (wl-summary-count-unread): Changed to return
6486         `(new . unread)' instead of total.
6487         (wl-summary-sync-update): Follow the change above.
6488
6489         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6490
6491 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6492
6493         * wl-address.el (wl-address-make-completion-list): Do not enclose
6494         address by " <" and ">" if associated realname is "".
6495         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6496         This is against the promblem with group list in .addresses pointed
6497         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6498
6499 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6500
6501         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6502         message is a format control string.
6503         * wl-expire.el (wl-expire-append-log): Ditto.
6504         * wl-mime.el (wl-summary-burst-subr): Ditto.
6505         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6506         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6507
6508 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6511         wl.el (wl-check-variables): Rename from `wl-check-type'.
6512         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6513         (wl-check-variables-2): New function.
6514         (wl): Call `wl-check-variables-2'.
6515
6516 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6517
6518         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6519         after renaming folder in access group.
6520
6521 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6522
6523         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6524         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6525         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6526         (wl-message-buffer-prefetch): Rewrite.
6527         (wl-message-buffer-prefetch-idle-time): Removed.
6528         * wl-summary.el (wl-summary-redisplay-internal):
6529         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6530         Error check for `wl-message-buffer-prefetch-depht'.
6531
6532 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * Version number is increased to 2.9.5.
6535         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6536
6537 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6540         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6541         Based on the patch written by
6542         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6543
6544 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-draft.el (wl-draft-raw-send): Fix for
6547         `wl-news-send-pre-hook'
6548
6549 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6550
6551         * wl-utils.el (wl-message-id-function): New variable.
6552         * wl-draft.el (wl-draft-insert-required-fields):
6553         Use `wl-message-id-function'.
6554
6555 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6558         * wl-utils.el (wl-draft-make-message-id-string):
6559         Use `wl-from' for domain part of Message-ID
6560         if `wl-message-id-use-wl-from' if non-nil.
6561         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6562
6563 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl.el (wl): Call `wl-check-type'
6566         Do not 'condition-case'.
6567
6568 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl.el (wl-check-type): New function.
6571         (wl-check-type-variables): New variable.
6572
6573 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6576
6577 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * wl-draft.el (wl-smtp-password-key): New function.
6580         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6581         (wl-draft-send-mail-with-smtp): Ditto.
6582         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6583
6584 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6585
6586         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6587         * wl-utils.el (wl-unique-id-suffix): Remove.
6588
6589 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * Version number is increased to 2.9.4.
6592
6593 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6594
6595         * wl-utils.el (wl-unique-id-suffix): New variable.
6596         (wl-unique-id): Use `wl-unique-id-suffix'
6597
6598 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6599
6600         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6601         instead of `elmo-msgdb-search'.
6602
6603         * Version number is increased to 2.9.3.
6604
6605 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6606
6607         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6608
6609 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6612         (wl-draft-dispatch-message): Changed for send-later.
6613         (wl-draft-queue-flush): Ditto.
6614         (wl-draft): Clear `wl-sent-message-queued'.
6615         (wl-draft-reedit): Ditto.
6616         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6617         * wl-vars.el (wl-draft-force-queuing): New variable.
6618         (wl-draft-force-queuing-mail): New variable.
6619         (wl-draft-force-queuing-news): New variable.
6620
6621 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6622
6623         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6624         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6625
6626 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6627
6628         * Version number is increased to 2.9.2.
6629
6630 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6631
6632         * wl-draft.el (wl-draft-elide-region): New user command.
6633         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6634
6635         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6636         command `wl-draft-elide-region'.
6637         * wl-mule.el: Ditto.
6638         * wl-xmas.el: Ditto.
6639
6640 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6641
6642         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6643         (wl-biff-check-folder-async): Removed needless let.
6644
6645 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6648         wl-folder-get-elmo-folder.
6649         (wl-biff-check-folder): Set `biff' argument of
6650         `wl-folder-check-one-entity'.
6651         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6652
6653         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6654         (wl-folder-check-one-entity): Added `biff' argument;
6655         Setup `biff' slot of folder.
6656
6657         * Version number is increased to 2.9.1.
6658
6659 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6660
6661         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6662         comment out and fixed.
6663         (wl-fldmgr-add-completion-subr): Ditto.
6664
6665         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6666         and msgdb.
6667
6668         * wl.el (wl-toggle-plugged): Save summary view.
6669
6670 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6671
6672         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6673
6674 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6675
6676         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6677
6678 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6681         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6682         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6683
6684         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6685         if it was failed.
6686         (wl-demo): Disable undo in the demo buffer.
6687
6688 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-version.el (wl-version): Changed codename.
6691
6692         * Version number is increased to 2.9.0.
6693
6694 2001-12-14  Takuo KITAME <kitame@northeye.org>
6695
6696         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6697         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6698         (wl-folder-mark-as-read-all-current-entity): Ditto.
6699
6700 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl-vars.el (wl-from-width): Define as obsolete variable.
6703         (wl-subject-length-limit): Ditto.
6704
6705         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6706
6707         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6708         wl-summary-save-view.
6709
6710         * wl.el (wl-save-status): Ditto.
6711         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6712
6713         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6714         (wl-summary-exit): Follow the change above.
6715         (wl-summary-goto-folder-subr): Ditto.
6716
6717         * wl-folder.el (wl-folder-create-subr): Don't use
6718         `elmo-folder-creatable-p'.
6719
6720 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6723
6724 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6725
6726         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6727         rather than bitmap on Emacs 21.
6728         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6729         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6730         for xbm if the new redisplay engine is not available.
6731
6732 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6733
6734         * wl-folder.el (wl-folder-init-hook): New hook.
6735         (wl-folder-init): Run `wl-folder-init-hook'.
6736
6737 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6740
6741 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6742
6743         * wl-acap.el (wl-acap-cache-filename): New variable.
6744         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6745         (wl-acap-init): Use cache if no ACAP server found.
6746
6747 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6748
6749         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6750         `wl-acap-original-msgdb-dir'.
6751
6752         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6753         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6754
6755         * wl-mime.el (wl-mime-save-directory): Renamed from
6756         `wl-mime-save-dir'.
6757
6758 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6761
6762         * wl-demo.el: Require `path-util'.
6763         (wl-demo-bitmap-mule-available-p): New internal variable.
6764         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6765         `module-installed-p' instead.
6766         (wl-demo-insert-image): Use *.img file for a bitmap image.
6767         (wl-demo): Don't call the ascii demo recursively.
6768
6769 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6770
6771         * Version number is increased to 2.7.7.
6772
6773 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6774
6775         * wl.el (wl-exit): Eliminated byte-compile warning.
6776
6777 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6778
6779         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6780         obsolete variable using `elmo-define-obsolete-variable'.
6781         (wl-fetch-confirm-threshold): Ditto.
6782         (wl-cache-prefetch-folder-type-list): Ditto.
6783         (wl-cache-prefetch-folder-list): Ditto.
6784
6785 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6786
6787         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6788         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6789         (wl-demo-insert-image): New function.
6790         (wl-demo-insert-text): New function.
6791         (wl-demo-image-type-alist): Redefine as a function.
6792         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6793         (wl-demo-with-temp-file-buffer): Removed.
6794         (wl-logo-xpm): Removed.
6795         (wl-logo-xbm): Removed.
6796         (wl-logo-bitmap): Removed.
6797
6798 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6799
6800         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6801         (wl-expire-localdir-get-folder-function): New user option.
6802         (wl-expire-localdir-get-folder): New function.
6803         (wl-expire-localdir-date): Ditto.
6804
6805 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6806
6807         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6808         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6809         Fixed unread number mismatch when all-unread < unread.
6810
6811 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6814         (wl-fetch-confirm-threshold): Ditto.
6815
6816         * wl-summary.el (wl-summary-confirm-appends): Removed.
6817         (wl-summary-sync-update): Don't refer
6818         `wl-summary-update-confirm-threshold' (It is now abolished).
6819
6820         * wl-message.el (wl-message-display-internal): Don't refer
6821         `wl-fetch-confirm-threshold' (It is now abolished).
6822
6823 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6826
6827 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6828
6829         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6830         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6831         Change default value to nil.
6832         (wl-summary-indent-length-limit): The value can be nil, nil means
6833         unlimited.
6834
6835         * wl-summary.el: Don't set limit for indent length if the value of
6836         wl-summary-indent-length-limit is nil.
6837         If the value of wl-summary-width is nil, it means only that the width
6838         of summary is unlimited (nil doesn't mean that the indent length is
6839         unlimited).
6840
6841         * wl-thread.el: Ditto.
6842
6843 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6844
6845         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6846         be nil, nil means never confirm.
6847         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6848
6849 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6850
6851         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6852         means unlimited).
6853
6854 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6857         Use `with-temp-buffer'.
6858
6859 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6862         with new backquote style).
6863         (wl-folder-get-entity-from-buffer): Ditto.
6864
6865 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6866
6867         * wl-version.el (nemacs-version): Eliminated.
6868         (wl-extended-emacs-version2): Ignore nemacs.
6869         (wl-extended-emacs-version3): Ditto.
6870
6871 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6872
6873         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6874         (wl-draft-add-in-reply-to): New variable.
6875         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6876         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6877         (wl-draft-yank-from-mail-reply-buffer): Use
6878         `wl-draft-add-in-reply-to'.
6879         (wl-draft-insert-current-message): Ditto.
6880
6881 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6882
6883         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6884         typo (kill->hide).
6885         (wl-message-buffer-prefetch-folder-type-list): Added elements
6886         `mark' and `cache' instead of `internal'.
6887
6888 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6891         resume msgdb directory.
6892
6893 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl.el (wl-exit): Call `wl-acap-exit'.
6896
6897         * wl-summary.el (wl-summary-message-string): New function.
6898         (wl-summary-reedit): Use it.
6899         (wl-summary-resend-bounced-mail): Remove needless let.
6900         (wl-summary-supersedes-message): Ditto.
6901         (wl-summary-save): Ditto.
6902
6903         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6904         (wl-acap-init): Set it.
6905         (wl-acap-exit): New function.
6906
6907 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl.el (wl-init): Revert (require 'mime-setup). move from
6910         toplevel.
6911
6912 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6913
6914         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6915         local variables.  Add error when guess function return invalid
6916         value.
6917
6918 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6921         Change local variable name.
6922         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6923         (wl-folder-get-newsgroups): Return nil when non-news folder.
6924         * wl-summary.el (wl-summary-write-current-folder): State through
6925         when guess-list return nil.
6926         (wl-summary-write-current-folder-functions): Fixed docstring.
6927
6928         * wl.el (wl-exit): Changed confirm message.
6929
6930         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6931         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6932
6933         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6934
6935 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6936
6937         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6938         user option (Renamed from wl-cache-prefetch-folder-type-list).
6939         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6940         from wl-cache-prefetch-folder-list).
6941
6942         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6943         Move to wl-vars.el.
6944         (wl-message-buffer-prefetch-p): Changed to enable
6945         `wl-message-buffer-prefetch-folder-list'.
6946
6947         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6948         `ignore-cache'.
6949
6950 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6951
6952         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6953         `part-top' and `part-bottom'.
6954         (wl-draft-config-sub-part-top): New function.
6955         (wl-draft-config-sub-part-bottom): New function.
6956
6957 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6958
6959         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6960
6961 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6962
6963         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6964
6965 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6966
6967         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6968
6969         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6970         (wl-summary-write-current-folder): Ditto.
6971
6972 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-folder.el (wl-folder-get-newsgroups): Use
6975         `elmo-folder-newsgroups'.
6976
6977 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6978
6979         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6980         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6981         `wl-draft-config-sub-header-bottom'.
6982
6983 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6984
6985         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6986         localnews folder.
6987
6988 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6989
6990         * wl-summary.el (wl-summary-mode): Undo last change.
6991
6992         * wl-folder.el (wl-folder-mode): Ditto.
6993
6994 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6995
6996         * wl-summary.el (wl-summary-mode): Locally set
6997         truncate-partial-window-width to nil.
6998         (for XEmacs)
6999
7000         * wl-folder.el (wl-folder-mode): Ditto.
7001
7002 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7005
7006 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7009         number.
7010
7011         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7012
7013         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7014
7015         * Version number is increased to 2.7.6.
7016
7017 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7018
7019         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7020
7021 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl-summary.el (wl-summary-sync-update): Enclose network
7024         related portion with `unwind-protect'.
7025
7026 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7027
7028         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7029
7030 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7033         element.
7034         * wl-vars.el (wl-message-body-button-alist): Ditto.
7035
7036         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7037         max match length.
7038         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7039
7040         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7041         for the max match length;
7042         Use 4th element value for the button string regexp group.
7043
7044         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7045         candidate exists, prompt to select.
7046
7047 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7048
7049         * wl-summary.el (wl-summary-jump-to-msg): Search before
7050         calibration point by `beginning-of-line'.
7051
7052 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7053
7054         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7055         for access group.
7056
7057 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7058
7059         * wl-message.el (wl-message-display-internal): Bind
7060         `default-mime-charset'.
7061
7062         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7063
7064         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7065
7066         * Version number is increased to 2.7.5.
7067
7068 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7069
7070         * wl-expire.el (wl-summary-archive): Fixed;
7071         Use `elmo-folder-name-internal'.
7072
7073 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7074
7075         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7076         from `elmo-folder-move-messages' caller.
7077         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7078
7079         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7080         related portions are changed).
7081
7082 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7083
7084         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7085         counter.
7086
7087 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7088
7089         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7090         buffer local and set it to nil.
7091
7092         * wl-message.el (wl-message-redisplay): Ditto.
7093
7094 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-summary.el (wl-summary-mark-as-important): If message is
7097         already cached, set messag as read, otherwise encache and mark as read.
7098
7099 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7100
7101         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7102         point-min.
7103
7104 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7107         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7108         a keymap.
7109
7110 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7113         parent.
7114
7115         * wl-mule.el (wl-message-define-keymap): Ditto.
7116
7117         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7118
7119         * wl-xmas.el (wl-message-display-internal-hook): Define.
7120         (wl-xmas-setup-message-toolbar): Define as function.
7121         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7122         (wl-message-overload-functions): Abolished.
7123         (wl-message-define-keymap): New function.
7124
7125         * wl-vars.el (wl-message-display-internal-hook): New variable.
7126         (wl-message-header-button-alist): New variable (Renamed from
7127         wl-highlight-message-header-button-alist).
7128         (wl-message-body-button-alist): Ditto.
7129
7130         * wl-mule.el (wl-message-define-keymap): New function.
7131         (wl-message-overload-functions): Abolished.
7132
7133         * wl-message.el (wl-message-add-buttons-to-body): New function.
7134         (wl-message-redisplay): Don't call wl-message-overload-functions;
7135         Call wl-message-add-buttons-to-header and
7136         wl-message-add-buttons-to-body.
7137         (wl-message-display-internal): Set keymap argument for
7138         elmo-mime-display-as-is, elmo-mime-message-display;
7139         Run wl-message-display-internal-hook.
7140         (wl-message-refer-article-or-url): Abolished.
7141
7142         * wl-highlight.el (wl-highlight-headers): Don't call
7143         wl-highlight-message-add-buttons-to-header.
7144         (wl-highlight-message-add-buttons-to-header): Abolished.
7145
7146
7147         * wl-e21.el (wl-message-display-internal-hook): Define.
7148         (wl-e21-setup-toolbar): Deleted duplicated binding.
7149         (wl-e21-setup-message-toolbar): Define as function.
7150         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7151         (wl-message-define-keymap): New function.
7152         (wl-message-overload-functions): Abolished.
7153
7154 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7155
7156         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7157         and elmo-folder-close.
7158
7159         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7160
7161 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7162
7163         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7164         boolean value.
7165         * wl-draft.el (wl-draft-do-fcc): Ditto.
7166
7167 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7168
7169         * wl-vars.el (wl-fcc-force-as-read): New variable.
7170         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7171         mark copied message as read.
7172
7173 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7174
7175         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7176
7177 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7178
7179         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7180         `wl-summary-target-above' instead of obsolete variable
7181         `wl-summary-temp-above'.
7182
7183         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7184         instead of `make-obsolete-variable'.
7185         * wl-refile.el (toplevel): Ditto.
7186
7187 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7188
7189         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7190         with third argument t.
7191         (wl-draft): Set first argument for wl-plugged-init as t.
7192
7193         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7194         definition.
7195
7196 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * wl-vars.el: Tabify.
7199         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7200
7201         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7202         message.
7203
7204 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7205
7206         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7207         and set default to beep.
7208
7209 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7210
7211         * wl-vars.el (wl-draft-truncate-lines): New variable.
7212
7213         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7214         instead of wl-message-truncate-lines for truncate-lines.
7215
7216 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7217
7218         * wl-message.el (wl-message-display-internal): Call
7219         `wl-highlight-message' after `elmo-mime-display-as-is'.
7220
7221         * wl-mime.el (wl-mime-display-text/plain): New function.
7222         (wl-mime-display-header): Ditto.
7223         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7224         body-presentation-method for text/plain;
7225         Register `wl-mime-display-header' as a header-presentation-method;
7226         Don't set up `elmo-message-text-content-inserted-hook' and
7227         `elmo-message-header-inserted-hook'.
7228
7229         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7230         variable.
7231         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7232         as t if flag is 'all-header;
7233         Don't bind `elmo-message-ignored-field-list',
7234         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7235
7236 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7239         for xemacs with non-mule environment.
7240
7241 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7242
7243         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7244         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7245         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7246
7247 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7248
7249         * wl-vars.el (wl-interactive-send): Set default value as t.
7250
7251 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7254         (wl-addrmgr-method-list): Abolished.
7255         (wl-addrmgr-change-method): Follow above change.
7256
7257         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7258
7259 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7260
7261         * wl-vars.el (wl-message-truncate-lines): Change default value
7262         to default-truncate-lines.
7263
7264         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7265
7266 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7267
7268         * wl-vars.el (wl-message-truncate-lines): New variable.
7269
7270         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7271         wl-message-truncate-lines.
7272
7273 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7274
7275         * wl-acap.el (wl-acap-init): Remove period from error message.
7276         (wl-acap-find-acap-service): Remove period from message.
7277
7278 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * wl.el (wl-check-environment): Undo last change.
7281
7282         * wl-vars.el (wl-from): Changed default value.
7283
7284         * wl-util.el (toplevel): Don't require tm-edit.
7285
7286         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7287         `wl-folder-init';
7288         Don't set mark on mail body.
7289         (wl-draft-reedit): Ditto.
7290
7291         * wl-address.el (wl-address-quote-specials): Define as an alias for
7292         elmo-address-quote-specials.
7293
7294 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7295
7296         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7297
7298         * wl-vars.el (wl-from): Set default value as nil.
7299         (wl-organization): Set default value as ORGANIZATION environment
7300         variable.
7301
7302         * wl-draft.el (wl-smtp-extension-bind): Check value of
7303         wl-smtp-connection-type.
7304
7305         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7306         error.
7307
7308 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7309
7310         * Version number is increased to 2.7.4.
7311
7312         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7313         arguments from `wl-highlight-x-face-function' caller.
7314         Use x-face-1.3.6.12 or later.
7315
7316 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7317
7318         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7319
7320 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7321
7322         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7323         (wl-fcc): Fix to accept function.
7324         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7325
7326 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7327
7328         * wl-acap.el (toplevel): Added `product-provide' declare.
7329         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7330
7331 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl.el (wl): Changed order of calling `elmo-init'
7334         and `elmo-folder-init'.
7335
7336 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7337
7338         * wl-mime.el (wl-summary-burst): Extract message when content-type
7339         of root entity is not only `multipart' but also `message/rfc822'.
7340         (wl-summary-burst-subr): Ditto.
7341
7342 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl-vars.el (toplevel): Require 'custom.
7345         (wl-trash-folder): Added to `wl-setting' group.
7346
7347         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7348         exists.
7349         (wl-addrmgr-draw): Insert empty line when no entry exists.
7350
7351         * wl-mule.el (wl-message-wheel-up): Fixed.
7352         (wl-message-wheel-down): Ditto.
7353
7354 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7355
7356         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7357         config is an anonymous lambda expression.
7358
7359 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7362         when Mule 2 is running.
7363
7364 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7367
7368 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7371         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7372
7373         * wl-address.el (wl-address-specials-regexp): Eliminated.
7374         (wl-address-quote-specials): Rewrite.
7375
7376 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7377
7378         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7379         shy-groups for regexp.
7380
7381         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7382         character classes and Perl style shy-groups for regexp.
7383         (wl-highlight-plugged-current-line): Use Posix style character
7384         classes for regexp.
7385         (wl-e21-highlight-folder-by-numbers): Ditto.
7386         (wl-e21-display-image-p): Use `display-images-p' instead of
7387         `display-graphic-p'.
7388         (display-images-p): Make an alias to `display-graphic-p' if it is
7389         not available.  It is for Emacs version prior to 21.0.105.
7390
7391         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7392         `display-graphic-p'.
7393         (wl-demo-image-type-alist): Ditto.
7394         (display-images-p): Make an alias to `display-graphic-p' if it is
7395         not available.  It is for Emacs version prior to 21.0.105.
7396
7397 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7398
7399         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7400         support.
7401         (wl-generate-user-agent-string): Ditto.
7402
7403         * wl-version.el (wl-version): Update docsting.
7404         (wl-version-status): Ditto.
7405
7406 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7407
7408         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7409         21.0.105.  For Emacs 21.0.104 or earlier.
7410
7411 2001-09-03  Takuo KITAME <kitame@northeye.org>
7412
7413         * wl-e21.el (wl-plugged-init-icons): Use
7414         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7415         (wl-biff-init-icons): Ditto.
7416
7417 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-highlight.el (wl-highlight-summary-current-line):
7420         Fixed highlighting refile/copy destination.
7421
7422         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7423         (wl-acap-store): Encode string by wl-acap-coding-system.
7424
7425 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-acap.el (toplevel): Check and require 'un-define before
7428         'xemacs-ucs;
7429          Added checking for UTF-2000.
7430
7431 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7434         Don't enclose with `eval-and-compile'.
7435
7436         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7437         wl-init is non-nil.
7438
7439         * wl-draft.el (wl-draft): Ditto.
7440
7441         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7442
7443         * wl-acap.el (toplevel): Require 'wl.
7444         (wl-acap-store): Call `elmo-init'.
7445
7446         * wl.el (wl): Changed position of `wl-check-environment'.
7447         (toplevel): Added autoload setting for wl-acap.
7448
7449         * wl-vars.el (wl-setting): New custom group.
7450         (wl-from): Added wl-setting group.
7451         (wl-user-mail-address-list): Ditto.
7452         (wl-organization): Ditto.
7453         (wl-subscribed-mailing-list): Ditto.
7454         (wl-envelope-from): Ditto.
7455         (wl-smtp-posting-user): Ditto.
7456         (wl-smtp-posting-server): Ditto.
7457         (wl-smtp-posting-port): Ditto.
7458         (wl-smtp-authenticate-type): Ditto.
7459         (wl-pop-before-smtp-user): Ditto.
7460         (wl-pop-before-smtp-server): Ditto.
7461         (wl-pop-before-smtp-port): Ditto.
7462         (wl-pop-before-smtp-authenticate-type): Ditto.
7463         (wl-nntp-posting-server): Ditto.
7464         (wl-nntp-posting-user): Ditto.
7465         (wl-nntp-posting-port): Ditto.
7466         (wl-fetch-confirm-threshold): Ditto.
7467         (wl-prefetch-threshold): Ditto.
7468         (wl-thread-insert-opened): Ditto.
7469         (wl-ldap-server): Ditto.
7470         (wl-ldap-port): Ditto.
7471         (wl-ldap-base): Ditto.
7472         (wl-ldap-objectclass): Ditto.
7473         (wl-use-ldap): Ditto.
7474         (wl-draft-config-alist): Ditto.
7475         (wl-draft-config-matchone): Ditto.
7476         (wl-template-alist): Ditto.
7477         (wl-message-sort-field-list): Ditto.
7478         (wl-message-ignored-field-list): Ditto.
7479         (wl-message-visible-field-list): Ditto.
7480         (wl-interactive-send): Ditto.
7481         (wl-summary-move-order): Ditto.
7482         (wl-auto-select-first): Ditto.
7483         (wl-auto-select-next): Ditto.
7484         (wl-interactive-save-folders): Ditto.
7485
7486         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7487         Initialization codes are moved from wl-local-folder-init.
7488         (wl-local-folder-init): Follow the change above.
7489         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7490
7491         * wl-acap.el: New file.
7492
7493         * Version number is increased to 2.7.3.
7494
7495 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7496
7497         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7498
7499 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7500
7501         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7502         (wl-addrmgr-address-entry-list): Ditto.
7503
7504 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * wl-e21.el (wl-draft-mode-map): Removed binding for
7507         `wl-draft-insert-x-face-field'.
7508
7509         * wl-mule.el (wl-draft-mode-map): Ditto.
7510
7511         * wl-xmas.el (wl-draft-mode-map): Ditto.
7512
7513         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7514         (wl-cs-autoconv): Ditto.
7515         (wl-cs-local): Ditto.
7516         (wl-use-scoring): Ditto.
7517         (wl-mime-charset): Ditto.
7518         (wl-folder-check-async): Ditto.
7519
7520         * wl.el (toplevel): Ignore nemacs and tm.
7521         (wl-exit): Ditto.
7522
7523         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7524         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7525         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7526         instead of wl-address-petname-add-or-change.
7527         (wl-summary-edit-addresses-subr): Use wl-address-delete
7528         instead of wl-address-petname-delete.
7529
7530         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7531
7532         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7533         if error occured.
7534
7535         * wl-message.el (require): Remove tm support.
7536
7537         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7538
7539         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7540         (wl-folder-jump-to-current-entity): Ditto.
7541         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7542
7543         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7544         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7545         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7546
7547         * wl-mule.el (wl-draft-key-setup): Ditto.
7548
7549         * wl-xmas.el (wl-draft-key-setup): Ditto.
7550
7551         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7552         (wl-draft-std11-parse-addresses): New function.
7553         (wl-draft-parse-mailbox-list): Use it.
7554         (wl-draft): Ignore nemacs.
7555         (wl-draft-reedit): Ditto.
7556
7557         * wl-addrmgr.el: New file.
7558         (Original is wl-rcpt.el written by
7559         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7560         Thanks Kitamoto-san.)
7561
7562         * wl-address.el (wl-address-make-address-list): Modified parsing
7563         process.
7564         (wl-address-delete): Renamed from `wl-address-petname-delete';
7565         Modify wl-address-list too.
7566         (wl-address-add-or-change): Renamed from
7567         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7568
7569 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7570
7571         * wl-highlight.el (wl-highlight-summary-current-line):
7572           Work with transient-mark-mode
7573
7574 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * Version number is increased to 2.7.2.
7577
7578         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7579         instead of elmo-dop-queue-method.
7580
7581 2001-08-06  SAITO Atsunori <sai@yedo.com>
7582
7583         * wl-vars.el (wl-ldap-objectclass): New user option.
7584
7585         * wl-address.el (wl-ldap-make-filter): Use it.
7586
7587 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7588
7589         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7590
7591 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-folder.el (wl-folder): redisplay after folder insertion.
7594
7595         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7596
7597         * wl-summary.el (wl-summary-sync-update):
7598         Change status mark only when new-msgdb exists.
7599         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7600
7601 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-summary.el (wl-summary-open-folder): New function.
7604         (wl-summary-goto-folder-subr): Use it.
7605         (wl-summary-mark-as-important): Fix;
7606         Encache only when no cache exists.
7607
7608 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7611         Use with-current-buffer.
7612
7613 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7614
7615         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7616         before call `get-buffer'. Fixed parenthesis.
7617         (wl-score-get-header-entry): Clear message and help window when
7618         keyboard quit.
7619         (wl-score-edit-insert-header): Ditto.
7620
7621 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7624         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7625         (wl-default-draft-cite): Fix.
7626
7627         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7628         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7629
7630 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7631
7632         * wl-message.el (wl-message-prev-page): Do same bahavior
7633         as summary when it is called in the message buffer.
7634         (wl-message-next-page): Ditto.
7635
7636 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-summary.el (wl-summary-forward): Use cache if it is not
7639         section cache.
7640
7641 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7642
7643         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7644         Removed redundant require of elmo-vars.
7645         (wl-biff-state-indicator-on): Changed default value for
7646         xemacs with non-mule environment.
7647
7648         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7649         wl-message-buffer is nil;
7650         Hide progress bar after moving messages.
7651
7652 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7653
7654         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7655         message at cursor point is deleted.
7656
7657 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7658
7659         * wl-vars.el: Changed file coding system to euc-japan.
7660         Added -*-coding:-*- magic to the first line.
7661
7662         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7663         Search parent from the first message.
7664
7665         * Version number is increased to 2.7.1.
7666
7667 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7668
7669         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7670
7671 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7674         refile/delete execution.
7675
7676         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7677         Fixed docstring.
7678
7679 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7682         do update process;
7683         Don't update marks when update process is interrupted.
7684
7685 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-summary.el (wl-summary-reply): Fixed problem when
7688         wl-draft-use-frame is non-nil.
7689         (wl-summary-forward): Ditto.
7690
7691         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7692         as nil.
7693         (wl-folder-mark-as-read-all-entity): Ditto.
7694         (wl-folder-prefetch-entity): Ditto.
7695
7696         * wl.el (wl): Check environment before wl-init.
7697
7698         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7699         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7700         instead of wl-summary-collect-unread.
7701         (wl-summary-reply): Split message window.
7702
7703 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7704
7705         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7706         only if current language environment is japanese,
7707
7708         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7709         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7710         (wl-folder-goto-folder-subr): Ditto.
7711
7712         * wl-draft.el (wl-draft-dispatch-message): Call
7713         `elmo-file-cache-get-path'.
7714
7715 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-summary.el (wl-summary-cursor-move): If return value of
7718         wl-summary-next-message is not number, don't jump.
7719
7720 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-summary.el (wl-summary-buffer-next-message-function): New
7723         variable.
7724         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7725         if it is bound.
7726
7727         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7728         string.
7729
7730         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7731         (wl-plugged-drawing): Ditto.
7732
7733 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7736         process.
7737         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7738         with unwind-protect.
7739
7740         * wl.el (wl-init): Require mime-setup.
7741         (wl-check-environment): Don't require mime-setup.
7742
7743         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7744         instead of elmo-folder-type.
7745
7746         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7747         value as nil.
7748
7749 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7750
7751         * Version number is increased to 2.7.0.
7752
7753         * wl-version.el (wl-version): Changed codename.
7754
7755         * wl-summary.el (wl-summary-delete-cache): Fixed.
7756
7757         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7758         Workaround for net folders.
7759         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7760
7761         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7762         value to nil (According to the patch from
7763         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7764
7765         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7766         of elmo-folder-close.
7767
7768 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7769
7770         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7771         for postfix.
7772
7773 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-summary.el (wl-summary-resend-message): Fixed.
7776
7777         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7778         Call wl-draft with `from' argument if its address is included in
7779         `wl-user-mail-address-list'.
7780         (wl-draft): Added `from' argument.
7781
7782         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7783         non-nil.
7784         (wl): Don't show demo if wl-demo is nil.
7785
7786         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7787         wl-summary-use-frame.
7788
7789         * wl-vars.el (wl-summary-use-frame): New user option.
7790         (wl-folder-use-frame): Changed docstring.
7791
7792         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7793         non-nil.
7794         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7795         wl-summary-use-frame.
7796
7797         * wl-vars.el (wl-folder-use-frame): New user option.
7798
7799         * wl-summary.el (wl-summary-exit): Back to folder frame if
7800         wl-folder-use-frame is non-nil.
7801         (wl-summary-redisplay-internal): Ignore cache if current folder
7802         is draft folder,
7803         (wl-summary-redisplay-no-mime): Ditto.
7804         (wl-summary-redisplay-all-header): Ditto.
7805
7806         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7807         if wl-folder-use-frame is non-nil.
7808
7809 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-sync-update): Bind
7812         elmo-folder-update-threshold.
7813         (wl-summary-mark-as-important): Enclosed server mark processing
7814         with `save-match-data'.
7815
7816         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7817         only when it is already defined.
7818
7819 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7820
7821         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7822         name of folder exclude localdir is wrong.
7823         * wl-folder.el (wl-folder-sync-entity):
7824         Set `wl-summary-always-sticky-folder-list' as nil.
7825         (wl-folder-mark-as-read-all-entity): Ditto.
7826         (wl-folder-prefetch-entity): Ditto.
7827
7828 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7829
7830         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7831         instead of `wl-summary-write-current-newsgroup'.
7832
7833 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7834
7835         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7836         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7837         non-nil and selected message is important, do not display.
7838
7839 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7842
7843 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7844
7845         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7846
7847         * wl-summary.el (wl-summary-mark-as-important): Set message number
7848         using wl-summary-message-number.
7849
7850 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7851
7852         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7853         destination folder is 'null.
7854
7855 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7856
7857         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7858         New function.
7859         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7860         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7861         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7862
7863 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-mime.el (wl-mime-setup): Added setting for
7866         `mime-setup-signature-key-alist' to avoid overriding key bind for
7867         `wl-draft-send'.
7868
7869         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7870         for `wl-draft-send'.
7871         * wl-mule.el (wl-draft-overload-functions): Ditto.
7872         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7873         * wl-draft.el (wl-draft-send): Ditto.
7874
7875         * wl-message.el (wl-message-display-internal):
7876         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7877         (Patch is provided by <kita@coe.nttdata.co.jp>).
7878
7879 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7880
7881         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7882
7883 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7884
7885         * wl.el (wl): Fix for wl-demo.
7886
7887 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7888
7889         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7890
7891 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7892
7893         * wl-folder.el (wl-folder-prefetch-entity): Use
7894         `wl-folder-get-elmo-folder'.
7895         (wl-folder-count-incorporates): Do not use
7896         `wl-folder-get-elmo-folder'.
7897
7898 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7899
7900         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7901         instead of `elmo-folder-get-type'.
7902
7903 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7904
7905         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7906         position on Subject: field.
7907         (Advised by Mito <mit@nines.nec.co.jp>)
7908
7909 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7910
7911         * wl-folder.el (wl-folder-prefetch-entity): Use
7912         `wl-folder-get-elmo-folder'.
7913
7914 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7915
7916         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7917
7918         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7919         `process-duplicates' slot.
7920
7921         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7922         if detection failed.
7923
7924 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7925
7926         * wl-version.el (wl-version-status): Set to "alpha".
7927
7928 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7929
7930         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7931         Check wl-message-buffer lives before set-buffer.
7932
7933 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7934
7935         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7936         called in folder mode.
7937         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7938         * wl-summary.el (wl-summary-exit-pre-hook): Run
7939         `wl-summary-exit-pre-hook' before exit summary mode.
7940
7941 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7942
7943         * wl-version.el (wl-version-status): New variable.
7944         (wl-version-status-alist): Removed.
7945         (wl-version-status): Rule included.
7946
7947 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7950         @sponichi.
7951
7952         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7953         when `mail-reply-buffer' is buffer-local variable.
7954         (Reported by <kita@coe.nttdata.co.jp>).
7955
7956 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7957
7958         * wl-vars.el (toplevel): Require 'elmo-util.
7959
7960 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7963         (All other related portions are changed)
7964
7965         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7966
7967         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7968
7969 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7970
7971         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7972
7973 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7976         Delete other windows to avoid an error.
7977         Use `point-marker' instead of `point' to remember the start point
7978         of body.
7979
7980         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7981
7982         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7983         number not to exceed all message number.
7984
7985 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7986
7987         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7988         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7989
7990 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7991
7992         * wl-summary.el (wl-summary-sync-force-update): Added argument
7993         no-check.
7994         (wl-summary-sync-update): Ditto.
7995         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
7996         with `no-check'.
7997
7998         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
7999         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8000         already running.
8001
8002 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8003
8004         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8005         `dst-folder-arg'.
8006         (wl-expire-archive-number1): Diito.
8007         (wl-expire-archive-number2): Diito.
8008         (wl-expire-archive-Date): Diito.
8009         (wl-archive-number1): Diito.
8010         (wl-archive-number2): Diito.
8011         (wl-archive-date): Diito.
8012         (wl-archive-folder-p): New function.
8013         (wl-summary-expire): Support of expand folder name at
8014         wl-expire-alist.
8015         * wl-util.el (wl-expand-newtext): Renamed from
8016         `wl-refile-expand-newtext'.
8017
8018 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8019
8020         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8021         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8022         `(elmo-msgdb-get-overview msgdb)'.
8023         (wl-summary-prefetch): Bind match data before call
8024         `wl-summay-prefetch-msg'.
8025         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8026         'off if `wl-summary-buffer-disp-msg' is non-nil.
8027         Fixed problem that couldn't show only one new or unread message when
8028         enter folder.
8029         (wl-summary-reply): Don't call `split-window-vertically' and other
8030         window.
8031
8032 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-expire.el (wl-expire-refile): Fixed.
8035
8036 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8039
8040         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8041         biff notification is removed.
8042
8043         * wl.el (wl): Changed position of `elmo-init'.
8044
8045         * wl-draft.el (wl-default-draft-cite): Use date field
8046         on the citation buffer.
8047
8048         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8049
8050         * wl-xmas.el (wl-folder-internal-icon-list): Added
8051         `wl-folder-shimbun-image'.
8052
8053         * wl-e21.el (wl-folder-internal-icon-list): Added
8054         `wl-folder-shimbun-image'.
8055
8056 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl.el (wl-init): Eliminated argument.
8059         (wl): Rewrite.
8060
8061         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8062         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8063         instead of `elmo-folder-msgdb-internal'.
8064         (wl-summary-sync-update): Ditto.
8065         (wl-summary-flush-pending-append-operations): Eliminated.
8066         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8067         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8068         `elmo-folder-open'.
8069
8070         * wl-mime.el (wl-summary-burst): Fixed.
8071
8072         * wl-folder.el (wl-folder-info-save): Check data type.
8073
8074         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8075         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8076         instead of `elmo-folder-msgdb-internal'.
8077         (wl-expire-hide): Ditto.
8078
8079
8080         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8081
8082 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8083
8084         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8085
8086 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8087
8088         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8089
8090 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8091
8092         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8093         Fixed `match-beginning' argument mismatch.
8094
8095 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8096
8097         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8098         the default value.
8099
8100 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8103         instead of `elmo-nntp-default-port'.
8104
8105         * wl-vars.el: Fixed some doc strings.
8106
8107 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-summary.el (wl-summary-prefetch-msg): Use
8110         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8111
8112         * wl-vars.el: Define *-func as obsolete variable using
8113         `elmo-define-obsolete-variable'.
8114
8115         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8116         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8117         instead of `wl-message-buffer-prefetch-threshold'.
8118
8119         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8120
8121         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8122
8123         * wl-draft.el (wl-caesar-region-func): Ditto.
8124
8125         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8126         Keep unread status in elmo-folder-move-messages.
8127         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8128
8129 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8130
8131         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8132         `wl-summary-buffer-exit-func'
8133         (wl-summary-buffer-message-redisplay-function): Renamed from
8134         `wl-summary-buffer-message-redisplay-func'
8135         (wl-summary-buffer-next-folder-function): Renamed from
8136         `wl-summary-buffer-next-folder-func'.
8137         (wl-summary-buffer-prev-folder-function): Renamed from
8138         `wl-summary-buffer-prev-folder-func'.
8139         (wl-summary-get-petname-function): Renamed from
8140         `wl-summary-get-petname-func'.
8141
8142         * wl-score.el (wl-score-edit-exit-function): Renamed from
8143         `wl-score-edit-exit-func'.
8144
8145         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8146         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8147
8148         * wl-util.el (wl-load-profile-function): Renamed from
8149         `wl-load-profile-func'.
8150
8151         * wl-folder.el (wl-folder-completion-function): Renamed from
8152         `wl-folder-completion-func'.
8153         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8154
8155         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8156         `wl-expire-archive-get-folder-func'.
8157         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8158         (wl-draft-send-mail-function): Renamed from
8159         `wl-draft-send-mail-func'.
8160         (wl-draft-send-news-function): Renamed from
8161         `wl-draft-send-news-func'.
8162         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8163         (wl-generate-mailer-string-function): Renamed from
8164         `wl-generate-mailer-string-func'.
8165         (wl-highlight-signature-search-function): Renamed from
8166         `wl-highlight-signature-search-func'.
8167         (wl-highlight-x-face-function): Renamed from
8168         `wl-highlight-x-face-func'
8169         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8170         (wl-ps-print-buffer-function): Renamed from
8171         `wl-ps-print-buffer-func'
8172         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8173         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8174         (wl-summary-subject-filter-function): Renamed from
8175         `wl-summary-subject-filter-func'.
8176
8177         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8178         `wl-draft-queue-flush-send-func'
8179         (wl-draft-cite-function): Renamed from
8180         `wl-draft-cite-func'
8181
8182         * wl-address.el (wl-address-init-function): Renamed from
8183         `wl-address-init-func'.
8184
8185 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8186
8187         * wl-draft.el (wl-draft-queue-flush): Don't call
8188         `elmo-dop-unlock-message'.
8189         * wl-draft.el (wl-draft-queue-append): Don't call
8190         `elmo-dop-lock-message'.
8191
8192         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8193         (wl-summary-buffer-folder-name): Ditto.
8194         (wl-summary-message-regexp): Added '-' (all other related portions
8195         are changed).
8196         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8197         wl-summary-buffer-folder-name.
8198
8199 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8200
8201         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8202         the number of mails in the folder buffer is not updated by wl-biff.
8203
8204 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8205
8206         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8207         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8208
8209 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-summary.el (wl-summary-next-message):
8212         Return next message number when wl-summary-move-order is nil.
8213
8214 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8215
8216         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8217         `wl-summary-move-spec-alist'.
8218         (wl-summary-move-spec-unplugged-alist): New variable
8219         (Move spec for unplugged status).
8220         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8221         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8222
8223 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8224
8225         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8226         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8227
8228 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8229
8230         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8231         simple quotation to quote the anonymous function.
8232         * tm-wl.el (wl-draft-preview-message): Ditto.
8233
8234 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8235
8236         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8237         Eliminate redundant `save-excursion'.
8238         (wl-highlight-summary-current-line): Ditto.
8239
8240         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8241         accessing match data when `looking-at' failed.
8242
8243         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8244         `elmo-match-string' where users don't care about the speed.
8245         (wl-draft-save): Ditto.
8246
8247 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8248
8249         * wl-util.el (wl-regexp-opt): New function.
8250
8251         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8252         number from `wl-summary-buffer-number-list'.
8253         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8254         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8255         (wl-summary-move-spec-alist): Changed default setting.
8256
8257 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8258
8259         * wl-vars.el (wl-biff-notify-hook): New hook.
8260         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8261         the arrival of new mail.
8262         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8263         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8264
8265 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8266
8267         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8268
8269 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8272
8273         * Version number is increased to 2.5.8.
8274
8275         * wl-thread.el (toplevel): require 'cl.
8276         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8277         (wl-thread-make-number-list): New function.
8278         (wl-thread-entity-make-number-list-from-children): Ditto.
8279         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8280         (wl-thread-entity-insert-as-children): Likewise.
8281         (wl-thread-delete-message): Likewise.
8282         (wl-meaning-of-mark): Eliminated.
8283         (wl-thread-next-failure-mark-p): Ditto.
8284         (wl-thread-entity-get-mark): Ditto.
8285         (wl-thread-meaning-alist-get-result): Ditto.
8286         (wl-thread-entity-check-prev-mark): Ditto.
8287         (wl-thread-entity-check-next-mark): Ditto.
8288         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8289         (wl-thread-entity-get-prev-marked-entity): Ditto.
8290         (wl-thread-get-prev-unread): Ditto.
8291         (wl-thread-jump-to-prev-unread): Ditto.
8292         (wl-thread-get-next-unread): Ditto.
8293         (wl-thread-jump-to-next-unread): Ditto.
8294         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8295         (wl-thread-entity-get-next-marked-entity): Ditto.
8296
8297         * wl-summary.el (wl-summary-buffer-number-list):
8298         New bufer-local variable.
8299         (wl-summary-switch-to-clone-buffer): Clone
8300         `wl-summary-buffer-number-list'.
8301         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8302         (wl-summary-cursor-move-regex): Eliminated.
8303         (wl-summary-cursor-up): Rewrite.
8304         (wl-summary-cursor-down): Ditto.
8305         (wl-summary-mode-spec-alist): New variable.
8306         (wl-summary-next-message): New inline function.
8307         (wl-summary-cursor-move): New function.
8308         (wl-summary-default-get-next-msg): Rewrite.
8309         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8310         (wl-summary-rescan): Ditto.
8311         (wl-summary-sync-all-init): Ditto.
8312         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8313         summary is not thread view.
8314         (wl-summary-sync-update): Ditto.
8315         (wl-summary-rescan): Ditto.
8316         (wl-summary-make-number-list): New function.
8317
8318         * wl-draft.el: "FCC" -> "Fcc".
8319
8320 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-highlight.el (wl-highlight-summary-window):
8323         Call `set-buffer-modified-p'.
8324
8325         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8326         (wl): Call `elmo-init' and fix.
8327
8328         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8329         Use new variables.
8330
8331         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8332
8333 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8336
8337 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8338
8339         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8340
8341 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8342
8343         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8344         `wl-use-toolbar' nor `display-graphic-p'.
8345         (wl-e21-setup-message-toolbar): Ditto.
8346         (wl-e21-setup-summary-toolbar): Ditto.
8347         (wl-e21-setup-folder-toolbar): Ditto.
8348
8349         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8350         (wl-plugged-init-icons): Ditto.
8351
8352         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8353         `display-graphic-p'.
8354         (wl-plugged-set-folder-icon): Ditto.
8355         (wl-highlight-plugged-current-line): Ditto.
8356         (wl-highlight-folder-current-line): Ditto.
8357         (wl-e21-highlight-folder-group-line): Ditto.
8358         (wl-e21-setup-toolbar): Ditto.
8359         (wl-e21-display-image-p): New macro.
8360
8361         * wl-demo.el (wl-demo): Simplified.
8362         (wl-demo-image-type-alist): Use `image-type-available-p' for
8363         checking whether the image type `xbm' is available.
8364
8365 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8368         (wl-summary-input-range): Ditto.
8369
8370 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8371
8372         * wl-summary.el (wl-summary-edit-addresses): Use
8373         `wl-summary-get-original-buffer'
8374         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8375         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8376         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8377         (wl-summary-get-newsgroups): Eliminated.
8378         (wl-summary-set-crosspost): Ditto.
8379         (wl-summary-is-crosspost-folder): Ditto.
8380         (wl-crosspost-alist-load): Ditto.
8381         (wl-crosspost-alist-save): Ditto.
8382
8383         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8384         `elmo-setup-subscribed-newsgroups' instead of
8385         `elmo-nntp-make-groups-hashtb'.
8386         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8387         instead of `wl-crosspost-alist-save'.
8388
8389         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8390         of `elmo-folder-message-appendable-p'.
8391         (wl-mime-header-presentation-method): Eliminated.
8392
8393         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8394         (Error occurs in emacs21).
8395
8396         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8397         the current buffer).
8398
8399         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8400         instead of `wl-crosspost-alist-save'.
8401         (wl-init): `elmo-crosspost-message-alist-load'
8402         instead of `wl-crosspost-alist-load'
8403
8404         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8405         (wl-parse-newsgroups): Likewise.
8406         (wl-biff-notify): Run `wl-biff-notify-hook'.
8407
8408 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8411
8412         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8413         when `wl-summary-lazy-highlight' is non-nil.
8414         (wl-summary-goto-folder-subr): Highlight only when
8415         `wl-summary-lazy-highlight' is non-nil.
8416
8417         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8418         Don't display progress and highlight temp-mark when
8419         `wl-summary-lazy-highlight' is non-nil.
8420         (wl-highlight-summary-window): New function.
8421         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8422
8423 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8424
8425         * wl-summary.el (wl-summary-sync): Change `all-visible'
8426         from `all-shown'
8427         (wl-summary-input-range): Ditto.
8428
8429 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8430
8431         * wl-e21.el (wl-highlight-folder-current-line): Call
8432         `wl-folder-init-icons' when folder icons have not been initialized.
8433
8434         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8435
8436         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8437         (wl-demo-image-type-alist): New macro.
8438
8439 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8440
8441         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8442         display does not support graphics.
8443         (wl-plugged-init-icons): Ditto.
8444         (wl-folder-init-icons): Ditto.
8445
8446         * wl-demo.el (wl-demo): Chech closely whether the display
8447         supports graphics.
8448
8449 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-summary.el (wl-summary-get-original-buffer): New function.
8452         (wl-summary-set-crosspost): Use it.
8453         (wl-summary-target-mark-uudecode): Ditto.
8454         (wl-summary-reedit): Ditto.
8455         (wl-summary-resend-bounced-mail): Ditto.
8456         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8457         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8458
8459         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8460         (wl-message-display-internal): Ditto.
8461
8462 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8463
8464         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8465
8466 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-summary.el (wl-summary-save-view): Renamed from
8469         `wl-summary-save-status'.
8470
8471 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8472
8473         * wl-summary.el (wl-summary-sync): Added `all-shown'
8474
8475 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8476
8477         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8478
8479 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8480
8481         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8482
8483 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8484
8485         * wl-highlight.el (wl-highlight-summary-line-string): Use
8486         `zerop' instead of `= 0'.
8487         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8488
8489         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8490         for comparing numbers.
8491         (wl-template-prev): Use `zerop' instead of `eq 0'.
8492
8493         * wl-draft.el (wl-draft-insert-current-message): Use
8494         `with-current-buffer' instead of `save-excursion'.
8495         Use `zerop' instead of `eq 0'.
8496
8497 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8498
8499         * wl-draft.el (wl-draft-insert-ccs): New function.
8500         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8501         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8502
8503 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8504
8505         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8506
8507 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-expire.el (wl-expire-refile): Don't call
8510         elmo-msgdb-add-msgs-to-seen-list;
8511         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8512         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8513
8514 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8515
8516         * wl-message.el (wl-message-prev-page): Ignore errors while
8517         scroll-down.
8518
8519 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-mime.el: Use elmo-original-message-mode instead of
8522         mmelmo-original-mode.
8523
8524         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8525         `elmo-folder-get-spec';
8526         (wl-fldmgr-add-completion-all-completions):
8527         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8528
8529         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8530         of `elmo-folder-get-type'.
8531
8532         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8533         `elmo-folder-get-spec';
8534         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8535         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8536         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8537         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8538         `elmo-read-msg-no-cache';
8539         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8540         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8541         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8542         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8543         `elmo-cache-save';
8544         (wl-draft-reedit): Use `elmo-message-file-name'.
8545
8546         * wl-expire.el: Use `elmo-folder-name-internal';
8547         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8548         Use macro `wl-summary-buffer-msgdb' instead of variable
8549         `wl-summary-buffer-msgdb';
8550         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8551         Use macro `wl-summary-buffer-folder-name' instead of variable
8552         `wl-summary-buffer-folder-name'.
8553         * wl-score.el: Likewise.
8554
8555         * wl-message.el: Rewrite for new message buffer cache mechanism.
8556         (wl-message-buffer-cache-buffer-get): New macro.
8557         (wl-message-buffer-cache-folder-get): Ditto.
8558         (wl-message-buffer-cache-message-get): Ditto.
8559         (wl-message-buffer-cache-entry-make): Ditto.
8560         (wl-message-buffer-cache-hit): Ditto.
8561         (wl-message-buffer-cache-sort): New function.
8562         (wl-message-buffer-cache-add): Ditto.
8563         (wl-message-buffer-cache-delete): Ditto.
8564         (wl-message-buffer-cache-clean-up): Ditto.
8565         (wl-message-buffer-window): Rewrite.
8566         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8567         (wl-message-buffer-display): New function.
8568         (wl-message-display-internal): New function.
8569
8570 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-folder.el: Use `elmo-folder-name-internal';
8573         Use `wl-folder-get-elmo-folder';
8574         Use `elmo-folder-list-messages' instead of
8575         `elmo-list-folder';
8576         Use `elmo-folder-get-primitive-list' instead of
8577         `elmo-folder-get-primitive-spec-list';
8578         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8579         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8580         Use `elmo-folder-create' instead of `elmo-create-folder'.
8581         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8582         (wl-folder-get-elmo-folder): New macro.
8583         (wl-folder-elmo-folder-cache-get): Ditto.
8584         (wl-folder-elmo-folder-cache-put): Ditto.
8585         (wl-folder-suspend): Call `elmo-quit'.
8586
8587         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8588         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8589         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8590         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8591         (toplevel): require 'cl.
8592         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8593
8594         * wl-summary.el: Rewrite to use new elmo interface.
8595
8596 \f
8597 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8598
8599         * wl-mime.el (wl-draft-preview-message):
8600         Run `wl-draft-send-hook' before collecting recipients information;
8601         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8602
8603         * tm-wl.el (wl-draft-preview-message): Ditto.
8604
8605 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8608         wrong recipients are displayed when forwarded message.
8609
8610 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8611
8612         * Version number is increased to 2.5.7.
8613
8614 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8615
8616         * wl-message.el (wl-message-next-page): Bind
8617         `window-pixel-scroll-increment' to nil while scrolling up.
8618
8619 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8620
8621         * wl-vars.el (wl-save-hook): New hook.
8622         * wl.el (wl-save): Call `wl-save-hook'.
8623
8624 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8625
8626         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8627         Argument WITH-ARG instead of NO-ARG (negative mean).
8628         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8629         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8630         * wl-message.el (wl-message-follow-current-entity): Likewise.
8631
8632 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8635         FROM was optional argument.
8636         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8637
8638 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8639
8640         * Version number is increased to 2.5.6.
8641
8642 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8643
8644         * wl-version.el (wl-version-show): Removed.
8645         (wl-version): Add `interactive'.
8646
8647 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8648
8649         * wl-summary.el (wl-summary-get-petname-func): New variable.
8650         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8651         instead of `wl-address-get-petname-1'.
8652         (wl-summary-simple-from): Ditto.
8653
8654         * wl-address.el (wl-address-get-petname-1): Define as function.
8655
8656 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8659         field in the original message.
8660         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8661
8662 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8663
8664         * wl-expire.el (wl-expire-hide):
8665         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8666
8667 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8668
8669         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8670         find decoder for To, Cc, and Subject.
8671
8672 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8675         for checking `elmo-use-buffer-cache'.
8676         (wl-summary-mark-as-important): Fixed typo in comment.
8677
8678 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8681         field in the original message.
8682         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8683
8684 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8685
8686         * wl-expire.el (wl-expire-hide):
8687         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8688
8689 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8692         find decoder for To, Cc, and Subject.
8693
8694 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * Version number is increased to 2.5.5.
8697
8698         * wl-address.el (wl-address-specials-regexp): New constant.
8699         (wl-address-quote-specials): Use it.
8700
8701 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-summary.el (wl-summary-rescan):
8704         Call `wl-summary-buffer-number-column-detect'.
8705         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8706
8707         * wl-message.el (wl-message-mode-map): Define.
8708         (wl-message-decode): Use it as local-map.
8709
8710 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8711
8712         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8713         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8714
8715 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8716
8717         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8718
8719         * wl-mule.el (wl-read-event-char): Ditto.
8720
8721         * wl-e21.el (wl-read-event-char): Ditto.
8722
8723         * wl-nemacs.el (wl-read-event-char): Ditto.
8724         (read-event): Removed.
8725
8726         * wl-util.el (toplevel): Removed dummy definition of
8727         `read-event'.
8728         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8729
8730 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8731
8732         * wl-nemacs.el (elmo-archive-call-process): Moved to
8733         elmo-archive.el.
8734
8735 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8736
8737         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8738         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8739
8740         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8741         instead of magic-number 6.  Use `not' instead of `null' for symbol
8742         `nil' check (not empty list).
8743         (wl-draft-insert-x-face-field): Fixed paren style.
8744
8745         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8746         one-branch conditional statement, instead of `and' and `if'.
8747         (wl-draft-forward): Likewise.
8748         (wl-draft-add-references): Likewise.
8749         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8750
8751         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8752         conditional steatment.  Use `cond' instead of `if'.
8753         (wl-draft-confirm): Likewise.
8754
8755 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8756
8757         * wl-version.el (wl-version-show): Use `product-string-1'
8758         instead of `wl-version'.
8759         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8760
8761         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8762
8763 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8764
8765         * wl-highlight.el (wl-highlight-headers): Revert
8766         `wl-highlight-x-face-func' argument (`beg' and `end').
8767
8768 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8769
8770         * wl.el (toplevel): Move `product-provide' declare.
8771         * wl-demo.el (toplevel): Ditto.
8772         * wl-dnd.el (toplevel): Ditto.
8773         * wl-highlight.el (toplevel): Ditto.
8774         * wl-message.el (toplevel): Ditto.
8775         * wl-refile.el (toplevel): Ditto.
8776         * wl-util.el (toplevel): Ditto.
8777
8778 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8781         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8782         (wl-thread-close-all): keep cursor position.
8783
8784 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8785
8786         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8787         (eq x 0).
8788         (wl-generate-user-agent-string-1): Fix conditional statement.
8789
8790 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8791
8792         * wl.el (wl-check-environment): Additional check for
8793         'wl-local-domain' and `wl-message-id-domain'.
8794
8795 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8796
8797         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8798
8799 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8800
8801         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8802         instead of `smtp-sasl-user-realm'.
8803
8804 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8805
8806         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8807
8808 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8809
8810         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8811         to the default value as well as `eword-lexical-analyzer'.
8812
8813 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8814
8815         * wl-version.el (wl-extended-emacs-version,
8816         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8817         `elmo-match-string' instead of `wl-match-string'.
8818
8819 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8820
8821         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8822         docstring.
8823
8824 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8825
8826         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8827
8828 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8829
8830         * wl-highlight.el (wl-highlight-headers): Remove
8831         `wl-highlight-x-face-func' argument (`beg' and `end').
8832
8833 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-summary.el (wl-summary-mark-as-important):
8836         Remove cache if folder is local.
8837
8838 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8839
8840         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8841         to get existing e-mail address string.
8842
8843 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8844
8845         * wl-version.el (wl-generate-user-agent-string): Commentary.
8846         (wl-generate-user-agent-string-1): Use `when' for
8847         one-branch conditional statement, instead of `and' and `if'.
8848         (wl-extended-emacs-version, wl-extended-emacs-version2,
8849         wl-extended-emacs-version3): Ditto.
8850
8851 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8854         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8855         condition-case; Remove initialization.
8856         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8857         (wl-summary-sync-update3): Added argument `sync-all';
8858         Eliminated local variable `msgdb';
8859         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8860         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8861         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8862
8863 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8864
8865         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8866         connection before call `wl-draft-send-mail-with-smtp'.
8867
8868 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * Version number is increased to 2.5.4.
8871
8872 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8873
8874         * wl.el (wl-check-environment): Additional check for
8875         'wl-local-domain' and `wl-message-id-domain'.
8876
8877 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8880         buffer as command specific.
8881         (wl-folder-mark-as-read-all-entity): Ditto.
8882         (wl-folder-prefetch-entity): Ditto.
8883         (wl-folder-drop-unsync-entity): Ditto.
8884
8885         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8886         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8887         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8888
8889         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8890         save-excursion.
8891
8892 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8893
8894         * Version number is increased to 2.5.3.
8895
8896         * wl-summary.el (wl-summary-save-view-cache):
8897         Delete duplicated `write-region';
8898         Use `write-region-as-binary' instead of `as-binary-output-file' and
8899         `write-region'.
8900
8901 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8902
8903         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8904
8905 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8908         instead of `smtp-via-smtp'.
8909
8910 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8911
8912         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8913
8914 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8915
8916         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8917         instead of `smtp-sasl-user-realm'.
8918
8919 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8920
8921         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8922
8923 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8924
8925         * Version number is increased to 2.5.2.
8926
8927 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8928
8929         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8930         does not exist.
8931         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8932         (wl-biff-start): Call `timer-activate' if timer already exists.
8933
8934         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8935         only when it is bound as function.
8936
8937 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * Version number is increased to 2.5.1.
8940
8941 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8944         Print refile/copy destination.
8945
8946 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8949         queue-flush-only is non-nil.
8950
8951         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8952
8953         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8954         checking cache folder.
8955
8956 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8957
8958         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8959         `regexp-quote'.
8960
8961 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8962
8963         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8964         function.
8965         * wl-summary.el (wl-summary-write-current-folder-functions):
8966         Change default value.  Use it.
8967
8968 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * Version number is increased to 2.5.0.
8971
8972         * wl-version.el (wl-version): Changed codename.
8973
8974 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8975
8976         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8977         (wl-summary-supersedes-message): Ditto.
8978
8979 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-refile.el (wl-refile-guess-functions): Renamed from
8982         `wl-refile-guess-func-list'.
8983
8984 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8987         Fixed problem when no rule was matched.
8988
8989 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8990
8991         * wl-summary.el (wl-summary-get-mark): Fixed
8992         `wl-summary-buffer-target-mark' check logic.
8993
8994 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8995
8996         * wl-folder.el (wl-folder-write-current-folder): Added group
8997         folder check.
8998
8999         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9000         `wl-summary-write-current-newsgroup'.
9001         (wl-summary-write-current-folder-functions): New variable.
9002         * wl-folder.el (wl-folder-get-newsgroups): New function.
9003         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9004         (wl-folder-write-current-folder): Renamed from
9005         `wl-folder-write-current-newsgroup'.
9006
9007 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9008
9009         * Version number is increased to 2.3.93.
9010
9011 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9014         (wl-ldap-make-matched-value-list): Ditto.
9015         (wl-ldap-alias-safe-string): Split e-mail address.
9016
9017         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9018         petname folder default was selected.
9019         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9020         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9021
9022 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9025         to `wl-draft-config-exec'.
9026
9027         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9028         instead of calling `wl-draft-config-exec';
9029         Process group-list and show recipients in minibuffer.
9030
9031         * tm-wl.el (wl-draft-preview-message): Ditto.
9032
9033 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9034
9035         * wl.el (toplevel): Added (C) to copyright notice, and
9036         sync Author header.
9037         * tm-wl.el (toplevel): Ditto.
9038         * wl-address.el (toplevel): Ditto.
9039         * wl-demo.el (toplevel): Ditto.
9040         * wl-dnd.el (toplevel): Ditto.
9041         * wl-draft.el (toplevel): Ditto.
9042         * wl-e21.el (toplevel): Ditto.
9043         * wl-expire.el (toplevel): Ditto.
9044         * wl-folder.el (toplevel): Ditto.
9045         * wl-highlight.el (toplevel): Ditto.
9046         * wl-message.el (toplevel): Ditto.
9047         * wl-mime.el (toplevel): Ditto.
9048         * wl-mule.el (toplevel): Ditto.
9049         * wl-nemacs.el (toplevel): Ditto.
9050         * wl-refile.el (toplevel): Ditto.
9051         * wl-score.el (toplevel): Ditto.
9052         * wl-summary.el (toplevel): Ditto.
9053         * wl-template.el (toplevel): Ditto.
9054         * wl-thread.el (toplevel): Ditto.
9055         * wl-util.el (toplevel): Ditto.
9056         * wl-vars.el (toplevel): Ditto.
9057         * wl-xmas.el (toplevel): Ditto.
9058
9059 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9060
9061         * wl.el (wl-init): Added comment about `wl-init-hook'.
9062         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9063         * wl-vars.el (wl-init-hook): Added docs.
9064         (wl-make-plugged-hook): Removed useless docs.
9065         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9066         * wl-xmas.el (toplevel): Ditto.
9067
9068 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9069
9070         * wl-address.el (toplevel): Fixed multiple Author header format.
9071         * wl-demo.el (toplevel): Ditto.
9072         * wl-draft.el (toplevel): Ditto.
9073         * wl-folder.el (toplevel): Ditto.
9074         * wl-summary.el (toplevel): Ditto.
9075         * wl-thread.el (toplevel): Ditto.
9076         * wl-util.el (toplevel): Ditto.
9077         * wl-vars.el (toplevel): Ditto.
9078         * wl-version.el (toplevel): Ditto.
9079         * wl-xmas.el (toplevel): Ditto.
9080         * wl.el (toplevel): Ditto.
9081
9082         * wl-version.el (toplevel): Added require `elmo-version' for
9083         `product-version-as-string'.
9084
9085 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9086
9087         * wl-vars.el (wl-draft-send-hook): Changed default value to
9088         '(wl-draft-config-exec).
9089
9090         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9091         explicitly.
9092         (wl-draft): Set `wl-draft-config-exec-flag' before running
9093         `wl-mail-setup-hook'.
9094
9095         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9096         `wl-biff-init-icons' to `wl-init-hook' instead of
9097         `wl-make-plugged-hook'.
9098         (Because if `wl-draft' command is invoked at first,
9099         they are not initialized)
9100         Updated copyright notice.
9101
9102         * wl-e21.el (toplevel): Ditto;
9103
9104         * wl-demo.el (toplevel): Updated copyright notice.
9105         * wl-address.el (toplevel): Ditto.
9106         * wl-draft.el (toplevel): Ditto.
9107         * wl-version.el (toplevel): Ditto.
9108         * wl-folder.el (toplevel): Ditto.
9109         * wl-summary.el (toplevel): Ditto.
9110         * wl-thread.el (toplevel): Ditto.
9111         * wl-util.el (toplevel): Ditto.
9112         * wl-vars.el (toplevel): Ditto.
9113         * wl.el (toplevel): Ditto.
9114
9115 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-highlight.el (wl-highlight-message): Fixed problem of
9118         highlighting failure which occured when the last field contains
9119         multiple lines in the draft buffer.
9120
9121         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9122         `wl-biff-start' if plugged.
9123
9124         * wl-util.el (wl-biff-check-folder): New function.
9125         (wl-biff-check-folders): Don't set session name prefix.
9126         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9127         (wl-biff-check-folder-async): Ditto.
9128
9129         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9130         in email address.
9131
9132 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9133
9134         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9135
9136         * wl-draft.el (wl-draft-strip-subject-re): New function.
9137
9138         * wl-draft.el (wl-draft-reply): Use it.
9139
9140 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9141
9142         * wl-message.el (wl-mmelmo-message-redisplay): Use
9143         `mime-display-message' instead of `wl-mime-display-message'.
9144
9145         * wl-mime.el (toplevel): Removed compatibility workaround
9146         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9147         (wl-mime-display-message): Abolished.
9148         (wl-mime-entity-read-field): Ditto.
9149         (wl-mime-combine-message/partial-pieces): Use
9150         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9151
9152 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9153
9154         * wl-template.el: Doc fixes.
9155
9156 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9157
9158         * wl-e21.el (wl-message-overload-functions): Do nothing if
9159         `current-local-map' is not available.
9160         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9161
9162 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9163
9164         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9165         representation.
9166
9167         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9168         number.
9169         (wl-fldmgr-save-folders): Don't use `format' when insert
9170         `wl-fldmgr-folders-header'.
9171
9172 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9173
9174         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9175
9176 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-highlight.el (wl-highlight-message):
9179         Use `std11-field-end' to detect end point of the header field.
9180         Refer `wl-highlight-max-header-size'.
9181
9182         * wl-vars.el (wl-highlight-max-header-size): New variable.
9183
9184         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9185
9186         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9187         Set `for-draft' argument of wl-highlight-headers.
9188         (wl-draft): Ditto.
9189         (wl-draft-reedit): Ditto.
9190         (wl-user-agent-compose-internal): Ditto.
9191
9192 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9193
9194         * wl-message.el (wl-message-add-button): Use overlay.
9195
9196 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9197
9198         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9199
9200         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9201         problem when group-list content is nothing.
9202         (Reported by Mito <mit@nines.nec.co.jp>)
9203
9204 2000-10-18  SAITO Atsunori <sai@yedo.com>
9205
9206         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9207
9208 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9209
9210         * tm-wl.el (toplevel): Use product-provide.
9211
9212 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * Version number is increased to 2.3.92.
9215
9216 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9217
9218         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9219         title text, use `display' property for left margin under Emacs 21.
9220
9221         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9222         properties.
9223         (wl-plugged-init-icons): Ditto.
9224
9225 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9226
9227         * wl.el (wl-save-status, wl-init): Remove last period in
9228         "...done." message.
9229         * tm-wl.el (wl-summary-burst): Ditto.
9230         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9231         wl-summary-resume-cache-status,
9232         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9233         wl-summary-sync-update3, wl-summary-highlight-msgs,
9234         wl-summary-flush-pending-append-operations,
9235         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9236         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9237         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9238         wl-thread-open-all): Ditto.
9239         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9240         * wl-mime.el (wl-summary-burst): Ditto.
9241         * wl-highlight.el (wl-highlight-summary): Ditto.
9242         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9243         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9244         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9245         * wl-address.el (wl-local-address-init): Ditto.
9246
9247 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9248
9249         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9250         `add-text-properties'.
9251         (wl-plugged-init-icons): Ditto.
9252         (wl-folder-init-icons): Use `propertize' instead of
9253         `put-text-property'.
9254         (wl-plugged-set-folder-icon): Ditto.
9255         (wl-e21-highlight-folder-group-line): Ditto.
9256
9257 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-version.el (wl-version-status-alist): New variable.
9260         (wl-version-status): New function.
9261
9262         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9263         "Cc" part of the case "Reply-To".
9264
9265         * wl-draft.el (wl-draft-reply): Use result of
9266         `eword-extract-address-components'.
9267
9268         * wl-demo.el (wl-demo-icon-name): New constant.
9269         (wl-logo-xpm): Use it.
9270         (wl-logo-xbm): Ditto.
9271         (wl-logo-bitmap): Ditto.
9272
9273         * Version number is increased to 2.3.91.
9274
9275 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9278         (wl-extended-emacs-version, wl-extended-emacs-version2,
9279         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9280         docstring.
9281
9282         * wl-version.el (wl-generate-user-agent-string-1): New function.
9283         (wl-generate-user-agent-string): Use it.
9284
9285         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9286         `mime-edit-insert-user-agent-field'.
9287         (wl-generate-user-agent-string): Check
9288         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9289
9290         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9291         instead of `if', when verbose case.
9292
9293 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9294
9295         * wl-expire.el (wl-summary-expire): Fix.
9296
9297 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9298
9299         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9300         and `elmo-lost+found-folder' if 'wl-draft.
9301         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9302
9303 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9304
9305         * wl-expire.el (wl-summary-expire): Change messages.
9306         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9307         `deleing-info' instead of "Deleting..."
9308
9309 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9310
9311         * wl-summary.el (wl-summary-refile-subr): Fix.
9312
9313 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9314
9315         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9316         if pipe folder.
9317
9318 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9319
9320         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9321
9322 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9323
9324         * wl-expire.el (wl-expire-hide): New function.
9325         (wl-summary-expire): Add `hide'.
9326
9327 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-vars.el (wl-draft-reply-without-argument-list):
9330         Changed default value to consider `Reply-To:'.
9331         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9332
9333         * Version number is increased to 2.3.90.
9334
9335         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9336         elmo-imap4-get-session with unwind-protect.
9337         Don't cause error.
9338         (wl-summary-sync-marks): Don't check plugged nor folder type.
9339         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9340         (Always keep current buffer).
9341
9342 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9343
9344         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9345         Enclose with `save-excursion'.
9346
9347 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9348
9349         * wl-version.el (wl-version): Remove interactive.
9350
9351 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9352
9353         * wl-version.el (wl-generate-user-agent-string): Use
9354         `product-string-verbose' instead of `product-string-1'.
9355
9356 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9357
9358         * wl-vars.el (wl-draft-use-cache): New variable.
9359         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9360         if wl-draft-use-cache is non-nil.
9361
9362 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9363
9364         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9365         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9366
9367 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9368
9369         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9370         (wl-thread-msg-mark-as-unread): Ditto.
9371
9372         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9373         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9374         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9375         Don't set mark in summary if return value of `elmo-mark-as-read'
9376         is nil.
9377         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9378         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9379         instead of `wl-thread-msg-mark-as-read'.
9380         (wl-summary-mark-as-unread-region): Ditto.
9381         (wl-summary-target-mark-mark-as-read): Ditto.
9382
9383         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9384
9385 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9386
9387         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9388
9389         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9390
9391 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9394         face.
9395
9396 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9397
9398         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9399         `running-xemacs'.
9400
9401 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9402
9403         * wl-version.el (toplevel): Use `product-version-as-string' for
9404         set verstion-string, if defined.
9405
9406         * wl-version.el (wl-version-show): Insert string at point, when
9407         call with argument.
9408
9409         * wl-version.el (wl-generate-user-agent-string): Use
9410         `product-string-1' instead of `wl-appname', `wl-version' and
9411         `wl-codename'.
9412
9413 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9414
9415         * wl-address.el (toplevel): Use product-provide.
9416         * wl-demo.el (toplevel): Ditto.
9417         * wl-dnd.el (toplevel): Ditto.
9418         * wl-draft.el (toplevel): Ditto.
9419         * wl-e21.el (toplevel): Ditto.
9420         * wl-expire.el (toplevel): Ditto.
9421         * wl-fldmgr.el (toplevel): Ditto.
9422         * wl-folder.el (toplevel): Ditto.
9423         * wl-highlight.el (toplevel): Ditto.
9424         * wl-message.el (toplevel): Ditto.
9425         * wl-mime.el (toplevel): Ditto.
9426         * wl-mule.el (toplevel): Ditto.
9427         * wl-nemacs.el (toplevel): Ditto.
9428         * wl-refile.el (toplevel): Ditto.
9429         * wl-score.el (toplevel): Ditto.
9430         * wl-summary.el (toplevel): Ditto.
9431         * wl-template.el (toplevel): Ditto.
9432         * wl-thread.el (toplevel): Ditto.
9433         * wl-util.el (toplevel): Ditto.
9434         * wl-vars.el (toplevel): Ditto.
9435         * wl-xmas.el (toplevel): Ditto.
9436         * wl.el (toplevel): Ditto.
9437
9438 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9439
9440         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9441         instead of product.
9442
9443         * wl-version.el (wl-version): Compile time evalution elmo-version.
9444
9445 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9446
9447         * wl-summary.el (wl-summary-sync-force-update): Append queue
9448         `mark-as-read'if unplugged.
9449
9450 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9451
9452         * wl-version.el: New file.  Use product.el.
9453         * wl.el: add (require 'wl-version).
9454         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9455         for ~/.folders header.
9456         (wl-fldmgr-folders-header): Changed.
9457         * wl-demo.el (wl-demo): Use product.el.
9458
9459         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9460         wl-version.el.
9461         * wl-util.el (wl-version, wl-version-show): Ditto.
9462
9463         * wl-util.el (wl-generate-user-agent-string,
9464         wl-extended-emacs-version, wl-extended-emacs-version2,
9465         wl-extended-emacs-version3): Move to wl-version.el.
9466         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9467         xemacs-codename, mime-edit-insert-user-agent-field,
9468         mime-edit-user-agent-value, mime-editor/version,
9469         mime-editor/codename): Compile warning killer move to
9470         wl-version.el
9471
9472 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9473
9474         * wl-summary.el (wl-summary-refile-subr): Fix.
9475
9476 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9477
9478         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9479         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9480
9481 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9482
9483         * wl.el (wl-check-environment): Check too many `@'.
9484
9485 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9486
9487         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9488
9489 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9490
9491         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9492         wl-draft-reply-myself-without-argument-list): Add variables.
9493         * wl-draft.el (wl-draft-reply): Use it.
9494
9495 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9496
9497         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9498         the 5th argument of `elmo-network-get-spec'.
9499
9500         * wl-thread.el (wl-thread-reparent-children): New inline function.
9501         (wl-thread-delete-message): Use it.
9502
9503         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9504         (wl-summary-score-update-all-lines): Don't use `dolist'.
9505
9506 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9507
9508         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9509         (require 'elmo-msgdb) for inline function.
9510
9511 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9512
9513         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9514
9515 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9516
9517         * wl-score.el (wl-score-headers): Fix for the confusing macro
9518         `elmo-kill-buffer'.
9519
9520 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9521
9522         * wl-summary.el: Don't use the 3rd argument of `require' because
9523         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9524         * wl-util.el: Ditto.
9525         * wl-draft.el: Ditto.
9526
9527 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9528
9529         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9530         window system is not used.
9531
9532 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9533
9534         * wl-thread.el: Don't use `mapcar' only for iteration.
9535         (wl-thread-resume-entity): Ditto.
9536         (wl-thread-delete-message): Ditto.
9537
9538         * wl-summary.el: Bind `dragdrop-drop-functions',
9539         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9540         of `require' for `timezone', `easymenu' and `ps-print';
9541         don't use `mapcar' only for iteration.
9542
9543         * wl-util.el: Bind `mule-version', `nemacs-version',
9544         `emacs-beta-version', `xemacs-codename',
9545         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9546         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9547         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9548         only for iteration.
9549
9550         * wl-score.el: Don't use `mapcar' only for iteration.
9551         (wl-score-simplify-buffer-fuzzy): Ditto.
9552         (wl-score-simplify-subject): Ditto.
9553         (wl-score-headers): Ditto.
9554         (wl-summary-score-update-all-lines): Ditto.
9555
9556         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9557         `enable-multibyte-characters' and `mule-version'.
9558
9559         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9560         `mapcar' only for iteration.
9561
9562         * wl-demo.el: Don't use `mapcar' only for iteration.
9563
9564         * wl-folder.el: Don't use `mapcar' only for iteration.
9565         (wl-folder-open-all): Ditto.
9566         (wl-folder-count-incorporates): Ditto.
9567
9568         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9569         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9570
9571         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9572         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9573         `smtp-connection-type'; specify 3rd argument of `require' for
9574         `timezone'; don't use `mapcar' only for iteration.
9575         (wl-draft-clone-local-variables): Don't use `mapcar'.
9576         (wl-draft-generate-clone-buffer): Ditto.
9577         (wl-user-agent-compose-internal): Ditto.
9578
9579         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9580
9581         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9582         (wl-save-status): Ditto.
9583
9584         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9585         for iteration.
9586
9587 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9588
9589         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9590         removed `Date'.
9591         (wl-fldmgr-make-filter-default): New user option.
9592
9593         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9594         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9595         (wl-fldmgr-filter-completion-alist): Abolish.
9596
9597         * wl.el (wl): Don't check servers if arg is non-nil.
9598
9599         * wl-draft.el (wl-draft-reply): Set only message-id string to
9600         In-Reply-To field.
9601
9602 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9603
9604         * wl-summary.el (wl-summary-pick): Rewrite.
9605
9606         * wl-draft.el (wl-draft-forward): Get references field from
9607         original buffer.
9608         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9609
9610 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9611
9612         * wl-draft.el (wl-draft-forward): Add references field.
9613
9614 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9615
9616         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9617         (wl-draft-reply): Use it.
9618
9619 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9622         when Emacs 21 is running.
9623
9624         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9625         bindings.
9626
9627 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9628
9629         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9630         XPM icons transparent.
9631
9632         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9633         Emacs 21.
9634
9635 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9636
9637         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9638         nil.
9639
9640         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9641         when it is persistent.
9642         (wl-summary-sync-marks): Changed argument for
9643         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9644         (wl-summary-virtual): Use `elmo-read-search-condition'.
9645         (wl-summary-redisplay-internal): If folder is local, mark as read
9646         even when folder is plugged.
9647
9648 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9649
9650         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9651         of `tool-bar-lines' in the frame parameters.
9652         (after-make-frame-functions, post-command-hook): Don't modify the
9653         value.
9654         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9655         wl-e21-tool-bar-lines): Removed.
9656
9657 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9658
9659         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9660         properties `evaporate' and `wl-momentary-overlay' as well.
9661         (wl-highlight-summary-displaying): Ditto.
9662         (wl-delete-all-overlays): Don't delete overlay which does not have
9663         a property `wl-momentary-overlay'.
9664
9665         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9666         `display-mouse-p' and `display-graphic-p'.
9667         (wl-folder-init-icons): Don't search for XBM or the other files.
9668         (wl-plugged-set-folder-icon): Make icons if and only if
9669         `display-graphic-p' returns non-nil.
9670         (wl-highlight-plugged-current-line): Use `before-string' overlay
9671         property to show icon images.
9672         (wl-highlight-folder-current-line): Ditto.
9673         (wl-e21-highlight-folder-group-line): Ditto.
9674         (wl-e21-highlight-folder-by-numbers): Ditto.
9675         (wl-e21-insert-image): Removed.
9676         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9677         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9678         said.
9679         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9680         `wl-e21-force-switch-toolbar'.
9681         (wl-e21-make-icon-image): Removed.
9682         (wl-e21-setup-toolbar): Don't search for XBM files.
9683         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9684         the default value.
9685
9686 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9687
9688         * wl-util.el (wl-biff-check-folder-async): Set
9689         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9690
9691 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9692
9693         * wl-e21.el (after-make-frame-functions): Add
9694         `wl-e21-force-switch-toolbar'.
9695         (wl-e21-force-switch-toolbar): New function force to switch the
9696         toolbar appearance automatically.
9697         (post-command-hook): Add `wl-e21-switch-toolbar'.
9698         (wl-e21-switch-toolbar): New function to switch the toolbar
9699         appearance automatically.
9700         (wl-e21-tool-bar-lines): New buffer local variable.
9701
9702 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-util.el (wl-biff-check-folders-running): New variable.
9705         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9706         (wl-biff-check-folder-async-callback):
9707         Set `wl-biff-check-folders-running'.
9708         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9709         with unwind-protect.
9710
9711         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9712         Enclose `wl-folder-auto-check' with unwind-protect.
9713
9714         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9715         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9716
9717         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9718
9719         * wl-util.el (wl-biff-notify): New inline function.
9720         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9721         locally.
9722         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9723         folder-list' is 1.
9724         Use `wl-biff-notify'.
9725         (wl-biff-check-folder-async-callback): New function.
9726         (wl-biff-check-folder-async): Ditto.
9727
9728         * wl-folder.el (wl-folder): Don't check folders.
9729         (wl-folder-auto-check): New function.
9730
9731 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9732
9733         * wl-util.el (wl-biff-start) [Emacs19+]:
9734         Use `timer-next-integral-multiple-of-time'.
9735         (wl-biff-check-folders): Use `wl-default-folder'
9736         if `wl-biff-check-folder-list' is nil.
9737
9738 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9739
9740         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9741         instead of `elmo-delete-lists'.
9742
9743 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9744
9745         * wl.el (wl-plugged-toggle-all): Set the value of
9746         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9747         (wl-plugged-toggle): Ditto.
9748         (wl-toggle-plugged): Ditto.
9749         (wl-plugged-init): Ditto.
9750
9751         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9752         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9753         instead of `wl-biff-state-indicator-off' and
9754         `wl-biff-state-indicator-on'; don't modify the value and the type
9755         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9756         (wl-plugged-init-icons): Set icons data to
9757         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9758         instead of `wl-plug-state-indicator-off' and
9759         `wl-plug-state-indicator-on'; don't modify the value and the type
9760         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9761
9762         * wl-vars.el (wl-modeline-biff-state-off,
9763         wl-modeline-biff-state-on, wl-modeline-biff-status,
9764         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9765         wl-modeline-plug-status): New internal variables.
9766         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9767         wl-biff-check-interval, wl-biff-check-folder-list): Change
9768         customization group from `wl-folder' to `wl-highlight'.
9769         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9770         wl-show-plug-status-on-modeline): Defcustomized.
9771
9772         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9773         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9774         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9775         a flag to `mode-line-buffer-identification'.
9776
9777         * wl-e21.el (wl-biff-init-icons): Set icons data to
9778         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9779         instead of `wl-biff-state-indicator-off' and
9780         `wl-biff-state-indicator-on'.
9781         (wl-plugged-init-icons): Set icons data to
9782         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9783         instead of `wl-plug-state-indicator-off' and
9784         `wl-plug-state-indicator-on'.
9785
9786 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9787
9788         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9789         excessive titles.
9790
9791 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9792
9793         * wl.el (wl-plugged-mode): Use revised
9794         `wl-mode-line-buffer-identification'.
9795         (wl-plugged-init): Don't use `force-mode-line-update'.
9796
9797         * wl-xmas.el (wl-draft-overload-functions): Use revised
9798         `wl-mode-line-buffer-identification'.
9799         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9800         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9801         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9802         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9803         `wl-make-plugged-hook';
9804         add `wl-folder-init-icons' and `wl-setup-folder' to
9805         `wl-folder-mode-hook'.
9806
9807         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9808         19 as well.
9809         (wl-mode-line-display-priority-list): New user option.
9810         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9811         Defcustomized.
9812         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9813         Add docs.
9814
9815         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9816         start.
9817         (wl-mode-line-buffer-identification): Revised as a function.
9818
9819         * wl-summary.el (wl-summary-mode): Use revised
9820         `wl-mode-line-buffer-identification'; don't call
9821         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9822         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9823         `wl-xmas-setup-summary'.
9824
9825         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9826         `wl-mode-line-buffer-identification'.
9827
9828         * wl-mule.el (wl-draft-overload-functions): Use revised
9829         `wl-mode-line-buffer-identification'.
9830
9831         * wl-folder.el (wl-make-plugged-alist): Don't call
9832         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9833         (wl-folder): Don't call `wl-folder-init-icons' directly.
9834         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9835         `wl-xmas-setup-folder' directly;
9836         use revised `wl-mode-line-buffer-identification'.
9837         (TopLevel): Don't bind `wl-biff-init-icons',
9838         `wl-plugged-init-icons', `wl-folder-init-icons',
9839         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9840
9841         * wl-e21.el (wl-draft-overload-functions): Use revised
9842         `wl-mode-line-buffer-identification'.
9843         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9844         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9845         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9846         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9847         `wl-make-plugged-hook';
9848         add `wl-folder-init-icons' and `wl-setup-folder' to
9849         `wl-folder-mode-hook'.
9850
9851 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9852             Katsumi Yamaoka    <yamaoka@jpl.org>
9853
9854         * wl.el (wl): Call `wl-biff-start'.
9855         (wl-exit): Call `wl-biff-stop'.
9856         (wl-plugged-mode): Show biff in modeline.
9857         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9858
9859         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9860         (wl-biff-init-icons): New function.
9861         (wl-plugged-init-icons): Don't make too much keymaps.
9862         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9863
9864         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9865         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9866         variables.
9867         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9868         options.
9869
9870         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9871         wl-biff-start, wl-biff-stop): New functions.
9872         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9873         (wl-biff-timer-name): New variable.
9874
9875         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9876
9877         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9878         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9879
9880         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9881         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9882
9883         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9884         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9885         `wl-folder-init-icons' to `ignore' if they are not available.
9886         (wl-folder-mode): Show biff in modeline.
9887
9888         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9889         (wl-biff-init-icons): New function.
9890         (wl-plugged-init-icons): Don't make too much keymaps.
9891         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9892
9893 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9894
9895         * wl-vars.el (wl-strict-diff-folders): Customization Type
9896         and doc fix.  Define as a list of regular expressions for
9897         folders or nil.
9898         * wl-folder.el (wl-folder-check-one-entity): Use
9899         `wl-string-match-member' instead of `wl-string-member' for
9900         `wl-strict-diff-folders'.
9901
9902 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9903
9904         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9905         (wl-highlight-folder-current-line): Use it; new implementation.
9906         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9907         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9908         `defsubst' instead of `defun'.
9909
9910         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9911         `wl-highlight-group-folder-by-numbers'; made it can also be a
9912         number.  See info for more details.
9913
9914         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9915         running.
9916
9917         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9918         to bind them.
9919
9920         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9921         (wl-highlight-folder-current-line): New implementation.
9922
9923         * wl-highlight.el (wl-highlight-folder-group-line): New
9924         implementation.
9925         (wl-delete-all-overlays): Rewrite as a marco.
9926         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9927
9928         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9929         running.
9930         (wl-folder-*-glyph): No need to bind them.
9931
9932         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9933         `wl-e21-highlight-folder-group-icon'; rewrite.
9934         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9935         `defsubst' instead of `defun'.
9936         (wl-folder-mode-map): Bind it when compiling.
9937
9938 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9939
9940         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9941
9942         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9943
9944 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9945
9946         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9947
9948 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9949
9950         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9951         (wl-highlight-folder-current-line): Use it.
9952
9953         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9954         in `id-name'.
9955
9956 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl.el: Require `wl-e21' when Emacs 21 is running.
9959
9960         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9961         default when Emacs 21 is running.
9962         (wl-use-highlight-mouse-line): Ditto.
9963         (wl-on-emacs21): New constant.
9964         (wl-on-emacs20): Removed.
9965
9966         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9967         Emacs 21 is running.
9968
9969         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9970         Emacs 21 is running.
9971
9972         * wl-e21.el: New file.
9973
9974 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9975
9976         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9977         (wl-toggle-plugged): Ditto.
9978         (wl-plugged-toggle): Ditto.
9979         (wl-plugged-toggle-all): Ditto.
9980
9981         * wl-vars.el (wl-plug-state-indicator): Refer
9982         `wl-plug-state-indicator-on' indirectly.
9983
9984 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9985
9986         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9987         Call `wl-folder-confirm-existence'.
9988
9989         * wl-folder.el (wl-folder-confirm-existence): Added optional
9990         argument `force'.
9991
9992 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
9993
9994         * wl-summary.el (wl-summary-refile-subr): Assume
9995         `copy-or-refile' as symbol.
9996         (wl-summary-refile): Follow up above change.
9997         (wl-summary-copy): Ditto.  Doc fix.
9998
9999 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10000
10001         * wl-summary.el (wl-summary-pick): Don't bind
10002         `elmo-search-mime-charset'.
10003
10004         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10005         default using old backquote style.
10006         (wl-search-mime-charset): Abolished.
10007
10008         * wl-highlight.el (wl-highlight-headers):
10009         Call `point' after `re-search-forward'(for Nemacs).
10010
10011         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10012         for elmo-imap4.el.
10013
10014 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10015
10016         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10017         `wl-message-ignored-field-list' instead of
10018         `mime-view-ignored-field-list'.
10019
10020         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10021         Add interactive spec.
10022         (wl-folder-goto-bottom-of-current-folder): Ditto.
10023         (wl-folder-mode-map): Bind them.
10024
10025         * wl-vars.el (wl-message-ignored-field-list): New variable.
10026         (wl-message-visible-field-list): New variable.
10027
10028         * wl-mime.el (wl-mime-header-presentation-method): New function.
10029         (wl-mime-setup): Set header-presentation-method.
10030
10031 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10032
10033         * wl-nemacs.el (wl-draft-overload-functions): Set
10034         `mode-line-buffer-identification' instead of using
10035         `wl-make-modeline'.
10036
10037         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10038         instead of using `wl-make-modeline'.
10039
10040         * wl-xmas.el (wl-plugged-init-icons): Set up
10041         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10042         (wl-make-modeline): Abolish.
10043         (wl-draft-overload-functions): Set
10044         `mode-line-buffer-identification' instead of using
10045         `wl-make-modeline'.
10046
10047         * wl-util.el (wl-make-modeline-subr): Abolish.
10048         (wl-mode-line-buffer-identification): New alias.
10049
10050         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10051         (wl-summary-make-modeline): Abolish.
10052         (wl-summary-buffer-set-folder): Set
10053         `wl-summary-buffer-folder-indicator'.
10054         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10055         of using `wl-make-modeline'.
10056         (wl-summary-switch-to-clone-buffer): Don't set
10057         `mode-line-buffer-identification'.
10058         (wl-summary-goto-folder-subr): Ditto.
10059
10060         * wl-mule.el (wl-draft-overload-functions): Set
10061         `mode-line-buffer-identification' instead of using
10062         `wl-make-modeline'.
10063
10064         * wl-folder.el (wl-folder-mode): Set
10065         `mode-line-buffer-identification' instead of using
10066         `wl-make-modeline'.
10067         (wl-folder): Don't set `mode-line-buffer-identification'.
10068
10069 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10070
10071         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10072         instead of `member' for `wl-refile-guess-func-list' look-ups.
10073         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10074
10075 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10076
10077         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10078         `wl-message-button-dispatcher'.
10079
10080         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10081
10082         * wl-message.el (wl-message-button-dispatcher): Use it.
10083
10084         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10085         "In-Reply-To".
10086
10087         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10088         Bind `case-fold-search' to t.
10089
10090 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10091
10092         * wl-xmas.el (wl-message-overload-functions): Initialize
10093         `wl-message-button-map'.
10094
10095         * wl-mule.el (wl-message-overload-functions): Initialize
10096         `wl-message-button-map'.
10097
10098         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10099
10100         * wl-message.el (wl-message-button-map): New keymap.
10101         (wl-message-add-button): New function.
10102         (wl-message-button-dispatcher): New function.
10103         (wl-message-button-refer-article): New function.
10104
10105         * wl-highlight.el
10106         (wl-highlight-message-add-buttons-to-header): New function.
10107         (wl-highlight-headers): Use it.
10108
10109 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10110
10111         * wl-summary.el (wl-summary-default-from): Use
10112         `wl-address-get-petname-1'.
10113         (wl-summary-simple-from): Ditto.
10114
10115         * wl-address.el (wl-address-get-petname-1): New inline function.
10116         (wl-address-get-petname): Use it.
10117
10118 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10119
10120         * wl-summary.el (wl-summary-default-from): Return full-name part
10121         from the address if no petname was found.
10122         (wl-summary-simple-from): Ditto.
10123
10124         * wl-address.el (wl-address-get-petname): Return nil if no petname
10125         associated with the address was found.
10126
10127 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10128
10129         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10130         display is finished.
10131
10132 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10133
10134         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10135         `elmo-folder-exists-p' argument.
10136
10137 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10138
10139         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10140         the folder.
10141
10142 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10143
10144         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10145
10146         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10147         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10148
10149 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10150
10151         * wl-folder.el (wl-folder-create-subr): New function.
10152         (wl-folder-confirm-existence): Use it.
10153         (wl-folder-check-one-entity): Use it.
10154         Check the error symbol is derived from 'elmo-open-error.
10155
10156         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10157         `ignore-error'.
10158
10159 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10160
10161         * wl-util.el (toplevel): Add (eval-when-compile (require
10162         'elmo-util)).  (Maybe `provide' is typo.)
10163
10164 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10165
10166         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10167         (I don't know why this was needed.)
10168
10169         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10170         Follow up changes for stream-type.
10171
10172         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10173         (wl-draft-elmo-nntp-send): Ditto.
10174
10175         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10176         (wl-nntp-posting-stream-type): Ditto.
10177         (wl-pop-before-smtp-ssl): Abolished.
10178         (wl-nntp-posting-ssl): Ditto.
10179
10180         * wl-address.el (wl-address-quote-specials): New function.
10181         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10182
10183         * wl-draft.el (wl-draft-reply): Ditto.
10184
10185 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10186
10187         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10188         use function `wl-string-match-assoc'.
10189
10190 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10191
10192         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10193
10194         * wl-draft.el (wl-draft-deduce-address-list): New function.
10195         (wl-draft-parse-mailbox-list): Ditto.
10196         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10197         instead of `smtp-deduce-address-list'.
10198         (wl-draft-on-field-p): Follow group list.
10199
10200         * wl-address.el (wl-address-concat-token): New function.
10201         (wl-address-string-without-group-list-contents): Ditto.
10202         (wl-complete-field-body): Fixed problem of completion
10203         by japanese petname.
10204         (wl-address-make-completion-list): Rewrite.
10205
10206 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10207
10208         * wl-address.el (wl-address-make-completion-list): Completion by
10209         petname.
10210         (wl-complete-field-body): Likewise.
10211
10212 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10213
10214         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10215         contains invalid address syntax.
10216
10217 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10218
10219         * wl-folder.el (wl-folder-check-entity-async): Use
10220         `elmo-nntp-spec-hostname'.
10221
10222 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10223
10224         * wl-summary.el (wl-summary-msgdb-load-async): Use
10225         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10226
10227 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10228
10229         * wl-draft.el (wl-draft-reply): Set argument
10230         `content-transfer-encoding' as nil.
10231
10232 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10233
10234         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10235         `wl-refile-alist'.
10236
10237 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10238
10239         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10240         (wl-draft-edit-string): Ditto.
10241         (wl-draft-forward): Ditto.
10242         * wl-summary.el (wl-summary-write): Ditto.
10243
10244 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10245
10246         * wl-summary.el (wl-summary-sync-update3): Call
10247         `wl-summary-buffer-number-column-detect'.
10248         (wl-summary-buffer-number-column-detect): Search from point-min.
10249
10250 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10251
10252         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10253         contains an address which is not included in original to or cc.
10254
10255 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10256
10257         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10258         begin-line does not exist.
10259         * wl-message.el (wl-message-uu-substring): Ditto.
10260
10261 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10262
10263         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10264         clear local variables.
10265         (wl-summary-exit): Call `elmo-commit'.
10266         (wl-summary-switch-to-clone-buffer): Call
10267         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10268         (wl-summary-goto-folder-subr): Ditto.
10269
10270         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10271         POP folder.
10272
10273 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10274
10275         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10276         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10277         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10278         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10279         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10280         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10281
10282         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10283
10284 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10285
10286         * wl-summary.el (wl-summary-search-by-subject):
10287         Search parent message from the latest one.
10288
10289 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10290
10291         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10292         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10293
10294         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10295         New user option.
10296
10297         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10298         if elmo-nntp-use-killed-list is nil.
10299         Use `elmo-msgdb-append-to-killed-list'.
10300         (Append numbers confirmed as disappeared to the killed list.)
10301         (wl-summary-confirm-appends): Don't display negative number.
10302
10303 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10304
10305         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10306
10307 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10308
10309         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10310         range is `all'.
10311         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10312         `elmo-list-bigger-diff'.
10313
10314 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10315
10316         * wl-summary.el (wl-summary-buffer-exit-func):
10317         New buffer local variable.
10318         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10319
10320 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10321
10322         * wl-demo.el (wl-demo): Fix the last change.
10323
10324 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10325
10326         * wl-demo.el (wl-demo): Don't use `eval'.
10327
10328 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10329
10330         * wl-summary.el (wl-summary-buffer-thread-modified):
10331         New buffer-local variable.
10332         (wl-summary-set-thread-modified): New function.
10333         (wl-summary-thread-modified-p): New function.
10334         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10335         (wl-summary-yank-saved-message): Use function
10336         `wl-summary-set-thread-modified'
10337         (wl-summary-switch-to-clone-buffer): Add
10338         `wl-summary-buffer-thread-modified'.
10339
10340         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10341         (wl-summary-buffer-mark-saved-hook): Ditto.
10342         * wl-summary.el (wl-summary-msgdb-save): New hook
10343         `wl-summary-buffer-message-saved-hook' and
10344         `wl-summary-buffer-mark-saved-hook'.
10345
10346 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10347
10348         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10349
10350 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10351
10352         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10353         don't hide scroll bars under FSF Emacsen because it may incur an
10354         undesirable redrawing.
10355
10356 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10357
10358         * wl-draft.el (wl-draft-edit-string): Call
10359         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10360
10361 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10362
10363         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10364
10365 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10366
10367         * wl-summary.el (wl-summary-msgdb-load-async): Call
10368         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10369
10370 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10371
10372         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10373         fringes in demo buffer; center bitmap logo correctly even if old
10374         Mule is used.
10375
10376 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10377
10378         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10379
10380         * wl-refile.el (wl-refile-subject-alist): New variable.
10381         (wl-refile-subject-alist-file-name): Ditto.
10382         (wl-refile-alist-setup): Rewrite.
10383         (wl-refile-alist-save): Use `elmo-object-save'.
10384         Eliminated arguments.
10385         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10386         (wl-refile-guess-by-subject): New function.
10387         (wl-refile-guess-func-list): Added it.
10388
10389 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10390
10391         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10392         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10393
10394 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10395
10396         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10397         New buffer-local variable.
10398         (wl-summary-buffer-next-folder-func): Ditto.
10399         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10400         if non-nil.
10401         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10402         if non-nil.
10403         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10404         if non-nil.
10405         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10406         if non-nil.
10407
10408 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10409
10410         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10411         permanently in the demo buffer.
10412
10413 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10414
10415         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10416         `mime-entity-fetch-field'.
10417
10418         * wl.el (wl-exit): Delete plugged buffer.
10419
10420         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10421         XEmacs has menubar feature.
10422
10423 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10424
10425         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10426         cannot arrive at the beginning of the buffer under old Emacsen.
10427
10428 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10429
10430         * wl-address.el (wl-address-ldap-search):
10431         Call `ldap-search-entries' with `withdn' argument t.
10432         (wl-complete-field-body): Bind completion-ignore-case as t.
10433         Clear ldap search hash when it was sole completion.
10434         Use elmo-string for pattern string.
10435         (wl-ldap-alias-safe-string): Eliminated needless let.
10436
10437 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10438
10439         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10440         (wl-ldap-alias-sep): New constant.
10441         (wl-ldap-search-attribute-type-list): Ditto.
10442         (wl-ldap-get-value): New function.
10443         (wl-ldap-make-filter): Ditto.
10444         (wl-ldap-make-matched-value-list): Ditto.
10445         (wl-ldap-alias-safe-string): Ditto.
10446         (wl-ldap-register-dn-string): Ditto.
10447         (wl-address-ldap-search): Rewrite.
10448
10449 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10450
10451         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10452         thread is deleted.
10453         (wl-thread-delete-line-from-buffer): Ditto.
10454         (wl-thread-get-exist-children): New function.
10455
10456 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10457
10458         * wl-demo.el (wl-demo): Made it to select various image types.
10459         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10460         from `wl-title-logo'.
10461         (wl-logo-ascii): New variable.
10462         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10463         (wl-demo-copyright-notice): New constant.
10464
10465         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10466
10467 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10468
10469         * wl-vars.el (wl-summary-target-above): Renamed from
10470         wl-summary-temp-above.
10471         * wl-score.el (wl-score-get-score-alist): Use it.
10472         (wl-summary-score-update-all-lines): Use it.
10473         * wl-summary.el: Ditto. (make-variable-buffer-local).
10474
10475 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10476
10477         * wl-vars.el (wl-ldap-port): New user option.
10478
10479         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10480         Rewite whole implementation.
10481         (wl-complete-field-body): Fixed.
10482
10483 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10484
10485         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10486         Choose implementation at compile time.
10487
10488 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10489
10490         * wl-address.el (wl-ldap-search-internal): New function.
10491         (wl-complete-field-to): Use it.
10492
10493 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10494
10495         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10496         Use `let' instead of `let*'.
10497         Require 'wl-vars.
10498
10499         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10500         Define as defcustom.
10501         (wl-ldap-base): Ditto.
10502         (wl-use-ldap): Ditto.
10503
10504 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10505
10506         * wl-address.el (wl-ldap-search): New function.
10507         (wl-complete-field-body): Use `wl-ldap-search'.
10508         (wl-ldap-server): New variable.
10509         (wl-ldap-base): Ditto.
10510         (wl-use-ldap): Ditto.
10511
10512 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10513
10514         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10515         (Pointed out by Mito <mit@nines.nec.co.jp>).
10516         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10517         buffer-local variables like `wl-summary-redisplay-internal'.
10518         (wl-summary-redisplay-all-header): Likewise.  Update
10519         Summary view too.
10520
10521 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10522
10523         * wl-summary.el (wl-summary-jump-to-parent-message):
10524         Consider prefix argument.
10525
10526         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10527         when closed thread is deleted.
10528
10529 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10530
10531         * wl-summary.el (wl-summary-jump-to-parent-message):
10532         Consider thread modification.
10533
10534 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10535
10536         * wl-message.el (wl-message-normal-get-original-buffer): Use
10537         `save-excursion'.
10538
10539         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10540         (wl-summary-showto-folder-regexp): Ditto.
10541
10542 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10543
10544         * wl-util.el (wl-delete-alist): Doc fix.
10545         (wl-delete-associations): New function.
10546         (wl-inverse-alist): New function.
10547         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10548         Split temporary variables. Use `wl-delete-associations'
10549         and `wl-inverse-alist'.
10550         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10551
10552 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10553
10554         * wl-folder.el (wl-folder-prefetch-entity):
10555         Execute prefetching if new count is unknown.
10556
10557 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10558
10559         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10560
10561         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10562         delete entity.
10563         (wl-thread-set-parent): If insert as top, set linked as nil.
10564
10565         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10566         `wl-thread-cleanup-symbols' when view mode is thread.
10567
10568 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10569
10570         * wl-folder.el (wl-folder-create-folder-entity): Use
10571         with-current-buffer.
10572         (wl-local-folder-init): Call set-buffer to make sure we are in
10573         the Folder buffer. Don't touch buffer-local variables here.
10574         (wl-folder-mode): Initialize buffer-local variables here.
10575
10576         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10577         (wl-folder-entity-assign-id): Ditto.
10578         (wl-folder-create-entity-hashtb): Ditto.
10579         (wl-local-folder-init): Ditto.
10580         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10581
10582 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10583
10584         * wl-summary.el (wl-summary-default-from): Fix probrem when
10585         std11-extract-address-components return (nil "foo@bar").
10586
10587 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10588
10589         * wl-draft.el (wl-draft-clone-local-variables):
10590         Remove redundant `setq'.
10591
10592 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10593
10594         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10595         Bind wl-highlight-x-face-func as nil while highlighting header.
10596
10597 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10598
10599         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10600
10601 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10602
10603         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10604         elmo-msgdb-overview-hashtb from copy-variables.
10605         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10606         instead of `elmo-msgdb-overview-get-entity-by-number'.
10607         (wl-summary-auto-refile): Ditto.
10608
10609         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10610         `elmo-msgdb-overview-get-entity' instead of
10611         `elmo-msgdb-search-overview-entity'.  Use
10612         `elmo-msgdb-overview-get-entity' instead of
10613         `elmo-msgdb-overview-get-entity-by-number'.
10614         (wl-thread-insert-entity-sub): Ditto.
10615         (wl-thread-insert-message): Ditto.
10616
10617         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10618         `elmo-msgdb-overview-get-entity'.
10619         (wl-normal-message-redisplay): Ditto.
10620
10621 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10622
10623         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10624         `wl-thread-entities'.
10625         (wl-thread-delete-message): Fix remove top message from
10626         `wl-thread-entity-list'.
10627
10628         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10629         wl-append(nconc), because update-list is broken on Meadow.
10630
10631         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10632         updating process.
10633         (wl-summary-rescan): Ditto.
10634         (wl-summary-sync-update3): Ditto.
10635         * wl-thread.el (wl-thread-set-parent): Renamed from
10636         `wl-summary-set-parent'.
10637         (wl-thread-insert-message): Updating buffer faster.
10638         (wl-thread-delete-message): Updating buffer faster.
10639
10640         * wl-score.el (wl-summary-score-update-all-lines): Changed
10641         interval for display progress gauge.
10642
10643 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10644
10645         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10646         folder always-sticky.
10647         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10648         defmacro.
10649
10650 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-vars.el (wl-draft-add-references): New user option.
10653
10654         * wl-draft.el (wl-draft-add-references): New function.
10655         (wl-draft-yank-from-mail-reply-buffer): Use it.
10656         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10657         as nil.
10658
10659 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10660
10661         * wl-thread.el (wl-thread-update-line-msgs): Called
10662         `wl-thread-update-line-on-buffer-sub'.
10663         (wl-thread-update-line-on-buffer): Delete routine of inserting
10664         thread.
10665         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10666         moved from `wl-thread-update-line-on-buffer'.
10667         Add threshold for displaying progress gauge.
10668         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10669         argument of `wl-thread-update-line-msgs'.
10670         Add threshold for displaying progress gauge.
10671         * wl-folder.el:
10672         Add threshold for displaying progress gauge.
10673         * wl-score.el: Ditto.
10674
10675         * wl-expire.el (wl-summary-expire): Display deleting info.
10676
10677 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10678
10679         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10680         `no-msg'.
10681         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10682         argument of `wl-thread-update-line-msgs'.
10683         (wl-summary-set-parent): Added optional argument `parent-number'.
10684         (wl-summary-buffer-saved-message): New buffer local variable.
10685         (wl-summary-save-current-message): New command.
10686         (wl-summary-yank-saved-message): Ditto.
10687         (wl-summary-mode-map): Added key binding for
10688         `wl-summary-save-current-message' (\ew) and
10689         `wl-summary-yank-saved-message' (\C-y).
10690         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10691
10692 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-summary.el (wl-summary-mode-map): Added key binding for
10695         `wl-summary-set-parent' (ts).
10696
10697 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10698
10699         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10700         subject faster. If thread number is reverse, delayed updating
10701         thread.
10702         (wl-summary-search-by-subject): Ditto.
10703         (wl-summary-put-alike): Ditto.
10704         (wl-summary-get-alike): Ditto.
10705         (wl-summary-insert-headers): Insert header of all overview in
10706         buffer.
10707         (wl-summary-rescan): Delayed updating thread. Kill search subject
10708         buffer for wl-summary-search-by-subject.
10709         (wl-summary-sync-update3): Ditto.
10710         (wl-summary-exit): Ditto.
10711         (wl-summary-goto-bottom-of-current-thread): Change for linked
10712         thread.
10713         (wl-summary-overview-create-summary-line): Change line for linked
10714         thread.
10715
10716         * wl-summary.el (wl-summary-update-thread): Use
10717         wl-thread-maybe-get-children-num.
10718         (wl-summary-set-parent): If change parent, move sub thread.
10719         (wl-summary-redisplay-internal): Add horizontal recenter.
10720         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10721
10722         * wl-thread.el (wl-thread-entity-get-linked): New function.
10723         (wl-thread-entity-set-linked): New function.
10724         (wl-thread-create-entity): Add linked element.
10725         (wl-thread-entity-insert-as-top): Use wl-append.
10726         (wl-thread-maybe-get-children-num): If closing thread, return
10727         children msgs.
10728         (wl-thread-update-line-msgs): Displaying progress message.
10729         (wl-thread-update-line-on-buffer-sub): Use
10730         wl-thread-maybe-get-children-num.
10731         (wl-thread-update-line-on-buffer): If update line is not exists,
10732         insert thread.
10733         (wl-thread-delete-message): If delete top msg of thread, search
10734         parent by subject.
10735         (wl-thread-insert-entity): Use
10736         wl-thread-maybe-get-children-num.
10737
10738         * wl-highlight.el (wl-highlight-summary-current-line): change
10739         sregexp for linked thread.
10740         * wl-util.el (wl-count-lines): Count lines.
10741         (wl-horizontal-recenter): horizontal recenter.
10742         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10743         (wl-score-get-alike): Ditto.
10744         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10745         (wl-subject-length-limit): New variable.
10746         (wl-highlight-thread-indent-string-regexp): Changed for linked
10747         thread.
10748
10749 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10752         New variable (revival).
10753         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10754         by subject matching if there's no in-reply-to nor references field
10755         (revival).
10756
10757 \f
10758 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10759
10760         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10761         message.
10762
10763 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10764
10765         * wl-summary.el (wl-summary-reply): Return t if there was a
10766         message at cursor point.
10767         Added unwind-protect.
10768         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10769         returns t.
10770         (wl-summary-cancel-message): Do nothing when there's no message at
10771         cursor point.
10772         (wl-summary-forward): Ditto.
10773         (wl-summary-jump-to-parent-message): Ditto.
10774         (wl-summary-reedit): Ditto.
10775         (wl-summary-edit-addresses): Ditto.
10776         (wl-summary-pipe-message): Ditto.
10777         (wl-summary-print-message-with-ps-print): Ditto.
10778         (wl-summary-print-message): Ditto.
10779         (wl-summary-mark-as-important): Ditto.
10780         (wl-summary-mark-as-unread): Ditto.
10781
10782         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10783         message at cursor point.
10784         (wl-summary-reply-with-citation): Remove unwind-protect.
10785
10786         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10787         subject searching feature.
10788         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10789         Eliminated.
10790
10791 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10792
10793         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10794         New variable.
10795         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10796         by subject matching if there's no in-reply-to nor references field.
10797
10798         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10799
10800         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10801         when display is finished.
10802         (wl-folder-open-all): Ditto.
10803         (wl-folder-update-access-group): Ditto.
10804         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10805         * wl-thread.el (wl-thread-close-all): Ditto.
10806
10807         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10808         progress gauge only when it was displayed.
10809         * wl-folder.el (wl-folder-insert-entity): Ditto.
10810
10811 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10812
10813         * wl-summary.el (wl-summary-incorporate): Enclose
10814         `wl-summary-sync-force-update' with save-excursion.
10815
10816 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10817
10818         * wl-summary.el (wl-summary-prefetch-region):
10819         Pass current cursor point to `pos-visible-in-window-p' after
10820         moving cursor to the started point.
10821
10822 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10823
10824         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10825
10826         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10827         fields from the forwarding message.
10828         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10829         `ignored-fields'.
10830
10831 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-mime.el (wl-message-request-partial):
10834         Eliminated argument `msgdb'.
10835         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10836         (wl-mime-combine-message/partial-pieces): Likewise.
10837         * tm-wl.el (wl-message-request-partial): Likewise.
10838         (wl-mime-combine-message/partial-pieces): Likewise.
10839
10840 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10841
10842         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10843         when display is finished.
10844
10845 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10846
10847         * wl-summary.el (wl-summary-goto-folder-subr):
10848         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10849
10850 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10851
10852         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10853         when cursor point is visible.
10854
10855 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10856
10857         * wl-expire.el (wl-expire-archive-get-max-number):
10858         Don't use `file-name-directory'.
10859
10860 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10861
10862         * wl-expire.el (wl-expire-archive-get-max-number):
10863         Use `file-name-directory'.
10864
10865 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10866
10867         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10868         only when there is progress.
10869
10870 2000-04-13  Mito <mit@nines.nec.co.jp>
10871
10872         * wl-summary.el (wl-summary-sync-marks): Display progress.
10873
10874 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10875
10876         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10877         (wl-summary-prev): Move cursor regardless of unread status.
10878         (wl-summary-next): Ditto.
10879
10880 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10881
10882         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10883         Added argument `target' and `number'.
10884         * tm-wl.el (wl-summary-burst-subr): New function.
10885         (wl-summary-burst): Use it.
10886
10887 2000-04-10  Mito <mit@nines.nec.co.jp>
10888
10889         * wl-mime.el (wl-burst): New function.
10890         (wl-summary-burst): Use it.
10891
10892 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10893
10894         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10895         as petname when there's no candidate.
10896
10897 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10898
10899         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10900         New variable.
10901         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10902
10903         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10904
10905         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10906
10907 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10908
10909         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10910         Use substring of `original' instead of buffer-substring.
10911         (wl-refile-evaluate-rule):
10912         Set `original' argument of wl-refile-expand-newtext.
10913
10914         * wl-summary.el
10915         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10916         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10917         (wl-summary-auto-refile): Check existence of destination folder just
10918         before marking.
10919
10920 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10921
10922         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10923         when wl-refile-get-field-value return nil.
10924
10925 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10926
10927         * wl-refile.el
10928         (wl-refile-expand-newtext): New function imported from Gnus.
10929         (wl-refile-evaluate-rule): Use it.
10930
10931 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10932
10933         * wl-summary.el (wl-summary-print-destination):
10934         Duplicate folder string to avoid putting text-property on
10935         original string.
10936
10937         * wl-refile.el (wl-refile-get-field-value): New function.
10938         (wl-refile-evaluate-rule): New function;
10939         Evaluate refile rule recursively.
10940         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10941         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10942         New function; Check existence of a target folder recursively.
10943         (wl-summary-auto-refile-check-refile-rule-alist):
10944         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10945
10946 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10949
10950         * wl-folder.el (wl-create-folder-entity-from-buffer):
10951         Fixed problem when '}' character is contained in folder name.
10952
10953         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10954
10955 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10956
10957         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10958         (wl-fldmgr-add-completion-all-completions):
10959         Use wl-fldmgr-add-completion-hashtb.
10960
10961 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10962
10963         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10964         wl-fldmgr-add-completion-subr): New functions.
10965         * wl-folder.el (wl-folder-completion-func): New variable.
10966         * wl-summary.el (wl-summary-read-folder):
10967         Use wl-folder-completion-func.
10968
10969         * wl-refile.el: Eliminate throw & catch.
10970
10971         * wl.el (wl-plugged-sending-queue-status): Fixed.
10972
10973 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10974
10975         * wl-draft.el (wl-draft): Put category property on
10976         mail-header-separator.