aa474e20d4e732f9728057421d10a5ef871a5f1c
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
4         backquote.
5         (wl-folder-unread-regex, wl-folder-entity-exists-p)
6         (wl-folder-clear-entity-info)
7         (wl-folder-get-entity-info, wl-folder-set-entity-info)
8         (wl-folder-elmo-folder-cache-get)
9         (wl-folder-elmo-folder-cache-put): New backquote style.
10
11         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
12         (wl-fldmgr-assign-id): Ditto.
13         (wl-fldmgr-delete-line): Use quote instead of backquote.
14         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
15
16         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
17         (wl-draft-set-sent-message): New backquote style.
18         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
19         (wl-draft-config-body-goto-header): Use quote instead of backquote.
20
21 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * wl-address.el (wl-address-concat-token): Fix typo.
24
25 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
26
27         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
28         (wl-score-get-alike): Ditto.
29
30         * wl-vars.el: New backquote style.
31         (wl-message-header-button-alist): Use quote instead of backquote.
32
33         * wl.el (wl-plugged-string): New backquote style.
34
35         * wl-address.el (wl-address-concat-token): New backquote style.
36
37         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
38
39 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
40
41         * wl-highlight.el (wl-highlight-folder-opened-regexp)
42         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
43
44         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
45         in the character alternative.
46
47 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48
49         * Version number is increased to 2.15.6.
50
51 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
52
53         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
54         optional 3rd argument of epg-context-set-progress-callback; it was
55         temporarily removed in the Emacs trunk due to copyright problem.
56         (wl-mime-pgp-verify-region-with-epg): Ditto.
57
58 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
61
62 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-util.el (wl-biff-check-folders): Set biff flag.
65         (from Naoto Morishima [wl:14031])
66
67 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
68
69         * wl.el (wl-plugged-server-indent): Use quote instead of
70         backquote.
71
72 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * wl-score.el (wl-score-insert-header): Add guard for
75         `std11-unfold-string'.
76         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
77         TYPE artgument when TO or CC field.
78
79 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-summary.el (wl-summary-goto-folder-subr): Call
82         `elmo-folder-close' instead of `elmo-folder-commit' if discard
83         current summary.
84
85 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
86
87         * wl-util.el (wl-read-shell-commande): New function or alias.
88
89         * wl-summary.el (wl-summary-pipe-message): Use
90         `wl-read-shell-command' instead of `read-string'.
91         (wl-summary-target-mark-pipe): Ditto.
92
93 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
94
95         * wl-summary.el (wl-summary-reply): Fix docstring.
96         * wl-draft.el (wl-draft-reply): Ditto.
97
98 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
99
100         * wl-mime.el (wl-summary-extract-attachments): New command.
101         (wl-summary-extract-attachments-1): New internal function.
102
103 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
104
105         * wl-expire.el (wl-expire-folder): New function (split from
106         wl-summary-expire).
107         (wl-summary-expire): Use it. Add argument `all' instead of remove
108         `nolist'. Cause an error only if this function is calling
109         interactively.
110
111 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
112
113         * wl-expire.el (wl-expire-refile): Display progress message.
114         (wl-summary-expire): Simplify.
115
116         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
117         unused argument `deleting-info'.
118
119 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
120
121         * wl-vars.el (wl-message-popup-buffers): New user option.
122
123         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
124         (wl-message-delete-popup-windows): New function that substitues
125         above one.
126         (wl-mime-setup): Follow the above change.
127
128 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
131
132 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
133
134         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
135         "tkm" to wl-thread-spam.
136
137 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-thread.el (wl-thread-entity-insert-as-children): Use
140         wl-thread-entity-set-children.
141         (wl-thread-insert-message, wl-thread-insert-entity-sub,
142         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
143         Use wl-thread-entity-get-*.
144
145 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-mime.el (wl-epg-progress-callback): New function.
148         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
149         with `elmo-with-progress-display'. Set a progress callback
150         function to epg-context.
151         (wl-mime-pgp-verify-region-with-epg): Ditto.
152
153 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-util.el (wl-completing-read-multiple): Define as an alias of
156         `completing-read-multiple' if emacs-version is not less than 22.
157
158 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
161         change.
162
163 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-summary.el (wl-summary-sync-update): Move
166         `wl-thread-update-indent-string-thread' to outside of
167         `elmo-with-progress-display'.
168
169 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-message.el (wl-message-exit): Check buffer existence.
172
173 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-util.el (wl-simple-display-progress): New function.
176         (wl-display-progress-with-gauge): Ditto.
177         (wl-progress-callback-function): Ditto.
178
179         * wl.el (wl-init): Set `elmo-progress-callback-function' as
180         `wl-progress-callback-function'
181
182         * wl-vars.el (wl-display-progress-threshold): New user option.
183         (wl-display-progress-function): Ditto.
184
185         * Version number is increased to 2.15.5.
186
187 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
188
189         * wl-thread.el (wl-thread-close-children): New function.
190         (wl-thread-open-children): Ditto.
191         * wl-action.el (wl-summary-set-mark): Redo the last change by
192         using it.
193
194         * wl-action.el (wl-summary-set-mark): Undo the last change.
195         Forbid interactive call.
196
197 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-mime.el (wl-define-dummy-functions): New macro.
200         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
201         `wl-mime-pgp-decrypt-region'.
202         (wl-mime-pgp-verify-region-with-epg): Renamed from
203         `wl-mime-pgp-verify-region'.
204         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
205         `wl-mime-pgp-decrypt-region'.
206         (wl-mime-pgp-verify-region-with-pgg): Renamed from
207         `wl-mime-pgp-verify-region'.
208         (wl-mime-pgp-decrypt-region): New function; To select dispatch
209         function at runtime.
210         (wl-mime-pgp-verify-region): Ditto.
211
212         * wl-vars.el (wl-use-pgp-module): New user option.
213
214 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
215
216         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
217         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
218
219 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
220
221         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
222         even if there are target marks only.
223
224 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * Version number is increased to 2.15.4.
227
228 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-folder.el (wl-folder-check-one-entity): Simplify.
231
232 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
233
234         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
235         variable.
236
237 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
238
239         * wl-spam.el (wl-thread-test-spam): New function.
240         (wl-spam-setup): Bind "tkc".
241
242 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-expire.el (wl-folder-expire-entity): Rewite without
245         `wl-summary-goto-folder-subr'.
246         (wl-folder-expire-current-entity): Don't kill summary buffer.
247
248 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-folder.el (wl-folder-sync-entity): Rewrite without
251         `wl-summary-goto-folder-subr'.
252         (wl-folder-mark-as-read-all-entity): Likewise.
253
254         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
255
256 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
257
258         * wl-thread.el (wl-thread-force-open): Arranged.
259
260 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
263         from regexp.
264
265         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
266         (wl-read-search-condition-internal): Append them.
267
268 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-vars.el (wl-additional-search-condition-fields):
271         New user option.
272
273         * wl-util.el (wl-search-condition-fields): New function; export
274         from `wl-read-search-condition-internal'.
275         (wl-read-search-condition-internal): Use it.
276
277         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
278
279 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-summary.el (wl-summary-define-sort-command): New function.
282         (wl-summary-sort-by-date, wl-summary-sort-by-number)
283         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
284         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
285         define by `wl-summary-define-sort-command' at runtime.
286
287         * wl.el (wl-init): Call wl-summary-define-sort-command.
288
289 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
290
291         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
292         properties at the decrypting region.
293
294 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-util.el (wl-find-region): New function.
297
298         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
299         coding system.
300         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
301         property `wl-mime-decoded-coding-system'.
302         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
303         property `wl-mime-decoded-coding-system' to encode text.
304
305         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
306         message.
307         (wl-mime-pgp-verify-region): Ditto.
308
309 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
312         buffer. Use epa-display-verify-result.
313
314 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
315
316         * wl-draft.el (wl-draft-send): Continue even if setting parent
317         flag was failed.
318
319 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-message.el (wl-message-flag-indicator): Fixed the problem
322         of returning string only of parentheses.
323
324 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-summary.el (wl-summary-write): Add argument `folder'.
327         (wl-summary-write-current-folder): Change argument `folder' from
328         optional to require.
329         (wl-summary-get-buffer): Return the buffer associated folder only.
330
331         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
332         change.
333         (wl-folder-toggle-disp-summary): Ditto.
334
335         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
336         current summary as parent-folder.
337
338 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-draft.el (wl-draft-reedit): Don't overwrite
341         wl-draft-parent-folder.
342
343 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
346         (wl-mime-pgp-verify-region): Ditto.
347         (wl-message-decrypt-pgp-nonmime): Use the above function.
348         (wl-message-verify-pgp-nonmime): Likewise.
349         (wl-mime-preview-application/pgp): Likewise.
350
351 2006-04-20  Kenichi Okada  <okada@opaopa.org>
352
353         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
354         Fix about the order of `wl-nntp-posting-port' and
355         `wl-nntp-posting-stream-type'.
356         * wl.el (wl-plugged-port-label-alist): Add smtp.
357
358 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-summary.el (wl-summary-message-status): New macro.
361
362         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
363         (wl-summary-killed-mark): New user option.
364
365         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
366         API change.
367         (wl-thread-insert-entity-sub): Ditto.
368         (wl-thread-recover-messages): New command.
369
370         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
371         Don't call `wl-highlight-summary-current-line' directly.
372         (wl-summary-buffer-attach): Connect to signal `status-changed'
373         instead of `cache-changed'.
374         (wl-summary-buffer-detach): Follow the above change.
375         (wl-summary-detect-mark-position): Follow the API change.
376         (wl-summary-rescan-message): Ditto.
377         (wl-summary-insert-sequential): Ditto.
378         (wl-summary-update-thread): Ditto.
379         (wl-summary-message-mark): Ditto.
380         (wl-summary-persistent-mark): Ditto.
381         (wl-summary-create-line): Ditto.
382         (wl-summary-prefetch-region-no-mark): Call
383         `wl-summary-persistent-mark' with number.
384         (wl-summary-recover-messages-region): New command.
385         (wl-summary-target-mark-recover): Ditto.
386         (wl-summary-recover-message): Ditto.
387         (wl-summary-persistent-mark-string): Add argument `status' instead
388         of remove arguments `flags' and `cached'.  Treat killed status.
389         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
390
391         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
392         (wl-highlight-summary-line-face-spec): Treat killed status.
393         (wl-highlight-summary-line-string): Follow the API change.
394         (wl-highlight-summary-current-line): Ditto.
395
396         * Version number is increased to 2.15.3.
397
398 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
399
400         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
401         of symbolp to test whether the condition is function.
402
403 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
406         to nil.
407
408 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
409
410         * wl-summary.el (wl-summary-buffer-message-ring): New internal
411         variable.
412         (wl-summary-buffer-last-displayed-msg): Abolish.
413         (wl-summary-push-message): New function.
414         (wl-summary-pop-message): Ditto.
415         (wl-summary-goto-folder-subr): Reset
416         `wl-summary-buffer-message-ring'.
417         (wl-summary-pop-to-last-message): New command.
418         (wl-summary-goto-last-displayed-msg): Call
419         wl-summary-pop-to-last-message if optional argument is non-nil or
420         the last command is itself.
421         (wl-summary-redisplay-internal): Push last message number into
422         `wl-summary-buffer-message-ring'.
423
424         * wl-vars.el (wl-summary-message-ring-max): New user option.
425
426 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
429         from `wl-draft-reply').
430         (wl-draft-reply): Use it.
431         (wl-draft-find-reply-headers): Avoid compile warning.
432
433 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
434
435         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
436
437 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-message.el (wl-message-flag-indicator): New function.
440         (wl-message-redisplay): Use it.
441
442 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
445
446 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
449         instead of `read-event'.
450
451         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
452
453         * wl-mule.el (wl-read-event-char): Ditto.
454
455         * wl-e21.el (wl-read-event-char): Ditto.
456
457 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
460
461 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-vars.el (wl-draft-send-confirm-type): New user option.
464
465         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
466
467         * wl-draft.el (wl-draft-send-confirm): Confirmation by
468         `wl-draft-send-confirm-type'
469
470 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
473         Avoid error when the buffer name is already used.
474
475 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
476
477         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
478         the change of elmo-nmz -> elmo-search.
479         (wl-highlight-summary-line-help-echo-alist): Ditto.
480         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
481         (wl-nmz-folder-icon): Define as obsolete.
482         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
483         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
484
485 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
486
487         * wl-summary.el (wl-summary-get-list-info): Rewrite with
488         `elmo-find-list-match-value'
489
490 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * wl-summary.el (wl-summary-get-list-info): Optimize.
493         Use List-Id and List-Post also.
494
495 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
498
499 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
500
501         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
502
503 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-util.el (wl-completing-read-multiple-1): New internal function.
506         (wl-completing-read-multiple-2): Ditto.
507         (wl-completing-read-multiple): Define use above functions.
508
509         * wl-summary.el (wl-summary-sort): Removed the workaround for a
510         bug of `completing-read-multiple' about default value.
511
512         * wl-xmas.el (wl-completing-read-multiple): Removed.
513
514         * wl-mule.el (wl-completing-read-multiple): Ditto.
515
516         * wl-e21.el (wl-completing-read-multiple): Ditto.
517
518 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
519
520         * wl-util.el (wl-filter-associations): New function.
521
522         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
523         (wl-spam-ignored-folder-list): Ditto.
524         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
525         (wl-spam-string-member-p): New function.
526         (wl-spam-domain): Use it.
527         (wl-spam-split-numbers): New function.
528         (wl-spam-apply-partitions): Ditto.
529         (wl-spam-register-spam-messages): Use `folder' instead of
530         `wl-summary-buffer-elmo-folder'.
531         (wl-spam-register-good-messages): Ditto.
532         (wl-summary-exec-action-spam): Decide a domain by real folder of
533         message.
534         (wl-summary-exec-action-refile-with-register): Likewise.
535
536 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-e21.el (wl-e21-find-image): New function.
539         (wl-e21-setup-toolbar): Use it instead of `find-image'.
540         (wl-e21-highlight-folder-group-line): Ditto.
541         (wl-folder-init-icons): Ditto.
542         (wl-plugged-init-icons): Ditto.
543         (wl-biff-init-icons): Ditto.
544
545 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
546
547         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
548         (wl-inhibit-save-drafts): New internal variable.
549         (wl-disable-auto-save): Ditto.
550         (wl-save-drafts): Treat above variables.
551         (wl-auto-save-drafts): New function.
552         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
553         `wl-stop-save-drafts'.
554         (wl-start-save-drafts): New function.
555         (wl-stop-save-drafts): Ditto.
556         (wl-set-auto-save-draft): New command.
557
558         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
559         `wl-set-save-drafts'.
560
561 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
564         `make-local-variable' instead of `make-variable-buffer-local'.
565
566 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
569
570 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
571
572         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
573
574 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
577         of working buffer.
578
579 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
582
583         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
584         value into recipients; Bind `wl-draft-remove-group-list-contents'
585         as nil.
586
587 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
588
589         * wl-summary.el (wl-summary-sort): Fixed the last change.
590
591         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
592         (wl-summary-sort-messages): Ditto.
593         (wl-summary-rescan): Use it.
594         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
595         `completing-read'; Append candidates for reverse order.
596
597 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * Version number is increased to 2.15.2.
600
601 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
604         "Smaller".
605         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
606
607 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
610
611 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-vars.el (wl-draft-additional-header-alist): Add into the
614         customize group `wl-draft'.
615         (wl-draft-add-in-reply-to): Move customize group from `wl' to
616         `wl-draft'.
617         (wl-draft-add-references): Ditto.
618
619         * wl-action.el (wl-summary-print-argument): Rename argument from
620         `folder' to `data'.
621
622 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-summary.el (wl-summary-rescan-message): Call
625         `wl-thread-cleanup-symbols' before insert thread.
626
627 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl.el (wl-init): Set `elmo-get-folder-function' as
630         `wl-folder-make-elmo-folder'.
631
632         * wl-spam.el (wl-summary-exec-action-spam): Use
633         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
634
635         * wl-folder.el (wl-folder-make-elmo-folder): New function.
636         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
637         `elmo-make-folder'.
638         (wl-folder-get-elmo-folder): Ditto.
639         (wl-folder-create-subr): Simplify.
640
641 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
644
645 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
648         contents in message buffer instead of original buffer. If optional
649         argument specified, ask coding system for encode.
650
651 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
652
653         * wl-spam.el (wl-summary-test-spam-region): New function.
654         (wl-spam-setup): Bind "rkc".
655
656 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
657
658         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
659
660 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
661
662         * wl-spam.el (wl-summary-test-spam): Fix typo.
663         (wl-message-check-spam): Ditto.
664
665 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-default-from): Simplify.
668
669 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-action.el (wl-summary-exec-action-refile): Simplify.
672         (wl-summary-exec-action-copy): Ditto.
673         (wl-summary-auto-refile): Check existence of temporary mark.
674
675 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-summary.el (wl-summary-create-line): Use
678         `elmo-time-to-datevec'.
679
680         * wl-expire.el (wl-expire-archive-date): Ditto.
681         (wl-expire-localdir-date): Ditto.
682
683         * wl-util.el (wl-day-number): Abolish.
684
685         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
686         of `wl-day-number'.
687         (wl-score-followup): Ditto.
688         (wl-score-add-followups): Ditto.
689         (wl-score-get-latest-msgs): Ditto.
690         (wl-score-get-header-entry): Ditto.
691         (wl-score-edit-insert-date): Ditto.
692
693 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
696         `elmo-message-entity-field' with 2nd argument `type'.
697
698 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
699
700         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
701
702 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-thread.el (wl-thread-delete-message): Delete descendant
705         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
706
707 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
708
709         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
710
711 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
712
713         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
714         `Access folder'.
715
716 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
717
718         * wl-vars.el (wl-access-folder-icon): New user option.
719
720         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
721         `Access folder'.
722
723 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-summary.el (wl-summary-buffer-set-folder): Use
726         `wl-folder-mime-charset'.
727
728         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
729         `mime-charset'.
730         (wl-folder-get-elmo-folder): Ditto.
731         (wl-folder-mime-charset): New function.
732
733 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-util.el (wl-parse-addresses): Define alias of
736         `elmo-parse-addresses' (move to `elmo-util.el').
737
738         * wl-summary.el (wl-summary-default-from): Follow the API change.
739         (wl-summary-overview-entity-compare-by-date): Ditto.
740         (wl-summary-overview-entity-compare-by-from): Ditto.
741         (wl-summary-get-list-info): Get value of `ml-info' field from
742         entity at first.
743         (wl-summary-rescan-message): Treat prefix argument.
744         (wl-summary-prefetch-msg): Follow the API change.
745         (wl-summary-search-by-subject): Ditto.
746         (wl-summary-insert-thread): Ditto.
747         (wl-summary-line-subject): Ditto.
748         (wl-summary-line-from): Ditto.
749         (wl-summary-create-line): Ditto.
750         (wl-summary-print-message-with-ps-print): Ditto.
751
752         * wl-score.el (wl-score-ov-entity-get): Ditto.
753         (wl-score-followup): Ditto.
754         (wl-score-add-followups): Use `elmo-message-entity-field' instead
755         of `car'.
756         (wl-score-get-latest-msgs): Follow the API change.
757         (wl-score-get-header): Ditto.
758
759         * wl-refile.el (wl-refile-learn): Ditto.
760         (wl-refile-subject-learn): Ditto.
761         (wl-refile-get-field-value): Ditto.
762         (wl-refile-guess-by-history): Ditto.
763         (wl-refile-guess-by-subject): Ditto.
764
765         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
766
767         * wl-expire.el (wl-expire-date-p): Removed.
768         (wl-expire-archive-date): Follow the API change.
769         (wl-expire-localdir-date): Ditto.
770         (wl-summary-expire): Ditto.
771
772         * Version number is increased to 2.15.1.
773
774 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
777         group is access or not (it is not strict, like wl-fldmgr-rename).
778
779 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
780
781         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
782         duplicate call of `wl-summary-print-argument' on the wrong line.
783
784 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
787         even if argument `number' is nil.
788         (wl-summary-insert-line): Print action argument if current message
789         has it.
790
791 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
794         (wl-draft-reply): Ditto.
795         (wl-draft): Add optional argument `parent-number' and call
796         `wl-draft-create-buffer' with it.
797         (wl-draft-create-buffer): Add optional argument
798         `parent-number'. Set wl-draft-parent-number as it.
799
800 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-folder.el (wl-folder-set-persistent-mark): If summary
803         buffer is not for given folder, don't use it.
804
805 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
806
807         * Version number is increased to 2.15.0.
808
809 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
812
813         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
814         (wl-highlight-get-face-by-name): New internal function.
815         (wl-highlight-summary-line-face-spec): Use it and fixed.
816
817 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-summary.el (wl-summary-sync-update): Use
820         `elmo-message-entity-field' instead of `car' to get message-id
821         from overview entity.
822
823         * wl-summary.el (wl-summary-rescan-message): Call
824         `wl-highlight-summary-displaying' when displaying a message.
825
826 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
827
828         * wl-draft.el (wl-draft-config-info-filename): Extracted from
829         `wl-draft-config-info-operation'.
830         (wl-draft-buffer-change-number): New function.
831         (wl-draft-rename-saved-config): Ditto.
832         * wl.el (wl-init): Connect slot for message-number-changed.
833         (toplevel): Add autoload for wl-draft-rename-saved-config.
834
835 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
838         `update-overview'
839         (wl-summary-buffer-detach): Disconnect from it.
840         (wl-summary-rescan-message): Use command.
841
842         * wl-message.el (wl-message-buffer-display): Use
843         `with-current-buffer' instead of `save-excursion'.
844
845 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-mime.el (wl-draft-preview-attributes-list): Protect
848         wl-draft-preview-attributes-list from distraction.
849
850 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
851
852         * wl-summary.el (wl-summary-sync-update): Sort the return value of
853         `elmo-list-diff'.
854
855 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-summary.el
858         (wl-summary-edit-addresses-collect-candidate-fields): Use
859         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
860
861         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
862         instead of `elmo-set-work-buf'.
863
864         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
865         (wl-address-make-address-list): Ditto.
866
867         * Version number is increased to 2.13.3.
868
869 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
872         user option.
873
874         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
875         argument `5'.
876
877         * wl-message.el (wl-message-display-no-merge-p): New function.
878         (wl-message-buffer-display): Check whether the message is
879         reassembled and follow the API change.
880
881 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
884         multibyte on working buffer and removed unnecessary
885         `buffer-disable-undo'.
886
887 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-util.el (wl-read-search-condition-internal): Fixed the last
890         change.
891
892 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-util.el (wl-read-search-condition-internal): Protect
895         elmo-global-flags from distraction.
896
897 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
898
899         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
900
901         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
902         (wl-summary-event-handler): Ditto.
903         (wl-summary-update-persistent-mark-on-event): New
904         function (renamed from `elmo-event-handler-flag-changed').
905         (wl-summary-buffer-attach): New function.
906         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
907         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
908         instead of `elmo-folder-add-handler'.
909
910         * Version number is increased to 2.13.2.
911
912 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
915         and "\177" to the `wl-news-previous-page'.
916         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
917         (wl-news-previous-page): New function.
918
919 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
922         instead of `write-region' and simplify.
923
924 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-template.el (wl-template-select): Cause error if
927         `wl-template-alist' is nil.
928
929 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
930
931         * wl-news.el.in: Set file variable `no-byte-compile'.
932
933 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
936         whether a target message is within displaying area.
937         (elmo-event-handler-cache-changed): Ditto.
938
939 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
940
941         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
942         to `defun'.  Use `nconc' instead of `append' to collect descendant
943         message numbers.
944
945 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
946
947         * wl-thread.el (wl-thread-save-top-list)
948         (wl-thread-save-entities): Use `with-temp-buffer'.
949         * wl-news.el.in (wl-news-previous-version-load):
950         (wl-news-previous-version-save): Ditto.
951         * wl-summary.el (wl-summary-load-file-object)
952         (wl-summary-save-view-cache): Ditto.
953
954 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-util.el (toplevel): Require 'elmo-flag'.
957         (wl-read-search-condition): New function (Renamed from
958         `elmo-read-search-condition').
959         (wl-read-search-condition-internal): Likewise.
960
961         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
962         invalid.
963         (wl-summary-pick): Use `wl-read-search-condition' instead of
964         `elmo-read-search-condition'.
965         (wl-summary-virtual): Ditto.
966
967         * wl-folder.el (wl-folder-virtual): Ditto.
968         (wl-folder-pick): Ditto.
969
970         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
971
972 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-summary.el (wl-summary-reedit): Call
975         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
976
977 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-mime.el (toplevel): Require wl-vars.
980
981         * wl-message.el (toplevel): Require cl at compile.
982
983         * wl-draft.el (toplevel): Require elmo.
984
985 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
986
987         * wl-message.el (wl-message-buffer-prefetch): Count is a number
988         and do nothing when it is not positive.
989         (wl-message-buffer-prefetch-next): Ditto.
990
991 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
992
993         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
994         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
995         (wl-summary-redisplay-internal): Ditto.
996
997         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
998         message (the condition is borrowed from `wl-check-variables-2').
999         (wl-summary-redisplay-internal): Ditto.
1000
1001 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-mime.el (wl-draft-nntp-attribute): New function.
1004         (wl-draft-attribute-nntp-posting-server): Use it.
1005         (wl-draft-attribute-nntp-posting-port): Ditto.
1006
1007         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1008         (wl-draft-show-attributes-buffer): Ditto.
1009         (wl-draft-hide-attributes-buffer): Ditto.
1010         (wl-draft-attribute-newsgroups): Ditto.
1011         (wl-draft-attribute-nntp-posting-server): Ditto.
1012         (wl-draft-attribute-nntp-posting-port): Ditto.
1013         (wl-draft-preview-message): Use there functions.
1014
1015         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1016         value.
1017
1018 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1021         (wl-draft-reedit): Ditto.
1022         (wl-draft-queue-flush): Ditto.
1023
1024         * wl-mime.el (wl-message-request-partial): Ditto.
1025         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1026         instead of `elmo-message-fetch'.
1027
1028         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1029
1030         * wl-summary.el (wl-summary-message-string): Ditto.
1031
1032 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-util.el (wl-current-message-buffer): Follow the API change.
1035
1036         * wl-summary.el (wl-summary-redisplay-internal): Call
1037         `wl-summary-mark-as-read' with 2nd argument as nil and update
1038         unread count instead of persistent mark.
1039
1040         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1041         variable.
1042         (wl-message-redisplay): Follow the API change.
1043         (wl-message-buffer-display): Managed mime-entity directly and
1044         return preview buffer only.
1045         (wl-message-display-internal): Rewrite.
1046         (wl-message-buffer-prefetch-subr): Not save return value of
1047         `wl-message-buffer-display'.
1048
1049         * Version number is increased to 2.13.1.
1050
1051 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1052
1053         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1054         'elmo-multiple-fields-body-list' with boundary specified.
1055
1056 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1057
1058         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1059         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1060         cache if `wl-summary-resend-use-cache' is non-nil.
1061
1062 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1063
1064         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1065         (wl-nntp-posting-stream-type): Ditto.
1066
1067 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1068
1069         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1070
1071 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1072
1073         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1074         message.
1075
1076 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1079         Abolish.
1080         (wl-summary-buffer-persistent-mark-version): New internal
1081         variable.
1082         (wl-summary-update-mark-and-highlight-window): Check by
1083         wl-summary-persistent-mark-invalid-p.
1084         (wl-summary-update-status-marks): Ditto.
1085         (elmo-event-handler-flag-changed): Rewrite.
1086         (elmo-event-handler-cache-changed): Define.
1087         (wl-summary-prefetch-msg): Does not update persistent mark here.
1088         (wl-summary-delete-cache): Ditto.
1089         (wl-summary-resume-cache-status): Ditto.
1090         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1091         (wl-summary-persistent-mark-invalid-p): New function.
1092         (wl-summary-validate-persistent-mark): Ditto.
1093         (wl-summary-validate-persistent-mark-string): Ditto.
1094         (wl-summary-invalidate-persistent-mark): Ditto.
1095         (wl-summary-update-persistent-mark): Call
1096         `wl-summary-validate-persistent-mark'.
1097         (wl-summary-create-line): Call
1098         `wl-summary-validate-persistent-mark-string'.
1099
1100         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1101         status as t if cache used.
1102
1103 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1104
1105         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1106         only if the target is group.
1107         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1108
1109 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1110
1111         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1112
1113 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1114
1115         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1116
1117         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1118
1119 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1120
1121         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1122         (Thanks to Yoichi NAKAYAMA).
1123
1124 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1125
1126         * wl-util.el (wl-save-drafts): Restore echo area.
1127
1128 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1129
1130         * Version number is increased to 2.13.0.
1131
1132         * wl-util.el (wl-biff-check-folder-async): Use
1133         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1134
1135 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1136
1137         * wl-message.el (wl-message-display-internal): Does not put
1138         wl-message-display-type property on message buffer.
1139         (wl-message-buffer-display-type): New function.
1140
1141         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1142
1143         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1144         `wl-summary-buffer-detach'.
1145         (wl-summary-message-display-type): Use
1146         `wl-summary-buffer-display-type'.
1147
1148 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1149
1150         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1151         buffer-local.
1152
1153         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1154         kill-buffer-hook instead of make-local-variable.
1155         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1156
1157 2004-12-12  Scott Renfro <scott@renfro.org>
1158
1159         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1160         regex for square-branket.
1161
1162 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1163
1164         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1165         `wl-message-mime-analysis-p' with argument `header'.
1166
1167 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1168
1169         * wl-mime.el (wl-draft-yank-current-message-entity): 
1170         Switch to no-mime following method according to wl-message-display-type
1171         property.
1172         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1173
1174         * wl-message.el (wl-message-display-internal): 
1175         Put wl-message-display-type property on message buffer.
1176
1177         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1178         (wl-message-display-internal): Ditto;
1179
1180         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1181
1182 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1183
1184         * wl-message.el (wl-message-make-display-type): New function.
1185         (wl-message-display-type-property): Ditto.
1186         (wl-message-mime-analysys-p): Ditto.
1187         (wl-message-display-all-header-p): Ditto.
1188         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1189         added `display-type'.
1190         (wl-message-buffer-display): Likewise.
1191         (wl-message-display-internal): Likewise.
1192         (wl-message-buffer-display-type): Abolish.
1193         (wl-message-buffer-prefetch-subr): Follow the API changed.
1194
1195         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1196         from wl-summary-buffer-display-all-header and changed default value.
1197         (wl-summary-message-display-type): New function.
1198         (wl-summary-buffer-display-mime-mode): Ditto.
1199         (wl-summary-buffer-display-header-mode): Ditto.
1200         (wl-summary-toggle-mime): Rewrite with above functions.
1201         (wl-summary-toggle-all-header): Ditto.
1202         (wl-summary-redisplay): Force redisplay with default mode.
1203         (wl-summary-redisplay-internal): Renamed argument from `mode',
1204         `all-header' to `mime-mode', `header-mode'.
1205         Use `wl-message-make-display-type'.
1206
1207         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1208         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1209
1210 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1211
1212         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1213
1214 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1215
1216         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1217         in original message buffer.
1218         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1219         buffer.
1220
1221 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1222
1223         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1224
1225 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1228
1229 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1230
1231         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1232         when actions succeeded.
1233         (wl-summary-exec-action-copy): Likewise.
1234
1235 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1236
1237         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1238         there is switch-to-buffer at the end of wl-message-select-buffer.
1239         (wl-summary-reply): Ditto.
1240
1241 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1242
1243         * wl-summary.el (wl-summary-forward): Put subject in original
1244         message buffer as argument of wl-draft-forward.
1245         * wl-draft.el (wl-draft-forward): Decode subject as in
1246         wl-draft-reply.
1247
1248 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1251         a folder under access group.
1252
1253 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1254
1255         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1256         wl-message-buffer-display.
1257
1258         * wl-util.el (wl-set-save-drafts): Fix typo.
1259
1260 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1263         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1264         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1265         the way to measure the width of a bitmap image; don't put face on
1266         ascii and bitmap images; put the mark which should not use the
1267         variable-pitch face on ascii and bitmap images.
1268         (wl-demo-setup-properties): Don't use the variable-pitch face on
1269         ascii and bitmap images; made it work on Emacs 20 and earlier.
1270         (wl-demo-insert-text): End with a newline at the bottom; don't put
1271         face on text.
1272
1273         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1274
1275 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1278
1279         * wl-util.el (wl-save-drafts): Moved from sample setting.
1280         (wl-set-save-drafts): New function to set idle timer.
1281         * wl-draft.el (wl-draft): Call it.
1282         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1283
1284 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1285
1286         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1287         a summary which has toggle display status off.
1288
1289 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-draft.el (wl-draft-do-fcc): No cache save.
1292
1293 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1294
1295         * wl-summary.el (elmo-event-handler-flag-changed): Use
1296         `set-buffer' instead of `with-current-buffer'.
1297
1298 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (wl-summary-after-resize-function): New function.
1301         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1302         window-size-change-functions.
1303
1304 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1305
1306         * wl-draft.el (wl-draft-create-buffer): Bind
1307         `change-major-mode-hook' after current buffer is changed.
1308
1309         * wl-summary.el (wl-summary-buffer-detach): New function.
1310         (wl-summary-buffer-set-folder): Call it.
1311         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1312         change-major-mode-hook and kill-buffer-hook.
1313         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1314         (wl-summary-switch-to-clone-buffer): Ditto.
1315         (wl-summary-goto-folder-subr): Ditto.
1316
1317 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1318
1319         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1320         after boundp check.
1321
1322 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1323
1324         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1325         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1326         for `kill-buffer'.
1327
1328         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1329         handler of current buffer from elmo-folder.
1330
1331 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1334
1335 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1336
1337         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1338         variable.
1339         (wl-summary-event-handler): New class.
1340         (elmo-event-handler-flag-changed): Define to update persistent
1341         mark.
1342         (wl-summary-buffer-set-folder): Register event handler to
1343         elmo-folder.
1344         (wl-summary-exit): Unregister event handler.
1345         (wl-summary-goto-folder-subr): Ditto.
1346         (wl-summary-mark-as-read-all): Does not call
1347         `wl-summary-update-persistent-mark' directly.
1348         (wl-summary-mark-as-read-internal): Ditto.
1349         (wl-summary-set-persistent-mark-internal): Ditto.
1350         (wl-summary-set-flags-internal): Ditto.
1351
1352         * Version number is increased to 2.11.33.
1353
1354 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1355
1356         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1357         to nil.
1358
1359 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-spam.el (wl-spam-setup): Add hook
1362         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1363         instead of `wl-summary-prepare-hook'.
1364
1365         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1366         if folder type is `'flag'.
1367         (wl-summary-mark-as-important): Ditto.
1368
1369 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-address.el (wl-address-minibuffer-history): New variable.
1372         (wl-address-minibuffer-local-map): New keymap.
1373         (wl-address-read-from-minibuffer): New function.
1374
1375         * wl-action.el (wl-summary-get-resend-address): Use
1376         `wl-address-read-from-minibuffer' instead of `completing-read'.
1377
1378 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * Version number is increased to 2.11.32.
1381
1382 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1385         without mule to iso-8859-1.
1386         (wl-draft-add-in-reply-to): Add note in description.
1387         (wl-draft-add-references): Ditto.
1388
1389 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1392         definition for `m'.
1393         (wl-summary-mode-line-format): Add '[%m]'.
1394         (wl-message-mode-line-format-spec-alist): Ditto.
1395         (wl-summary-display-mime-mode-list): New variable.
1396
1397         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1398         from wl-summary-buffer-display-as-is.
1399         (wl-summary-buffer-display-all-header): New buffer local variable.
1400         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1401         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1402         instead of wl-summary-buffer-display-as-is.
1403         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1404         (wl-summary-set-persistent-mark): Ditto.
1405         (wl-summary-set-message-buffer-or-redisplay): Just call
1406         `wl-summary-redisplay-internal' without optional arguments.
1407         (wl-summary-toggle-mime): Rewrite.
1408         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1409         (wl-summary-toggle-all-header): New function.
1410         (wl-summary-redisplay-internal): Treat mime mode.
1411
1412         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1413         to wl-mime-preview-follow-no-mime.
1414         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1415         accodring to the display-mode.
1416
1417         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1418         (wl-message-buffer-display): Changed argument name from `as-is' to
1419         `mode'.
1420         (wl-message-display-internal): Ditto;
1421         Bind elmo-mime-display-header-analysis according to the mode.
1422         (wl-message-display-internal): Put wl-message-display-mime-mode
1423         property on entire buffer.
1424
1425 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1426
1427         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1428
1429 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1430
1431         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1432         Don't extract mail address.
1433         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1434
1435         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1436
1437         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1438
1439 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1440
1441         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1442         wl-fldmgr-cut-entity-list on confirmation.
1443
1444 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1445
1446         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1447         (wl-mime-quit-preview): Check existence of
1448         mime-edit-temp-message-buffer here.
1449
1450 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1451
1452         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1453         after deletion.
1454
1455         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1456         before calling wl-mime-quit-preview.
1457
1458 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1459
1460         * wl-summary.el (wl-summary-pick): If call it with prefix
1461         argument, set `delete-marks' as non-nil. Pick from only visible
1462         messages.
1463         (wl-summary-check-target-mark): New function.
1464         (wl-summary-target-mark-mark-as-read): Use it.
1465         (wl-summary-target-mark-mark-as-unread): Ditto.
1466         (wl-summary-target-mark-operation): Ditto.
1467         (wl-summary-target-mark-set-flags): Ditto.
1468         (wl-summary-target-mark-save): Ditto.
1469         (wl-summary-target-mark-pick): Ditto.
1470         (wl-summary-target-mark-forward): Ditto.
1471         (wl-summary-target-mark-reply-with-citation): Ditto.
1472         (wl-summary-target-mark-print): Ditto.
1473         (wl-summary-target-mark-uudecode): Ditto.
1474
1475         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1476         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1477         with `ask-coding' is non-nil.
1478
1479 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-thread.el (wl-thread-set-parent): If parent is a message
1482         which is identified by references, set linked as nil.
1483
1484 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1485
1486         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1487         (wl-message-mode-line-format-spec-alist): Ditto.
1488         (wl-message-mode-line-format): Ditto.
1489         (wl-summary-mode-line-format): Ditto for docstring.
1490         (wl-summary-no-mime-folder-list): Fix typo.
1491
1492         * wl-util.el (wl-current-message-buffer): Call
1493         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1494
1495         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1496         variable.
1497         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1498         of `wl-summary-redisplay-no-mime'.
1499         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1500         (wl-summary-toggle-mime): New function.
1501         (wl-summary-redisplay-all-header): Rewrite.
1502         (wl-summary-redisplay-no-mime): Ditto.
1503         (wl-summary-redisplay-internal): Added argument `as-is' and
1504         `all-header'.
1505
1506         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1507         New variable.
1508         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1509         bottom.
1510         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1511         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1512         "/" unconditionally.
1513
1514         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1515         wl-mime-preview-follow-no-mime for as-is content.
1516         (wl-mime-preview-follow-no-mime): New function.
1517         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1518
1519         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1520         and added `as-is', `all-header'.
1521         (wl-message-buffer-display): Ditto.
1522         (wl-message-buffer-display-type): New function.
1523
1524 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1525
1526         * wl-vars.el (wl-message-header-button-alist): Change default
1527         value.
1528         (wl-message-body-button-alist): Ditto.
1529
1530 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1533
1534 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1537
1538 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1539
1540         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1541         is always true.
1542
1543 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1546         on null entity.
1547
1548 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1551
1552 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1553
1554         * wl-vars.el (wl-summary-resend-hook): New hook.
1555
1556         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1557         `wl-summary-resend-hook'.
1558
1559 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1560
1561         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1562         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1563         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1564         (wl-summary-new-cached-mark): Changed default value to 'n'.
1565         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1566         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1567         (wl-folder-sync-range-alist): Remove spec for 'flag.
1568         (wl-summary-force-prefetch-folder-list): New user option.
1569
1570         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1571         `wl-summary-toggle-persistent-mark'.
1572         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1573         number is nil.
1574         (wl-summary-mark-as-answered-region): Set interactive argument of
1575         `wl-summary-set-persistent-mark-internal'.
1576         (wl-summary-mark-as-important-region): Ditto.
1577         (wl-summary-unset-persistent-mark): Ditto.
1578         (wl-summary-set-persistent-mark): Ditto.
1579         (wl-summary-mark-as-answered): Ditto.
1580         (wl-summary-mark-as-important): Ditto.
1581         (wl-summary-set-persistent-mark-internal): Do nothing
1582         when `elmo-message-flag-available-p' is nil.
1583         (wl-summary-toggle-persistent-mark): New function.
1584         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1585         when the folder matches `wl-summary-force-prefetch-folder-list'.
1586
1587
1588         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1589         when number is nil.
1590         (wl-highlight-summary-forwarded-face): New face.
1591
1592 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * Version number is increased to 2.11.31.
1595
1596 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1599         (wl-biff-check-folder-async): Ditto.
1600         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1601
1602 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1603
1604         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1605         Add an argument `reverse'.  All callers are updated.
1606         (wl-summary-sort): Add a prefix argument `reverse' to specify
1607         reverse sorting.
1608         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1609         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1610         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1611
1612 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-message.el (wl-message-redisplay): Does not narrow header if
1615         disply-type is all-header or as-is.
1616
1617         * wl-summary.el (wl-summary-enter-handler): Use
1618         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1619
1620 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1623         after adding wl-draft-parent-variables.
1624         (wl-draft-forward): Ditto.
1625
1626 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-summary.el (wl-summary-sync-marks): Call
1629         `wl-summary-set-persistent-mark' and
1630         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1631         (wl-summary-set-persistent-mark-internal): Add 4th argument
1632         `no-server'.
1633         (wl-summary-unset-persistent-mark): Ditto.
1634         (wl-summary-set-persistent-mark): Ditto.
1635         (wl-summary-add-flags-internal): Abolish.
1636         (wl-summary-remove-flags-internal): Ditto.
1637         (wl-summary-mark-as-important-internal): Ditto.
1638         (wl-summary-mark-as-important): Use
1639         `wl-summary-set-persistent-mark' instead of
1640         `wl-summary-add-flags-internal'.
1641         (wl-summary-mark-as-important-region): Ditto.
1642
1643         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1644
1645         * wl-summary.el (wl-summary-get-available-flags): New function.
1646         (wl-summary-sync-marks): Use it and simplified.
1647         (wl-summary-unset-persistent-mark): Use
1648         `wl-summary-get-available-flags'.
1649         (wl-summary-set-persistent-mark): Ditto.
1650
1651 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1652
1653         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1654         id.
1655
1656 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1657
1658         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1659         number, call `wl-summary-prev-line-content'. Show message when the
1660         message is not found.
1661
1662 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1665         wl-summary-enter-handler.
1666         (wl-summary-enter-handler): New command.
1667
1668         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1669         docstring and custom spec.
1670
1671         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1672         flags too; Don't treat Cached and New.
1673         (wl-summary-set-persistent-mark): Ditto.
1674
1675         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1676         `wl-folder-set-flag'.
1677
1678         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1679         instead of `wl-folder-set-flag'.
1680
1681         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1682         for completion.
1683         (wl-summary-set-persistent-mark): Ditto.
1684
1685         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1686         instead of `wl-draft-quit-preview'.
1687
1688         * wl-mime.el (toplevel): Avoid compile warning.
1689         (wl-mime-quit-preview): New function
1690         (formarly defined as `wl-draft-quit-preview').
1691         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1692         quitting method.
1693
1694         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1695
1696         * wl-folder.el (wl-folder-set-flag): Renamed from
1697         `wl-draft-set-flag-on-parent'.
1698
1699         * wl-draft.el (wl-draft-quit-preview): New function.
1700         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1701         (wl-draft-send): Call `wl-folder-set-flag' instead of
1702         `wl-draft-set-flag-on-parent'.
1703         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1704
1705 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1706
1707         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1708         (wl-draft-send): Ditto.
1709
1710 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1711
1712         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1713         (wl-draft-kill-pre-hook): Set default value as nil.
1714         (wl-summary-reply-hook): Ditto.
1715         (wl-draft-kill-flags): Abolish.
1716
1717         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1718         (wl-draft-parent-variables): Renamed from
1719         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1720         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1721         argument; Add wl-draft-parent-variables to
1722         wl-draft-config-variables.
1723         (wl-draft-reply): Likewise.
1724         (wl-draft-kill-flags): Abolish.
1725         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1726         (wl-draft-set-flag-on-parent): New function.
1727         (wl-draft-setup-parent-flag): Ditto.
1728
1729 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1730
1731         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1732         `wl-draft-parent-folder' is "".
1733
1734 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1735
1736         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1737         (wl-summary-digit-jump): New function.
1738         (Adviced by John Owens and Hiroya Murata)
1739
1740         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1741         (Adviced by John Owens)
1742
1743         * wl-xmas.el (wl-message-define-keymap): Ditto.
1744
1745         * wl-mule.el (wl-message-define-keymap): Ditto.
1746
1747 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1750         change of return value of elmo-folder-count-flags.
1751
1752         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1753         (wl-summary-mark-as-read-internal): Ditto.
1754         (wl-summary-set-persistent-mark-internal): Ditto.
1755         (wl-summary-folder-info-update): Ditto.
1756         (wl-summary-sync-update): Fixed the last change.
1757
1758         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1759
1760 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1763         (wl-draft-kill-flags): Fixed docstring.
1764
1765         * wl-draft.el (wl-draft-kill-flags): New function.
1766         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1767
1768 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1769
1770         * wl-vars.el (wl-reply-hook): Abolish.
1771         (wl-draft-reply-hook): New hook.
1772         (wl-summary-reply-hook): Ditto.
1773         (wl-draft-forward-hook): Ditto.
1774         (wl-summary-forward-hook): Ditto.
1775         (wl-draft-kill-flags): New variable.
1776
1777         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1778         wl-summary-set-persistent-mark-internal.
1779         (wl-summary-sync-marks): Use elmo-preserved-flags.
1780         (wl-summary-update-persistent-mark): Make it interactive.
1781         (wl-summary-set-persistent-mark-internal): New inline function.
1782         (wl-summary-mark-as-answered): Use it.
1783         (wl-summary-mark-as-unanswered): Ditto.
1784         (wl-summary-unset-persistent-mark): New function.
1785         (wl-summary-set-persistent-mark): Ditto.
1786         (wl-summary-reply): Don't set answered flag;
1787         Run wl-summary-reply-hook instead.
1788         (wl-summary-forward): Call wl-draft-forward with number.
1789         Run wl-summary-forward-hook.
1790
1791         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1792         (wl-highlight-summary-line-face-spec): Use it as a default
1793         persistent mark face.
1794
1795         * wl-draft.el (wl-draft-forward): Added optional argument number;
1796         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1797         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1798         (wl-draft-kill): Use wl-draft-kill-flags.
1799
1800         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1801
1802         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1803         of return value of elmo-folder-count-flags.
1804
1805         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1806
1807         * wl-summary.el (wl-summary-count-unread): Ditto.
1808         (wl-summary-sync-update): Follow the change above.
1809         (wl-summary-force-prefetch): New function.
1810
1811 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1812
1813         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1814         variable `buf' with `let' instead of `setq'.
1815
1816 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1819         add Content-Disposition heaeder on the deleted part.
1820
1821 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-draft.el (wl-draft-save): Encode address list under edit by
1824         `eword-encode-unstructured-field-body'.
1825
1826         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1827
1828 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1829
1830         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1831         wl-current-summary-buffer.
1832
1833 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1834
1835         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1836         `numbers' is ignored.
1837
1838 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1839
1840         * wl-folder.el (wl-folder-open-folder): Avoid error.
1841         Reported by John Owens, [wl-en:815]
1842
1843         * wl.el (wl): Set timer for biff process even if prefix argument
1844         is given or auto-checking is quitted.
1845
1846         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1847         immediately.
1848         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1849         (wl-toggle-plugged): Ditto.
1850
1851         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1852         * wl-util.el (wl-biff-start): Use idle timer if
1853         `wl-biff-use-idle-timer' is non-nil.
1854
1855 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1856
1857         * wl-highlight.el (wl-highlight-message): Fix description.
1858
1859 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1860
1861         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1862         tty.
1863
1864 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1865
1866         * wl-action.el (wl-summary-exec): Print failure count.
1867
1868 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1869
1870         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1871         to `defun', remove interactive form.
1872         Set elmo-message-fetch-confirm when force-reload is non-nil.
1873
1874 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1875
1876         * wl-summary.el (toplevel): Removed unnecessary autoload.
1877
1878 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1879
1880         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1881         the buffer is generated from another message buffer.
1882
1883 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1886         extracted from `wl-fldmgr-save-folders'.
1887         (wl-fldmgr-delete): Call it after deletion.
1888
1889 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1890
1891         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1892         multi-tty support.
1893
1894 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1895
1896         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1897
1898 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1899
1900         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1901         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1902
1903 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1904
1905         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1906         unsubscribe list only if argument CLEAR is nil.
1907
1908 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1909
1910         * wl-draft.el (wl-draft-reply): Decode subject before removing
1911         Re: prefix.
1912
1913 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1914
1915         * wl-summary.el (wl-summary-sort-by-size): New command.
1916
1917 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1918
1919         * wl-summary.el (wl-summary-number-list-from-region): New
1920         function.
1921         (wl-summary-mark-as-read-region): Use it.
1922         (wl-summary-mark-as-unread-region): Ditto.
1923         (wl-summary-set-flags-region): Ditto and add optional argument
1924         remove.
1925         (wl-summary-mark-as-answered-region): Ditto.
1926         (wl-summary-mark-as-important-region): Ditto.
1927         (wl-summary-target-mark-mark-as-important): Added optional
1928         argument remove.
1929         (wl-summary-target-mark-mark-as-answered): Ditto.
1930         (wl-summary-target-mark-set-flags): Ditto.
1931
1932 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1933
1934         * wl-summary.el (wl-summary-set-flags-region): Call
1935         `wl-summary-set-flags-internal' with number list instead of call
1936         one by each message.
1937         (wl-summary-target-mark-set-flags): Likewise.
1938
1939 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1940
1941         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1942         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1943         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
1944         (wl-summary-target-mark-mark-as-answered): Likewise.
1945
1946 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
1947
1948         * wl-summary.el (wl-summary-target-mark-forward): Use
1949         `wl-summary-delete-all-target-marks' instead of
1950         `wl-summary-delete-all-temp-marks'.
1951         (wl-summary-target-mark-reply-with-citation): Ditto.
1952         (wl-summary-target-mark-uudecode): Ditto.
1953         (wl-summary-target-mark-set-flags): Ditto and remove needless
1954         cursor move.
1955
1956 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-summary.el (wl-summary-target-mark-forward): Protect
1959         wl-summary-buffer-target-mark-list from nreverse.
1960         (wl-summary-target-mark-reply-with-citation): Ditto.
1961
1962 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-thread.el (wl-thread-update-indent-string-thread): Use
1965         `elmo-display-progress-threshold'.
1966
1967 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1968
1969         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
1970         check `wl-summary-highlight'.
1971         (wl-summary-window-scroll-functions): Respect value of
1972         `wl-summary-highlight'.
1973         (wl-summary-sync-update): Run hooks
1974         `wl-summary-buffer-window-scroll-functions' at any time.
1975
1976 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1977
1978         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
1979         from `wl-summary-cleanup-temp-marks'.
1980         (wl-summary-cleanup-temp-marks): Abolish argument.
1981         * wl.el (wl-save-status): Revert previous change.
1982         (wl-execute-temp-marks): New function, call
1983         `wl-summary-exec-with-confirmation'.
1984         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
1985         (wl-folder-save-and-exec-marks): Abolished.
1986
1987 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl-e21.el (wl-e21-display-image-p): Respect
1990         `wl-highlight-folder-with-icon'.
1991         (wl-e21-highlight-folder-group-line): Highlight mouse line
1992         even if wl-e21-display-image-p is nil.
1993
1994         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
1995         Respect value of `wl-summary-highlight'.
1996
1997         * wl.el (wl-save-status): Remove unused variable.
1998
1999         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2000         (wl-folder-mode-map): Bind it to "x".
2001
2002 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2005
2006         * wl-thread.el (wl-thread-get-parent-list): Don't check
2007         disconnected ancestors, neglecting needless work in
2008         `wl-thread-update-indent-string-thread'.
2009
2010         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2011         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2012         argument, add argument default-keep to keep marks by default.
2013
2014         * Version number is increased to 2.11.30.
2015
2016         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2017         customization type and docstring.
2018         (wl-draft-reply-without-argument-list): Ditto.
2019
2020 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2023
2024         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2025
2026 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2029
2030 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2031
2032         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2033         save-excursion so as not to include run-hooks.
2034
2035 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2036
2037         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2038         Clarify that marks are going to be cleared.
2039
2040 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2041
2042         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2043         according to 3rd element of wl-summary-flag-mark.
2044
2045         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2046
2047 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-action.el (wl-summary-target-mark-all): Don't set
2050         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2051
2052 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2055         (wl-forward-subject-prefix): Ditto.
2056         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2057         (wl-draft-reply-make-subject): Ditto.
2058
2059         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2060         `wl-draft-forward'.
2061         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2062
2063 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2066         target message does not exist.
2067
2068 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2069
2070         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2071         `wl-subject-prefix-regexp'.
2072         (wl-subject-forward-prefix-regexp): New variable.
2073         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2074         `wl-draft-strip-subject-re' and take regexp as argument.
2075         (wl-draft-forward): Use it.
2076         (wl-draft-reply): Ditto.
2077
2078 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2079
2080         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2081         emacs multi-tty support.
2082
2083 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2084
2085         * wl-e21.el (wl-e21-display-image-p): Don't call
2086         `display-images-p'.
2087         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2088         support.
2089         (wl-highlight-folder-current-line): Ditto.
2090         (wl-folder-init-icons): Ditto.
2091
2092 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2095         the last line of summary in unplugged mode.
2096
2097 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2098
2099         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2100
2101 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2104         * wl-address.el (wl-address-user-mail-address-p): Use it.
2105         (wl-address-delete-user-mail-addresses): Ditto.
2106         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2107
2108         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2109         (wl-address-delete-user-mail-addresses): Ditto.
2110
2111         * wl-address.el (wl-address-delete-user-mail-addresses): New
2112         function.
2113         * wl-refile.el (wl-refile-guess-by-history): Use it.
2114         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2115         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2116
2117         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2118         use wl-address-user-mail-address-p.
2119
2120 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2121
2122         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2123         after opening group.
2124
2125 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2128         of elmo-set-buffer-multibyte.
2129
2130         * wl-message.el (wl-original-message-mode): Ditto.
2131
2132         * wl-score.el (wl-score-insert-header): Ditto.
2133
2134         * wl-summary.el
2135         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2136         (wl-summary-goto-folder-subr): Ditto.
2137         (wl-summary-insert-headers): Ditto.
2138
2139         * wl-util.el (wl-set-string-width): Ditto.
2140
2141         * Version number is increased to 2.11.29.
2142
2143 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2146         (wl-highlight-summary-line-help-echo-alist): New variable.
2147         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2148         into `wl-highlight-summary-line-help-echo' and
2149         `wl-highlight-flag-folder-help-echo'.
2150         (wl-highlight-summary-line-string): Change accordingly.
2151         (wl-highlight-summary-current-line): Ditto.
2152
2153 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2154
2155         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2156         at the beginning of field body (Thanks to Markus Knittig).
2157
2158         * wl-draft.el (wl-draft-insert-current-message): Also check
2159         summary buffer, remove unnecessary tag.
2160
2161 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2162
2163         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2164         when wl-message-buffer is nil.
2165
2166         * wl-folder.el (wl-folder): Abolish unused argument.
2167         Call wl-folder-init when wl-folder-entity is nil.
2168         * wl.el (wl): Change accordingly.
2169
2170 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2171
2172         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2173         multibyte string before insert into draft buffer.
2174         (wl-draft-create-buffer): Always enable multibyte characters for
2175         draft buffer.
2176
2177         * Version number is increased to 2.11.28.
2178
2179 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-folder.el (wl-folder-open-close): Handle blank line.
2182         (wl-folder-jump-to-current-entity): Ditto.
2183
2184 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2185
2186         * Version number is increased to 2.11.27.
2187
2188 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-thread.el (wl-thread-insert-message): When the thread is
2191         devided by wl-summary-max-thread-depth, insert line at the end of
2192         buffer.
2193
2194 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2195
2196         * Version number is increased to 2.11.26.
2197
2198 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2201
2202 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2205         value of stream-type and session.
2206
2207 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * Version number is increased to 2.11.25.
2210
2211 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2212
2213         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2214         in a quit message.
2215
2216 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2219         (wl-summary-redisplay-no-mime-internal): Ditto.
2220
2221 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2224         * wl-vars.el (wl-smtp-connection-type): Ditto.
2225
2226 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2227
2228         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2229         for the separator line and quote mail-header-separator.
2230
2231 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2232
2233         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2234         result message.
2235
2236         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2237         `elmo-multiple-fields-body-list' with boundary as
2238         mail-header-separator.
2239
2240 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2241
2242         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2243
2244 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2245
2246         * wl-util.el (wl-list-diff): Remove unused function.
2247
2248         * wl-draft.el (wl-draft-send-confirm): Discard input before
2249         confirmation.
2250
2251 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2252
2253         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2254         order of flag and new.
2255
2256 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2257
2258         * wl-vars.el (wl-refile-policy-alist): Abolished.
2259
2260         * wl-action.el (wl-summary-set-action-refile): Follow the change
2261         above.
2262
2263 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2264
2265         * wl-highlight.el (wl-highlight-signature-search): Don't use
2266         re-search-backward for a long word since it is possible to crash
2267         XEmacs because of a bug.
2268
2269 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2270
2271         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2272
2273 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2274
2275         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2276         argument for wl-summary-sync-force-update.
2277
2278 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2279
2280         * wl-summary.el (wl-summary-mode-map): Revival of
2281         wl-summary-mark-as-important related bindings;
2282         Bind 'F','tF','mF','rF','m&'.
2283         (wl-summary-mark-as-important-region): Revival.
2284         (wl-summary-target-mark-mark-as-important): Ditto.
2285         (wl-summary-target-mark-operation): New function.
2286         (wl-summary-target-mark-mark-as-answered): Use it.
2287         (wl-summary-decide-flag): Don't set Important as default.
2288         (wl-summary-mark-as-important-internal): Revival.
2289         (wl-summary-mark-as-important): Ditto.
2290
2291         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2292
2293         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2294         instead of facep.
2295
2296 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2297
2298         * wl-dnd.el (wl-dnd-drop-func): Fix.
2299
2300         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2301         mouse-set-point instead of posn-point.
2302
2303         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2304
2305         * wl-mule.el (wl-completing-read-multiple): Ditto.
2306
2307 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-demo.el (face-background-name): Defalias to avoid compile
2310         warning.
2311
2312 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2313
2314         * wl-summary.el (wl-summary-decide-flag): Use
2315         wl-completing-read-multiple instead of completing-read-multiple.
2316
2317         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2318         New alias.
2319
2320         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2321         Use face-background-name instead of face-background.
2322
2323         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2324
2325         * wl-summary.el (wl-summary-save): Use it.
2326         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2327
2328         * wl-mime.el (wl-mime-save-content): Fix last change.
2329
2330 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2331
2332         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2333         New function.
2334         (wl-summary-sort-specs): Added sort.
2335         * wl-mime.el (wl-mime-save-content): Expand file name.
2336
2337 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2340
2341         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2342
2343 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2346         for flag if it is not defined.
2347
2348 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2349
2350         * wl-e21.el (wl-highlight-folder-current-line): Use
2351         elmo-folder-type-internal when elmo-folder-type returns nil.
2352
2353         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2354
2355         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2356
2357         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2358
2359         * wl-e21.el (wl-summary-toolbar): Ditto.
2360
2361         * wl-vars.el (wl-demo-background-color): Abolished.
2362         (wl-summary-persistent-mark-priority-list): Renamed from
2363         wl-summary-flag-priority-list.
2364         (wl-summary-flag-alist): New user option.
2365         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2366         (wl-message-mode-line-format-spec-alist): Added 'F'.
2367         (wl-message-mode-line-format): Likewise.
2368         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2369         instead of wl-summary-important-mark.
2370         (wl-file-folder-icon): New variable.
2371
2372         * wl-thread.el (wl-thread-set-flags): Renamed from
2373         wl-thread-mark-as-important.
2374
2375         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2376         warning.
2377         (wl-summary-mode-menu-spec): Follow the change of 
2378         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2379         (wl-summary-mode-map): Follow the change of
2380         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2381         (wl-summary-detect-mark-position): Follow the variable name change.
2382         (wl-summary-set-flags-region): New function for the replacement of
2383         wl-summary-mark-as-important-region.
2384         (wl-summary-sync-marks): Sync all global-flags.
2385         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2386         instead of elmo-message-flagged-p.
2387         (wl-summary-persistent-mark-string): Follow the variable name change;
2388         Put wl-summary-flag-mark if the message has global-flag.
2389         (wl-summary-target-mark-set-flags): Renamed from 
2390         wl-summary-target-mark-mark-as-important.
2391         (wl-summary-decide-flag): New function.
2392         (wl-summary-set-flags-internal): Renamed from
2393         wl-summary-mark-as-important-internal.
2394         (wl-summary-add-flags-internal): New function.
2395         (wl-summary-remove-flags-internal): Ditto.
2396         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2397         (wl-summary-mark-as-unimportant): Abolish.
2398         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2399         (wl-summary-next-message): List flagged messages in the msgdb.
2400
2401         * wl-score.el (wl-summary-score-update-all-lines): Use
2402         wl-summary-add-flags-internal instead of 
2403
2404         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2405
2406         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2407         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2408         (wl-message-buffer-require-all-header): Renamed from
2409         wl-message-buffer-all-header-flag (Ditto).
2410         (wl-message-buffer-flag-indicator): New variable.
2411         (wl-message-redisplay): Changed local varibale name from `flag' to
2412         `display-type'; Set up wl-message-buffer-flag-indicator.
2413         (wl-message-buffer-display): Changed varibale name from `flag' to
2414         `display-type'.
2415         (wl-message-display-internal): Likewise.
2416
2417         * wl-highlight.el (wl-highlight-demo-face): Define default background
2418         color.
2419         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2420
2421         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2422
2423         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2424         (wl-demo-setup-properties): Renamed from
2425         `wl-demo-set-background-color'.
2426         (wl-demo): Follow the change above.
2427         
2428         * Version number is increased to 2.11.24.
2429
2430 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2431
2432         * wl-summary.el (wl-summary-toggle-thread): Call
2433         `wl-summary-rescan' with disable-thread as non-nil.
2434         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2435
2436 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2439         foreground property of the face.
2440         (wl-demo-insert-text): Don't set up face property here.
2441         (wl-demo): Call wl-demo-set-background-color, anyway.
2442
2443 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2444
2445         * wl-vars.el (wl-demo-background-color): The value can be nil.
2446
2447 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2450         to wl-summary-wheel-dispatcher.
2451
2452         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2453         wl-message-wheel-dispatcher.
2454         (wl-message-wheel-dispatcher): New function.
2455         (wl-summary-wheel-dispatcher): Ditto.
2456
2457 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2458
2459         * wl-action.el (wl-summary-target-mark-all): List messages which are
2460         not in the killed-list.
2461
2462         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2463         only when the folder is 'flag/important.
2464
2465         * wl-address.el (wl-complete-field-body): Complete if the last
2466         character is a space.
2467
2468 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2469
2470         * wl-folder.el (wl-folder-clear-entity-info): Use
2471         elmo-clear-hash-val.
2472
2473         * wl-fldmgr.el (wl-fldmgr-rename): Set
2474         wl-folder-info-alist-modified as t.
2475
2476 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2477
2478         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2479
2480 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2483         (wl-folder-buffer-last-visited-entity-id): New buffer local
2484         variable.
2485         (wl-folder-revisit-last-visited-folder): New function.
2486         (wl-folder-mode-map): Bind it to "C-i".
2487         (wl-folder-set-current-entity-id): Set last visited folder.
2488         * wl-summary.el (wl-summary-exit): Ditto.
2489
2490 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2493         before calling `recenter' in order to cope with an XEmacs bug.
2494
2495 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2496
2497         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2498         to the default value.
2499
2500 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2501
2502         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2503         change.
2504         (wl-summary-sync-marks): Ditto.
2505         (wl-summary-mark-as-read-internal): Ditto.
2506         (wl-summary-mark-as-answered-internal): Ditto.
2507         (wl-summary-mark-as-important-internal): Ditto.
2508         (wl-summary-reply): Ditto.
2509
2510         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2511         instead of `elmo-folder-unflag-answered'.
2512
2513         * Version number is increased to 2.11.23.
2514
2515         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2516         the last change.
2517
2518 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2519
2520         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2521         Specify "spam" or "good".
2522
2523 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-spam.el (wl-summary-exec-action-spam): Call
2526         wl-folder-confirm-existence for spam folder.
2527         (wl-spam-setup): Bind "mk".
2528
2529 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2532
2533 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2534
2535         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2536         destination folder is empty.
2537
2538 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2541         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2542
2543         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2544         (wl-summary-refile-prev-destination-region): New function.
2545         (wl-thread-refile-prev-destination): Ditto.
2546         (wl-summary-target-mark-refile-prev-destination): Ditto.
2547
2548 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2549
2550         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2551         (wl-demo-background-color): Changed default value.
2552
2553         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2554         color.
2555
2556         * wl-demo.el (wl-demo-set-background-color): New function.
2557         (wl-demo): Call it.
2558
2559 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2560
2561         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2562         * wl-address.el (wl-address-add-or-change): Don't add empty
2563         address.
2564
2565 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2566
2567         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2568
2569 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-vars.el (wl-demo-image-filter-alist): New variable
2572         (wl-demo-background-color): Ditto.
2573
2574         * wl-demo.el (wl-demo-xpm-set-background): New function.
2575         (wl-demo-image-filter): Ditto.
2576         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2577
2578         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2579
2580         * wl-demo.el (wl-demo-icon-name): Define as function.
2581         (wl-demo-insert-image): Use it.
2582
2583 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2584
2585         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2586
2587 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2588
2589         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2590
2591 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2592
2593         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2594
2595 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-thread.el (wl-thread-mark-as-answered): New function.
2598
2599         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2600         answered" entry.
2601         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2602         "r&" and wl-thread-mark-as-answered to "t&".
2603         (wl-summary-mark-as-important-region): Refine to toggle mark.
2604         (wl-summary-mark-as-answered-region): New function.
2605         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2606         and 3rd argument.
2607         (wl-summary-mark-as-important-internal): Likewise.
2608
2609 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2610
2611         * wl-template.el (wl-template-preview): New internal variable.
2612         (wl-template-preview-p): New function.
2613         (wl-template-show): Bind `wl-template-preview' as t.
2614
2615 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2616
2617         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2618         `elmo-message-entity-field' with 3rd argument which is non-nil.
2619
2620 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2623         Removed duplicate local bind `folder'.
2624
2625 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2628
2629 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2630
2631         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2632         duplicate definition.
2633
2634 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2637         non-nil, use it; Don't fetch message if there's no message in the
2638         current cursor position.
2639
2640 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-util.el (wl-region-exists-p): Use region-active-p.
2643         (wl-deactivate-region): New function.
2644         * wl-message.el (wl-message-redisplay): Deactivate region.
2645
2646         * wl-summary.el (wl-summary-reply): Call
2647         `wl-summary-set-message-buffer-or-redisplay' instead of
2648         `wl-summary-redisplay-internal', don't move point.
2649
2650 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2651
2652         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2653         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2654         by regexp.
2655
2656 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2657
2658         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2659         if no need.
2660
2661 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2664         default value to nil.
2665         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2666         `wl-summary-prepare-hook'; Replace refile action to
2667         `wl-summary-exec-action-refile-with-register'.
2668
2669         * Version number is increased to 2.11.22.
2670
2671 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-summary.el (wl-summary-detect-mark-position): Set
2674         `wl-summary-buffer-weekday-name-lang'.
2675
2676 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2677
2678         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2679         (wl-summary-mark-as-read-all): Ditto.
2680         (wl-summary-delete-messages-on-buffer): Ditto.
2681         (wl-summary-sync-update): Ditto.
2682         (wl-summary-mark-as-read-internal): Ditto.
2683         (wl-summary-mark-as-answered-internal): Ditto.
2684         (wl-summary-update-folder-info): Abolished.
2685
2686 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2687
2688         * wl-summary.el (wl-summary-mark-as-read-all): Use
2689         `wl-summary-update-folder-info' instead of
2690         `wl-folder-update-unread'.
2691
2692 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2693
2694         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2695         `wl-summary-folder-info-update'.
2696         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2697         instead of `wl-summary-folder-info-update'.
2698         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2699         `wl-folder-set-folder-updated'.
2700         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2701         instead of `wl-folder-update-unread'.
2702         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2703         the value of `wl-summary-buffer-unread-count' for the second parameter of
2704         `wl-folder-update-unread'.
2705
2706         * Version number is increased to 2.11.21.
2707
2708 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2709
2710         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2711         a local variable.
2712
2713 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2714
2715         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2716         interactively.
2717
2718         * wl-summary.el (wl-summary-mark-as-important-internal): New
2719         internal function.
2720         (wl-summary-mark-as-important): Use it.
2721         (wl-summary-mark-as-unimportant): New function.
2722         (wl-summary-sync-marks): Follow the API change.
2723
2724         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2725
2726         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2727
2728 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2729
2730         * wl-folder.el (wl-folder-update-unread): Re-indent.
2731         Narrow the scope of a local variable.
2732
2733 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2736         (wl-addrmgr-merge-entries): Ditto.
2737         (wl-addrmgr): Added to address entry which exists in draft buffer
2738         if no entry is in original.
2739
2740 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-batch.el: New file.
2743
2744 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2745
2746         * wl-vars.el (wl-use-semi): Remove unused variable.
2747
2748 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2749
2750         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2751         "?".
2752
2753 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2756         wl-summary-new-mark.
2757         (wl-summary-new-cached-mark): New user option.
2758         (wl-summary-score-marks): Follow the change above.
2759         (wl-summary-auto-refile-skip-marks): Ditto.
2760         (wl-summary-incorporate-marks): Ditto.
2761         (wl-summary-expire-reserve-marks): Ditto.
2762
2763         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2764
2765         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2766         (wl-summary-persistent-mark-string): Distinguished between cached
2767         and uncached mark when the message is new.
2768
2769 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * wl-spam.el (wl-spam-domain): Renamed from
2772         `wl-spam-folder-guess-domain'.
2773         (wl-summary-exec-action-spam): Register as spam if domain of the
2774         source folder is good.
2775         (wl-summary-exec-action-refile-with-register): Register message if
2776         domain of the source folder is not undecided.
2777
2778 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2781         detect thread loop.
2782
2783 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2786         and wl-summary-skip-mark-list.
2787
2788 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2791
2792         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2793
2794         * wl-spam.el (toplevel): Require wl-highlight.
2795         (wl-spam-auto-check-policy-alist): Abolish.
2796         (wl-spam-auto-check-folder-regexp-list): New user option.
2797         (wl-spam-auto-check-marks): Ditto.
2798         (wl-spam-mark-action-list): Ditto.
2799         (wl-highlight-summary-spam-face): New face.
2800         (wl-spam-auto-check-message-p): New function.
2801         (wl-spam-map-spam-messages): Fixed message.
2802         (wl-spam-register-spam-messages): Ditto.
2803         (wl-spam-register-good-messages): Ditto.
2804         (wl-summary-spam-map): Add and remove keybind.
2805         (wl-summary-target-mark-spam): Abolish.
2806         (wl-summary-refile-spam): Ditto.
2807         (wl-summary-test-spam): New function.
2808         (wl-summary-mark-spam): Ditto.
2809         (wl-summary-auto-check-spam): Follow the above change.
2810         (wl-summary-exec-action-spam): New function.
2811         (wl-summary-exec-action-refile-with-register): Fixed message.
2812         (wl-message-check-spam): New function.
2813         (wl-spam-setup): Ditto.
2814         (toplevel): Call it if this file is loaded interactivity.
2815
2816         * Version number is increased to 2.11.20.
2817
2818 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2821         when new optional argument `force' is non nil or modified.
2822
2823 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2824
2825         * wl.el (toplevel): Require wl-spam when compile.
2826         (wl-save-status): Call wl-spam-save-status.
2827
2828         * wl-spam.el (wl-spam-register-spam-messages): New function.
2829         (wl-spam-register-good-messages): Ditto.
2830         (wl-spam-save-status): Ditto.
2831         (wl-summary-mode-map): Bind
2832         wl-summary-target-mark-register-as-spam to "ms" and
2833         wl-summary-target-mark-register-as-good to "mn".
2834         (wl-summary-register-as-spam): Abolish optional argument; Use
2835         wl-spam-register-spam-messages.
2836         (wl-summary-register-as-spam-all): Use
2837         wl-spam-register-spam-messages.
2838         (wl-summary-register-as-good): Abolish optional argument; Use
2839         wl-spam-register-good-messages.
2840         (wl-summary-register-as-good-all): Use
2841         wl-spam-register-good-messages.
2842         (wl-summary-target-mark-register-as-spam): New funtion.
2843         (wl-summary-target-mark-register-as-good): Ditto.
2844
2845 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-spam.el: New file.
2848
2849 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2852
2853         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2854         (wl-summary-auto-refile): Call wl-refile-guess with
2855         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2856
2857 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2860         with disable-thread argument non-nil.
2861
2862 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-summary.el (wl-summary-rescan): Added optional argument
2865         disable-thread.
2866         (wl-summary-sync): Call wl-summary-rescan with argument
2867         disable-thread.
2868         (wl-summary-input-range): Added new range `rescan-thread'.
2869
2870 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2871
2872         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2873
2874 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2877         internal variable.
2878         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2879         wl-summary-search-parent-by-subject-regexp and
2880         wl-summary-divide-thread-when-subject-changed as nil.
2881         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2882         (wl-summary-insert-thread): Search parent entity from
2883         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2884         thread loop.
2885
2886 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2889
2890         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2891
2892         * wl-util.el (wl-require-update-all-folder-p): New function.
2893         (wl-get-assoc-list-value): Added `function' to match directive.
2894         (wl-collect-draft): Rewrite.
2895
2896         * wl-summary.el (wl-summary-sync-update): Clear faces
2897         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2898         are non-nil.
2899         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2900         argument as function.
2901         (wl-summary-input-range): Ditto.
2902
2903         * wl-folder.el (wl-draft-get-folder): New function.
2904         (wl-folder-get-elmo-folder): Consider draft folder.
2905
2906         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2907         (wl-draft-buffer-message-number): New buffer local variable.
2908         (wl-draft-folder-internal): New internal variable.
2909         (wl-draft-delete): Rewrite.
2910         (wl-draft-save): Ditto.
2911         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2912         wl-folder-get-elmo-folder.
2913         (wl-draft-config-info-operation): Ditto.
2914         (wl-jump-to-draft-folder): Ditto.
2915         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2916         (wl-draft-reedit): Rewrite.
2917
2918         * Version number is increased to 2.11.19.
2919         
2920 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2921
2922         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2923         variable.
2924
2925 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2928         Use ignore-errors instead of unwind-protect.
2929
2930 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2931
2932         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2933         for updating `wl-thread-entity-list'.
2934
2935 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2936
2937         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2938         parameter from calling `wl-thread-entity-get-older-brothers' and
2939         `wl-thread-entity-get-younger-brothers'.
2940         Replace nested `append' with a single one.
2941
2942 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * wl-summary.el (wl-summary-mode): Don't use the return value of
2945         `make-local-hook'.
2946
2947 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2948
2949         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
2950         instead of `let*'.
2951         (wl-thread-delete-message): Likewise.  Split and narrow the scope
2952         of local variables.
2953
2954 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2955
2956         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
2957         Renamed from wl-summary-window-scroll-functions.
2958         (wl-summary-window-scroll-functions): Don't set to variable.
2959         (wl-summary-display-top): Use run-hooks.
2960         (wl-summary-display-bottom): Ditto.
2961         (wl-summary-toggle-disp-msg): Ditto.
2962         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
2963         Use it instead of wl-summary-window-scroll-functions.
2964         (wl-summary-goto-folder-subr): Don't call
2965         wl-summary-window-scroll-functions, use
2966         wl-summary-buffer-window-scroll-functions instead.
2967
2968 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2969
2970         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
2971         make-local-variable.
2972
2973 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2974
2975         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
2976         set-buffer-modified-p.
2977         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
2978         (wl-summary-display-bottom): Ditto.
2979         (wl-summary-toggle-disp-msg): Ditto.
2980
2981 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
2984
2985         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
2986         (wl-summary-forward): Use elmo-message-entity-field instead of
2987         elmo-message-field.
2988
2989         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
2990
2991 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-summary.el (wl-summary-window-scroll-functions): No use
2994         `append'.
2995
2996 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
2999         function.
3000         (wl-summary-window-scroll-functions): Call it when both
3001         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3002         (wl-summary-temp-mark): Added optional argument number.
3003         (wl-summary-message-mark): Added optional argument flag.
3004         (wl-summary-persistent-mark): Added optional argument number and flag.
3005         (wl-summary-update-persistent-mark): Ditto.
3006         (wl-summary-update-status-marks): Set "r" for interactive spec.
3007
3008         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3009         argument number and flag.
3010
3011         * wl-action.el (wl-summary-registered-temp-mark): 
3012         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3013
3014 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3017         internal variable (buffer local).
3018         (wl-summary-window-scroll-functions): New function.
3019         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3020         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3021         as nil.
3022         (wl-summary-update-status-marks): Added arguments beg, end and
3023         check.
3024         (wl-summary-update-mark-window): Use function.
3025         (wl-summary-sync-update): Follow the change above.
3026         (wl-summary-switch-to-clone-buffer): Copy
3027         wl-summary-buffer-unsync-mark-number-list.
3028         (wl-summary-goto-folder-subr): Set
3029         wl-summary-buffer-unsync-mark-number-list and
3030         use wl-summary-window-scroll-functions instead of
3031         wl-summary-lazy-highlight.
3032
3033         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3034
3035 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3036
3037         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3038
3039         * wl-summary.el (wl-summary-update-persistent-mark): Call
3040         wl-summary-set-message-modified.
3041
3042         * wl-summary.el (wl-summary-sync-update): Don't call
3043         wl-summary-update-status-marks.
3044
3045         * Version number is increased to 2.11.18.
3046
3047 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3050         (wl-message-next-page): Ditto.
3051
3052 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3053
3054         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3055         local variable.  Change the order of a collected list into the
3056         same as the specified range.  Remove nil from a collected list.
3057
3058 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3061         argument for elmo-folder-list-messages.
3062
3063 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3064
3065         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3066         change (wl-summary-count-unreads return a list instead of a cons
3067         cell).
3068
3069 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3070
3071         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3072         `wl-summary-folder-info-update'.
3073
3074 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075
3076         * wl-summary.el (wl-summary-set-message-modified): No use
3077         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3078         (wl-summary-set-mark-modified): Abolish.
3079         (wl-summary-mark-modified-p): Ditto.
3080         (wl-summary-save-view): Follow the change above.
3081
3082         * wl-expire.el (wl-summary-expire): Likewise.
3083
3084 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3085
3086         * wl-summary.el (wl-summary-detect-mark-position): Use
3087         modb-entity-handler.
3088         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3089
3090         * Version number is increased to 2.11.17.
3091
3092 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3095         entity field value.
3096         (wl-summary-prefetch-msg): Ditto.
3097         (wl-summary-print-message-with-ps-print): Ditto.
3098
3099 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3100
3101         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3102         for dummy entity.
3103         (wl-summary-insert-thread): Use elmo-message-entity-field.
3104         (wl-summary-update-thread): Use elmo-message-entity-field and
3105         elmo-message-entity-number.
3106         (wl-summary-line-number):  Use elmo-message-entity-number.
3107         (wl-summary-line-size): Use elmo-message-entity-field.
3108         (wl-summary-line-subject): Ditto.
3109         (wl-summary-line-from): Ditto.
3110         (wl-summary-line-attached): Ditto.
3111         (wl-summary-create-line): Ditto.
3112         (wl-summary-create-line): Use elmo-message-entity-number.
3113         (wl-summary-print-message-with-ps-print): Use
3114         elmo-message-entity-field.
3115
3116 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3119         change in elmo-msgdb-make-message-entity.
3120         (wl-summary-buffer-set-folder): Don't call
3121         wl-summary-detect-mark-position here.
3122         (wl-summary-rescan): Call elmo-message-entity-number.
3123         (wl-summary-sync-update): Ditto.
3124         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3125
3126         * wl-score.el (wl-score-header-index): Redefine 2th element.
3127         (wl-score-overview-entity-get-extra): Abolish.
3128         (wl-score-ov-entity-get): Rewrite.
3129         (wl-score-string-index<, wl-score-string-func<): Abolish.
3130         (wl-score-string<): New function.
3131         (wl-score-string-sort): Use it.
3132
3133         * wl-refile.el (wl-refile-guess-by-history): Use
3134         elmo-message-entity-field.
3135         (wl-refile-guess-by-from): Ditto.
3136         (wl-refile-guess-by-msgid): Ditto.
3137
3138         * Version number is increased to 2.11.16.
3139
3140 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3141
3142         * wl-folder.el (wl-folder-confirm-existence): Don't call
3143         file-exists-p if msgdb-path is nil.
3144         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3145         `wl-read-folder-hist' to `wl-read-folder-history'.
3146
3147 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3148
3149         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3150         `y-or-n-p'.
3151
3152 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-score.el (wl-score-headers): Don't use
3155         elmo-folder-do-each-message-entity.
3156
3157         * Version number is increased to 2.11.15.
3158
3159 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-delete-all-msgs): Use
3162         elmo-folder-move-messages instead of elmo-folder-delete-messages
3163         and elmo-folder-detach-messages.
3164         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3165
3166         * wl-expire.el (wl-expire-delete): Ditto.
3167         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3168
3169 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3170
3171         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3172         (wl-message-header-narrowing-fields): Ditto.
3173         (wl-message-header-narrowing-lines): Ditto.
3174         (wl-message-header-narrowing-string): Ditto.
3175
3176         * wl-summary.el (wl-summary-mode-map): Bind
3177         wl-summary-toggle-header-narrowing to "C-cC-f".
3178         (wl-summary-toggle-header-narrowing): New function.
3179
3180         * wl-message.el (wl-message-buffer-create): Call
3181         wl-message-header-narrowing-setup.
3182         (wl-message-redisplay): Call wl-message-header-narrowing.
3183         (wl-message-header-narrowing): New function.
3184         (wl-message-header-narrowing-map): New keymap.
3185         (wl-message-header-narrowing-widen-map): New keymap.
3186         (wl-message-header-narrowing-again-at-mouse): New function.
3187         (wl-message-header-narrowing-1): Ditto.
3188         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3189         (wl-message-header-narrowing-setup): Ditto.
3190         (wl-message-header-narrowing-toggle): Ditto.
3191         
3192         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3193
3194         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3195         'flag as all.
3196         (wl-use-flag-folder-help-echo): New user option.
3197
3198         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3199         wl-summary-highlight as nil.
3200         (wl-summary-set-mark-modified): Follow the API change.
3201         (wl-summary-mark-modified-p): Ditto.
3202         (wl-summary-mark-as-read-all): Ditto.
3203         (wl-summary-sync-marks): Don't call
3204         elmo-folder-list-messages-with-global-mark.
3205         (wl-summary-mark-as-read-internal): Follow the API change.
3206         (wl-summary-mark-as-answered-internal): Ditto.
3207         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3208         Follow the API change.
3209         (wl-summary-create-line): Call with number argument.
3210         (wl-summary-reply): Follow the API change.
3211
3212         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3213         function.
3214         (wl-highlight-summary-line-string): Call it when
3215         wl-use-flag-folder-help-echo is non-nil.
3216         (wl-highlight-summary-current-line): Ditto.
3217         (elmo-flag-folder-referrer): Added autoload setting.
3218
3219         * wl-draft.el (wl-draft-kill): Follow the API change.
3220
3221         * Version number is increased to 2.11.14.
3222         
3223 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3224
3225         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3226
3227 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * Version number is increased to 2.11.13.
3230
3231 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-draft.el (wl-draft-previous-history-element): Fixed
3234         unbalanced parenthesis and bind unbound local variables.
3235
3236 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3237
3238         * wl-draft.el (wl-draft-previous-history-element): New function.
3239         (wl-draft-next-history-element): Ditto.
3240         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3241         them to M-p and M-n.
3242
3243 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3244
3245         * Version number is increased to 2.11.12.
3246
3247 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3248
3249         * wl-draft.el (wl-draft-hide): Select buffer-window.
3250
3251 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3252
3253         * wl-summary.el (wl-summary-narrow-to-region): New function.
3254         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3255         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3256         (wl-summary-save-region): Use it.
3257         * wl-action.el (wl-summary-collect-numbers-region)
3258         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3259
3260 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3261
3262         * wl-folder.el (wl-folder-count-incorporates): Don't use
3263         `elmo-msgdb-mark-load'
3264
3265         * Version number is increased to 2.11.11.
3266
3267 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3268
3269         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3270         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3271
3272 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3273
3274         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3275
3276 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * Version number is increased to 2.11.10.
3279
3280 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl-mime.el (wl-draft-attribute-value): Fixed.
3283
3284 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3285
3286         * wl-util.el (wl-copy-local-variables): New function.
3287
3288         * wl-mime.el (wl-draft-attribute-recipients): New function.
3289         (wl-draft-attribute-envelope-from): Ditto.
3290         (wl-draft-attribute-smtp-posting-server): Ditto.
3291         (wl-draft-attribute-smtp-posting-port): Ditto.
3292         (wl-draft-attribute-value): Ditto.
3293         (wl-draft-preview-message): Use it to get value for
3294         attributes. Reflect result of `wl-draft-config'.
3295
3296         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3297         and call `wl-summary-mark-as-read' before to call
3298         `wl-summary-unset-mark'.
3299         (wl-summary-target-mark-mark-as-unread): Likewise.
3300         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3301
3302 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-mime.el (wl-draft-preview-message): Use actual value for
3305         attributes; Fix for small window.
3306
3307 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-refile.el (wl-refile-get-field-value): Call
3310         `elmo-message-entity-field' with 3rd argument is non-nil.
3311
3312 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * wl-vars.el (wl-draft-preview-attributes): New user option.
3315         (wl-draft-preview-attributes-list): Ditto.
3316         (wl-draft-preview-attributes-buffer-lines): Ditto.
3317         (wl-draft-preview-attributes-buffer-name): Ditto.
3318
3319         * wl-mime.el (wl-draft-preview-message): Display attributes.
3320
3321 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3322
3323         * wl-summary.el (wl-summary-detect-mark-position): Bind
3324         wl-summary-flag-priority-list to '(new).
3325
3326 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3329         funtion.
3330         (wl-highlight-summary-line-string): Use it.
3331         (wl-highlight-summary-current-line): Ditto.
3332
3333 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3334
3335         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3336         line even when the mark string is not changed.
3337
3338         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3339         argument change in the wl-summary-create-line.
3340         (wl-thread-insert-entity-sub): Ditto.
3341
3342         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3343         argument change in the wl-summary-create-line.
3344         (wl-summary-insert-sequential): Ditto.
3345         (wl-summary-update-thread): Ditto.
3346         (wl-summary-persistent-mark-string): New inline function.
3347         (wl-summary-message-mark): Use it.
3348         (wl-summary-create-line): Abolish argument wl-persistent-mark
3349         and added wl-flags, wl-cached.
3350
3351         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3352         mark to flags.
3353         (wl-highlight-summary-current-line): Decide the face not by the 
3354         persistent mark but flags.
3355
3356 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3359         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3360         wl-summary-read-uncached-mark): Revive.
3361         (wl-summary-answered-cached-mark,
3362         wl-summary-answered-uncached-mark): New user option.
3363         (wl-summary-score-marks): Follow the change above.
3364         (wl-summary-auto-refile-skip-marks): Ditto.
3365         (wl-summary-incorporate-marks): Ditto.
3366         (wl-summary-expire-reserve-marks): Ditto.
3367         (wl-summary-flag-priority-list): New user option.
3368
3369         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3370         changes.
3371         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3372         of elmo-message-mark.
3373         (wl-summary-mark-as-read-internal): Ditto.
3374         (wl-summary-mark-as-answered): Ditto.
3375         (wl-summary-mark-as-important): Ditto.
3376         (wl-summary-redisplay-internal): Ditto.
3377         (wl-summary-redisplay-no-mime-internal): Ditto.
3378         (wl-summary-message-mark): New function.
3379         (wl-summary-insert-sequential): Use wl-summary-message-mark
3380         instead of elmo-message-mark.
3381         (wl-summary-update-thread): Ditto.
3382         (wl-summary-persistent-mark): Ditto.
3383         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3384         instead of elmo-message-mark.
3385
3386         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3387         wl-summary-message-mark instead of elmo-message-mark.
3388         (wl-thread-insert-entity-sub): Ditto.
3389         (wl-thread-get-children-msgs-uncached): Ditto.
3390
3391         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3392         variable name changes.
3393         (wl-highlight-summary-current-line): Ditto.
3394
3395         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3396         wl-summary-message-mark instead of elmo-message-mark.
3397
3398         * wl-expire.el (wl-expire-message-p): Ditto.
3399
3400         * wl-score.el (wl-score-headers): Ditto.
3401
3402         * Version number is increased to 2.11.9.
3403
3404         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3405         (wl-summary-sync-update): Follow the change above.
3406         (wl-summary-switch-to-clone-buffer): Ditto.
3407         (wl-summary-open-folder): Ditto.
3408
3409 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3412         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3413
3414         * Version number is increased to 2.11.8.
3415
3416         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3417
3418         * wl-expire.el (wl-expire-refile): Follow the API change on
3419         `elmo-folder-move-messages'.
3420         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3421
3422         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3423         (wl-summary-exec-action-refile): Ditto.
3424         (wl-summary-exec-action-copy): Ditto.
3425         (wl-summary-no-auto-refile-message-p): No use
3426         `wl-summary-buffer-msgdb'.
3427         (wl-summary-auto-refile): Ditto.
3428
3429 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3430
3431         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3432
3433 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3434
3435         * wl-summary.el (wl-summary-sync): Treat no-sync.
3436
3437         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3438         (wl-default-sync-range): Ditto.
3439
3440 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3441
3442         * wl-refile.el (wl-refile-subject-learn): Call
3443         `elmo-message-entity-field' with 3rd argument is non-nil.
3444         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3445         instead of `elmo-msgdb-overview-entity-get-subject'.
3446
3447 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3448
3449         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3450         scan-type is rescan.
3451         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3452         new optional argument force is non-nil.
3453         (wl-summary-save-view-cache): Call it with force argument non-nil.
3454
3455         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3456
3457 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3458
3459         * wl-action.el (wl-summary-print-argument): Fixed last change.
3460
3461 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3462
3463         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3464         simplified.
3465         (wl-summary-target-mark-mark-as-unread): Likewise.
3466         (wl-summary-target-mark-mark-as-important): Likewise.
3467
3468 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3469
3470         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3471         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3472         (wl-summary-mark-as-important-region): Change accordingly.
3473         (wl-summary-target-mark-mark-as-important): Ditto.
3474
3475 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3476
3477         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3478
3479         * wl-action.el (wl-summary-print-argument): Print argument to
3480         right side of window if `wl-summary-print-argument-within-window'
3481         is non-nil.
3482
3483 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3484
3485         * wl-action.el (wl-summary-set-mark): Use
3486         `wl-summary-message-visible-p' to check visibility of the message
3487         and jump to message only when the message line is visible and have
3488         different number; Call wl-summary-unset-mark with number argument.
3489         (wl-summary-unset-mark): 
3490         Use `wl-summary-message-visible-p'
3491         to check visibility of the message and jump to message only when
3492         the message line is visible and have different number;
3493
3494 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3495
3496         * Version number is increased to 2.11.7.
3497
3498         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3499         and wl-folder-summary-line-format.
3500
3501         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3502         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3503         (wl-summary-set-score-mark): Use it.
3504         (wl-summary-target-mark-mark-as-read): Ditto.
3505         (wl-summary-target-mark-mark-as-unread): Ditto.
3506         (wl-summary-target-mark-mark-as-important): Ditto.
3507         (wl-summary-target-mark-msgs): Simplified.
3508         (wl-summary-detect-mark-position): Fixed problem when
3509         summary-line-format no contain persisten/temp mark spec.
3510         (wl-summary-temp-mark): Ditto.
3511         (wl-summary-persistent-mark): Ditto.
3512         (wl-summary-update-persistent-mark): Ditto.
3513
3514         * wl-action.el (wl-summary-set-mark): Ditto.
3515         (wl-summary-unset-mark): Ditto.
3516         All other related portions are changed.
3517
3518 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3519
3520         * Version number is increased to 2.11.6.
3521
3522 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-util.el (wl-current-message-buffer): Define as function;
3525         Don't use the value of wl-messge-buffer.
3526
3527         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3528         persistent mark.
3529
3530         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3531         no current message, cause an error.
3532
3533 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-summary.el (wl-summary-set-message-modified): Use
3536         elmo-folder-set-message-modified instead of
3537         elmo-folder-set-message-modified-internal.
3538
3539 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3542         interactively.
3543         (wl-summary-sync): nokill->entirely.
3544         (wl-summary-sync-marks): Fixed message.
3545         (wl-summary-input-range): Added mark, nokill->entirely.
3546
3547         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3548         messages as read.
3549
3550 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3553         update-noscore.
3554         (wl-summary-sync): Follow the change above.
3555
3556 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3557
3558         * wl-action.el (wl-summary-target-mark-all): Use
3559         elmo-folder-list-messages.
3560
3561 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3564         (wl-summary-rescan): Set wl-summary-scored as nil.
3565         (wl-summary-sync-force-update): Follow the change above.
3566         (wl-summary-sync): Ditto.
3567         (wl-summary-sync-update): Added argument disable-killed.
3568         (wl-summary-insert-headers): Set visible-only argument for
3569         elmo-folder-list-messages.
3570         (wl-summary-input-range): Added update-nokill, update-noscore,
3571         all-nokill, all-noscore and mark.
3572
3573         * Version number is increased to 2.11.5.
3574
3575         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3576
3577 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3578
3579         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3580         (wl-summary-prefetch-region-no-mark): Change accordingly.
3581         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3582
3583 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3584
3585         * wl-address.el (wl-complete-field-to): Abolished.
3586         (wl-complete-address): Completion function for completing-read.
3587         * wl-action.el (wl-summary-get-resend-address): Use it.
3588
3589         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3590         wl-summary-update-mark and abolish unused argument.
3591         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3592         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3593         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3594         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3595         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3596         * wl-draft.el (wl-draft-kill): Ditto.
3597
3598         * wl-summary.el: Remove unused binding of case-fold-search.
3599         (wl-summary-replace-status-marks): Abolished.
3600
3601 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3604         is specified or folder length is zero.
3605
3606 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3607
3608         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3609         (wl-folder-archive-current-entity): Ditto.
3610
3611 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3614         retrieving message mark.
3615         (wl-summary-redisplay-internal): Ditto.
3616
3617         * wl-message.el (wl-message-buffer-display): Ignore errors while
3618         retrieving message-id field.
3619
3620         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3621         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3622         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3623         order of the arguments for `wl-expire-message-p'.
3624         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3625
3626         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3627         Check return value of wl-summary-reply.
3628         (wl-summary-reply): Recover window configuration when an error occured.
3629
3630 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3631
3632         * wl-summary.el (wl-summary-resend-message): Abolished, the
3633         feature is inherited by wl-summary-resend (put resend mark).
3634
3635 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3636
3637         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3638         wl-message-buffer to nil when the message is hide.
3639
3640 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3641
3642         * .cvsignore: New file.
3643
3644 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3645
3646         * wl-action.el (wl-summary-action-docstring): Add more info.
3647         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3648         duplicate definition.
3649         (wl-summary-define-mark-action): Functions wl-summary-*-region
3650         keep current position.
3651         (wl-summary-unregister-target-mark): Store result to the variable.
3652
3653 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3654
3655         * Version number is increased to 2.11.4.
3656
3657 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3660         wl-summary-delete-all-temp-marks.
3661         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3662
3663         * wl-action.el (wl-summary-set-mark): Changed terminology
3664         refile-destination -> action-argument.
3665         (wl-summary-unset-mark): Ditto.
3666         (wl-summary-remove-argument): Ditto.
3667         (wl-summary-print-argument): Ditto.
3668
3669         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3670         (wl-thread-remove-argument-region): Ditto.
3671         (wl-thread-print-argument-region): Ditto.
3672         (wl-thread-close): Ditto.
3673         (wl-thread-open): Ditto.
3674
3675         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3676         (wl-highlight-refile-destination-face is abolished)
3677         (wl-highlight-action-argument-string): Ditto.
3678         (wl-highlight-summary-current-line): Highlight action argument.
3679
3680         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3681         color for light backgrounds.
3682         (wl-highlight-summary-answered-face): Ditto.
3683
3684 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3687
3688         * wl-score.el (wl-summary-score-update-all-lines): Use
3689         wl-summary-set-mark.
3690         (wl-summary-score-update-all-lines): Kill expunged messages.
3691
3692         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3693
3694 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3695
3696         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3697         directly.
3698         (wl-score-overview-entity-get-lines): Ditto.
3699         (wl-score-overview-entity-get-xref): Ditto.
3700         (wl-score-get-latest-msgs): Ditto.
3701         (wl-summary-rescore): Ditto.
3702
3703         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3704         to "&".
3705         (wl-summary-mark-as-answered-internal): New inline function.
3706         (wl-summary-mark-as-answered): New function.
3707         (wl-summary-mark-as-unanswered): Ditto.
3708         (wl-summary-sync-marks): Modified for answered-mark synching.
3709
3710 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3711
3712         * wl-action.el (wl-summary-set-mark): Fixed last change.
3713
3714 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3715
3716         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3717         behavior of wl-summary-unread-message-hook
3718         (Pointed out by akira yamada <akira@arika.org>).
3719
3720 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3721
3722         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3723         wl-summary-delete.
3724         * wl-xmas.el (wl-summary-toolbar): Ditto.
3725
3726         * wl-action.el (wl-summary-set-mark): Don't override current
3727         temp-mark.
3728
3729         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3730
3731 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3734         (wl-refile-msgid-learn): Ditto.
3735         (wl-refile-get-field-value): Ditto.
3736
3737         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3738
3739         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3740         (wl-expire-delete-reserved-messages): Renamed from
3741         wl-expire-reserve-marked-msgs-from-list.
3742         (wl-expire-delete): Removed argument `msgdb'.
3743         (wl-expire-refile): Ditto.
3744         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3745         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3746         mark-alist as argument.
3747         (wl-expire-archive-number1): Removed argument `msgdb'.
3748         (wl-expire-archive-number2): Ditto.
3749         (wl-expire-archive-date): Ditto.
3750         (wl-expire-localdir-date): Ditto.
3751         (wl-expire-hide): Ditto.
3752         (wl-archive-number1): Ditto.
3753         (wl-archive-number2): Ditto.
3754         (wl-archive-date): Ditto.
3755         (wl-archive-folder): Ditto.
3756         All other related portions are changed.
3757
3758 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3759
3760         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3761         mean move up and down. (suggested by Takashi Kawachi)
3762
3763 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3764
3765         * wl-acap.el (toplevel): Don't require un-define.
3766
3767 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-thread.el (wl-thread-delete-message): Always update
3770         wl-summary-buffer-number-list.
3771
3772         * wl-action.el (wl-summary-print-destination): 
3773         Do nothing when folder is nil.
3774
3775 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3776
3777         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3778         persistent mark when prefetch is succeeded.
3779
3780 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3783         instead of elmo-msgdb-delete-msgs.
3784         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3785         (wl-expire-hide): Ditto.
3786
3787         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3788
3789         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3790         elmo-msgdb interface.
3791         (wl-thread-get-exist-children): Likewise.
3792         (wl-thread-insert-message): Likewise.
3793         (wl-thread-msg-mark-as-important): Likewise.
3794         (wl-thread-insert-entity-sub): Likewise.
3795         (wl-thread-get-children-msgs-uncached): Likewise.
3796
3797         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3798         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3799         (wl-summary-sync-update): Likewise.
3800         (wl-summary-auto-select-msg-p): Likewise.
3801         (wl-summary-update-thread): Likewise.
3802         (wl-summary-mark-as-important): Likewise.
3803         (wl-summary-jump-to-msg-internal): Likewise.
3804         (wl-summary-redisplay-internal): Likewise.
3805         (wl-summary-print-message-with-ps-print): Likewise.
3806         (wl-summary-folder-info-update): Likewise.
3807
3808         * wl-folder.el (wl-folder-check-one-entity):
3809         elmo-folder-count-flags instead of wl-summary-count-unread.
3810
3811         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3812
3813         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3814
3815         * wl-summary.el (wl-summary-set-message-modified): 
3816         Call wl-summary-set-mark-modified.
3817         (wl-summary-delete-messages-on-buffer): Call
3818         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3819         (wl-summary-sync-update): Call elmo-folder-length instead of
3820         elmo-folder-messages.
3821         (wl-summary-insert-headers): Don't call
3822         elmo-folder-list-message-entities.
3823
3824 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3825
3826         * wl-action.el (wl-summary-define-mark-action): Call
3827         `wl-summary-set-mark' with argument `data'.
3828         (wl-summary-auto-refile): Fixed order of arguments when call
3829         `wl-summary-refile'.
3830
3831 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3834
3835         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3836
3837         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3838         (Renamed from wl-highlight-summary-deleted-face).
3839         (wl-highlight-summary-resend-face): New face.
3840
3841         (wl-highlight-summary-deleted-face): Renamed from
3842         wl-highlight-summary-erased-face.
3843
3844         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3845
3846         * wl-action.el (wl-summary-get-resend-address): New function.
3847         (wl-summary-exec-action-resend): Ditto.
3848         (wl-summary-exec-action-resend-subr): Ditto.
3849
3850         * w-thread.el (wl-thread-copy): Removed definition.
3851         (wl-thread-refile): Ditto.
3852         (wl-thread-delete): Ditto.
3853         (wl-thread-target-mark): Ditto.
3854
3855         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3856         (wl-summary-target-mark-set-action): Fixed.
3857         (wl-summary-define-mark-action): Fixed quotation.
3858         (wl-summary-move-mark-list-messages): Display message.
3859         (wl-summary-define-mark-action): Define thread functions.
3860         (wl-summary-exec-action-refile): Changed message.
3861         (wl-summary-exec): Ditto.
3862
3863 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3864         
3865         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3866         '%%'.
3867
3868 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl.el (toplevel): Require wl-action.
3871         (wl-init): Call wl-summary-define-mark-action.
3872
3873         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3874
3875         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3876         wl-summary-delete and wl-summary-erase.
3877         (wl-summary-mode-map): Ditto.
3878
3879         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3880         wl-delete-folder-alist.
3881
3882         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3883         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3884         (toplevel): Moved mark & action related functions to the wl-action.el.
3885
3886         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3887         in wl-summary-mark-action-list.
3888         (wl-highlight-summary-current-line): Ditto.
3889
3890         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3891         empty lines.
3892
3893         * wl-action.el: New file. 
3894
3895 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-summary.el (wl-summary-target-mark-replace): New function.
3898         (wl-summary-target-mark-prefetch): Use it.
3899         (wl-summary-target-mark-delete): Ditto.
3900         (toplevel): Rearranged definition order.
3901         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3902         (wl-summary-target-mark-erase): Rewrite.
3903         (wl-summary-erase-region): New function.
3904         (wl-summary-exec-action-erase): Changed message.
3905         (wl-summary-move-mark-list-messages): New function.
3906         (wl-summary-exec-action-delete): Use it.
3907         (wl-summary-exec-action-erase): Ditto.
3908
3909         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3910         (wl-summary-skip-mark-list): Added "d".
3911
3912         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3913         while searching.
3914
3915         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3916         and define using defcustom;
3917         Define 4th element as a face.
3918         
3919         * wl-summary.el (wl-summary-incorporate): Use 
3920         `wl-summary-prefetch-region-no-mark' instead of
3921         `wl-summary-prefetch-region'.
3922         (wl-summary-prefetch-region-no-mark): Revival of old
3923         `wl-summary-prefetch-region'.
3924         (wl-summary-mark-action-list): Moved to wl-vars.el
3925
3926         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3927         face according to the `wl-summary-mark-action-list'.
3928         (wl-highlight-summary-current-line): Ditto;
3929         Removed destination highlighting.
3930
3931         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3932         (wl-highlight-summary-line-string): Highlight for "i" mark.
3933         (wl-highlight-summary-current-line): Ditto.
3934
3935         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3936         no destination.
3937
3938         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3939         exists, just go ahead.
3940         (wl-summary-prefetch-region): Rewrite.
3941         (wl-summary-prefetch): Ditto.
3942         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3943         (wl-summary-exec-action-prefetch): New function.
3944         (wl-summary-target-mark-prefetch): Rewrite.
3945
3946 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
3949         (wl-highlight-summary-line-string): Added "d" and "D".
3950         (wl-highlight-summary-current-line): Ditto.
3951
3952         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
3953         in wl-summary.el.
3954         (wl-thread-insert-entity-sub): Ditto.
3955         (wl-thread-remove-destination-region): Ditto.
3956         (wl-thread-print-destination-region): Ditto.
3957
3958         * wl-summary.el (wl-summary-buffer-refile-list,
3959         wl-summary-buffer-delete-list,
3960         wl-summary-buffer-copy-list): Abolish.
3961         (wl-summary-buffer-temp-mark-list): New buffer local variable.
3962         All other related portions are changed.
3963         (wl-summary-mark-action-list): New variable.
3964         (wl-summary-set-mark): New function.
3965         (wl-summary-register-target-mark): Ditto.
3966         (wl-summary-unregister-target-mark): Ditto.
3967         (wl-summary-have-target-mark-p): Ditto.
3968         (wl-summary-register-temp-mark): Ditto.
3969         (wl-summary-unregister-temp-mark): Ditto.
3970         (wl-summary-registered-temp-mark): Ditto.
3971         (wl-summary-collect-temp-mark): Ditto.
3972         (wl-summary-unset-mark): Ditto.
3973         (wl-summary-set-target-mark): Ditto.
3974         (wl-summary-unset-target-mark): Ditto.
3975         (wl-summary-set-action-generic): Ditto.
3976         (wl-summary-unset-action-generic): Ditto.
3977         (wl-summary-exec-action-delete): Ditto.
3978         (wl-summary-exec-action-erase): Ditto.
3979         (wl-summary-set-action-refile): Ditto.
3980         (wl-summary-set-action-refile-subr): Ditto.
3981         (wl-summary-unset-action-refile): Ditto.
3982         (wl-summary-make-destination-numbers-list): Ditto.
3983         (wl-summary-exec-action-refile): Ditto.
3984         (wl-summary-set-action-copy): Ditto.
3985         (wl-summary-unset-action-copy): Ditto.
3986         (wl-summary-exec-action-copy): Ditto.
3987         (wl-summary-collect-numbers-region): Ditto.
3988         (wl-summary-delete): Rewrite.
3989         (wl-summary-erase): Ditto.
3990         (wl-summary-remove-destination): Ditto.
3991         (wl-summary-exec): Ditto.
3992         (wl-summary-exec-region): Ditto.
3993         (wl-summary-target-mark-erase): Ditto.
3994         (wl-summary-refile): Ditto.
3995         (wl-summary-copy): Ditto.
3996         (wl-summary-unmark): Ditto.
3997         (wl-summary-delete-all-mark): Ditto.
3998         (wl-summary-mark-line): Don't highlight.
3999         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4000         (wl-summary-target-mark-refile-subr): Rewrite.
4001
4002         (wl-summary-copy-prev-destination): Abolish.
4003
4004 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4005
4006         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4007         default values along the value of wl-on-mule.
4008         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4009         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4010         It is not used anywhere.
4011
4012 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4013
4014         * wl-summary.el (wl-summary-print-destination): Keep position.
4015         (wl-summary-cursor-move-surface): Keep horizontal position.
4016
4017 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4018
4019         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4020         write sendlog.
4021
4022 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4023
4024         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4025         `wl-summary-highlight'.
4026
4027 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4028
4029         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4030         trivial condition for temp-mark.
4031
4032 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4033
4034         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4035         when it hits killed buffer.
4036
4037 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4038
4039         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4040         * wl-news.el.in: `message' and `error' take format string.
4041
4042 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4043
4044         * wl-folder (wl-folder-insert-entity): Display a message,
4045         `...done', when the work finish.
4046         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4047
4048 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4049
4050         * wl-message.el (wl-message-redisplay): Remove unused local
4051         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4052
4053 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4054
4055         * wl-summary.el (wl-summary-replace-status-marks): Disable
4056         interactive use.
4057         (wl-summary-reedit): Check message existence at first.
4058         (wl-summary-mark-line): Fix doc, return value is indefinite.
4059
4060         * wl-highlight.el (wl-highlight-message): Arranged.
4061
4062         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4063         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4064         check temp-mark by wl-summary-temp-mark always.
4065         (wl-highlight-summary): Change accordingly.
4066         * wl-summary.el (wl-summary-mark-as-read-all)
4067         (wl-summary-delete-cache, wl-summary-set-score-mark)
4068         (wl-summary-mark-as-unread, wl-summary-unmark)
4069         (wl-summary-mark-line, wl-summary-mark-as-read)
4070         (wl-summary-mark-as-important): Ditto.
4071
4072         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4073         end of the window if possible.
4074         * wl-summary.el (wl-summary-sync-update): Support lazy
4075         highlighting.
4076         (wl-summary-toggle-disp-msg): Ditto.
4077
4078 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4079
4080         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4081
4082 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4083
4084         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4085         change.
4086
4087 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4088
4089         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4090         API.
4091         (wl-summary-sync-update): Ditto.
4092
4093         * wl-score.el (wl-score-get-score-alist): Changed argument.
4094         (wl-summary-rescore-msgs): Likewise.
4095         (wl-summary-score-headers): Likewise.
4096         (wl-score-headers): Likewise;
4097         Use elmo-folder-do-each-message-entity, etc.
4098         (wl-summary-score-effect): Follow the changes above.
4099         (wl-summary-rescore): Ditto.
4100         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4101         (wl-score-get-overview): Abolish.
4102
4103         * wl-summary.el (wl-summary-default-from): Follow the API change in
4104         elmo-msgdb.
4105         (wl-summary-count-unread): Ditto.
4106         (wl-summary-detect-mark-position): Ditto.
4107         (wl-summary-overview-entity-compare-by-date): Ditto.
4108         (wl-summary-overview-entity-compare-by-number): Ditto.
4109         (wl-summary-overview-entity-compare-by-from): Ditto.
4110         (wl-summary-overview-entity-compare-by-subject): Ditto.
4111         (wl-summary-get-list-info): Ditto.
4112         (wl-summary-rescan): Ditto.
4113         (wl-summary-jump-to-msg-by-message-id): Ditto.
4114         (wl-summary-sync-update): Ditto; Removed comment.
4115         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4116         (wl-summary-insert-message): Use wl-summary-insert
4117         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4118         (wl-summary-insert-headers): Changed argument overview to folder.
4119         (wl-summary-search-by-subject): Likewise.
4120         (wl-summary-insert-thread): Renamed from 
4121         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4122
4123         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4124         too.
4125
4126         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4127         wl-string-member.
4128
4129 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4130
4131         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4132         elmo-folder-append-buffer.
4133         (wl-draft-queue-append): Likewise.
4134
4135         * wl-mime.el (wl-message-delete-current-part): Ditto.
4136         (wl-summary-burst-subr): Ditto.
4137
4138         * wl-news.el.in (wl-news-send-news): Ditto.
4139
4140 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4143         function.
4144         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4145         (wl-summary-update-mark): Enclose with save-excursion.
4146         (wl-summary-mark-as-read-internal): Fixed last change.
4147         (wl-summary-mark-as-important): Use 3rd argument of
4148         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4149         Don't use elmo-msgdb-set-mark.
4150         (wl-summary-redisplay-internal): If msgdb flag is already read,
4151         just update the mark on buffer.
4152
4153 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4154
4155         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4156         cut visible folder when elmo-folder-delete returns non-nil value.
4157
4158 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4159
4160         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4161         by Kenichi OKADA <okada@opaopa.org>).
4162
4163 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4164
4165         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4166
4167 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4168
4169         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4170         Fixed the last change, search group entity by its real name.
4171         (Thanks to: KOBAYASHI Shinji)
4172
4173 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4174
4175         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4176         (wl-fldmgr-access-display-all): Don't refer visible name.
4177         * wl-expire.el (wl-folder-archive-current-entity)
4178         (wl-folder-expire-current-entity): Ditto.
4179         * wl-folder.el (wl-folder-jump-to-current-entity)
4180         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4181         (wl-folder-open-folder-sub,wl-folder-open-all)
4182         (wl-folder-write-current-folder): Ditto.
4183         (wl-folder-insert-entity): Don't use petname for normal group.
4184         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4185         is the real name.
4186         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4187         Abolished.
4188
4189 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4190
4191         * wl-draft.el (wl-draft-create-buffer): Add
4192         `wl-summary-reply-with-citation'
4193
4194 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4195
4196         * wl-draft.el (wl-draft-reply): Fixed.
4197
4198 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4199
4200         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4201         when `wl-draft-send-confirm-with-preview' is non-nil.
4202         You can scroll up/down by j/k.
4203         (wl-draft-send-confirm-with-preview): New variable (default=t).
4204
4205 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4206
4207         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4208         (wl-fldmgr-save-folders): Fix comment.
4209
4210 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4211
4212         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4213         along the last change in `wl-folder-buffer-group-p'.
4214
4215 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4216
4217         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4218         folder.
4219
4220         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4221         the default value.
4222
4223         * wl-mime.el (wl-summary-burst): Update summary only when target
4224         folder equals current folder.
4225
4226 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4227
4228         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4229
4230 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4231
4232         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4233         value.
4234
4235 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4236
4237         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4238         `map-extents' instead of `extent-at' repeatedly.
4239         (wl-highlight-folder-current-line): Ditto.
4240
4241         * wl-highlight.el: Remove useless dummy functions.
4242
4243 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4244
4245         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4246         (wl-folder-put-folder-property): New function to put text property.
4247         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4248         (wl-folder-insert-entity, wl-folder-update-diff-line)
4249         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4250         * wl-e21.el, wl-xmas.el, wl-mule.el
4251         (wl-highlight-folder-current-line): Ditto.
4252         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4253         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4254         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4255         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4256
4257 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4258
4259         * Version number is increased to 2.11.3.
4260
4261 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4264         Resume current-buffer since it is assumed by remaining tasks.
4265
4266 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4267
4268         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4269         (wl-folder-completion-function): Abolished.
4270         (wl-folder-complete-folder): New function.
4271         (wl-folder-complete-filter-condition): Ditto.
4272         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4273         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4274
4275 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4276
4277         * wl-draft.el (wl-draft-send-confirm): New function.
4278         (wl-draft-send): Use it.
4279
4280         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4281         cursor-in-echo-area while confirming.
4282
4283         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4284
4285         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4286         searching via nntp if wl-summary-search-via-nntp is 'force.
4287         Otherwise, invoke searching in nntp folder only.
4288         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4289
4290         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4291         explicitly for mime-make-text-tag.
4292
4293 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4294
4295         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4296         `mime-make-text-tag' instead of `mime-create-tag'.
4297
4298 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4299
4300         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4301         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4302
4303 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4304
4305         * wl-score.el (wl-score-save): Bind print-length and print-level.
4306         (wl-score-pretty-print): Ditto.
4307         (wl-score-edit-insert-header-entry): Ditto.
4308
4309         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4310         "From" entry to be treated with wl-draft-eword-encode-address-list.
4311         * wl-mime.el (wl-draft-preview-message): Ditto.
4312
4313         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4314         (wl-summary-mark-as-unread): Ditto.
4315         (wl-summary-mark-as-read-region): Change accordingly.
4316         (wl-summary-mark-as-unread-region): Ditto.
4317         (wl-summary-target-mark-mark-as-read): Ditto.
4318         (wl-summary-target-mark-mark-as-unread): Ditto.
4319
4320 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4321
4322         * Version number is increased to 2.11.2.
4323
4324 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4325
4326         * wl-news.el.in (wl-news-previous-version-save): Bind
4327         print-length and print-level.
4328         * wl-thread.el (wl-thread-save-entities): Ditto.
4329         (wl-thread-save-top-list): Bind print-length.
4330
4331 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4332
4333         * wl-highlight.el (wl-highlight-summary-line-string): Use
4334         wl-summary-score-below-mark, wl-summary-score-over-mark.
4335         (wl-highlight-summary-current-line): Ditto.
4336
4337 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4340         insert it.
4341
4342 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4345
4346 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4349         message without msgid.
4350         Rewrite with elmo-folder-move-messages.
4351         Set wl-message-buffer to nil.
4352
4353         * wl-summary.el (wl-summary-erase-subr): New function. Use
4354         elmo-folder-move-messages.
4355         (wl-summary-erase): Call it.
4356         (wl-summary-target-mark-erase): Ditto.
4357
4358 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4361         it is not up-tp-date.
4362
4363 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4366         buffer after calling `wl-summary-goto-folder-subr' without the
4367         argument `interactive'.
4368         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4369
4370 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4371
4372         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4373         `mime-create-tag'. Use `string=' instead of `looking-at'.
4374
4375 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4378         to avoid compile warning.
4379
4380         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4381         entity-id when folder is given.
4382         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4383         save-excursion, use save-selected-window instead.
4384         Select folder buffer window if exists.
4385         (To correct behavior with wl-folder-move-cur-folder.)
4386
4387 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4388
4389         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4390
4391 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4392
4393         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4394         list-count instead of %d.
4395
4396 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4399         (wl-news): Set it.
4400         (wl-news-append-to-folder): Use it.
4401
4402         * wl-news.el.in (wl-news-send-news): Append to specified folder
4403         instead of wl-default-folder.
4404         (wl-news-append-to-folder): Show error message with specified folder.
4405
4406         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4407                 In most major modes, Emacs assumes that any opening
4408                 delimiter found at the left margin is the start of a
4409                 top-level definition, or defun. Therefore, *never put an
4410                 opening delimiter at the left margin unless it should have
4411                 that significance.*
4412
4413         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4414
4415 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4416
4417         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4418
4419 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4420
4421         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4422
4423 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4424
4425         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4426         for sequential numbering case.
4427
4428 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4431         value.
4432         (wl-draft-reply-without-argument-list): Ditto.
4433         (wl-draft-reply-myself-with-argument-list): Abolish.
4434         (wl-draft-reply-myself-without-argument-list): Ditto.
4435         * wl-draft.el (wl-draft-self-reply-p): New function.
4436         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4437
4438 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4441         (avoid error for the case without byte-compiling)
4442
4443 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4444
4445         * wl-news.el.in (wl-news-append-to-folder): New function.
4446         (wl-news-exit): Rewrite.
4447         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4448
4449 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-draft.el (wl-draft-reply-position): New function.
4452         (wl-draft-reply-position): Fix.
4453         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4454         (wl-summary-target-mark-reply-with-citation): Ditto.
4455         (wl-summary-reply-with-citation): Ditto.
4456         * wl-vars.el (wl-draft-reply-default-position): New variable.
4457
4458 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4459
4460         * wl-draft.el (wl-draft-send): Preview when interactive send.
4461
4462 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-draft.el (wl-draft-reply): Set default position.
4465         * wl-summary.el (wl-summary-reply): Ditto.
4466         (wl-summary-reply-with-citation): Ditto.
4467         (wl-summary-target-mark-reply-with-citation): Ditto.
4468
4469 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * wl-news.el.in (wl-news-lang): Set default value according to
4472         current-language-environment.
4473         (wl-news-append-news): Do nothing when news-list is nil.
4474
4475 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4476
4477         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4478         (wl-news): Change message.
4479         (wl-news-exit): Check buffer.
4480         (wl-news-force-exit): New function.
4481         (wl-news-show-all): New function.
4482         (wl-news-discard-and-exit): Fix.
4483
4484 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4487         according to current-language-environment.
4488
4489         * wl-news.el.in (wl-news): If arg, show all NEWS after
4490         wl-news-default-previous-version.
4491
4492 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4493
4494         * wl-news.el.in (wl-news-check): Rewritten.
4495         (wl-news-previous-version-load): Change data type.
4496         (wl-news-previous-version-save): Change data type.
4497         (wl-news-append-news): Add return value.
4498         (wl-news-check-news): New function.
4499         (wl-news-already-current-p): New function.
4500         (wl-news-send-news): Rewritten.
4501         (wl-news-mode-map): Add new keybind.
4502         (wl-news): Rewritten.
4503         (wl-news-exit): Rewritten.
4504         (wl-news-discard-and-mail): New function.
4505         (wl-news-send-to-address): Abolished.
4506         * wl.el (wl-init): Delete a message.
4507
4508 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4509
4510         * wl-news.el.in (wl-news-exit): Update previous version.
4511         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4512
4513 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4516
4517 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4518
4519         * wl-news.el.in (wl-news): New function.
4520         (wl-news-mode): New function.
4521         (wl-news-next-line): New function.
4522         (wl-news-next-page): New function.
4523         (wl-news-exit): New function.
4524         (wl-news-buf-name): New variable.
4525         (wl-news-mode-map): New variable.
4526         (wl-news-winconf): New variable.
4527         (wl-news-append-news): Add an option.
4528
4529 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4532
4533 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-news.el.in (wl-news-send-to-address): New variable.
4536         (wl-news-send-news): Use it.
4537         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4538         Return updating status.
4539         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4540
4541 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4542
4543         * wl-news.el.in (wl-news-send-news): Delete
4544         Organization and X-Face.
4545
4546 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4547
4548         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4549         (wl-news-append-news): New function.
4550         (wl-news-send-news): New function.
4551
4552 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4553
4554         * Version number is increased to 2.11.1.
4555
4556 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl-news.el.in : New file.
4559
4560 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4561
4562         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4563         default value.
4564         (wl-draft-reply-without-argument-list): Ditto.
4565
4566 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4569         (wl-message-buffer-prefetch-idle-time): Ditto.
4570         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4571
4572 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4573
4574         * wl-thread.el (wl-thread-insert-message): Use
4575         wl-summary-max-thread-depth.
4576
4577         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4578         loop detection.
4579
4580         * wl-message.el (wl-message-buffer-display): Back to the first page
4581         when cache is hit.
4582
4583 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4584
4585         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4586
4587         * wl-summary.el (wl-summary-insert-thread-entity):
4588         If the thread depth is reached to wl-summary-max-thread-depth,
4589         divide the thread.
4590
4591 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4594         for elmo-remove-passwd.
4595
4596 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4597
4598         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4599         folder is sticky.
4600         (wl-folder-mark-as-read-all-entity): Ditto.
4601         (wl-folder-prefetch-entity): Ditto.
4602
4603 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4604
4605         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4606
4607 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4608
4609         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4610         Delete messages on buffer for unplugged operation.
4611         (wl-summary-erase): Ditto.
4612
4613 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4616         take nil so as not to search parent by subject.
4617
4618 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4621         (wl-folder-get-next-folder): Ditto.
4622         (wl-folder-get-path): Ditto.
4623
4624 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4627         system and encode the region with it before verifying.
4628
4629 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4632         system of the echo buffer before decoding.
4633
4634 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4635
4636         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4637         original contents.
4638
4639 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4642         with argument 'any-exists.
4643
4644 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4645
4646         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4647         Use `wl-cs-autoconv'.
4648
4649 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4650
4651         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4652         by `mime-view-automatic-conversion'.
4653
4654         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4655         (wl-message-verify-pgp-nonmime): Ditto.
4656         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4657         Bind them to C-c:d and C-c:v respectively.
4658
4659         Merge following code by Teranishi-san from [wl-en:00167].
4660         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4661         (wl-mime-preview-application/pgp-encrypted): Ditto.
4662         (wl-mime-setup): Add entry.
4663
4664 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4665
4666         * wl-summary.el (wl-summary-target-mark-erase): New function.
4667         Bind it to "mD".
4668
4669 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4670
4671         * wl-vars.el (wl-draft-write-file-function): Fix.
4672         (wl-draft-reedit-hook): Changed default value.
4673
4674         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4675         wl-draft-reedit-hook.
4676         (wl-draft-remove-text-plain-tag): New function.
4677         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4678
4679         * wl-vars.el (wl-draft-write-file-function): New user option.
4680
4681         * wl-draft.el (wl-draft-prepare-edit): Use it for
4682         local-write-file-hooks.
4683         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4684
4685         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4686         (wl-draft-insert-mail-header-separator): Return the body beginning
4687         point.
4688         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4689         text/plain.
4690         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4691
4692 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4693
4694         * wl-summary.el (wl-summary-erase): New function to erase message
4695         without moving it to trash. Bind to "D".
4696
4697         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4698         as `keep' unless switch-function.
4699
4700 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4703         message buffer by using `wl-summary-toggle-disp-msg'.
4704         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4705         buffer window.
4706         (wl-summary-supresedes-message): Ditto.
4707
4708         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4709         Do not delete other windows.
4710         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4711         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4712         (wl-draft-create-buffer): Set reply-or-forward also for target
4713         mark commands.
4714
4715 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-draft.el (wl-user-agent-compose): Delete special case for
4718         switch-to-buffer-other-window.
4719
4720         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4721         (wl-summary-forward): Ditto.
4722
4723         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4724         function.
4725         (wl-draft-buffer-style): New use option.
4726
4727         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4728         (wl-draft): Follow the change above.
4729         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4730         wl-draft-buffer-style.
4731         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4732         switch-function.
4733
4734 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4735
4736         * wl-address.el (wl-address-make-completion-entry): Extracted from
4737         `wl-address-make-completion-list'.
4738         (wl-address-enable-strict-loading): New variable.
4739         (wl-address-make-completion-list): Revive petname duplication
4740         inquiry, and enable it if `wl-address-enable-strict-loading'.
4741         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4742
4743 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4744
4745         * wl-message.el (wl-message-get-original-buffer): Avoid
4746         'Selecting deleted buffer' error when original buffer is killed.
4747
4748 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4749
4750         * wl-summary.el (wl-summary-next-message): Use
4751         elmo-message-accessible-p instead of elmo-message-cached-p.
4752
4753 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4754
4755         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4756
4757         * wl-thread.el (wl-thread-open-all-unread): Use
4758         elmo-folder-list-flagged instead of
4759         elmo-folder-list-messages-mark-match.
4760
4761         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4762         instead of elmo-folder-list-messages-mark-match.
4763         (wl-summary-move-spec-alist): New variable.
4764         (wl-summary-move-spec-plugged-alist,
4765         wl-summary-move-spec-unplugged-alist): Abolish.
4766         (wl-summary-next-message): Follow the change above.
4767         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4768         with 'no-msg' argument.
4769
4770         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4771         variable.
4772         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4773         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4774         (wl-message-buffer-prefetch-get-next): Follow the change above.
4775
4776 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-version.el (wl-version): Changed codename.
4779
4780         * Version number is increased to 2.11.0.
4781
4782 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4783
4784         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4785         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4786         `wl-draft-config-variables'.
4787         (wl-draft-kill): Fixed problem when the draft is reedit.
4788
4789 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4792         buffer-modified status (Thanks to
4793         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4794
4795 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-util.el (wl-region-exists-p): New function.
4798
4799         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4800         Remove defvars for byte-compile warnings.
4801
4802 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4803
4804         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4805         defvar-maybe. Removed unused bind.
4806
4807 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4810         summary buffer window before creating new frame.
4811         (wl-draft-reply): Ditto.
4812
4813 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4816
4817 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4820
4821 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4822
4823         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4824         instead of `kill-region'.
4825
4826 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4829         (wl-highlight-summary-line-string): Use it.
4830         (wl-highlight-summary-current-line): Ditto.
4831
4832         * wl-mime.el (wl-message-delete-current-part): Check the class of
4833         mime-entity.
4834
4835         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4836
4837         * wl-summary.el (wl-summary-make-number-list): Initialize.
4838         (wl-summary-update-mark): New function.
4839         (wl-summary-reply): Put `answered' mark on the message.
4840         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4841
4842         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4843         (wl-draft-reply): Added optional argument `number';
4844         Set wl-draft-parent-number.
4845         (wl-draft-kill): Delete answered mark if it is a reply.
4846
4847 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4848
4849         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4850         that originates in mime-preview-follow-current-entity.
4851         (wl-draft-yank-current-message-entity): Use it if region is active.
4852
4853         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4854         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4855         `wl-message-delete-current-part'.
4856         * wl-mule.el (wl-message-define-keymap): Ditto.
4857         * wl-xmas.el (wl-message-define-keymap): Ditto.
4858
4859 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4860
4861         * wl-mime.el (wl-message-delete-current-part): New function.
4862         (wl-mime-node-id-to-string): Ditto.
4863
4864         * wl-mime.el (wl-message-delete-current-part): Use existing
4865         original buffer which corresponds current mime-view buffer.
4866         (fetched buffer might have different structure, possibly)
4867
4868         * wl-mime.el (wl-message-delete-current-part): Quit if the
4869         message content differs from the actual message.
4870
4871 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4874         order.
4875         (wl-summary-search-by-subject): Search parent message from tail;
4876         Check the existence of the parent message on the current thread tree.
4877         (wl-summary-update-thread): Check whether the line is inserted.
4878
4879 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-vars.el (wl-summary-line-format): Undo last change.
4882         * wl-summary.el (wl-summary-print-destination): Do not put
4883         invisible property when `wl-summary-width' is nil.
4884         (wl-summary-line-subject-minimum-length): Abolished.
4885         (wl-summary-line-subject): Ditto.
4886
4887 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4888
4889         * wl-vars.el (wl-summary-line-format): Change default value.
4890         (wl-summary-subject-length-limit): Abolished.
4891         * wl-summary.el (wl-summary-line-subject): Ditto.
4892
4893 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4894
4895         * wl-template.el (wl-template-select): Added optional argument.
4896         If optional argument is specified, reverse
4897         `wl-template-visible-select'.
4898
4899 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4900
4901         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4902         Take prefix argument to force asking the destination folder.
4903
4904 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4905
4906         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4907         count and update status.
4908
4909 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4910
4911         * wl-summary.el (wl-summary-redisplay-internal): If
4912         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4913         after fetching.
4914
4915 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4916
4917         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4918         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4919
4920         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4921
4922 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4925         (All other related portions are changed).
4926         (wl-summary-mark-as-read-all): Rewrite.
4927
4928 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4931         `wl-summary-mark-as-read'.
4932         (wl-summary-mark-as-unread): Rewrite.
4933         (wl-summary-mark-as-read): Added no-modeline argument.
4934         (wl-summary-resume-cache-status): Rewrite.
4935         (wl-summary-exec-subr): Remove unused local variable.
4936
4937 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4940         logic to call `wl-summary-buffer-prev-folder-function'.
4941         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4942
4943 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4944
4945         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
4946         is nil.
4947
4948 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4949
4950         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
4951         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
4952         (wl-mime-setup): Add its entry.
4953
4954 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
4957         (wl-summary-delete-cache): Likewise.
4958         (wl-summary-mark-as-read): Rewrite.
4959
4960 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
4963         `wl-summary-count-unread'.
4964
4965         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
4966
4967         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
4968
4969 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
4972         wl-summary-new-mark, wl-summary-unread-uncached-mark,
4973         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
4974         Renamed to the elmo-msgdb-*-mark.
4975         (wl-summary-score-marks): Follow the change above.
4976         (wl-summary-auto-refile-skip-marks): Ditto.
4977         (wl-summary-incorporate-marks): Ditto.
4978         (wl-summary-expire-reserve-marks): Ditto.
4979
4980         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
4981         changes.
4982         (wl-thread-insert-top): Changed updating message.
4983
4984         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
4985         variable.
4986         (wl-summary-count-unread): Count answered marks.
4987         (wl-summary-rescan): Call wl-summary-insert-message instead of
4988         wl-summary-append-message-func-internal.
4989         (wl-summary-rescan): Don't call wl-summary-make-number-list.
4990         (wl-summary-prefetch-msg): Follow the variable name changes.
4991         (wl-summary-prefetch-region): Ditto.
4992         (wl-summary-mark-as-read-all): Follow the API changes;
4993         Don't call elmo-folder-replace-marks.
4994         (wl-summary-delete-cache): Follow the variable name changes.
4995         (wl-summary-resume-cache-status): Ditto.
4996         (wl-summary-update-status-marks): New function.
4997         (wl-summary-insert-message): New function.
4998         (wl-summary-sync-marks): Follow the variable name changes.
4999         (wl-summary-sync-update): Synchronize to the msgdb, too;
5000         Changed update messages.
5001         (wl-summary-make-number-list): Rewrite.
5002         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5003         (wl-summary-mark-as-unread): Follow the API changes.
5004         (wl-summary-exec-subr): Follow the variable name changes.
5005         (wl-summary-mark-as-read): Ditto.
5006         (wl-summary-move-spec-plugged-alist): Ditto.
5007         (wl-summary-move-spec-unplugged-alist): Ditto.
5008         (wl-summary-cursor-move-surface): Ditto.
5009
5010         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5011         variable name changes.
5012         (wl-highlight-summary-current-line): Ditto.
5013
5014         * wl-expire.el (wl-expire-refile): Follow the API change in
5015         elmo-folder-move-messages.
5016         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5017         (wl-summary-archive): Use elmo-folder-msgdb instead of
5018         elmo-msgdb-load.
5019
5020 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5021
5022         * wl-mime.el (wl-draft-preview-message): Restore the position
5023         before evaluating wl-draft-send-hook in preview buffer.
5024
5025 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5028         when it creates new draft buffer.
5029
5030         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5031         without argument.
5032
5033         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5034         Evaluate content and if the value is string, insert it.
5035         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5036         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5037         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5038         wl-draft-config-sub-part-bottom): Use it.
5039
5040         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5041         with the folder name. The question was unintelligible when it is
5042         called from wl-save-status.
5043
5044 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5047         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5048         cannot take second argument).
5049
5050 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5053         as t. Since type and subtype are not case sensitive (RFC 2045).
5054
5055 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-vars.el (wl-message-mode-line-format): New variable.
5058         (wl-message-mode-line-format-spec-alist): Ditto.
5059         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5060         (wl-message-redisplay): Use wl-message-mode-line-format.
5061
5062 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5065
5066 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5067
5068         * wl-summary.el (wl-summary-default-from): Write description.
5069
5070 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5071
5072         * wl-vars.el (wl-ldap-objectclass): Abolish.
5073
5074         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5075         (wl-ldap-make-filter): Removed condition for objectclass.
5076         (wl-ldap-make-matched-value-list): Remove meaningless process.
5077         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5078         (wl-address-ldap-search): Don't add `*' to `pat' string;
5079         use ignore-errors; added `email';
5080         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5081         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5082         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5083
5084
5085 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5086
5087         * wl-draft.el (wl-draft-parent-folder): Write description.
5088         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5089
5090 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5093         as "" (zero-length string) if no parent.
5094         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5095
5096 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-address.el (wl-address-make-completion-list): Skip duplication
5099         checking.
5100         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5101         `append'.
5102
5103 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5104
5105         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5106         instead of `beginning-of-buffer'.
5107
5108 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5109
5110         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5111
5112 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5115         Refer wl-message-buffer-name.
5116         (wl-message-wheel-down): Ditto.
5117
5118 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-vars.el (wl-message-buffer-name): New user option.
5121
5122         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5123         directly instead of making alist dinamically.
5124
5125         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5126         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5127         wl-message-buffer-cache-name.
5128         (wl-message-buffer-cache-clean-up): Ditto.
5129
5130         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5131
5132         * Version number is increased to 2.9.15.
5133
5134 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-vars.el (wl-summary-default-view-alist): New user option.
5137
5138         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5139
5140         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5141         while deleting address.
5142         (wl-draft-delete-myself-from-cc): Ditto.
5143
5144         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5145         If optional argument is specified, reverse sort order.
5146
5147         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5148
5149 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-thread.el (wl-thread-insert-message): Return parent number if
5152         exists.
5153         (wl-thread-update-indent-string-region): Use
5154         wl-thread-update-line-on-buffer-sub instead of
5155         wl-thread-update-line-on-buffer.
5156
5157 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5158
5159         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5160         (wl-folder-close-all): Ditto.
5161
5162 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5163
5164         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5165         and mailing-list:.
5166         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5167         value.
5168         (wl-summary-line-list-info): Print mailing-list name even when 
5169         list-number is empty.
5170
5171 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5172
5173         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5174
5175         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5176         (wl-draft-open-file): Ditto.
5177         (wl-draft-random-alphabet): Ditto.
5178
5179         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5180         bindings.
5181
5182 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5183
5184         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5185         * wl-vars.el (wl-draft-config-alist): Ditto.
5186
5187 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * Version number is increased to 2.9.14.
5190
5191         * wl.el (wl): Don't set wl-init as nil when error occured while
5192         auto-checking folders.
5193
5194         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5195         `elmo-expand-newtext'.
5196
5197 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5200         `this-command' so that `wl-folder-goto-folder' contained in
5201         `wl-summary-keep-cursor-command' work.
5202
5203 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5204
5205         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5206         message buffer displaying state.
5207
5208 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5209
5210         * wl-vars.el (wl-summary-default-view): New variable to specify
5211         default value for `wl-summary-buffer-view' instead of using
5212         set-default.
5213         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5214
5215 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5218
5219         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5220
5221 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5222
5223         * wl-vars.el (wl-forward-subject-prefix): New variable.
5224         * wl-draft.el (wl-draft-forward): Use it.
5225
5226 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5227
5228         * wl-message.el (wl-message-prev-page): When it is called without
5229         lines argument, scroll down by wl-message-scroll-amount lines.
5230         (wl-message-next-page): Ditto.
5231         * wl-vars.el (wl-message-scroll-amount): Change default value
5232         to preserve current behavior.
5233
5234 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5235
5236         * wl-summary.el (wl-summary-prefetch-msg): Bind
5237         `wl-message-entity' to call `wl-summary-from-function'.
5238
5239 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5240
5241         * wl-message.el (wl-message-buffer-create): Run
5242         wl-message-buffer-created-hook.
5243
5244 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * wl-summary.el (wl-summary-sort-specs): New variable.
5247         (wl-summary-default-sort-spec): Ditto.
5248         (wl-summary-sort): Rewrite.
5249         (wl-summary-sort-by-list-info): New function.
5250
5251 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5252
5253         * wl-summary.el (wl-summary-get-list-info): New function.
5254         (wl-summary-sort): Rewrite.
5255         (wl-summary-line-list-info): Ditto.
5256         (wl-summary-line-list-count): Ditto.
5257         (wl-summary-refile-region): Fixed docstring.
5258
5259 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5262         `wl-folder-entity-hashtb' as completion table.
5263
5264 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5265
5266         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5267         only when this command is called interactively; silence the byte-
5268         compiler.
5269
5270 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5271
5272         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5273         active in XEmacs.
5274
5275 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5276
5277         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5278         plural lines.
5279
5280 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5281
5282         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5283         of current line when the cursor is on the header name.
5284         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5285
5286 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5287
5288         * wl-util.el (wl-read-directory-name): Return displayed directory
5289         as the default value also on XEmacs.
5290
5291 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5294         formatting.
5295
5296 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5299         argument and when it is non-nil, check face property before
5300         highlighting for each line.
5301         (wl-highlight-summary-window): Set it.
5302
5303 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5304
5305         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5306         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5307
5308         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5309         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5310         (wl-draft-get-fcc-list): Likewise.
5311
5312 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5315         (wl-thread-entity-cur): Ditto.
5316         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5317         wl-thread-indent-regexp setting.
5318         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5319
5320         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5321         wl-summary-lazy-highlight.
5322         (wl-summary-display-bottom): Ditto.
5323
5324         * wl-thread.el (wl-thread-open-close): Likewise.
5325
5326         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5327         from and subject;
5328         Bind wl-draft-use-frame;
5329         Enclose with save-window-excursion;
5330         Use wl-draft-create-buffer instead of with-temp-buffer;
5331         Use wl-draft-prepare-edit;
5332         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5333         Use wl-draft-send instead of wl-draft-raw-send.
5334
5335 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5338         of using wl-from.
5339
5340 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5343         insert-buffer instead of clone-buffer.
5344         (wl-draft-doing-mime-bcc): New variable.
5345         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5346         infinite loop.
5347         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5348
5349         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5350         (wl-draft-mime-bcc-body): Ditto.
5351
5352         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5353         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5354         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5355         wl-draft-do-mime-bcc.
5356         (wl-draft-mime-bcc-field): New function.
5357         (wl-draft-do-mime-bcc): Ditto.
5358
5359         * wl-address.el (wl-address-complete-header-list): New variable.
5360         (wl-address-complete-header-regexp): Changed default value.
5361
5362         * Version number is increased to 2.9.13.
5363
5364 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5367         it is differed.
5368
5369 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5370
5371         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5372         (wl-summary-line-list-count): Ditto.
5373
5374 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5377         (wl-nntp-posting-function): New variable.
5378         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5379         `wl-nntp-posting-config-alist'.
5380
5381 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5384         FLIM.
5385
5386 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5387
5388         * wl-summary.el (wl-summary-target-mark-refile-sub):
5389         Remove a nuisance funcall.
5390
5391 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5394         as t for `try-completion'.
5395
5396 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-summary.el (wl-summary-default-from): Use
5399         wl-address-header-extract-address instead of
5400         std11-extract-address-components.
5401         (wl-summary-simple-from): Ditto.
5402         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5403         (wl-summary-insert-headers): Show message.
5404         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5405         for whole line.
5406         (wl-summary-default-from): Revert last change.
5407         (wl-summary-simple-from): Ditto.
5408         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5409         (wl-summary-mark-as-read-region): Follow the change above.
5410         (wl-summary-sync-marks): Ditto.
5411         (wl-summary-target-mark-mark-as-read): Ditto.
5412         (wl-summary-redisplay-internal): Ditto.
5413         (wl-summary-redisplay-no-mime-internal): Ditto.
5414         (wl-summary-redisplay-all-header): Ditto.
5415         (wl-summary-mark-as-read): Removed argument `cached';
5416         Use current cache status to set cache mark.
5417         (wl-summary-redisplay-internal): Follow the change above.
5418         (wl-summary-redisplay-no-mime-internal): Ditto.
5419         (wl-summary-redisplay-all-header): Ditto.
5420
5421         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5422
5423         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5424         Don't call itself recursively (Adviced by Yamaoka-san).
5425
5426 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5429         bind wl-summary-highlight as nil to avoid error caused by missing
5430         local variables.
5431
5432 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl-vars.el (wl-invalid-character-message): New user option.
5435
5436         * wl-util.el (wl-set-string-width): If truncated string-width is
5437         larger than specified width, use `wl-invalid-character-message'.
5438
5439 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5440
5441         * wl-summary.el (wl-summary-prefetch-msg): 
5442         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5443
5444 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * wl-vars.el (wl-summary-check-line-format): New user option.
5447         (wl-summary-line-format-file): Ditto.
5448
5449         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5450         variable.
5451         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5452         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5453         and `wl-summary-view-old-p' to check whether do a rescan or not.
5454         (wl-summary-view-old-p): New function.
5455         (wl-summary-line-format-changed-p): Ditto.
5456         (wl-summary-line-format-save): Ditto.
5457         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5458
5459         * wl-util.el (wl-set-string-width): Avoid using negative number
5460         for make-string.
5461
5462 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5463
5464         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5465         return value.
5466
5467         * wl-util.el (wl-set-string-width): Added optional argument
5468         `padding' (All other related portions are changed).
5469         (wl-line-parse-format): If the first letter of column number is
5470         `0', zero-padding the result (ex: "%05l").
5471
5472         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5473
5474 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5477         sequential summary view.
5478
5479 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5480
5481         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5482         if it doesn't have a -unix version.
5483
5484 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5485
5486         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5487
5488 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5491         content.
5492         (wl-draft): Follow the change above.
5493
5494         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5495
5496         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5497         and wl-folder-summary-line-format-alist contain %T and %P.
5498
5499         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5500         (wl-summary-mode-line-format): New user option.
5501         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5502         (wl-summary-line-format): Changed default value.
5503         (wl-summary-lazy-highlight): Changed default value.
5504
5505         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5506         change in wl-summary-create-line.
5507         (wl-thread-insert-entity-sub): Ditto.
5508
5509         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5510         (wl-summary-buffer-unread-status): Ditto.
5511         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5512         (wl-summary-buffer-persistent-mark-column): Ditto.
5513         (wl-summary-buffer-mode-line-formatter): Ditto.
5514         (wl-summary-buffer-mode-line): Ditto.
5515         (wl-summary-message-regexp): Abolished.
5516         (All other related portions are changed.)
5517         (wl-summary-detect-mark-position): New function.
5518         (wl-summary-buffer-set-folder): Setup
5519         wl-summary-buffer-mode-line-formatter.
5520         (wl-summary-mode): Setup selective-display;
5521         Setup pre-idle-hook when xemacs.
5522         (wl-summary-update-modeline): Rewrite.
5523         (wl-summary-jump-to-msg): Define as function;
5524         Changed regexp for searching messages.
5525         (wl-summary-message-number): Rewrite.
5526         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5527         Do rescan when old type summary cache.
5528         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5529         (wl-summary-remove-destination): Use '\r' to detect EOL.
5530         (wl-summary-print-destination): Ditto.
5531         (wl-summary-temp-mark): New inline function.
5532         (wl-summary-persistent-mark): Ditto.
5533         (wl-summary-line-number): New function.
5534         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5535         (wl-summary-line-list-count): New function.
5536         (wl-summary-create-line): Added argument persistent-mark.
5537         (All other related portions are changed)
5538         (wl-summary-create-line): Insert '\r'.
5539         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5540         (wl-summary-cursor-move-surface): New inline function.
5541         (wl-summary-prev): Use it.
5542         (wl-summary-next): Ditto.
5543
5544         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5545         wl-summary-message-regexp.
5546         (wl-highlight-summary): Delete progress message.
5547         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5548
5549         * Version number is increased to 2.9.12.
5550
5551 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5552
5553         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5554         variable (nil: no minimum).
5555         (wl-summary-line-subject): Add some spaces after subject by
5556         wl-summary-line-subject-minimum-length.
5557
5558 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5559
5560         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5561         and removed `F'.
5562         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5563         change above).
5564
5565 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5566
5567         * wl-summary.el (wl-summary-line-list-count): Reverted.
5568         (example setting in samples/*/dot.wl is also updated)
5569
5570 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5573
5574         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5575
5576         * wl-vars.el (wl-summary-line-format): Addes some description to the
5577         docstring.
5578
5579         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5580         (wl-summary-line-close-bracket): Ditto.
5581         (wl-summary-line-children-number): Ditto.
5582         (wl-summary-line-thread-indent): Ditto.
5583         (wl-summary-line-children-and-from): Ditto.
5584
5585         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5586         't', 'c', 'F' and added 'C'.
5587
5588         * wl-util.el (wl-set-string-width): Accept negative value.
5589         (wl-line-parse-format): Added "%number(" and "%)".
5590
5591 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5592
5593         * wl-summary.el (wl-summary-line-list-count): Change format of the
5594         return value.
5595
5596 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5597
5598         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5599         from the recent message.el.
5600         (wl-draft-point-in-header-p): Ditto.
5601         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5602         wl-draft-beginning-of-line.
5603         * wl-e21.el (wl-draft-mode-map): Ditto.
5604         * wl-xmas.el (wl-draft-mode-map): Ditto.
5605
5606         * wl-folder.el: Sort macrodefs by dependencies.
5607
5608 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5609
5610         * wl-summary.el (wl-summary-prev): Fixed regexp.
5611         (wl-summary-next): Ditto.
5612
5613 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5614
5615         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5616
5617 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5618
5619         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5620         for backward compatibility.
5621
5622 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5623
5624         * wl-summary.el (wl-summary-line-list-count): New function, merged
5625         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5626         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5627         list counts.
5628
5629 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-summary.el (wl-summary-create-line): Ignore errors while
5632         timezone-fix-time.
5633
5634         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5635
5636         * wl-summary.el (wl-summary-sync-update): Ditto.
5637         (wl-summary-default-from): Use wl-message-entity
5638         instead of entity.
5639
5640         * wl-summary.el (wl-summary-create-line): Fix.
5641
5642         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5643         (wl-summary-line-format): New user option.
5644         (wl-folder-summary-line-format-alist): Ditto.
5645         (wl-summary-from-width): Abolished.
5646
5647         * wl-util.el (toplevel): Require 'bytecomp.
5648         (wl-line-parse-format): New function.
5649         (wl-line-formatter-setup): New macro.
5650
5651         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5652         (wl-summary-buffer-line-formatter): New buffer local variable.
5653         (wl-summary-switch-to-clone-buffer): Follow the change above.
5654         (wl-summary-message-regexp): Fix.
5655         (wl-summary-from-func-internal): Abolished.
5656         (wl-summary-subject-func-internal): Ditto.
5657         (wl-summary-subject-filter-func-internal): Ditto.
5658         (All other related portions are changed.)
5659         (wl-summary-buffer-set-folder):
5660         Set up wl-summary-buffer-number-column and 
5661         wl-summary-buffer-line-formatter
5662         (All other related portions are changed.)
5663         (wl-summary-buffer-number-column-detect): Abolished.
5664         (All other related portions are changed.)
5665         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5666         (wl-summary-delete-all-temp-marks-on-buffer): Use
5667         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5668         (wl-summary-target-mark-delete): Ditto.
5669         (wl-summary-target-mark-refile-subr): Ditto.
5670         (wl-summary-target-mark-mark-as-read): Ditto.
5671         (wl-summary-target-mark-mark-as-unread): Ditto.
5672         (wl-summary-target-mark-mark-as-important): Ditto.
5673         (wl-summary-target-mark-save): Ditto.
5674         (wl-summary-replace-status-marks): Renamed from
5675         wl-summary-set-status-marks-on-buffer;
5676         Use wl-summary-message-regexp instead of
5677         wl-summary-buffer-number-regexp.
5678         (wl-summary-sync-update): Follow the change above.
5679         (wl-summary-goto-previous-message-beginning): New function.
5680         (wl-summary-mark-as-unread): Use it.
5681         (wl-summary-mark-as-important): Ditto.
5682         (wl-summary-line-formatter): New variable.
5683         (wl-summary-line-year): New function.
5684         (wl-summary-line-day): Ditto.
5685         (wl-summary-line-day-of-week): Ditto.
5686         (wl-summary-line-hour): Ditto.
5687         (wl-summary-line-minute): Ditto.
5688         (wl-summary-line-open-bracket): Ditto.
5689         (wl-summary-line-close-bracket): Ditto.
5690         (wl-summary-line-children-number): Ditto.
5691         (wl-summary-line-thread-indent): Ditto.
5692         (wl-summary-line-size): Ditto.
5693         (wl-summary-line-subject): Ditto.
5694         (wl-summary-line-from): Ditto.
5695         (wl-summary-line-children-and-from): Ditto.
5696         (wl-summary-create-line): Rewritten.
5697         (wl-summary-format-date): Abolished.
5698
5699         * wl-highlight.el (wl-highlight-summary-current-line): Use
5700         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5701         Use thread structure to detect thread top message.
5702
5703         * wl-draft.el (wl-default-draft-cite): Don't use
5704         wl-summary-from-func-internal.
5705
5706         * wl-refile.el (wl-refile-subject-learn): Don't use
5707         wl-summary-subject-filter-func-internal.
5708         (wl-refile-guess-by-subject): Ditto.
5709
5710         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5711         parameters.
5712
5713         * wl-thread.el (wl-thread-update-indent-string-region):
5714         Use wl-thread-update-line-on-buffer instead of
5715         wl-thread-update-indent-string.
5716         (wl-thread-update-children-number): Redefine using
5717         wl-thread-update-line-on-buffer.
5718         (wl-thread-update-indent-string): Abolished.
5719
5720         * Version number is increased to 2.9.11.
5721
5722 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5723
5724         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5725         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5726         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5727
5728         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5729         as nil.
5730
5731         * wl-thread.el (wl-thread-open-all-unread): Use 
5732         elmo-folder-list-messages-mark-match.
5733         (wl-thread-insert-message): Removed argument `mark-alist'.
5734         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5735         elmo-msgdb-set-mark.
5736         (wl-thread-get-children-msgs-uncached): Likewise.
5737         (wl-thread-get-exist-children): Added argument include-self.
5738         (wl-thread-delete-message): Follow the change above.
5739
5740         * wl-summary.el (wl-summary-count-unread): Removed argument.
5741         (wl-summary-rescan): Follow the change above.
5742         (wl-summary-mark-as-read-region): Ditto
5743         (wl-summary-mark-as-unread-region): Ditto.
5744         (wl-summary-delete-messages-on-buffer): Ditto.
5745         (wl-summary-sync-update): Ditto.
5746         (wl-summary-switch-to-clone-buffer): Ditto.
5747         (wl-summary-goto-folder-subr): Ditto.
5748         (wl-summary-target-mark-mark-as-read): Ditto.
5749         (wl-summary-target-mark-mark-as-unread): Ditto.
5750         (wl-summary-target-mark-mark-as-important): Ditto.
5751         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5752         (wl-summary-update-thread): Removed argument `mark-alist'.
5753         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5754         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5755         (wl-summary-resume-cache-status): Likewise.
5756         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5757         elmo-msgdb-set-mark.
5758         (wl-summary-mark-as-read-all): Likewise.
5759         (wl-summary-delete-cache): Ditto.
5760         (wl-summary-auto-select-msg-p): Ditto.
5761         (wl-summary-mark-as-unread): Ditto.
5762         (wl-summary-no-auto-refile-message-p): Ditto.
5763         (wl-summary-mark-as-read): Ditto.
5764         (wl-summary-mark-as-important): Ditto.
5765         (wl-summary-auto-refile): Follow the change above.
5766         (wl-summary-delete-all-marks): Removed.
5767         (wl-summary-resume-marks-and-highlight): Ditto.
5768         (wl-summary-resume-marks): Ditto.
5769         (wl-summary-delete-important-msgs-from-list): Ditto.
5770         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5771
5772         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5773         wl-summary-count-unread.
5774
5775         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5776         (wl-summary-score-update-all-lines): Use
5777         elmo-msgdb-set-mark.
5778
5779 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5780
5781         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5782         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5783         (wl-summary-create-line): Renamed from
5784         wl-summary-overview-create-summary-line;
5785         Argument rearrangement.
5786         (wl-summary-update-thread): Follow the change above.
5787
5788         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5789         (wl-thread-insert-entity-sub): Likewise.
5790
5791         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5792         argument `overview', `mark-alist' and added `msgdb'.
5793
5794         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5795
5796         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5797         (wl-summary-rescan): Follow the change above.
5798         (wl-summary-sync-update): Ditto.
5799         (wl-summary-insert-thread-entity): Ditto;
5800         Don't use `let*' in every while loop;
5801         Detect infinite loop of threads.
5802         (wl-summary-update-thread): Removed argument `overview'.
5803
5804         * wl-thread.el (wl-thread-insert-message): Ditto.
5805
5806         * Version number is increased to 2.9.10.
5807
5808         * wl-message.el (wl-message-redisplay): Ignore errors while
5809         wl-message-redisplay-hook.
5810
5811 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5812
5813         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5814
5815 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * wl.el (wl): inhibit-quit while wl-folder.
5818
5819 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5820
5821         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5822         while msgdb access.
5823
5824 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5825
5826         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5827         even if no folder is not created.
5828
5829 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5832
5833         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5834         implementation.
5835         (wl-summary-target-mark-thread): Ditto.
5836
5837         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5838
5839 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5840
5841         * wl-util.el (wl-display-bytes): Remove unused function.
5842
5843 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5844
5845         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5846         seems critical one (partially reverse the change in 2002/03/17).
5847
5848 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5849
5850         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5851         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5852
5853 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5854
5855         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5856         is not writable.
5857         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5858         plugged status instead of `'force' as 2nd argument.
5859
5860         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5861         is not creatable.
5862
5863         * Version number is increased to 2.9.9.
5864
5865 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5866
5867         * wl-summary.el (wl-summary-suspend): New function.
5868
5869 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5870
5871         * wl.el (wl): Do not check variables if check is nil.
5872         * wl-utils.el (wl-collect-draft): New function.
5873         * wl-folder.el (wl-folder-suspend): Put summary buffers
5874         and draft buffers at the end of buffer list.
5875         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5876
5877 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5878
5879         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5880         loop instead of recursive call.
5881
5882         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5883         2nd argument.
5884
5885 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5886
5887         * wl-draft.el (wl-draft-create-contents): Don't take neither
5888         (function . args) nor (string . something) any more.
5889
5890         * wl-version.el (wl-generate-user-agent-string): Return string
5891         without header symbol.
5892         * wl-draft.el (wl-draft-default-headers): Use it.
5893
5894         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5895         `wl-draft-insert-ccs' and return field value instead of inserting
5896         the header. Abolish cc argument.
5897         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5898
5899         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5900         rather than one with string car.
5901
5902         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5903         * wl-draft.el (wl-draft-create-contents): Add it after the default
5904         headers.
5905
5906         * wl-draft.el (wl-draft-create-contents): For the case of
5907         (symbol-or-string . function) insert header only when the function
5908         returns string value.
5909
5910 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5911
5912         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5913         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5914
5915 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl.el (wl-check-environment): Don't check Message-ID when
5918         `wl-insert-message-id' is nil.
5919         Revive checking if `wl-message-id-domain' contains "@".
5920
5921 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5922
5923         * wl.el (wl-check-environment): Merge examination for "@" at
5924         inappropriate position into the first string-match.
5925
5926         * wl-summary.el (wl-summary-target-mark-print): New function.
5927         (wl-summary-pipe-message-subr): Extracted from
5928         `wl-summary-pipe-message'.
5929         (wl-summary-target-mark-pipe): New function.
5930         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5931         `wl-summary-target-mark-pipe'.
5932
5933 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5934
5935         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5936
5937 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5938
5939         * wl.el (wl-check-environment): Use elmo-warning instead of
5940         error for non-critical ones.
5941         Remove trash folder check.
5942         (wl): Don't ignore error in wl-check-environment.
5943
5944         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
5945         check, which is moved from `wl-check-environment'.
5946         (Adviced by Teranishi-san [X-Mail-Count: 9661])
5947
5948 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5949
5950         * wl-summary.el (wl-summary-write-current-folder): If it cannot
5951         guess anything, call wl-summary-write.
5952         (wl-summary-write): Create draft with blank To field.
5953         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
5954
5955 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5956
5957         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
5958         argument full as well for wl-folder-write-current-folder.
5959         If wl-*-write-current-folder cannot guess addressee, add blank
5960         To header.
5961         Rewrite condition for positioning cursor.
5962
5963 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964
5965         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
5966         summary buffer is present, use it.
5967         (wl-folder-jump-to-previous-summary): Ditto.
5968
5969 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5970
5971         * wl-draft.el (wl-draft-create-contents): Fix docstring.
5972
5973         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
5974         wl-summary-previous-buffer and wl-summary-next-buffer.
5975
5976         * wl-folder.el (wl-folder-mode-map): Bind
5977         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
5978         (wl-folder-jump-to-next-summary): New function.
5979         (wl-folder-jump-to-previous-summary): Ditto.
5980
5981         * wl-draft.el (wl-draft): Rearranged.
5982
5983 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5984
5985         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
5986         of header.
5987         (wl-draft): Collect arguments for the header as header-alist.
5988         (wl-draft-forward): Arrange arguments for wl-draft.
5989         (wl-draft-reply): Ditto.
5990         (wl-draft-edit-string): Ditto.
5991         * wl-summary.el (wl-summary-write): Ditto.
5992         (wl-summary-write-current-folder): Ditto.
5993
5994         * Version number is increased to 2.9.8.
5995
5996 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5997
5998         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
5999
6000         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6001
6002         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6003         even if the guess failed.
6004
6005         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6006         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6007         wl-summary-write-current-folder.
6008         * wl-xmas.el: Ditto.
6009
6010 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-summary.el (wl-summary-next-page): Force display message if
6013         message is not displayed yet.
6014         (wl-summary-prev-page): Ditto.
6015
6016 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6017
6018         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6019
6020 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6021
6022         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6023         add "Preview Message" and "Save Draft and Exit".
6024
6025 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6028         if addrmgr is called from draft in splitted window.
6029
6030         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6031         * wl-mule.el: Ditto.
6032         * wl-xmas.el: Ditto.
6033
6034 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6037
6038         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6039         * wl-xmas.el (wl-folder-toolbar): Ditto.
6040
6041 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6042
6043         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6044         and wl-draft-save-and-exit.
6045         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6046         * wl-xmas.el: Ditto.
6047         * wl-mule.el: Ditto.
6048
6049         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6050         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6051
6052 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6053
6054         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6055         lists for saving buffer.
6056
6057 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6058
6059         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6060         parent-folder argument instead of it.
6061         (wl-draft-create-buffer): Ditto.
6062         (wl-draft-forward): Ditto.
6063         (wl-draft-reply): Ditto.
6064         * wl-summary.el (wl-summary-write): Ditto.
6065         (wl-summary-write-current-folder): Ditto.
6066
6067         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6068         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6069         Folder buffer after composing.
6070
6071 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6072
6073         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6074         header if the file `wl-x-face-file' already contains it.
6075
6076 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6079         folder" entry.
6080         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6081         * wl-e21.el (wl-folder-toolbar): Ditto.
6082         * wl-xmas.el (wl-folder-toolbar): Ditto.
6083
6084 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6087         wl-folder-goto-folder with sticky argument.
6088         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6089
6090 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6093         and wl-summary-previous-buffer.
6094         (wl-summary-next-buffer): New function.
6095         (wl-summary-previous-buffer): Ditto.
6096
6097 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6100         wl-folder-jump-to-current-entity-with-arg.
6101         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6102         `wl-folder-jump-to-current-entity'.
6103         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6104         `wl-summary-goto-folder-sticky'.
6105         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6106         `wl-summary-goto-folder'.
6107         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6108         Unless force-exit, do not clean temp. marks for sticky summary.
6109         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6110
6111 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6112
6113         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6114         not entire.
6115
6116 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6119         to `C-x C-s'.
6120         (wl-summary-save-status): New command.
6121         (wl-summary-exit): Don't clean-up temp marks when sticky.
6122         (Applied patch from Nakayama-san [wl: 09548])
6123         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6124         Do nothing when no mark data.
6125         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6126         Call `wl-summary-delete-all-temp-marks' before saving.
6127
6128 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6129
6130         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6131
6132 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl.el (wl-check-environment): Also cause error when (system-name)
6135         returns "localhost.localdomain". (Although it doesn't affect because
6136         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6137
6138 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6139
6140         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6141         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6142
6143         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6144         value.
6145
6146 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6149         Likewise r-cc-list and r-ng-list.
6150
6151 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6154         only if it is bound as variable.
6155
6156         * wl-mime.el (wl-draft-preview-message): Ditto.
6157
6158 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6161         needless `goto-char'.
6162
6163         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6164         `wl-summary-redisplay-no-mime-internal' instead of
6165         `wl-summary-redisplay-no-mime'.
6166         (wl-summary-redisplay-no-mime): Changed argument;
6167         Call `wl-summary-redisplay-no-mime-internal'.
6168
6169         * wl-mime.el (wl-draft-preview-message): Bind
6170         `mime-header-encode-method-alist' locally.
6171
6172         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6173         (wl-draft-std11-parse-addresses): Added the first address check.
6174         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6175
6176         * Version number is increased to 2.9.7.
6177
6178 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6179
6180         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6181
6182 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6183
6184         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6185         related to scrollbar support, if there is no such a feature
6186         compiled in.
6187
6188 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6189
6190         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6191         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6192         for prefetch.
6193
6194 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6195
6196         * wl-summary.el (wl-summary-pick): Fix for no match.
6197
6198 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6199
6200         * wl-draft.el (wl-draft-save):
6201         Override `mime-header-encode-method-alist'.
6202
6203 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6204
6205         * wl-folder.el (wl-folder-pick): New function.
6206         Define key as "?".
6207
6208 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6209
6210         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6211         Fix for unplugged.
6212
6213 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-folder.el (wl-folder-virtual): New function.
6216         Define key as "V".
6217
6218 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6221         multi folder if entity is group.
6222
6223 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6226         is nil.
6227
6228 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6229
6230         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6231         (wl-summary-target-mark-msgs): Return the number of marked messages.
6232
6233 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6234
6235         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6236         "first:" is specified.
6237
6238 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6239
6240         * wl-vars.el (wl-from): Use return value of function
6241         user-full-name instead of the variable user-full-name since
6242         XEmacs-20.4 doesn't set this variable.
6243
6244 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6245
6246         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6247         call `wl' directly.
6248
6249 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6250
6251         * wl-draft.el (wl-draft-reedit): Removed duplicated
6252         switch-to-buffers.
6253
6254 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6255
6256         * wl.el (wl-other-frame): Removed garbages.
6257
6258 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6261
6262         * wl-xmas.el (wl-draft-key-setup): Ditto.
6263
6264         * wl-mule.el (wl-draft-key-setup): Ditto.
6265
6266         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6267         (wl-draft-reedit): Ditto.
6268         (wl-draft-prepare-edit): Add `wl-draft-save' to
6269         `local-write-file-hooks'.
6270         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6271         (wl-draft-reedit): Set buffer-file-name.
6272         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6273
6274
6275         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6276         call it.
6277         (wl-delete-startup-frame-function): New variable.
6278         (wl-other-frame): New function
6279         (Original was written by Yamaoka san [wl: 09239]).
6280
6281         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6282         if `wl-folder-use-frame'.
6283
6284 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6285
6286         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6287
6288 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6289
6290         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6291         New variable.
6292         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6293         (wl-message-buffer-prefetch-get-next): Use them.
6294         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6295
6296 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6299         with unwind-protect.
6300
6301         * wl-draft.el (wl-draft-reedit): Rewrite.
6302         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6303         (wl-draft-save): Insert header separator if it does not exist;
6304         Removed condition-case.
6305
6306         * wl-summary.el (wl-summary-reedit): Revert last change.
6307
6308         * wl-draft.el (wl-draft-save): Rewrite.
6309         (wl-draft-create-buffer): Set buffer-file-name as nil.
6310
6311         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6312
6313         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6314
6315         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6316         nil.
6317
6318 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6319
6320         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6321         If count is nil, do not prefetch.
6322         (wl-message-buffer-prefetch-next): Next.
6323
6324 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6327
6328 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6329
6330         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6331         `delete-backward-char'
6332         (wl-draft-prepare-edit): Check major-mode.
6333         (wl-draft-decode-header): Rewrite.
6334         (wl-draft): Fix.
6335
6336 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6339
6340 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6343         (wl-message-buffer-prefetch-get-next): Remove size checking.
6344         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6345
6346 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6349         (wl-draft-default-headers): Fix.
6350
6351 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6352
6353         * wl-draft.el (wl-draft-default-headers): Insert return value of
6354         `wl-generate-mailer-string-function'.
6355
6356 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6359         (wl-draft-insert-mail-header-separator): Ditto.
6360
6361         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6362         again (Reverted the change on 2002-01-17 by OKADA san).
6363
6364 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-draft): Rewrite.
6367         (wl-draft-create-buffer): New function.
6368         (wl-draft-create-contents): Ditto.
6369         (wl-draft-prepare-edit): Ditto.
6370         (wl-draft-decode-header): Ditto.
6371         (wl-draft-decode-body): Ditto.
6372         (wl-draft-check-new-line): Ditto.
6373         (wl-draft-default-headers): Ditto.
6374         (wl-draft-insert-mail-header-separator): Ditto.
6375
6376 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * Version number is increased to 2.9.6.
6379
6380 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6381
6382         * wl-draft.el (wl-draft-delete-field): Optional argument.
6383         (wl-draft-delete-fields): Ditto.
6384
6385 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-message.el (toplevel): Eliminated byte-compile warning.
6388         for `itimer-function', `delete-timer' and `itimer-list'.
6389
6390 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6393         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6394         `wl-message-buffer-prefetch-threshold'.
6395         * wl-summary.el (wl-summary-redisplay-internal): Remove
6396         the check of `wl-message-buffer-prefetch-depth'.
6397
6398 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6399
6400         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6401         size of article.
6402         (wl-message-buffer-prefetch-subr): Remove size check.
6403
6404 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6405
6406         * wl-vars.el (wl-plugged): Make customizable.
6407
6408 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6411         (wl-message-buffer-prefetch-set-timer): New function.
6412         (wl-message-buffer-prefetch-get-next): New function.
6413         (wl-message-buffer-prefetch): New function.
6414         (wl-message-buffer-prefetch-next): Rewrite.
6415         (wl-message-buffer-prefetch-subr): Rewrite.
6416         * wl-vars.el (wl-auto-prefetch-first): New variable.
6417         * wl-summary.el (wl-summary-goto-folder-subr): Call
6418         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6419
6420 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6421
6422         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6423         `wl-summary-unread-message-hook'.
6424
6425 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6426
6427         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6428         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6429         if range is `cache-status'.
6430
6431 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-message.el (wl-message-buffer-prefetch-subr):
6434         Improve debug message.
6435
6436 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6437
6438         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6439         `wl-mail-send-pre-hook'.
6440         (wl-draft-send-mail-with-qmail): Ditto.
6441         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6442
6443 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * wl-message.el (wl-message-buffer-prefetch-subr):
6446         Fix for cancel-function-timers bug.
6447         (wl-message-buffer-prefetch-debug): Default value is t.
6448
6449 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6450
6451         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6452         (wl-message-buffer-prefetch-subr): Rewrite.
6453         Rename from `wl-message-buffer-prefetch'.
6454
6455 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6456
6457         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6458         (wl-default-draft-cite-decorate-author): Ditto.
6459
6460         * wl-draft.el (wl-draft-cite-function): Removed.
6461         (wl-default-draft-cite-decorate-author): Ditto.
6462
6463 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6464
6465         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6466         (wl-default-draft-cite): Do not arrange author name if the value of
6467         `wl-default-draft-cite-decorate-author' is nil.
6468
6469 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6470
6471         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6472
6473         * wl-folder.el (wl-folder-check-one-entity): Don't care
6474         `elmo-folder-use-flag-p'.
6475
6476 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-folder (wl-folder-check-one-entity): Fix
6479         problem if unread is nil.
6480
6481 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6482
6483         * wl-address.el (wl-address-make-completion-list): Check whether
6484         the address is a group list.
6485         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6486
6487 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6488
6489         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6490         The number of the messages of new and unread does not count
6491         correctly.
6492
6493         * wl-summary.el (wl-summary-count-unread): Changed to return
6494         `(new . unread)' instead of total.
6495         (wl-summary-sync-update): Follow the change above.
6496
6497         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6498
6499 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6500
6501         * wl-address.el (wl-address-make-completion-list): Do not enclose
6502         address by " <" and ">" if associated realname is "".
6503         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6504         This is against the promblem with group list in .addresses pointed
6505         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6506
6507 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6508
6509         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6510         message is a format control string.
6511         * wl-expire.el (wl-expire-append-log): Ditto.
6512         * wl-mime.el (wl-summary-burst-subr): Ditto.
6513         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6514         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6515
6516 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6519         wl.el (wl-check-variables): Rename from `wl-check-type'.
6520         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6521         (wl-check-variables-2): New function.
6522         (wl): Call `wl-check-variables-2'.
6523
6524 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6525
6526         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6527         after renaming folder in access group.
6528
6529 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6532         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6533         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6534         (wl-message-buffer-prefetch): Rewrite.
6535         (wl-message-buffer-prefetch-idle-time): Removed.
6536         * wl-summary.el (wl-summary-redisplay-internal):
6537         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6538         Error check for `wl-message-buffer-prefetch-depht'.
6539
6540 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * Version number is increased to 2.9.5.
6543         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6544
6545 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6548         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6549         Based on the patch written by
6550         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6551
6552 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-draft.el (wl-draft-raw-send): Fix for
6555         `wl-news-send-pre-hook'
6556
6557 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-utils.el (wl-message-id-function): New variable.
6560         * wl-draft.el (wl-draft-insert-required-fields):
6561         Use `wl-message-id-function'.
6562
6563 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6566         * wl-utils.el (wl-draft-make-message-id-string):
6567         Use `wl-from' for domain part of Message-ID
6568         if `wl-message-id-use-wl-from' if non-nil.
6569         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6570
6571 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl.el (wl): Call `wl-check-type'
6574         Do not 'condition-case'.
6575
6576 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl.el (wl-check-type): New function.
6579         (wl-check-type-variables): New variable.
6580
6581 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6582
6583         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6584
6585 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-draft.el (wl-smtp-password-key): New function.
6588         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6589         (wl-draft-send-mail-with-smtp): Ditto.
6590         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6591
6592 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6595         * wl-utils.el (wl-unique-id-suffix): Remove.
6596
6597 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6598
6599         * Version number is increased to 2.9.4.
6600
6601 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-utils.el (wl-unique-id-suffix): New variable.
6604         (wl-unique-id): Use `wl-unique-id-suffix'
6605
6606 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6607
6608         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6609         instead of `elmo-msgdb-search'.
6610
6611         * Version number is increased to 2.9.3.
6612
6613 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6614
6615         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6616
6617 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6620         (wl-draft-dispatch-message): Changed for send-later.
6621         (wl-draft-queue-flush): Ditto.
6622         (wl-draft): Clear `wl-sent-message-queued'.
6623         (wl-draft-reedit): Ditto.
6624         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6625         * wl-vars.el (wl-draft-force-queuing): New variable.
6626         (wl-draft-force-queuing-mail): New variable.
6627         (wl-draft-force-queuing-news): New variable.
6628
6629 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6632         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6633
6634 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6635
6636         * Version number is increased to 2.9.2.
6637
6638 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6639
6640         * wl-draft.el (wl-draft-elide-region): New user command.
6641         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6642
6643         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6644         command `wl-draft-elide-region'.
6645         * wl-mule.el: Ditto.
6646         * wl-xmas.el: Ditto.
6647
6648 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6649
6650         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6651         (wl-biff-check-folder-async): Removed needless let.
6652
6653 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6654
6655         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6656         wl-folder-get-elmo-folder.
6657         (wl-biff-check-folder): Set `biff' argument of
6658         `wl-folder-check-one-entity'.
6659         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6660
6661         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6662         (wl-folder-check-one-entity): Added `biff' argument;
6663         Setup `biff' slot of folder.
6664
6665         * Version number is increased to 2.9.1.
6666
6667 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6670         comment out and fixed.
6671         (wl-fldmgr-add-completion-subr): Ditto.
6672
6673         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6674         and msgdb.
6675
6676         * wl.el (wl-toggle-plugged): Save summary view.
6677
6678 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6679
6680         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6681
6682 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6683
6684         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6685
6686 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6687
6688         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6689         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6690         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6691
6692         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6693         if it was failed.
6694         (wl-demo): Disable undo in the demo buffer.
6695
6696 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-version.el (wl-version): Changed codename.
6699
6700         * Version number is increased to 2.9.0.
6701
6702 2001-12-14  Takuo KITAME <kitame@northeye.org>
6703
6704         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6705         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6706         (wl-folder-mark-as-read-all-current-entity): Ditto.
6707
6708 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6709
6710         * wl-vars.el (wl-from-width): Define as obsolete variable.
6711         (wl-subject-length-limit): Ditto.
6712
6713         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6714
6715         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6716         wl-summary-save-view.
6717
6718         * wl.el (wl-save-status): Ditto.
6719         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6720
6721         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6722         (wl-summary-exit): Follow the change above.
6723         (wl-summary-goto-folder-subr): Ditto.
6724
6725         * wl-folder.el (wl-folder-create-subr): Don't use
6726         `elmo-folder-creatable-p'.
6727
6728 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6729
6730         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6731
6732 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6735         rather than bitmap on Emacs 21.
6736         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6737         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6738         for xbm if the new redisplay engine is not available.
6739
6740 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6741
6742         * wl-folder.el (wl-folder-init-hook): New hook.
6743         (wl-folder-init): Run `wl-folder-init-hook'.
6744
6745 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6748
6749 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-acap.el (wl-acap-cache-filename): New variable.
6752         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6753         (wl-acap-init): Use cache if no ACAP server found.
6754
6755 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6756
6757         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6758         `wl-acap-original-msgdb-dir'.
6759
6760         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6761         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6762
6763         * wl-mime.el (wl-mime-save-directory): Renamed from
6764         `wl-mime-save-dir'.
6765
6766 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6769
6770         * wl-demo.el: Require `path-util'.
6771         (wl-demo-bitmap-mule-available-p): New internal variable.
6772         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6773         `module-installed-p' instead.
6774         (wl-demo-insert-image): Use *.img file for a bitmap image.
6775         (wl-demo): Don't call the ascii demo recursively.
6776
6777 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6778
6779         * Version number is increased to 2.7.7.
6780
6781 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl.el (wl-exit): Eliminated byte-compile warning.
6784
6785 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6786
6787         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6788         obsolete variable using `elmo-define-obsolete-variable'.
6789         (wl-fetch-confirm-threshold): Ditto.
6790         (wl-cache-prefetch-folder-type-list): Ditto.
6791         (wl-cache-prefetch-folder-list): Ditto.
6792
6793 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6796         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6797         (wl-demo-insert-image): New function.
6798         (wl-demo-insert-text): New function.
6799         (wl-demo-image-type-alist): Redefine as a function.
6800         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6801         (wl-demo-with-temp-file-buffer): Removed.
6802         (wl-logo-xpm): Removed.
6803         (wl-logo-xbm): Removed.
6804         (wl-logo-bitmap): Removed.
6805
6806 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6807
6808         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6809         (wl-expire-localdir-get-folder-function): New user option.
6810         (wl-expire-localdir-get-folder): New function.
6811         (wl-expire-localdir-date): Ditto.
6812
6813 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6814
6815         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6816         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6817         Fixed unread number mismatch when all-unread < unread.
6818
6819 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6822         (wl-fetch-confirm-threshold): Ditto.
6823
6824         * wl-summary.el (wl-summary-confirm-appends): Removed.
6825         (wl-summary-sync-update): Don't refer
6826         `wl-summary-update-confirm-threshold' (It is now abolished).
6827
6828         * wl-message.el (wl-message-display-internal): Don't refer
6829         `wl-fetch-confirm-threshold' (It is now abolished).
6830
6831 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6832
6833         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6834
6835 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6836
6837         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6838         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6839         Change default value to nil.
6840         (wl-summary-indent-length-limit): The value can be nil, nil means
6841         unlimited.
6842
6843         * wl-summary.el: Don't set limit for indent length if the value of
6844         wl-summary-indent-length-limit is nil.
6845         If the value of wl-summary-width is nil, it means only that the width
6846         of summary is unlimited (nil doesn't mean that the indent length is
6847         unlimited).
6848
6849         * wl-thread.el: Ditto.
6850
6851 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6852
6853         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6854         be nil, nil means never confirm.
6855         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6856
6857 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6858
6859         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6860         means unlimited).
6861
6862 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6865         Use `with-temp-buffer'.
6866
6867 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6868
6869         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6870         with new backquote style).
6871         (wl-folder-get-entity-from-buffer): Ditto.
6872
6873 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6874
6875         * wl-version.el (nemacs-version): Eliminated.
6876         (wl-extended-emacs-version2): Ignore nemacs.
6877         (wl-extended-emacs-version3): Ditto.
6878
6879 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6880
6881         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6882         (wl-draft-add-in-reply-to): New variable.
6883         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6884         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6885         (wl-draft-yank-from-mail-reply-buffer): Use
6886         `wl-draft-add-in-reply-to'.
6887         (wl-draft-insert-current-message): Ditto.
6888
6889 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6890
6891         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6892         typo (kill->hide).
6893         (wl-message-buffer-prefetch-folder-type-list): Added elements
6894         `mark' and `cache' instead of `internal'.
6895
6896 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6899         resume msgdb directory.
6900
6901 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6902
6903         * wl.el (wl-exit): Call `wl-acap-exit'.
6904
6905         * wl-summary.el (wl-summary-message-string): New function.
6906         (wl-summary-reedit): Use it.
6907         (wl-summary-resend-bounced-mail): Remove needless let.
6908         (wl-summary-supersedes-message): Ditto.
6909         (wl-summary-save): Ditto.
6910
6911         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6912         (wl-acap-init): Set it.
6913         (wl-acap-exit): New function.
6914
6915 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6916
6917         * wl.el (wl-init): Revert (require 'mime-setup). move from
6918         toplevel.
6919
6920 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6921
6922         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6923         local variables.  Add error when guess function return invalid
6924         value.
6925
6926 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6927
6928         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6929         Change local variable name.
6930         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6931         (wl-folder-get-newsgroups): Return nil when non-news folder.
6932         * wl-summary.el (wl-summary-write-current-folder): State through
6933         when guess-list return nil.
6934         (wl-summary-write-current-folder-functions): Fixed docstring.
6935
6936         * wl.el (wl-exit): Changed confirm message.
6937
6938         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6939         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6940
6941         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6942
6943 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6944
6945         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
6946         user option (Renamed from wl-cache-prefetch-folder-type-list).
6947         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
6948         from wl-cache-prefetch-folder-list).
6949
6950         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
6951         Move to wl-vars.el.
6952         (wl-message-buffer-prefetch-p): Changed to enable
6953         `wl-message-buffer-prefetch-folder-list'.
6954
6955         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
6956         `ignore-cache'.
6957
6958 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
6959
6960         * wl-draft.el (wl-draft-config-sub-func-alist): Added
6961         `part-top' and `part-bottom'.
6962         (wl-draft-config-sub-part-top): New function.
6963         (wl-draft-config-sub-part-bottom): New function.
6964
6965 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6966
6967         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
6968
6969 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
6970
6971         * wl-folder.el (wl-folder-get-newsgroups): Fix.
6972
6973 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6974
6975         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
6976
6977         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
6978         (wl-summary-write-current-folder): Ditto.
6979
6980 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
6981
6982         * wl-folder.el (wl-folder-get-newsgroups): Use
6983         `elmo-folder-newsgroups'.
6984
6985 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
6986
6987         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
6988         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
6989         `wl-draft-config-sub-header-bottom'.
6990
6991 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6992
6993         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
6994         localnews folder.
6995
6996 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6997
6998         * wl-summary.el (wl-summary-mode): Undo last change.
6999
7000         * wl-folder.el (wl-folder-mode): Ditto.
7001
7002 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7003
7004         * wl-summary.el (wl-summary-mode): Locally set
7005         truncate-partial-window-width to nil.
7006         (for XEmacs)
7007
7008         * wl-folder.el (wl-folder-mode): Ditto.
7009
7010 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7013
7014 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7015
7016         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7017         number.
7018
7019         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7020
7021         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7022
7023         * Version number is increased to 2.7.6.
7024
7025 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7028
7029 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl-summary.el (wl-summary-sync-update): Enclose network
7032         related portion with `unwind-protect'.
7033
7034 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7035
7036         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7037
7038 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7039
7040         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7041         element.
7042         * wl-vars.el (wl-message-body-button-alist): Ditto.
7043
7044         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7045         max match length.
7046         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7047
7048         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7049         for the max match length;
7050         Use 4th element value for the button string regexp group.
7051
7052         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7053         candidate exists, prompt to select.
7054
7055 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7056
7057         * wl-summary.el (wl-summary-jump-to-msg): Search before
7058         calibration point by `beginning-of-line'.
7059
7060 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7061
7062         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7063         for access group.
7064
7065 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7066
7067         * wl-message.el (wl-message-display-internal): Bind
7068         `default-mime-charset'.
7069
7070         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7071
7072         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7073
7074         * Version number is increased to 2.7.5.
7075
7076 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7077
7078         * wl-expire.el (wl-summary-archive): Fixed;
7079         Use `elmo-folder-name-internal'.
7080
7081 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7082
7083         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7084         from `elmo-folder-move-messages' caller.
7085         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7086
7087         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7088         related portions are changed).
7089
7090 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7091
7092         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7093         counter.
7094
7095 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7096
7097         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7098         buffer local and set it to nil.
7099
7100         * wl-message.el (wl-message-redisplay): Ditto.
7101
7102 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-summary.el (wl-summary-mark-as-important): If message is
7105         already cached, set messag as read, otherwise encache and mark as read.
7106
7107 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7108
7109         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7110         point-min.
7111
7112 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7115         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7116         a keymap.
7117
7118 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7119
7120         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7121         parent.
7122
7123         * wl-mule.el (wl-message-define-keymap): Ditto.
7124
7125         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7126
7127         * wl-xmas.el (wl-message-display-internal-hook): Define.
7128         (wl-xmas-setup-message-toolbar): Define as function.
7129         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7130         (wl-message-overload-functions): Abolished.
7131         (wl-message-define-keymap): New function.
7132
7133         * wl-vars.el (wl-message-display-internal-hook): New variable.
7134         (wl-message-header-button-alist): New variable (Renamed from
7135         wl-highlight-message-header-button-alist).
7136         (wl-message-body-button-alist): Ditto.
7137
7138         * wl-mule.el (wl-message-define-keymap): New function.
7139         (wl-message-overload-functions): Abolished.
7140
7141         * wl-message.el (wl-message-add-buttons-to-body): New function.
7142         (wl-message-redisplay): Don't call wl-message-overload-functions;
7143         Call wl-message-add-buttons-to-header and
7144         wl-message-add-buttons-to-body.
7145         (wl-message-display-internal): Set keymap argument for
7146         elmo-mime-display-as-is, elmo-mime-message-display;
7147         Run wl-message-display-internal-hook.
7148         (wl-message-refer-article-or-url): Abolished.
7149
7150         * wl-highlight.el (wl-highlight-headers): Don't call
7151         wl-highlight-message-add-buttons-to-header.
7152         (wl-highlight-message-add-buttons-to-header): Abolished.
7153
7154
7155         * wl-e21.el (wl-message-display-internal-hook): Define.
7156         (wl-e21-setup-toolbar): Deleted duplicated binding.
7157         (wl-e21-setup-message-toolbar): Define as function.
7158         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7159         (wl-message-define-keymap): New function.
7160         (wl-message-overload-functions): Abolished.
7161
7162 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7165         and elmo-folder-close.
7166
7167         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7168
7169 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7170
7171         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7172         boolean value.
7173         * wl-draft.el (wl-draft-do-fcc): Ditto.
7174
7175 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7176
7177         * wl-vars.el (wl-fcc-force-as-read): New variable.
7178         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7179         mark copied message as read.
7180
7181 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7182
7183         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7184
7185 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7186
7187         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7188         `wl-summary-target-above' instead of obsolete variable
7189         `wl-summary-temp-above'.
7190
7191         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7192         instead of `make-obsolete-variable'.
7193         * wl-refile.el (toplevel): Ditto.
7194
7195 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7198         with third argument t.
7199         (wl-draft): Set first argument for wl-plugged-init as t.
7200
7201         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7202         definition.
7203
7204 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7205
7206         * wl-vars.el: Tabify.
7207         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7208
7209         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7210         message.
7211
7212 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7213
7214         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7215         and set default to beep.
7216
7217 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7218
7219         * wl-vars.el (wl-draft-truncate-lines): New variable.
7220
7221         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7222         instead of wl-message-truncate-lines for truncate-lines.
7223
7224 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7225
7226         * wl-message.el (wl-message-display-internal): Call
7227         `wl-highlight-message' after `elmo-mime-display-as-is'.
7228
7229         * wl-mime.el (wl-mime-display-text/plain): New function.
7230         (wl-mime-display-header): Ditto.
7231         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7232         body-presentation-method for text/plain;
7233         Register `wl-mime-display-header' as a header-presentation-method;
7234         Don't set up `elmo-message-text-content-inserted-hook' and
7235         `elmo-message-header-inserted-hook'.
7236
7237         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7238         variable.
7239         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7240         as t if flag is 'all-header;
7241         Don't bind `elmo-message-ignored-field-list',
7242         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7243
7244 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7245
7246         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7247         for xemacs with non-mule environment.
7248
7249 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7250
7251         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7252         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7253         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7254
7255 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7256
7257         * wl-vars.el (wl-interactive-send): Set default value as t.
7258
7259 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7262         (wl-addrmgr-method-list): Abolished.
7263         (wl-addrmgr-change-method): Follow above change.
7264
7265         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7266
7267 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7268
7269         * wl-vars.el (wl-message-truncate-lines): Change default value
7270         to default-truncate-lines.
7271
7272         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7273
7274 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7275
7276         * wl-vars.el (wl-message-truncate-lines): New variable.
7277
7278         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7279         wl-message-truncate-lines.
7280
7281 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7282
7283         * wl-acap.el (wl-acap-init): Remove period from error message.
7284         (wl-acap-find-acap-service): Remove period from message.
7285
7286 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl.el (wl-check-environment): Undo last change.
7289
7290         * wl-vars.el (wl-from): Changed default value.
7291
7292         * wl-util.el (toplevel): Don't require tm-edit.
7293
7294         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7295         `wl-folder-init';
7296         Don't set mark on mail body.
7297         (wl-draft-reedit): Ditto.
7298
7299         * wl-address.el (wl-address-quote-specials): Define as an alias for
7300         elmo-address-quote-specials.
7301
7302 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7305
7306         * wl-vars.el (wl-from): Set default value as nil.
7307         (wl-organization): Set default value as ORGANIZATION environment
7308         variable.
7309
7310         * wl-draft.el (wl-smtp-extension-bind): Check value of
7311         wl-smtp-connection-type.
7312
7313         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7314         error.
7315
7316 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7317
7318         * Version number is increased to 2.7.4.
7319
7320         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7321         arguments from `wl-highlight-x-face-function' caller.
7322         Use x-face-1.3.6.12 or later.
7323
7324 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7325
7326         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7327
7328 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7329
7330         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7331         (wl-fcc): Fix to accept function.
7332         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7333
7334 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7335
7336         * wl-acap.el (toplevel): Added `product-provide' declare.
7337         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7338
7339 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl.el (wl): Changed order of calling `elmo-init'
7342         and `elmo-folder-init'.
7343
7344 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7345
7346         * wl-mime.el (wl-summary-burst): Extract message when content-type
7347         of root entity is not only `multipart' but also `message/rfc822'.
7348         (wl-summary-burst-subr): Ditto.
7349
7350 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-vars.el (toplevel): Require 'custom.
7353         (wl-trash-folder): Added to `wl-setting' group.
7354
7355         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7356         exists.
7357         (wl-addrmgr-draw): Insert empty line when no entry exists.
7358
7359         * wl-mule.el (wl-message-wheel-up): Fixed.
7360         (wl-message-wheel-down): Ditto.
7361
7362 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7363
7364         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7365         config is an anonymous lambda expression.
7366
7367 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7368
7369         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7370         when Mule 2 is running.
7371
7372 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7375
7376 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7377
7378         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7379         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7380
7381         * wl-address.el (wl-address-specials-regexp): Eliminated.
7382         (wl-address-quote-specials): Rewrite.
7383
7384 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7385
7386         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7387         shy-groups for regexp.
7388
7389         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7390         character classes and Perl style shy-groups for regexp.
7391         (wl-highlight-plugged-current-line): Use Posix style character
7392         classes for regexp.
7393         (wl-e21-highlight-folder-by-numbers): Ditto.
7394         (wl-e21-display-image-p): Use `display-images-p' instead of
7395         `display-graphic-p'.
7396         (display-images-p): Make an alias to `display-graphic-p' if it is
7397         not available.  It is for Emacs version prior to 21.0.105.
7398
7399         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7400         `display-graphic-p'.
7401         (wl-demo-image-type-alist): Ditto.
7402         (display-images-p): Make an alias to `display-graphic-p' if it is
7403         not available.  It is for Emacs version prior to 21.0.105.
7404
7405 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7408         support.
7409         (wl-generate-user-agent-string): Ditto.
7410
7411         * wl-version.el (wl-version): Update docsting.
7412         (wl-version-status): Ditto.
7413
7414 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7415
7416         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7417         21.0.105.  For Emacs 21.0.104 or earlier.
7418
7419 2001-09-03  Takuo KITAME <kitame@northeye.org>
7420
7421         * wl-e21.el (wl-plugged-init-icons): Use
7422         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7423         (wl-biff-init-icons): Ditto.
7424
7425 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7426
7427         * wl-highlight.el (wl-highlight-summary-current-line):
7428         Fixed highlighting refile/copy destination.
7429
7430         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7431         (wl-acap-store): Encode string by wl-acap-coding-system.
7432
7433 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * wl-acap.el (toplevel): Check and require 'un-define before
7436         'xemacs-ucs;
7437          Added checking for UTF-2000.
7438
7439 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7442         Don't enclose with `eval-and-compile'.
7443
7444         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7445         wl-init is non-nil.
7446
7447         * wl-draft.el (wl-draft): Ditto.
7448
7449         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7450
7451         * wl-acap.el (toplevel): Require 'wl.
7452         (wl-acap-store): Call `elmo-init'.
7453
7454         * wl.el (wl): Changed position of `wl-check-environment'.
7455         (toplevel): Added autoload setting for wl-acap.
7456
7457         * wl-vars.el (wl-setting): New custom group.
7458         (wl-from): Added wl-setting group.
7459         (wl-user-mail-address-list): Ditto.
7460         (wl-organization): Ditto.
7461         (wl-subscribed-mailing-list): Ditto.
7462         (wl-envelope-from): Ditto.
7463         (wl-smtp-posting-user): Ditto.
7464         (wl-smtp-posting-server): Ditto.
7465         (wl-smtp-posting-port): Ditto.
7466         (wl-smtp-authenticate-type): Ditto.
7467         (wl-pop-before-smtp-user): Ditto.
7468         (wl-pop-before-smtp-server): Ditto.
7469         (wl-pop-before-smtp-port): Ditto.
7470         (wl-pop-before-smtp-authenticate-type): Ditto.
7471         (wl-nntp-posting-server): Ditto.
7472         (wl-nntp-posting-user): Ditto.
7473         (wl-nntp-posting-port): Ditto.
7474         (wl-fetch-confirm-threshold): Ditto.
7475         (wl-prefetch-threshold): Ditto.
7476         (wl-thread-insert-opened): Ditto.
7477         (wl-ldap-server): Ditto.
7478         (wl-ldap-port): Ditto.
7479         (wl-ldap-base): Ditto.
7480         (wl-ldap-objectclass): Ditto.
7481         (wl-use-ldap): Ditto.
7482         (wl-draft-config-alist): Ditto.
7483         (wl-draft-config-matchone): Ditto.
7484         (wl-template-alist): Ditto.
7485         (wl-message-sort-field-list): Ditto.
7486         (wl-message-ignored-field-list): Ditto.
7487         (wl-message-visible-field-list): Ditto.
7488         (wl-interactive-send): Ditto.
7489         (wl-summary-move-order): Ditto.
7490         (wl-auto-select-first): Ditto.
7491         (wl-auto-select-next): Ditto.
7492         (wl-interactive-save-folders): Ditto.
7493
7494         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7495         Initialization codes are moved from wl-local-folder-init.
7496         (wl-local-folder-init): Follow the change above.
7497         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7498
7499         * wl-acap.el: New file.
7500
7501         * Version number is increased to 2.7.3.
7502
7503 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7506
7507 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7508
7509         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7510         (wl-addrmgr-address-entry-list): Ditto.
7511
7512 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-e21.el (wl-draft-mode-map): Removed binding for
7515         `wl-draft-insert-x-face-field'.
7516
7517         * wl-mule.el (wl-draft-mode-map): Ditto.
7518
7519         * wl-xmas.el (wl-draft-mode-map): Ditto.
7520
7521         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7522         (wl-cs-autoconv): Ditto.
7523         (wl-cs-local): Ditto.
7524         (wl-use-scoring): Ditto.
7525         (wl-mime-charset): Ditto.
7526         (wl-folder-check-async): Ditto.
7527
7528         * wl.el (toplevel): Ignore nemacs and tm.
7529         (wl-exit): Ditto.
7530
7531         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7532         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7533         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7534         instead of wl-address-petname-add-or-change.
7535         (wl-summary-edit-addresses-subr): Use wl-address-delete
7536         instead of wl-address-petname-delete.
7537
7538         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7539
7540         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7541         if error occured.
7542
7543         * wl-message.el (require): Remove tm support.
7544
7545         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7546
7547         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7548         (wl-folder-jump-to-current-entity): Ditto.
7549         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7550
7551         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7552         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7553         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7554
7555         * wl-mule.el (wl-draft-key-setup): Ditto.
7556
7557         * wl-xmas.el (wl-draft-key-setup): Ditto.
7558
7559         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7560         (wl-draft-std11-parse-addresses): New function.
7561         (wl-draft-parse-mailbox-list): Use it.
7562         (wl-draft): Ignore nemacs.
7563         (wl-draft-reedit): Ditto.
7564
7565         * wl-addrmgr.el: New file.
7566         (Original is wl-rcpt.el written by
7567         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7568         Thanks Kitamoto-san.)
7569
7570         * wl-address.el (wl-address-make-address-list): Modified parsing
7571         process.
7572         (wl-address-delete): Renamed from `wl-address-petname-delete';
7573         Modify wl-address-list too.
7574         (wl-address-add-or-change): Renamed from
7575         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7576
7577 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7578
7579         * wl-highlight.el (wl-highlight-summary-current-line):
7580           Work with transient-mark-mode
7581
7582 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * Version number is increased to 2.7.2.
7585
7586         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7587         instead of elmo-dop-queue-method.
7588
7589 2001-08-06  SAITO Atsunori <sai@yedo.com>
7590
7591         * wl-vars.el (wl-ldap-objectclass): New user option.
7592
7593         * wl-address.el (wl-ldap-make-filter): Use it.
7594
7595 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7596
7597         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7598
7599 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7600
7601         * wl-folder.el (wl-folder): redisplay after folder insertion.
7602
7603         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7604
7605         * wl-summary.el (wl-summary-sync-update):
7606         Change status mark only when new-msgdb exists.
7607         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7608
7609 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-summary.el (wl-summary-open-folder): New function.
7612         (wl-summary-goto-folder-subr): Use it.
7613         (wl-summary-mark-as-important): Fix;
7614         Encache only when no cache exists.
7615
7616 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7617
7618         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7619         Use with-current-buffer.
7620
7621 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7622
7623         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7624         before call `get-buffer'. Fixed parenthesis.
7625         (wl-score-get-header-entry): Clear message and help window when
7626         keyboard quit.
7627         (wl-score-edit-insert-header): Ditto.
7628
7629 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7630
7631         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7632         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7633         (wl-default-draft-cite): Fix.
7634
7635         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7636         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7637
7638 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * wl-message.el (wl-message-prev-page): Do same bahavior
7641         as summary when it is called in the message buffer.
7642         (wl-message-next-page): Ditto.
7643
7644 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7645
7646         * wl-summary.el (wl-summary-forward): Use cache if it is not
7647         section cache.
7648
7649 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7652         Removed redundant require of elmo-vars.
7653         (wl-biff-state-indicator-on): Changed default value for
7654         xemacs with non-mule environment.
7655
7656         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7657         wl-message-buffer is nil;
7658         Hide progress bar after moving messages.
7659
7660 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7663         message at cursor point is deleted.
7664
7665 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-vars.el: Changed file coding system to euc-japan.
7668         Added -*-coding:-*- magic to the first line.
7669
7670         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7671         Search parent from the first message.
7672
7673         * Version number is increased to 2.7.1.
7674
7675 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7676
7677         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7678
7679 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7680
7681         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7682         refile/delete execution.
7683
7684         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7685         Fixed docstring.
7686
7687 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7690         do update process;
7691         Don't update marks when update process is interrupted.
7692
7693 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-summary.el (wl-summary-reply): Fixed problem when
7696         wl-draft-use-frame is non-nil.
7697         (wl-summary-forward): Ditto.
7698
7699         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7700         as nil.
7701         (wl-folder-mark-as-read-all-entity): Ditto.
7702         (wl-folder-prefetch-entity): Ditto.
7703
7704         * wl.el (wl): Check environment before wl-init.
7705
7706         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7707         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7708         instead of wl-summary-collect-unread.
7709         (wl-summary-reply): Split message window.
7710
7711 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7714         only if current language environment is japanese,
7715
7716         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7717         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7718         (wl-folder-goto-folder-subr): Ditto.
7719
7720         * wl-draft.el (wl-draft-dispatch-message): Call
7721         `elmo-file-cache-get-path'.
7722
7723 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-summary.el (wl-summary-cursor-move): If return value of
7726         wl-summary-next-message is not number, don't jump.
7727
7728 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * wl-summary.el (wl-summary-buffer-next-message-function): New
7731         variable.
7732         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7733         if it is bound.
7734
7735         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7736         string.
7737
7738         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7739         (wl-plugged-drawing): Ditto.
7740
7741 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7744         process.
7745         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7746         with unwind-protect.
7747
7748         * wl.el (wl-init): Require mime-setup.
7749         (wl-check-environment): Don't require mime-setup.
7750
7751         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7752         instead of elmo-folder-type.
7753
7754         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7755         value as nil.
7756
7757 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * Version number is increased to 2.7.0.
7760
7761         * wl-version.el (wl-version): Changed codename.
7762
7763         * wl-summary.el (wl-summary-delete-cache): Fixed.
7764
7765         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7766         Workaround for net folders.
7767         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7768
7769         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7770         value to nil (According to the patch from
7771         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7772
7773         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7774         of elmo-folder-close.
7775
7776 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7777
7778         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7779         for postfix.
7780
7781 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-summary.el (wl-summary-resend-message): Fixed.
7784
7785         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7786         Call wl-draft with `from' argument if its address is included in
7787         `wl-user-mail-address-list'.
7788         (wl-draft): Added `from' argument.
7789
7790         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7791         non-nil.
7792         (wl): Don't show demo if wl-demo is nil.
7793
7794         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7795         wl-summary-use-frame.
7796
7797         * wl-vars.el (wl-summary-use-frame): New user option.
7798         (wl-folder-use-frame): Changed docstring.
7799
7800         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7801         non-nil.
7802         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7803         wl-summary-use-frame.
7804
7805         * wl-vars.el (wl-folder-use-frame): New user option.
7806
7807         * wl-summary.el (wl-summary-exit): Back to folder frame if
7808         wl-folder-use-frame is non-nil.
7809         (wl-summary-redisplay-internal): Ignore cache if current folder
7810         is draft folder,
7811         (wl-summary-redisplay-no-mime): Ditto.
7812         (wl-summary-redisplay-all-header): Ditto.
7813
7814         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7815         if wl-folder-use-frame is non-nil.
7816
7817 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-summary.el (wl-summary-sync-update): Bind
7820         elmo-folder-update-threshold.
7821         (wl-summary-mark-as-important): Enclosed server mark processing
7822         with `save-match-data'.
7823
7824         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7825         only when it is already defined.
7826
7827 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7828
7829         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7830         name of folder exclude localdir is wrong.
7831         * wl-folder.el (wl-folder-sync-entity):
7832         Set `wl-summary-always-sticky-folder-list' as nil.
7833         (wl-folder-mark-as-read-all-entity): Ditto.
7834         (wl-folder-prefetch-entity): Ditto.
7835
7836 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7837
7838         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7839         instead of `wl-summary-write-current-newsgroup'.
7840
7841 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7842
7843         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7844         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7845         non-nil and selected message is important, do not display.
7846
7847 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7848
7849         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7850
7851 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7854
7855         * wl-summary.el (wl-summary-mark-as-important): Set message number
7856         using wl-summary-message-number.
7857
7858 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7859
7860         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7861         destination folder is 'null.
7862
7863 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7864
7865         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7866         New function.
7867         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7868         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7869         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7870
7871 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-mime.el (wl-mime-setup): Added setting for
7874         `mime-setup-signature-key-alist' to avoid overriding key bind for
7875         `wl-draft-send'.
7876
7877         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7878         for `wl-draft-send'.
7879         * wl-mule.el (wl-draft-overload-functions): Ditto.
7880         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7881         * wl-draft.el (wl-draft-send): Ditto.
7882
7883         * wl-message.el (wl-message-display-internal):
7884         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7885         (Patch is provided by <kita@coe.nttdata.co.jp>).
7886
7887 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7888
7889         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7890
7891 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7892
7893         * wl.el (wl): Fix for wl-demo.
7894
7895 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7896
7897         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7898
7899 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7900
7901         * wl-folder.el (wl-folder-prefetch-entity): Use
7902         `wl-folder-get-elmo-folder'.
7903         (wl-folder-count-incorporates): Do not use
7904         `wl-folder-get-elmo-folder'.
7905
7906 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7907
7908         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7909         instead of `elmo-folder-get-type'.
7910
7911 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7912
7913         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7914         position on Subject: field.
7915         (Advised by Mito <mit@nines.nec.co.jp>)
7916
7917 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7918
7919         * wl-folder.el (wl-folder-prefetch-entity): Use
7920         `wl-folder-get-elmo-folder'.
7921
7922 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7925
7926         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7927         `process-duplicates' slot.
7928
7929         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7930         if detection failed.
7931
7932 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7933
7934         * wl-version.el (wl-version-status): Set to "alpha".
7935
7936 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7939         Check wl-message-buffer lives before set-buffer.
7940
7941 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7942
7943         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
7944         called in folder mode.
7945         * wl-var.el (wl-summary-exit-pre-hook): New variable.
7946         * wl-summary.el (wl-summary-exit-pre-hook): Run
7947         `wl-summary-exit-pre-hook' before exit summary mode.
7948
7949 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7950
7951         * wl-version.el (wl-version-status): New variable.
7952         (wl-version-status-alist): Removed.
7953         (wl-version-status): Rule included.
7954
7955 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
7956
7957         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
7958         @sponichi.
7959
7960         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
7961         when `mail-reply-buffer' is buffer-local variable.
7962         (Reported by <kita@coe.nttdata.co.jp>).
7963
7964 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
7965
7966         * wl-vars.el (toplevel): Require 'elmo-util.
7967
7968 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
7969
7970         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
7971         (All other related portions are changed)
7972
7973         * wl.el (wl-plugged-change): Use '<' instead of '<='.
7974
7975         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
7976
7977 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7978
7979         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
7980
7981 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7982
7983         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
7984         Delete other windows to avoid an error.
7985         Use `point-marker' instead of `point' to remember the start point
7986         of body.
7987
7988         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
7989
7990         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
7991         number not to exceed all message number.
7992
7993 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7994
7995         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
7996         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
7997
7998 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-summary.el (wl-summary-sync-force-update): Added argument
8001         no-check.
8002         (wl-summary-sync-update): Ditto.
8003         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8004         with `no-check'.
8005
8006         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8007         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8008         already running.
8009
8010 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8011
8012         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8013         `dst-folder-arg'.
8014         (wl-expire-archive-number1): Diito.
8015         (wl-expire-archive-number2): Diito.
8016         (wl-expire-archive-Date): Diito.
8017         (wl-archive-number1): Diito.
8018         (wl-archive-number2): Diito.
8019         (wl-archive-date): Diito.
8020         (wl-archive-folder-p): New function.
8021         (wl-summary-expire): Support of expand folder name at
8022         wl-expire-alist.
8023         * wl-util.el (wl-expand-newtext): Renamed from
8024         `wl-refile-expand-newtext'.
8025
8026 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8027
8028         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8029         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8030         `(elmo-msgdb-get-overview msgdb)'.
8031         (wl-summary-prefetch): Bind match data before call
8032         `wl-summay-prefetch-msg'.
8033         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8034         'off if `wl-summary-buffer-disp-msg' is non-nil.
8035         Fixed problem that couldn't show only one new or unread message when
8036         enter folder.
8037         (wl-summary-reply): Don't call `split-window-vertically' and other
8038         window.
8039
8040 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-expire.el (wl-expire-refile): Fixed.
8043
8044 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8047
8048         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8049         biff notification is removed.
8050
8051         * wl.el (wl): Changed position of `elmo-init'.
8052
8053         * wl-draft.el (wl-default-draft-cite): Use date field
8054         on the citation buffer.
8055
8056         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8057
8058         * wl-xmas.el (wl-folder-internal-icon-list): Added
8059         `wl-folder-shimbun-image'.
8060
8061         * wl-e21.el (wl-folder-internal-icon-list): Added
8062         `wl-folder-shimbun-image'.
8063
8064 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl.el (wl-init): Eliminated argument.
8067         (wl): Rewrite.
8068
8069         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8070         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8071         instead of `elmo-folder-msgdb-internal'.
8072         (wl-summary-sync-update): Ditto.
8073         (wl-summary-flush-pending-append-operations): Eliminated.
8074         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8075         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8076         `elmo-folder-open'.
8077
8078         * wl-mime.el (wl-summary-burst): Fixed.
8079
8080         * wl-folder.el (wl-folder-info-save): Check data type.
8081
8082         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8083         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8084         instead of `elmo-folder-msgdb-internal'.
8085         (wl-expire-hide): Ditto.
8086
8087
8088         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8089
8090 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8091
8092         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8093
8094 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8095
8096         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8097
8098 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8101         Fixed `match-beginning' argument mismatch.
8102
8103 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8104
8105         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8106         the default value.
8107
8108 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8111         instead of `elmo-nntp-default-port'.
8112
8113         * wl-vars.el: Fixed some doc strings.
8114
8115 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8116
8117         * wl-summary.el (wl-summary-prefetch-msg): Use
8118         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8119
8120         * wl-vars.el: Define *-func as obsolete variable using
8121         `elmo-define-obsolete-variable'.
8122
8123         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8124         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8125         instead of `wl-message-buffer-prefetch-threshold'.
8126
8127         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8128
8129         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8130
8131         * wl-draft.el (wl-caesar-region-func): Ditto.
8132
8133         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8134         Keep unread status in elmo-folder-move-messages.
8135         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8136
8137 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8138
8139         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8140         `wl-summary-buffer-exit-func'
8141         (wl-summary-buffer-message-redisplay-function): Renamed from
8142         `wl-summary-buffer-message-redisplay-func'
8143         (wl-summary-buffer-next-folder-function): Renamed from
8144         `wl-summary-buffer-next-folder-func'.
8145         (wl-summary-buffer-prev-folder-function): Renamed from
8146         `wl-summary-buffer-prev-folder-func'.
8147         (wl-summary-get-petname-function): Renamed from
8148         `wl-summary-get-petname-func'.
8149
8150         * wl-score.el (wl-score-edit-exit-function): Renamed from
8151         `wl-score-edit-exit-func'.
8152
8153         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8154         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8155
8156         * wl-util.el (wl-load-profile-function): Renamed from
8157         `wl-load-profile-func'.
8158
8159         * wl-folder.el (wl-folder-completion-function): Renamed from
8160         `wl-folder-completion-func'.
8161         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8162
8163         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8164         `wl-expire-archive-get-folder-func'.
8165         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8166         (wl-draft-send-mail-function): Renamed from
8167         `wl-draft-send-mail-func'.
8168         (wl-draft-send-news-function): Renamed from
8169         `wl-draft-send-news-func'.
8170         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8171         (wl-generate-mailer-string-function): Renamed from
8172         `wl-generate-mailer-string-func'.
8173         (wl-highlight-signature-search-function): Renamed from
8174         `wl-highlight-signature-search-func'.
8175         (wl-highlight-x-face-function): Renamed from
8176         `wl-highlight-x-face-func'
8177         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8178         (wl-ps-print-buffer-function): Renamed from
8179         `wl-ps-print-buffer-func'
8180         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8181         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8182         (wl-summary-subject-filter-function): Renamed from
8183         `wl-summary-subject-filter-func'.
8184
8185         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8186         `wl-draft-queue-flush-send-func'
8187         (wl-draft-cite-function): Renamed from
8188         `wl-draft-cite-func'
8189
8190         * wl-address.el (wl-address-init-function): Renamed from
8191         `wl-address-init-func'.
8192
8193 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-draft.el (wl-draft-queue-flush): Don't call
8196         `elmo-dop-unlock-message'.
8197         * wl-draft.el (wl-draft-queue-append): Don't call
8198         `elmo-dop-lock-message'.
8199
8200         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8201         (wl-summary-buffer-folder-name): Ditto.
8202         (wl-summary-message-regexp): Added '-' (all other related portions
8203         are changed).
8204         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8205         wl-summary-buffer-folder-name.
8206
8207 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8208
8209         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8210         the number of mails in the folder buffer is not updated by wl-biff.
8211
8212 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8213
8214         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8215         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8216
8217 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8218
8219         * wl-summary.el (wl-summary-next-message):
8220         Return next message number when wl-summary-move-order is nil.
8221
8222 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8223
8224         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8225         `wl-summary-move-spec-alist'.
8226         (wl-summary-move-spec-unplugged-alist): New variable
8227         (Move spec for unplugged status).
8228         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8229         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8230
8231 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8232
8233         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8234         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8235
8236 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8237
8238         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8239         simple quotation to quote the anonymous function.
8240         * tm-wl.el (wl-draft-preview-message): Ditto.
8241
8242 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8243
8244         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8245         Eliminate redundant `save-excursion'.
8246         (wl-highlight-summary-current-line): Ditto.
8247
8248         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8249         accessing match data when `looking-at' failed.
8250
8251         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8252         `elmo-match-string' where users don't care about the speed.
8253         (wl-draft-save): Ditto.
8254
8255 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8256
8257         * wl-util.el (wl-regexp-opt): New function.
8258
8259         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8260         number from `wl-summary-buffer-number-list'.
8261         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8262         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8263         (wl-summary-move-spec-alist): Changed default setting.
8264
8265 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8266
8267         * wl-vars.el (wl-biff-notify-hook): New hook.
8268         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8269         the arrival of new mail.
8270         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8271         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8272
8273 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8276
8277 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8280
8281         * Version number is increased to 2.5.8.
8282
8283         * wl-thread.el (toplevel): require 'cl.
8284         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8285         (wl-thread-make-number-list): New function.
8286         (wl-thread-entity-make-number-list-from-children): Ditto.
8287         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8288         (wl-thread-entity-insert-as-children): Likewise.
8289         (wl-thread-delete-message): Likewise.
8290         (wl-meaning-of-mark): Eliminated.
8291         (wl-thread-next-failure-mark-p): Ditto.
8292         (wl-thread-entity-get-mark): Ditto.
8293         (wl-thread-meaning-alist-get-result): Ditto.
8294         (wl-thread-entity-check-prev-mark): Ditto.
8295         (wl-thread-entity-check-next-mark): Ditto.
8296         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8297         (wl-thread-entity-get-prev-marked-entity): Ditto.
8298         (wl-thread-get-prev-unread): Ditto.
8299         (wl-thread-jump-to-prev-unread): Ditto.
8300         (wl-thread-get-next-unread): Ditto.
8301         (wl-thread-jump-to-next-unread): Ditto.
8302         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8303         (wl-thread-entity-get-next-marked-entity): Ditto.
8304
8305         * wl-summary.el (wl-summary-buffer-number-list):
8306         New bufer-local variable.
8307         (wl-summary-switch-to-clone-buffer): Clone
8308         `wl-summary-buffer-number-list'.
8309         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8310         (wl-summary-cursor-move-regex): Eliminated.
8311         (wl-summary-cursor-up): Rewrite.
8312         (wl-summary-cursor-down): Ditto.
8313         (wl-summary-mode-spec-alist): New variable.
8314         (wl-summary-next-message): New inline function.
8315         (wl-summary-cursor-move): New function.
8316         (wl-summary-default-get-next-msg): Rewrite.
8317         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8318         (wl-summary-rescan): Ditto.
8319         (wl-summary-sync-all-init): Ditto.
8320         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8321         summary is not thread view.
8322         (wl-summary-sync-update): Ditto.
8323         (wl-summary-rescan): Ditto.
8324         (wl-summary-make-number-list): New function.
8325
8326         * wl-draft.el: "FCC" -> "Fcc".
8327
8328 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8329
8330         * wl-highlight.el (wl-highlight-summary-window):
8331         Call `set-buffer-modified-p'.
8332
8333         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8334         (wl): Call `elmo-init' and fix.
8335
8336         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8337         Use new variables.
8338
8339         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8340
8341 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8344
8345 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8346
8347         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8348
8349 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8350
8351         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8352         `wl-use-toolbar' nor `display-graphic-p'.
8353         (wl-e21-setup-message-toolbar): Ditto.
8354         (wl-e21-setup-summary-toolbar): Ditto.
8355         (wl-e21-setup-folder-toolbar): Ditto.
8356
8357         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8358         (wl-plugged-init-icons): Ditto.
8359
8360         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8361         `display-graphic-p'.
8362         (wl-plugged-set-folder-icon): Ditto.
8363         (wl-highlight-plugged-current-line): Ditto.
8364         (wl-highlight-folder-current-line): Ditto.
8365         (wl-e21-highlight-folder-group-line): Ditto.
8366         (wl-e21-setup-toolbar): Ditto.
8367         (wl-e21-display-image-p): New macro.
8368
8369         * wl-demo.el (wl-demo): Simplified.
8370         (wl-demo-image-type-alist): Use `image-type-available-p' for
8371         checking whether the image type `xbm' is available.
8372
8373 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8376         (wl-summary-input-range): Ditto.
8377
8378 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8379
8380         * wl-summary.el (wl-summary-edit-addresses): Use
8381         `wl-summary-get-original-buffer'
8382         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8383         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8384         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8385         (wl-summary-get-newsgroups): Eliminated.
8386         (wl-summary-set-crosspost): Ditto.
8387         (wl-summary-is-crosspost-folder): Ditto.
8388         (wl-crosspost-alist-load): Ditto.
8389         (wl-crosspost-alist-save): Ditto.
8390
8391         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8392         `elmo-setup-subscribed-newsgroups' instead of
8393         `elmo-nntp-make-groups-hashtb'.
8394         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8395         instead of `wl-crosspost-alist-save'.
8396
8397         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8398         of `elmo-folder-message-appendable-p'.
8399         (wl-mime-header-presentation-method): Eliminated.
8400
8401         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8402         (Error occurs in emacs21).
8403
8404         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8405         the current buffer).
8406
8407         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8408         instead of `wl-crosspost-alist-save'.
8409         (wl-init): `elmo-crosspost-message-alist-load'
8410         instead of `wl-crosspost-alist-load'
8411
8412         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8413         (wl-parse-newsgroups): Likewise.
8414         (wl-biff-notify): Run `wl-biff-notify-hook'.
8415
8416 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8419
8420         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8421         when `wl-summary-lazy-highlight' is non-nil.
8422         (wl-summary-goto-folder-subr): Highlight only when
8423         `wl-summary-lazy-highlight' is non-nil.
8424
8425         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8426         Don't display progress and highlight temp-mark when
8427         `wl-summary-lazy-highlight' is non-nil.
8428         (wl-highlight-summary-window): New function.
8429         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8430
8431 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8432
8433         * wl-summary.el (wl-summary-sync): Change `all-visible'
8434         from `all-shown'
8435         (wl-summary-input-range): Ditto.
8436
8437 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8438
8439         * wl-e21.el (wl-highlight-folder-current-line): Call
8440         `wl-folder-init-icons' when folder icons have not been initialized.
8441
8442         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8443
8444         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8445         (wl-demo-image-type-alist): New macro.
8446
8447 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8448
8449         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8450         display does not support graphics.
8451         (wl-plugged-init-icons): Ditto.
8452         (wl-folder-init-icons): Ditto.
8453
8454         * wl-demo.el (wl-demo): Chech closely whether the display
8455         supports graphics.
8456
8457 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-summary.el (wl-summary-get-original-buffer): New function.
8460         (wl-summary-set-crosspost): Use it.
8461         (wl-summary-target-mark-uudecode): Ditto.
8462         (wl-summary-reedit): Ditto.
8463         (wl-summary-resend-bounced-mail): Ditto.
8464         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8465         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8466
8467         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8468         (wl-message-display-internal): Ditto.
8469
8470 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8471
8472         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8473
8474 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-summary.el (wl-summary-save-view): Renamed from
8477         `wl-summary-save-status'.
8478
8479 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8480
8481         * wl-summary.el (wl-summary-sync): Added `all-shown'
8482
8483 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8484
8485         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8486
8487 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8488
8489         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8490
8491 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8492
8493         * wl-highlight.el (wl-highlight-summary-line-string): Use
8494         `zerop' instead of `= 0'.
8495         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8496
8497         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8498         for comparing numbers.
8499         (wl-template-prev): Use `zerop' instead of `eq 0'.
8500
8501         * wl-draft.el (wl-draft-insert-current-message): Use
8502         `with-current-buffer' instead of `save-excursion'.
8503         Use `zerop' instead of `eq 0'.
8504
8505 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8506
8507         * wl-draft.el (wl-draft-insert-ccs): New function.
8508         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8509         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8510
8511 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8512
8513         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8514
8515 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8516
8517         * wl-expire.el (wl-expire-refile): Don't call
8518         elmo-msgdb-add-msgs-to-seen-list;
8519         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8520         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8521
8522 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl-message.el (wl-message-prev-page): Ignore errors while
8525         scroll-down.
8526
8527 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8528
8529         * wl-mime.el: Use elmo-original-message-mode instead of
8530         mmelmo-original-mode.
8531
8532         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8533         `elmo-folder-get-spec';
8534         (wl-fldmgr-add-completion-all-completions):
8535         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8536
8537         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8538         of `elmo-folder-get-type'.
8539
8540         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8541         `elmo-folder-get-spec';
8542         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8543         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8544         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8545         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8546         `elmo-read-msg-no-cache';
8547         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8548         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8549         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8550         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8551         `elmo-cache-save';
8552         (wl-draft-reedit): Use `elmo-message-file-name'.
8553
8554         * wl-expire.el: Use `elmo-folder-name-internal';
8555         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8556         Use macro `wl-summary-buffer-msgdb' instead of variable
8557         `wl-summary-buffer-msgdb';
8558         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8559         Use macro `wl-summary-buffer-folder-name' instead of variable
8560         `wl-summary-buffer-folder-name'.
8561         * wl-score.el: Likewise.
8562
8563         * wl-message.el: Rewrite for new message buffer cache mechanism.
8564         (wl-message-buffer-cache-buffer-get): New macro.
8565         (wl-message-buffer-cache-folder-get): Ditto.
8566         (wl-message-buffer-cache-message-get): Ditto.
8567         (wl-message-buffer-cache-entry-make): Ditto.
8568         (wl-message-buffer-cache-hit): Ditto.
8569         (wl-message-buffer-cache-sort): New function.
8570         (wl-message-buffer-cache-add): Ditto.
8571         (wl-message-buffer-cache-delete): Ditto.
8572         (wl-message-buffer-cache-clean-up): Ditto.
8573         (wl-message-buffer-window): Rewrite.
8574         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8575         (wl-message-buffer-display): New function.
8576         (wl-message-display-internal): New function.
8577
8578 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-folder.el: Use `elmo-folder-name-internal';
8581         Use `wl-folder-get-elmo-folder';
8582         Use `elmo-folder-list-messages' instead of
8583         `elmo-list-folder';
8584         Use `elmo-folder-get-primitive-list' instead of
8585         `elmo-folder-get-primitive-spec-list';
8586         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8587         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8588         Use `elmo-folder-create' instead of `elmo-create-folder'.
8589         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8590         (wl-folder-get-elmo-folder): New macro.
8591         (wl-folder-elmo-folder-cache-get): Ditto.
8592         (wl-folder-elmo-folder-cache-put): Ditto.
8593         (wl-folder-suspend): Call `elmo-quit'.
8594
8595         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8596         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8597         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8598         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8599         (toplevel): require 'cl.
8600         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8601
8602         * wl-summary.el: Rewrite to use new elmo interface.
8603
8604 \f
8605 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-mime.el (wl-draft-preview-message):
8608         Run `wl-draft-send-hook' before collecting recipients information;
8609         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8610
8611         * tm-wl.el (wl-draft-preview-message): Ditto.
8612
8613 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8616         wrong recipients are displayed when forwarded message.
8617
8618 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * Version number is increased to 2.5.7.
8621
8622 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl-message.el (wl-message-next-page): Bind
8625         `window-pixel-scroll-increment' to nil while scrolling up.
8626
8627 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8628
8629         * wl-vars.el (wl-save-hook): New hook.
8630         * wl.el (wl-save): Call `wl-save-hook'.
8631
8632 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8633
8634         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8635         Argument WITH-ARG instead of NO-ARG (negative mean).
8636         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8637         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8638         * wl-message.el (wl-message-follow-current-entity): Likewise.
8639
8640 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8641
8642         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8643         FROM was optional argument.
8644         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8645
8646 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8647
8648         * Version number is increased to 2.5.6.
8649
8650 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8651
8652         * wl-version.el (wl-version-show): Removed.
8653         (wl-version): Add `interactive'.
8654
8655 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8656
8657         * wl-summary.el (wl-summary-get-petname-func): New variable.
8658         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8659         instead of `wl-address-get-petname-1'.
8660         (wl-summary-simple-from): Ditto.
8661
8662         * wl-address.el (wl-address-get-petname-1): Define as function.
8663
8664 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8667         field in the original message.
8668         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8669
8670 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8671
8672         * wl-expire.el (wl-expire-hide):
8673         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8674
8675 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8676
8677         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8678         find decoder for To, Cc, and Subject.
8679
8680 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8683         for checking `elmo-use-buffer-cache'.
8684         (wl-summary-mark-as-important): Fixed typo in comment.
8685
8686 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8687
8688         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8689         field in the original message.
8690         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8691
8692 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8693
8694         * wl-expire.el (wl-expire-hide):
8695         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8696
8697 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8698
8699         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8700         find decoder for To, Cc, and Subject.
8701
8702 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * Version number is increased to 2.5.5.
8705
8706         * wl-address.el (wl-address-specials-regexp): New constant.
8707         (wl-address-quote-specials): Use it.
8708
8709 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-summary.el (wl-summary-rescan):
8712         Call `wl-summary-buffer-number-column-detect'.
8713         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8714
8715         * wl-message.el (wl-message-mode-map): Define.
8716         (wl-message-decode): Use it as local-map.
8717
8718 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8719
8720         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8721         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8722
8723 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8726
8727         * wl-mule.el (wl-read-event-char): Ditto.
8728
8729         * wl-e21.el (wl-read-event-char): Ditto.
8730
8731         * wl-nemacs.el (wl-read-event-char): Ditto.
8732         (read-event): Removed.
8733
8734         * wl-util.el (toplevel): Removed dummy definition of
8735         `read-event'.
8736         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8737
8738 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8739
8740         * wl-nemacs.el (elmo-archive-call-process): Moved to
8741         elmo-archive.el.
8742
8743 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8744
8745         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8746         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8747
8748         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8749         instead of magic-number 6.  Use `not' instead of `null' for symbol
8750         `nil' check (not empty list).
8751         (wl-draft-insert-x-face-field): Fixed paren style.
8752
8753         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8754         one-branch conditional statement, instead of `and' and `if'.
8755         (wl-draft-forward): Likewise.
8756         (wl-draft-add-references): Likewise.
8757         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8758
8759         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8760         conditional steatment.  Use `cond' instead of `if'.
8761         (wl-draft-confirm): Likewise.
8762
8763 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8764
8765         * wl-version.el (wl-version-show): Use `product-string-1'
8766         instead of `wl-version'.
8767         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8768
8769         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8770
8771 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8772
8773         * wl-highlight.el (wl-highlight-headers): Revert
8774         `wl-highlight-x-face-func' argument (`beg' and `end').
8775
8776 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8777
8778         * wl.el (toplevel): Move `product-provide' declare.
8779         * wl-demo.el (toplevel): Ditto.
8780         * wl-dnd.el (toplevel): Ditto.
8781         * wl-highlight.el (toplevel): Ditto.
8782         * wl-message.el (toplevel): Ditto.
8783         * wl-refile.el (toplevel): Ditto.
8784         * wl-util.el (toplevel): Ditto.
8785
8786 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8789         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8790         (wl-thread-close-all): keep cursor position.
8791
8792 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8793
8794         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8795         (eq x 0).
8796         (wl-generate-user-agent-string-1): Fix conditional statement.
8797
8798 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8799
8800         * wl.el (wl-check-environment): Additional check for
8801         'wl-local-domain' and `wl-message-id-domain'.
8802
8803 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8804
8805         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8806
8807 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8808
8809         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8810         instead of `smtp-sasl-user-realm'.
8811
8812 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8813
8814         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8815
8816 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8817
8818         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8819         to the default value as well as `eword-lexical-analyzer'.
8820
8821 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8822
8823         * wl-version.el (wl-extended-emacs-version,
8824         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8825         `elmo-match-string' instead of `wl-match-string'.
8826
8827 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8828
8829         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8830         docstring.
8831
8832 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8833
8834         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8835
8836 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8837
8838         * wl-highlight.el (wl-highlight-headers): Remove
8839         `wl-highlight-x-face-func' argument (`beg' and `end').
8840
8841 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-summary.el (wl-summary-mark-as-important):
8844         Remove cache if folder is local.
8845
8846 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8847
8848         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8849         to get existing e-mail address string.
8850
8851 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8852
8853         * wl-version.el (wl-generate-user-agent-string): Commentary.
8854         (wl-generate-user-agent-string-1): Use `when' for
8855         one-branch conditional statement, instead of `and' and `if'.
8856         (wl-extended-emacs-version, wl-extended-emacs-version2,
8857         wl-extended-emacs-version3): Ditto.
8858
8859 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8860
8861         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8862         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8863         condition-case; Remove initialization.
8864         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8865         (wl-summary-sync-update3): Added argument `sync-all';
8866         Eliminated local variable `msgdb';
8867         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8868         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8869         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8870
8871 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8872
8873         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8874         connection before call `wl-draft-send-mail-with-smtp'.
8875
8876 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8877
8878         * Version number is increased to 2.5.4.
8879
8880 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8881
8882         * wl.el (wl-check-environment): Additional check for
8883         'wl-local-domain' and `wl-message-id-domain'.
8884
8885 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8888         buffer as command specific.
8889         (wl-folder-mark-as-read-all-entity): Ditto.
8890         (wl-folder-prefetch-entity): Ditto.
8891         (wl-folder-drop-unsync-entity): Ditto.
8892
8893         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8894         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8895         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8896
8897         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8898         save-excursion.
8899
8900 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8901
8902         * Version number is increased to 2.5.3.
8903
8904         * wl-summary.el (wl-summary-save-view-cache):
8905         Delete duplicated `write-region';
8906         Use `write-region-as-binary' instead of `as-binary-output-file' and
8907         `write-region'.
8908
8909 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8910
8911         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8912
8913 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8914
8915         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8916         instead of `smtp-via-smtp'.
8917
8918 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8919
8920         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8921
8922 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8923
8924         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8925         instead of `smtp-sasl-user-realm'.
8926
8927 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8928
8929         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8930
8931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8932
8933         * Version number is increased to 2.5.2.
8934
8935 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8938         does not exist.
8939         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8940         (wl-biff-start): Call `timer-activate' if timer already exists.
8941
8942         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8943         only when it is bound as function.
8944
8945 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
8946
8947         * Version number is increased to 2.5.1.
8948
8949 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
8952         Print refile/copy destination.
8953
8954 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
8957         queue-flush-only is non-nil.
8958
8959         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
8960
8961         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
8962         checking cache folder.
8963
8964 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
8967         `regexp-quote'.
8968
8969 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8970
8971         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
8972         function.
8973         * wl-summary.el (wl-summary-write-current-folder-functions):
8974         Change default value.  Use it.
8975
8976 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * Version number is increased to 2.5.0.
8979
8980         * wl-version.el (wl-version): Changed codename.
8981
8982 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
8983
8984         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
8985         (wl-summary-supersedes-message): Ditto.
8986
8987 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8988
8989         * wl-refile.el (wl-refile-guess-functions): Renamed from
8990         `wl-refile-guess-func-list'.
8991
8992 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
8993
8994         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
8995         Fixed problem when no rule was matched.
8996
8997 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
8998
8999         * wl-summary.el (wl-summary-get-mark): Fixed
9000         `wl-summary-buffer-target-mark' check logic.
9001
9002 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9003
9004         * wl-folder.el (wl-folder-write-current-folder): Added group
9005         folder check.
9006
9007         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9008         `wl-summary-write-current-newsgroup'.
9009         (wl-summary-write-current-folder-functions): New variable.
9010         * wl-folder.el (wl-folder-get-newsgroups): New function.
9011         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9012         (wl-folder-write-current-folder): Renamed from
9013         `wl-folder-write-current-newsgroup'.
9014
9015 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9016
9017         * Version number is increased to 2.3.93.
9018
9019 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9020
9021         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9022         (wl-ldap-make-matched-value-list): Ditto.
9023         (wl-ldap-alias-safe-string): Split e-mail address.
9024
9025         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9026         petname folder default was selected.
9027         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9028         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9029
9030 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9033         to `wl-draft-config-exec'.
9034
9035         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9036         instead of calling `wl-draft-config-exec';
9037         Process group-list and show recipients in minibuffer.
9038
9039         * tm-wl.el (wl-draft-preview-message): Ditto.
9040
9041 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9042
9043         * wl.el (toplevel): Added (C) to copyright notice, and
9044         sync Author header.
9045         * tm-wl.el (toplevel): Ditto.
9046         * wl-address.el (toplevel): Ditto.
9047         * wl-demo.el (toplevel): Ditto.
9048         * wl-dnd.el (toplevel): Ditto.
9049         * wl-draft.el (toplevel): Ditto.
9050         * wl-e21.el (toplevel): Ditto.
9051         * wl-expire.el (toplevel): Ditto.
9052         * wl-folder.el (toplevel): Ditto.
9053         * wl-highlight.el (toplevel): Ditto.
9054         * wl-message.el (toplevel): Ditto.
9055         * wl-mime.el (toplevel): Ditto.
9056         * wl-mule.el (toplevel): Ditto.
9057         * wl-nemacs.el (toplevel): Ditto.
9058         * wl-refile.el (toplevel): Ditto.
9059         * wl-score.el (toplevel): Ditto.
9060         * wl-summary.el (toplevel): Ditto.
9061         * wl-template.el (toplevel): Ditto.
9062         * wl-thread.el (toplevel): Ditto.
9063         * wl-util.el (toplevel): Ditto.
9064         * wl-vars.el (toplevel): Ditto.
9065         * wl-xmas.el (toplevel): Ditto.
9066
9067 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9068
9069         * wl.el (wl-init): Added comment about `wl-init-hook'.
9070         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9071         * wl-vars.el (wl-init-hook): Added docs.
9072         (wl-make-plugged-hook): Removed useless docs.
9073         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9074         * wl-xmas.el (toplevel): Ditto.
9075
9076 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9077
9078         * wl-address.el (toplevel): Fixed multiple Author header format.
9079         * wl-demo.el (toplevel): Ditto.
9080         * wl-draft.el (toplevel): Ditto.
9081         * wl-folder.el (toplevel): Ditto.
9082         * wl-summary.el (toplevel): Ditto.
9083         * wl-thread.el (toplevel): Ditto.
9084         * wl-util.el (toplevel): Ditto.
9085         * wl-vars.el (toplevel): Ditto.
9086         * wl-version.el (toplevel): Ditto.
9087         * wl-xmas.el (toplevel): Ditto.
9088         * wl.el (toplevel): Ditto.
9089
9090         * wl-version.el (toplevel): Added require `elmo-version' for
9091         `product-version-as-string'.
9092
9093 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl-vars.el (wl-draft-send-hook): Changed default value to
9096         '(wl-draft-config-exec).
9097
9098         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9099         explicitly.
9100         (wl-draft): Set `wl-draft-config-exec-flag' before running
9101         `wl-mail-setup-hook'.
9102
9103         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9104         `wl-biff-init-icons' to `wl-init-hook' instead of
9105         `wl-make-plugged-hook'.
9106         (Because if `wl-draft' command is invoked at first,
9107         they are not initialized)
9108         Updated copyright notice.
9109
9110         * wl-e21.el (toplevel): Ditto;
9111
9112         * wl-demo.el (toplevel): Updated copyright notice.
9113         * wl-address.el (toplevel): Ditto.
9114         * wl-draft.el (toplevel): Ditto.
9115         * wl-version.el (toplevel): Ditto.
9116         * wl-folder.el (toplevel): Ditto.
9117         * wl-summary.el (toplevel): Ditto.
9118         * wl-thread.el (toplevel): Ditto.
9119         * wl-util.el (toplevel): Ditto.
9120         * wl-vars.el (toplevel): Ditto.
9121         * wl.el (toplevel): Ditto.
9122
9123 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9124
9125         * wl-highlight.el (wl-highlight-message): Fixed problem of
9126         highlighting failure which occured when the last field contains
9127         multiple lines in the draft buffer.
9128
9129         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9130         `wl-biff-start' if plugged.
9131
9132         * wl-util.el (wl-biff-check-folder): New function.
9133         (wl-biff-check-folders): Don't set session name prefix.
9134         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9135         (wl-biff-check-folder-async): Ditto.
9136
9137         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9138         in email address.
9139
9140 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9141
9142         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9143
9144         * wl-draft.el (wl-draft-strip-subject-re): New function.
9145
9146         * wl-draft.el (wl-draft-reply): Use it.
9147
9148 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9149
9150         * wl-message.el (wl-mmelmo-message-redisplay): Use
9151         `mime-display-message' instead of `wl-mime-display-message'.
9152
9153         * wl-mime.el (toplevel): Removed compatibility workaround
9154         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9155         (wl-mime-display-message): Abolished.
9156         (wl-mime-entity-read-field): Ditto.
9157         (wl-mime-combine-message/partial-pieces): Use
9158         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9159
9160 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9161
9162         * wl-template.el: Doc fixes.
9163
9164 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9165
9166         * wl-e21.el (wl-message-overload-functions): Do nothing if
9167         `current-local-map' is not available.
9168         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9169
9170 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9171
9172         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9173         representation.
9174
9175         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9176         number.
9177         (wl-fldmgr-save-folders): Don't use `format' when insert
9178         `wl-fldmgr-folders-header'.
9179
9180 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9181
9182         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9183
9184 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-highlight.el (wl-highlight-message):
9187         Use `std11-field-end' to detect end point of the header field.
9188         Refer `wl-highlight-max-header-size'.
9189
9190         * wl-vars.el (wl-highlight-max-header-size): New variable.
9191
9192         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9193
9194         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9195         Set `for-draft' argument of wl-highlight-headers.
9196         (wl-draft): Ditto.
9197         (wl-draft-reedit): Ditto.
9198         (wl-user-agent-compose-internal): Ditto.
9199
9200 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9201
9202         * wl-message.el (wl-message-add-button): Use overlay.
9203
9204 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9207
9208         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9209         problem when group-list content is nothing.
9210         (Reported by Mito <mit@nines.nec.co.jp>)
9211
9212 2000-10-18  SAITO Atsunori <sai@yedo.com>
9213
9214         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9215
9216 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9217
9218         * tm-wl.el (toplevel): Use product-provide.
9219
9220 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9221
9222         * Version number is increased to 2.3.92.
9223
9224 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9225
9226         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9227         title text, use `display' property for left margin under Emacs 21.
9228
9229         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9230         properties.
9231         (wl-plugged-init-icons): Ditto.
9232
9233 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9234
9235         * wl.el (wl-save-status, wl-init): Remove last period in
9236         "...done." message.
9237         * tm-wl.el (wl-summary-burst): Ditto.
9238         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9239         wl-summary-resume-cache-status,
9240         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9241         wl-summary-sync-update3, wl-summary-highlight-msgs,
9242         wl-summary-flush-pending-append-operations,
9243         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9244         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9245         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9246         wl-thread-open-all): Ditto.
9247         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9248         * wl-mime.el (wl-summary-burst): Ditto.
9249         * wl-highlight.el (wl-highlight-summary): Ditto.
9250         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9251         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9252         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9253         * wl-address.el (wl-local-address-init): Ditto.
9254
9255 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9256
9257         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9258         `add-text-properties'.
9259         (wl-plugged-init-icons): Ditto.
9260         (wl-folder-init-icons): Use `propertize' instead of
9261         `put-text-property'.
9262         (wl-plugged-set-folder-icon): Ditto.
9263         (wl-e21-highlight-folder-group-line): Ditto.
9264
9265 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-version.el (wl-version-status-alist): New variable.
9268         (wl-version-status): New function.
9269
9270         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9271         "Cc" part of the case "Reply-To".
9272
9273         * wl-draft.el (wl-draft-reply): Use result of
9274         `eword-extract-address-components'.
9275
9276         * wl-demo.el (wl-demo-icon-name): New constant.
9277         (wl-logo-xpm): Use it.
9278         (wl-logo-xbm): Ditto.
9279         (wl-logo-bitmap): Ditto.
9280
9281         * Version number is increased to 2.3.91.
9282
9283 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9284
9285         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9286         (wl-extended-emacs-version, wl-extended-emacs-version2,
9287         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9288         docstring.
9289
9290         * wl-version.el (wl-generate-user-agent-string-1): New function.
9291         (wl-generate-user-agent-string): Use it.
9292
9293         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9294         `mime-edit-insert-user-agent-field'.
9295         (wl-generate-user-agent-string): Check
9296         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9297
9298         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9299         instead of `if', when verbose case.
9300
9301 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9302
9303         * wl-expire.el (wl-summary-expire): Fix.
9304
9305 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9306
9307         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9308         and `elmo-lost+found-folder' if 'wl-draft.
9309         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9310
9311 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9312
9313         * wl-expire.el (wl-summary-expire): Change messages.
9314         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9315         `deleing-info' instead of "Deleting..."
9316
9317 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9318
9319         * wl-summary.el (wl-summary-refile-subr): Fix.
9320
9321 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9322
9323         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9324         if pipe folder.
9325
9326 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9327
9328         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9329
9330 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9331
9332         * wl-expire.el (wl-expire-hide): New function.
9333         (wl-summary-expire): Add `hide'.
9334
9335 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9336
9337         * wl-vars.el (wl-draft-reply-without-argument-list):
9338         Changed default value to consider `Reply-To:'.
9339         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9340
9341         * Version number is increased to 2.3.90.
9342
9343         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9344         elmo-imap4-get-session with unwind-protect.
9345         Don't cause error.
9346         (wl-summary-sync-marks): Don't check plugged nor folder type.
9347         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9348         (Always keep current buffer).
9349
9350 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9351
9352         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9353         Enclose with `save-excursion'.
9354
9355 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9356
9357         * wl-version.el (wl-version): Remove interactive.
9358
9359 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9360
9361         * wl-version.el (wl-generate-user-agent-string): Use
9362         `product-string-verbose' instead of `product-string-1'.
9363
9364 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9365
9366         * wl-vars.el (wl-draft-use-cache): New variable.
9367         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9368         if wl-draft-use-cache is non-nil.
9369
9370 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9371
9372         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9373         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9374
9375 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9376
9377         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9378         (wl-thread-msg-mark-as-unread): Ditto.
9379
9380         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9381         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9382         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9383         Don't set mark in summary if return value of `elmo-mark-as-read'
9384         is nil.
9385         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9386         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9387         instead of `wl-thread-msg-mark-as-read'.
9388         (wl-summary-mark-as-unread-region): Ditto.
9389         (wl-summary-target-mark-mark-as-read): Ditto.
9390
9391         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9392
9393 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9394
9395         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9396
9397         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9398
9399 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9402         face.
9403
9404 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9405
9406         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9407         `running-xemacs'.
9408
9409 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9410
9411         * wl-version.el (toplevel): Use `product-version-as-string' for
9412         set verstion-string, if defined.
9413
9414         * wl-version.el (wl-version-show): Insert string at point, when
9415         call with argument.
9416
9417         * wl-version.el (wl-generate-user-agent-string): Use
9418         `product-string-1' instead of `wl-appname', `wl-version' and
9419         `wl-codename'.
9420
9421 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9422
9423         * wl-address.el (toplevel): Use product-provide.
9424         * wl-demo.el (toplevel): Ditto.
9425         * wl-dnd.el (toplevel): Ditto.
9426         * wl-draft.el (toplevel): Ditto.
9427         * wl-e21.el (toplevel): Ditto.
9428         * wl-expire.el (toplevel): Ditto.
9429         * wl-fldmgr.el (toplevel): Ditto.
9430         * wl-folder.el (toplevel): Ditto.
9431         * wl-highlight.el (toplevel): Ditto.
9432         * wl-message.el (toplevel): Ditto.
9433         * wl-mime.el (toplevel): Ditto.
9434         * wl-mule.el (toplevel): Ditto.
9435         * wl-nemacs.el (toplevel): Ditto.
9436         * wl-refile.el (toplevel): Ditto.
9437         * wl-score.el (toplevel): Ditto.
9438         * wl-summary.el (toplevel): Ditto.
9439         * wl-template.el (toplevel): Ditto.
9440         * wl-thread.el (toplevel): Ditto.
9441         * wl-util.el (toplevel): Ditto.
9442         * wl-vars.el (toplevel): Ditto.
9443         * wl-xmas.el (toplevel): Ditto.
9444         * wl.el (toplevel): Ditto.
9445
9446 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9447
9448         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9449         instead of product.
9450
9451         * wl-version.el (wl-version): Compile time evalution elmo-version.
9452
9453 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9454
9455         * wl-summary.el (wl-summary-sync-force-update): Append queue
9456         `mark-as-read'if unplugged.
9457
9458 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9459
9460         * wl-version.el: New file.  Use product.el.
9461         * wl.el: add (require 'wl-version).
9462         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9463         for ~/.folders header.
9464         (wl-fldmgr-folders-header): Changed.
9465         * wl-demo.el (wl-demo): Use product.el.
9466
9467         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9468         wl-version.el.
9469         * wl-util.el (wl-version, wl-version-show): Ditto.
9470
9471         * wl-util.el (wl-generate-user-agent-string,
9472         wl-extended-emacs-version, wl-extended-emacs-version2,
9473         wl-extended-emacs-version3): Move to wl-version.el.
9474         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9475         xemacs-codename, mime-edit-insert-user-agent-field,
9476         mime-edit-user-agent-value, mime-editor/version,
9477         mime-editor/codename): Compile warning killer move to
9478         wl-version.el
9479
9480 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9481
9482         * wl-summary.el (wl-summary-refile-subr): Fix.
9483
9484 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9485
9486         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9487         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9488
9489 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9490
9491         * wl.el (wl-check-environment): Check too many `@'.
9492
9493 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9494
9495         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9496
9497 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9498
9499         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9500         wl-draft-reply-myself-without-argument-list): Add variables.
9501         * wl-draft.el (wl-draft-reply): Use it.
9502
9503 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9504
9505         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9506         the 5th argument of `elmo-network-get-spec'.
9507
9508         * wl-thread.el (wl-thread-reparent-children): New inline function.
9509         (wl-thread-delete-message): Use it.
9510
9511         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9512         (wl-summary-score-update-all-lines): Don't use `dolist'.
9513
9514 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9515
9516         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9517         (require 'elmo-msgdb) for inline function.
9518
9519 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9520
9521         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9522
9523 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9524
9525         * wl-score.el (wl-score-headers): Fix for the confusing macro
9526         `elmo-kill-buffer'.
9527
9528 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9529
9530         * wl-summary.el: Don't use the 3rd argument of `require' because
9531         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9532         * wl-util.el: Ditto.
9533         * wl-draft.el: Ditto.
9534
9535 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9536
9537         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9538         window system is not used.
9539
9540 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9541
9542         * wl-thread.el: Don't use `mapcar' only for iteration.
9543         (wl-thread-resume-entity): Ditto.
9544         (wl-thread-delete-message): Ditto.
9545
9546         * wl-summary.el: Bind `dragdrop-drop-functions',
9547         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9548         of `require' for `timezone', `easymenu' and `ps-print';
9549         don't use `mapcar' only for iteration.
9550
9551         * wl-util.el: Bind `mule-version', `nemacs-version',
9552         `emacs-beta-version', `xemacs-codename',
9553         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9554         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9555         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9556         only for iteration.
9557
9558         * wl-score.el: Don't use `mapcar' only for iteration.
9559         (wl-score-simplify-buffer-fuzzy): Ditto.
9560         (wl-score-simplify-subject): Ditto.
9561         (wl-score-headers): Ditto.
9562         (wl-summary-score-update-all-lines): Ditto.
9563
9564         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9565         `enable-multibyte-characters' and `mule-version'.
9566
9567         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9568         `mapcar' only for iteration.
9569
9570         * wl-demo.el: Don't use `mapcar' only for iteration.
9571
9572         * wl-folder.el: Don't use `mapcar' only for iteration.
9573         (wl-folder-open-all): Ditto.
9574         (wl-folder-count-incorporates): Ditto.
9575
9576         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9577         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9578
9579         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9580         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9581         `smtp-connection-type'; specify 3rd argument of `require' for
9582         `timezone'; don't use `mapcar' only for iteration.
9583         (wl-draft-clone-local-variables): Don't use `mapcar'.
9584         (wl-draft-generate-clone-buffer): Ditto.
9585         (wl-user-agent-compose-internal): Ditto.
9586
9587         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9588
9589         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9590         (wl-save-status): Ditto.
9591
9592         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9593         for iteration.
9594
9595 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9596
9597         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9598         removed `Date'.
9599         (wl-fldmgr-make-filter-default): New user option.
9600
9601         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9602         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9603         (wl-fldmgr-filter-completion-alist): Abolish.
9604
9605         * wl.el (wl): Don't check servers if arg is non-nil.
9606
9607         * wl-draft.el (wl-draft-reply): Set only message-id string to
9608         In-Reply-To field.
9609
9610 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9611
9612         * wl-summary.el (wl-summary-pick): Rewrite.
9613
9614         * wl-draft.el (wl-draft-forward): Get references field from
9615         original buffer.
9616         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9617
9618 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9619
9620         * wl-draft.el (wl-draft-forward): Add references field.
9621
9622 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9623
9624         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9625         (wl-draft-reply): Use it.
9626
9627 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9628
9629         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9630         when Emacs 21 is running.
9631
9632         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9633         bindings.
9634
9635 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9636
9637         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9638         XPM icons transparent.
9639
9640         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9641         Emacs 21.
9642
9643 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9644
9645         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9646         nil.
9647
9648         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9649         when it is persistent.
9650         (wl-summary-sync-marks): Changed argument for
9651         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9652         (wl-summary-virtual): Use `elmo-read-search-condition'.
9653         (wl-summary-redisplay-internal): If folder is local, mark as read
9654         even when folder is plugged.
9655
9656 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9657
9658         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9659         of `tool-bar-lines' in the frame parameters.
9660         (after-make-frame-functions, post-command-hook): Don't modify the
9661         value.
9662         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9663         wl-e21-tool-bar-lines): Removed.
9664
9665 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9666
9667         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9668         properties `evaporate' and `wl-momentary-overlay' as well.
9669         (wl-highlight-summary-displaying): Ditto.
9670         (wl-delete-all-overlays): Don't delete overlay which does not have
9671         a property `wl-momentary-overlay'.
9672
9673         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9674         `display-mouse-p' and `display-graphic-p'.
9675         (wl-folder-init-icons): Don't search for XBM or the other files.
9676         (wl-plugged-set-folder-icon): Make icons if and only if
9677         `display-graphic-p' returns non-nil.
9678         (wl-highlight-plugged-current-line): Use `before-string' overlay
9679         property to show icon images.
9680         (wl-highlight-folder-current-line): Ditto.
9681         (wl-e21-highlight-folder-group-line): Ditto.
9682         (wl-e21-highlight-folder-by-numbers): Ditto.
9683         (wl-e21-insert-image): Removed.
9684         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9685         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9686         said.
9687         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9688         `wl-e21-force-switch-toolbar'.
9689         (wl-e21-make-icon-image): Removed.
9690         (wl-e21-setup-toolbar): Don't search for XBM files.
9691         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9692         the default value.
9693
9694 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9695
9696         * wl-util.el (wl-biff-check-folder-async): Set
9697         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9698
9699 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9700
9701         * wl-e21.el (after-make-frame-functions): Add
9702         `wl-e21-force-switch-toolbar'.
9703         (wl-e21-force-switch-toolbar): New function force to switch the
9704         toolbar appearance automatically.
9705         (post-command-hook): Add `wl-e21-switch-toolbar'.
9706         (wl-e21-switch-toolbar): New function to switch the toolbar
9707         appearance automatically.
9708         (wl-e21-tool-bar-lines): New buffer local variable.
9709
9710 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl-util.el (wl-biff-check-folders-running): New variable.
9713         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9714         (wl-biff-check-folder-async-callback):
9715         Set `wl-biff-check-folders-running'.
9716         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9717         with unwind-protect.
9718
9719         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9720         Enclose `wl-folder-auto-check' with unwind-protect.
9721
9722         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9723         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9724
9725         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9726
9727         * wl-util.el (wl-biff-notify): New inline function.
9728         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9729         locally.
9730         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9731         folder-list' is 1.
9732         Use `wl-biff-notify'.
9733         (wl-biff-check-folder-async-callback): New function.
9734         (wl-biff-check-folder-async): Ditto.
9735
9736         * wl-folder.el (wl-folder): Don't check folders.
9737         (wl-folder-auto-check): New function.
9738
9739 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9740
9741         * wl-util.el (wl-biff-start) [Emacs19+]:
9742         Use `timer-next-integral-multiple-of-time'.
9743         (wl-biff-check-folders): Use `wl-default-folder'
9744         if `wl-biff-check-folder-list' is nil.
9745
9746 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9747
9748         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9749         instead of `elmo-delete-lists'.
9750
9751 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9752
9753         * wl.el (wl-plugged-toggle-all): Set the value of
9754         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9755         (wl-plugged-toggle): Ditto.
9756         (wl-toggle-plugged): Ditto.
9757         (wl-plugged-init): Ditto.
9758
9759         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9760         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9761         instead of `wl-biff-state-indicator-off' and
9762         `wl-biff-state-indicator-on'; don't modify the value and the type
9763         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9764         (wl-plugged-init-icons): Set icons data to
9765         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9766         instead of `wl-plug-state-indicator-off' and
9767         `wl-plug-state-indicator-on'; don't modify the value and the type
9768         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9769
9770         * wl-vars.el (wl-modeline-biff-state-off,
9771         wl-modeline-biff-state-on, wl-modeline-biff-status,
9772         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9773         wl-modeline-plug-status): New internal variables.
9774         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9775         wl-biff-check-interval, wl-biff-check-folder-list): Change
9776         customization group from `wl-folder' to `wl-highlight'.
9777         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9778         wl-show-plug-status-on-modeline): Defcustomized.
9779
9780         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9781         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9782         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9783         a flag to `mode-line-buffer-identification'.
9784
9785         * wl-e21.el (wl-biff-init-icons): Set icons data to
9786         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9787         instead of `wl-biff-state-indicator-off' and
9788         `wl-biff-state-indicator-on'.
9789         (wl-plugged-init-icons): Set icons data to
9790         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9791         instead of `wl-plug-state-indicator-off' and
9792         `wl-plug-state-indicator-on'.
9793
9794 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9795
9796         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9797         excessive titles.
9798
9799 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9800
9801         * wl.el (wl-plugged-mode): Use revised
9802         `wl-mode-line-buffer-identification'.
9803         (wl-plugged-init): Don't use `force-mode-line-update'.
9804
9805         * wl-xmas.el (wl-draft-overload-functions): Use revised
9806         `wl-mode-line-buffer-identification'.
9807         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9808         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9809         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9810         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9811         `wl-make-plugged-hook';
9812         add `wl-folder-init-icons' and `wl-setup-folder' to
9813         `wl-folder-mode-hook'.
9814
9815         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9816         19 as well.
9817         (wl-mode-line-display-priority-list): New user option.
9818         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9819         Defcustomized.
9820         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9821         Add docs.
9822
9823         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9824         start.
9825         (wl-mode-line-buffer-identification): Revised as a function.
9826
9827         * wl-summary.el (wl-summary-mode): Use revised
9828         `wl-mode-line-buffer-identification'; don't call
9829         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9830         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9831         `wl-xmas-setup-summary'.
9832
9833         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9834         `wl-mode-line-buffer-identification'.
9835
9836         * wl-mule.el (wl-draft-overload-functions): Use revised
9837         `wl-mode-line-buffer-identification'.
9838
9839         * wl-folder.el (wl-make-plugged-alist): Don't call
9840         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9841         (wl-folder): Don't call `wl-folder-init-icons' directly.
9842         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9843         `wl-xmas-setup-folder' directly;
9844         use revised `wl-mode-line-buffer-identification'.
9845         (TopLevel): Don't bind `wl-biff-init-icons',
9846         `wl-plugged-init-icons', `wl-folder-init-icons',
9847         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9848
9849         * wl-e21.el (wl-draft-overload-functions): Use revised
9850         `wl-mode-line-buffer-identification'.
9851         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9852         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9853         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9854         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9855         `wl-make-plugged-hook';
9856         add `wl-folder-init-icons' and `wl-setup-folder' to
9857         `wl-folder-mode-hook'.
9858
9859 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9860             Katsumi Yamaoka    <yamaoka@jpl.org>
9861
9862         * wl.el (wl): Call `wl-biff-start'.
9863         (wl-exit): Call `wl-biff-stop'.
9864         (wl-plugged-mode): Show biff in modeline.
9865         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9866
9867         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9868         (wl-biff-init-icons): New function.
9869         (wl-plugged-init-icons): Don't make too much keymaps.
9870         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9871
9872         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9873         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9874         variables.
9875         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9876         options.
9877
9878         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9879         wl-biff-start, wl-biff-stop): New functions.
9880         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9881         (wl-biff-timer-name): New variable.
9882
9883         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9884
9885         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9886         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9887
9888         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9889         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9890
9891         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9892         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9893         `wl-folder-init-icons' to `ignore' if they are not available.
9894         (wl-folder-mode): Show biff in modeline.
9895
9896         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9897         (wl-biff-init-icons): New function.
9898         (wl-plugged-init-icons): Don't make too much keymaps.
9899         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9900
9901 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9902
9903         * wl-vars.el (wl-strict-diff-folders): Customization Type
9904         and doc fix.  Define as a list of regular expressions for
9905         folders or nil.
9906         * wl-folder.el (wl-folder-check-one-entity): Use
9907         `wl-string-match-member' instead of `wl-string-member' for
9908         `wl-strict-diff-folders'.
9909
9910 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9911
9912         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9913         (wl-highlight-folder-current-line): Use it; new implementation.
9914         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9915         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9916         `defsubst' instead of `defun'.
9917
9918         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9919         `wl-highlight-group-folder-by-numbers'; made it can also be a
9920         number.  See info for more details.
9921
9922         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9923         running.
9924
9925         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9926         to bind them.
9927
9928         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9929         (wl-highlight-folder-current-line): New implementation.
9930
9931         * wl-highlight.el (wl-highlight-folder-group-line): New
9932         implementation.
9933         (wl-delete-all-overlays): Rewrite as a marco.
9934         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9935
9936         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9937         running.
9938         (wl-folder-*-glyph): No need to bind them.
9939
9940         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9941         `wl-e21-highlight-folder-group-icon'; rewrite.
9942         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9943         `defsubst' instead of `defun'.
9944         (wl-folder-mode-map): Bind it when compiling.
9945
9946 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
9947
9948         * wl.el (wl): Initialize plug-related settings before `wl-init'.
9949
9950         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
9951
9952 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
9953
9954         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
9955
9956 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
9959         (wl-highlight-folder-current-line): Use it.
9960
9961         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
9962         in `id-name'.
9963
9964 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
9965
9966         * wl.el: Require `wl-e21' when Emacs 21 is running.
9967
9968         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
9969         default when Emacs 21 is running.
9970         (wl-use-highlight-mouse-line): Ditto.
9971         (wl-on-emacs21): New constant.
9972         (wl-on-emacs20): Removed.
9973
9974         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
9975         Emacs 21 is running.
9976
9977         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
9978         Emacs 21 is running.
9979
9980         * wl-e21.el: New file.
9981
9982 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
9983
9984         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
9985         (wl-toggle-plugged): Ditto.
9986         (wl-plugged-toggle): Ditto.
9987         (wl-plugged-toggle-all): Ditto.
9988
9989         * wl-vars.el (wl-plug-state-indicator): Refer
9990         `wl-plug-state-indicator-on' indirectly.
9991
9992 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
9993
9994         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
9995         Call `wl-folder-confirm-existence'.
9996
9997         * wl-folder.el (wl-folder-confirm-existence): Added optional
9998         argument `force'.
9999
10000 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10001
10002         * wl-summary.el (wl-summary-refile-subr): Assume
10003         `copy-or-refile' as symbol.
10004         (wl-summary-refile): Follow up above change.
10005         (wl-summary-copy): Ditto.  Doc fix.
10006
10007 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10008
10009         * wl-summary.el (wl-summary-pick): Don't bind
10010         `elmo-search-mime-charset'.
10011
10012         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10013         default using old backquote style.
10014         (wl-search-mime-charset): Abolished.
10015
10016         * wl-highlight.el (wl-highlight-headers):
10017         Call `point' after `re-search-forward'(for Nemacs).
10018
10019         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10020         for elmo-imap4.el.
10021
10022 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10023
10024         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10025         `wl-message-ignored-field-list' instead of
10026         `mime-view-ignored-field-list'.
10027
10028         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10029         Add interactive spec.
10030         (wl-folder-goto-bottom-of-current-folder): Ditto.
10031         (wl-folder-mode-map): Bind them.
10032
10033         * wl-vars.el (wl-message-ignored-field-list): New variable.
10034         (wl-message-visible-field-list): New variable.
10035
10036         * wl-mime.el (wl-mime-header-presentation-method): New function.
10037         (wl-mime-setup): Set header-presentation-method.
10038
10039 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10040
10041         * wl-nemacs.el (wl-draft-overload-functions): Set
10042         `mode-line-buffer-identification' instead of using
10043         `wl-make-modeline'.
10044
10045         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10046         instead of using `wl-make-modeline'.
10047
10048         * wl-xmas.el (wl-plugged-init-icons): Set up
10049         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10050         (wl-make-modeline): Abolish.
10051         (wl-draft-overload-functions): Set
10052         `mode-line-buffer-identification' instead of using
10053         `wl-make-modeline'.
10054
10055         * wl-util.el (wl-make-modeline-subr): Abolish.
10056         (wl-mode-line-buffer-identification): New alias.
10057
10058         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10059         (wl-summary-make-modeline): Abolish.
10060         (wl-summary-buffer-set-folder): Set
10061         `wl-summary-buffer-folder-indicator'.
10062         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10063         of using `wl-make-modeline'.
10064         (wl-summary-switch-to-clone-buffer): Don't set
10065         `mode-line-buffer-identification'.
10066         (wl-summary-goto-folder-subr): Ditto.
10067
10068         * wl-mule.el (wl-draft-overload-functions): Set
10069         `mode-line-buffer-identification' instead of using
10070         `wl-make-modeline'.
10071
10072         * wl-folder.el (wl-folder-mode): Set
10073         `mode-line-buffer-identification' instead of using
10074         `wl-make-modeline'.
10075         (wl-folder): Don't set `mode-line-buffer-identification'.
10076
10077 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10078
10079         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10080         instead of `member' for `wl-refile-guess-func-list' look-ups.
10081         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10082
10083 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10084
10085         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10086         `wl-message-button-dispatcher'.
10087
10088         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10089
10090         * wl-message.el (wl-message-button-dispatcher): Use it.
10091
10092         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10093         "In-Reply-To".
10094
10095         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10096         Bind `case-fold-search' to t.
10097
10098 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10099
10100         * wl-xmas.el (wl-message-overload-functions): Initialize
10101         `wl-message-button-map'.
10102
10103         * wl-mule.el (wl-message-overload-functions): Initialize
10104         `wl-message-button-map'.
10105
10106         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10107
10108         * wl-message.el (wl-message-button-map): New keymap.
10109         (wl-message-add-button): New function.
10110         (wl-message-button-dispatcher): New function.
10111         (wl-message-button-refer-article): New function.
10112
10113         * wl-highlight.el
10114         (wl-highlight-message-add-buttons-to-header): New function.
10115         (wl-highlight-headers): Use it.
10116
10117 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10118
10119         * wl-summary.el (wl-summary-default-from): Use
10120         `wl-address-get-petname-1'.
10121         (wl-summary-simple-from): Ditto.
10122
10123         * wl-address.el (wl-address-get-petname-1): New inline function.
10124         (wl-address-get-petname): Use it.
10125
10126 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10127
10128         * wl-summary.el (wl-summary-default-from): Return full-name part
10129         from the address if no petname was found.
10130         (wl-summary-simple-from): Ditto.
10131
10132         * wl-address.el (wl-address-get-petname): Return nil if no petname
10133         associated with the address was found.
10134
10135 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10136
10137         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10138         display is finished.
10139
10140 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10141
10142         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10143         `elmo-folder-exists-p' argument.
10144
10145 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10146
10147         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10148         the folder.
10149
10150 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10151
10152         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10153
10154         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10155         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10156
10157 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10158
10159         * wl-folder.el (wl-folder-create-subr): New function.
10160         (wl-folder-confirm-existence): Use it.
10161         (wl-folder-check-one-entity): Use it.
10162         Check the error symbol is derived from 'elmo-open-error.
10163
10164         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10165         `ignore-error'.
10166
10167 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10168
10169         * wl-util.el (toplevel): Add (eval-when-compile (require
10170         'elmo-util)).  (Maybe `provide' is typo.)
10171
10172 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10173
10174         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10175         (I don't know why this was needed.)
10176
10177         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10178         Follow up changes for stream-type.
10179
10180         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10181         (wl-draft-elmo-nntp-send): Ditto.
10182
10183         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10184         (wl-nntp-posting-stream-type): Ditto.
10185         (wl-pop-before-smtp-ssl): Abolished.
10186         (wl-nntp-posting-ssl): Ditto.
10187
10188         * wl-address.el (wl-address-quote-specials): New function.
10189         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10190
10191         * wl-draft.el (wl-draft-reply): Ditto.
10192
10193 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10194
10195         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10196         use function `wl-string-match-assoc'.
10197
10198 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10199
10200         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10201
10202         * wl-draft.el (wl-draft-deduce-address-list): New function.
10203         (wl-draft-parse-mailbox-list): Ditto.
10204         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10205         instead of `smtp-deduce-address-list'.
10206         (wl-draft-on-field-p): Follow group list.
10207
10208         * wl-address.el (wl-address-concat-token): New function.
10209         (wl-address-string-without-group-list-contents): Ditto.
10210         (wl-complete-field-body): Fixed problem of completion
10211         by japanese petname.
10212         (wl-address-make-completion-list): Rewrite.
10213
10214 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10215
10216         * wl-address.el (wl-address-make-completion-list): Completion by
10217         petname.
10218         (wl-complete-field-body): Likewise.
10219
10220 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10221
10222         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10223         contains invalid address syntax.
10224
10225 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10226
10227         * wl-folder.el (wl-folder-check-entity-async): Use
10228         `elmo-nntp-spec-hostname'.
10229
10230 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10231
10232         * wl-summary.el (wl-summary-msgdb-load-async): Use
10233         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10234
10235 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10236
10237         * wl-draft.el (wl-draft-reply): Set argument
10238         `content-transfer-encoding' as nil.
10239
10240 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10241
10242         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10243         `wl-refile-alist'.
10244
10245 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10246
10247         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10248         (wl-draft-edit-string): Ditto.
10249         (wl-draft-forward): Ditto.
10250         * wl-summary.el (wl-summary-write): Ditto.
10251
10252 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10253
10254         * wl-summary.el (wl-summary-sync-update3): Call
10255         `wl-summary-buffer-number-column-detect'.
10256         (wl-summary-buffer-number-column-detect): Search from point-min.
10257
10258 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10259
10260         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10261         contains an address which is not included in original to or cc.
10262
10263 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10264
10265         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10266         begin-line does not exist.
10267         * wl-message.el (wl-message-uu-substring): Ditto.
10268
10269 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10270
10271         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10272         clear local variables.
10273         (wl-summary-exit): Call `elmo-commit'.
10274         (wl-summary-switch-to-clone-buffer): Call
10275         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10276         (wl-summary-goto-folder-subr): Ditto.
10277
10278         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10279         POP folder.
10280
10281 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10282
10283         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10284         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10285         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10286         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10287         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10288         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10289
10290         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10291
10292 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10293
10294         * wl-summary.el (wl-summary-search-by-subject):
10295         Search parent message from the latest one.
10296
10297 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10298
10299         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10300         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10301
10302         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10303         New user option.
10304
10305         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10306         if elmo-nntp-use-killed-list is nil.
10307         Use `elmo-msgdb-append-to-killed-list'.
10308         (Append numbers confirmed as disappeared to the killed list.)
10309         (wl-summary-confirm-appends): Don't display negative number.
10310
10311 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10312
10313         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10314
10315 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10316
10317         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10318         range is `all'.
10319         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10320         `elmo-list-bigger-diff'.
10321
10322 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10323
10324         * wl-summary.el (wl-summary-buffer-exit-func):
10325         New buffer local variable.
10326         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10327
10328 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10329
10330         * wl-demo.el (wl-demo): Fix the last change.
10331
10332 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10333
10334         * wl-demo.el (wl-demo): Don't use `eval'.
10335
10336 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10337
10338         * wl-summary.el (wl-summary-buffer-thread-modified):
10339         New buffer-local variable.
10340         (wl-summary-set-thread-modified): New function.
10341         (wl-summary-thread-modified-p): New function.
10342         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10343         (wl-summary-yank-saved-message): Use function
10344         `wl-summary-set-thread-modified'
10345         (wl-summary-switch-to-clone-buffer): Add
10346         `wl-summary-buffer-thread-modified'.
10347
10348         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10349         (wl-summary-buffer-mark-saved-hook): Ditto.
10350         * wl-summary.el (wl-summary-msgdb-save): New hook
10351         `wl-summary-buffer-message-saved-hook' and
10352         `wl-summary-buffer-mark-saved-hook'.
10353
10354 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10355
10356         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10357
10358 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10359
10360         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10361         don't hide scroll bars under FSF Emacsen because it may incur an
10362         undesirable redrawing.
10363
10364 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10365
10366         * wl-draft.el (wl-draft-edit-string): Call
10367         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10368
10369 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10370
10371         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10372
10373 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10374
10375         * wl-summary.el (wl-summary-msgdb-load-async): Call
10376         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10377
10378 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10379
10380         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10381         fringes in demo buffer; center bitmap logo correctly even if old
10382         Mule is used.
10383
10384 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10385
10386         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10387
10388         * wl-refile.el (wl-refile-subject-alist): New variable.
10389         (wl-refile-subject-alist-file-name): Ditto.
10390         (wl-refile-alist-setup): Rewrite.
10391         (wl-refile-alist-save): Use `elmo-object-save'.
10392         Eliminated arguments.
10393         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10394         (wl-refile-guess-by-subject): New function.
10395         (wl-refile-guess-func-list): Added it.
10396
10397 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10398
10399         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10400         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10401
10402 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10403
10404         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10405         New buffer-local variable.
10406         (wl-summary-buffer-next-folder-func): Ditto.
10407         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10408         if non-nil.
10409         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10410         if non-nil.
10411         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10412         if non-nil.
10413         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10414         if non-nil.
10415
10416 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10417
10418         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10419         permanently in the demo buffer.
10420
10421 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10424         `mime-entity-fetch-field'.
10425
10426         * wl.el (wl-exit): Delete plugged buffer.
10427
10428         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10429         XEmacs has menubar feature.
10430
10431 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10432
10433         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10434         cannot arrive at the beginning of the buffer under old Emacsen.
10435
10436 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10437
10438         * wl-address.el (wl-address-ldap-search):
10439         Call `ldap-search-entries' with `withdn' argument t.
10440         (wl-complete-field-body): Bind completion-ignore-case as t.
10441         Clear ldap search hash when it was sole completion.
10442         Use elmo-string for pattern string.
10443         (wl-ldap-alias-safe-string): Eliminated needless let.
10444
10445 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10446
10447         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10448         (wl-ldap-alias-sep): New constant.
10449         (wl-ldap-search-attribute-type-list): Ditto.
10450         (wl-ldap-get-value): New function.
10451         (wl-ldap-make-filter): Ditto.
10452         (wl-ldap-make-matched-value-list): Ditto.
10453         (wl-ldap-alias-safe-string): Ditto.
10454         (wl-ldap-register-dn-string): Ditto.
10455         (wl-address-ldap-search): Rewrite.
10456
10457 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10458
10459         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10460         thread is deleted.
10461         (wl-thread-delete-line-from-buffer): Ditto.
10462         (wl-thread-get-exist-children): New function.
10463
10464 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10465
10466         * wl-demo.el (wl-demo): Made it to select various image types.
10467         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10468         from `wl-title-logo'.
10469         (wl-logo-ascii): New variable.
10470         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10471         (wl-demo-copyright-notice): New constant.
10472
10473         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10474
10475 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10476
10477         * wl-vars.el (wl-summary-target-above): Renamed from
10478         wl-summary-temp-above.
10479         * wl-score.el (wl-score-get-score-alist): Use it.
10480         (wl-summary-score-update-all-lines): Use it.
10481         * wl-summary.el: Ditto. (make-variable-buffer-local).
10482
10483 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-vars.el (wl-ldap-port): New user option.
10486
10487         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10488         Rewite whole implementation.
10489         (wl-complete-field-body): Fixed.
10490
10491 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10492
10493         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10494         Choose implementation at compile time.
10495
10496 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10497
10498         * wl-address.el (wl-ldap-search-internal): New function.
10499         (wl-complete-field-to): Use it.
10500
10501 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10502
10503         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10504         Use `let' instead of `let*'.
10505         Require 'wl-vars.
10506
10507         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10508         Define as defcustom.
10509         (wl-ldap-base): Ditto.
10510         (wl-use-ldap): Ditto.
10511
10512 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10513
10514         * wl-address.el (wl-ldap-search): New function.
10515         (wl-complete-field-body): Use `wl-ldap-search'.
10516         (wl-ldap-server): New variable.
10517         (wl-ldap-base): Ditto.
10518         (wl-use-ldap): Ditto.
10519
10520 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10521
10522         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10523         (Pointed out by Mito <mit@nines.nec.co.jp>).
10524         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10525         buffer-local variables like `wl-summary-redisplay-internal'.
10526         (wl-summary-redisplay-all-header): Likewise.  Update
10527         Summary view too.
10528
10529 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10530
10531         * wl-summary.el (wl-summary-jump-to-parent-message):
10532         Consider prefix argument.
10533
10534         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10535         when closed thread is deleted.
10536
10537 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10538
10539         * wl-summary.el (wl-summary-jump-to-parent-message):
10540         Consider thread modification.
10541
10542 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10543
10544         * wl-message.el (wl-message-normal-get-original-buffer): Use
10545         `save-excursion'.
10546
10547         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10548         (wl-summary-showto-folder-regexp): Ditto.
10549
10550 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10551
10552         * wl-util.el (wl-delete-alist): Doc fix.
10553         (wl-delete-associations): New function.
10554         (wl-inverse-alist): New function.
10555         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10556         Split temporary variables. Use `wl-delete-associations'
10557         and `wl-inverse-alist'.
10558         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10559
10560 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10561
10562         * wl-folder.el (wl-folder-prefetch-entity):
10563         Execute prefetching if new count is unknown.
10564
10565 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10566
10567         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10568
10569         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10570         delete entity.
10571         (wl-thread-set-parent): If insert as top, set linked as nil.
10572
10573         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10574         `wl-thread-cleanup-symbols' when view mode is thread.
10575
10576 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10577
10578         * wl-folder.el (wl-folder-create-folder-entity): Use
10579         with-current-buffer.
10580         (wl-local-folder-init): Call set-buffer to make sure we are in
10581         the Folder buffer. Don't touch buffer-local variables here.
10582         (wl-folder-mode): Initialize buffer-local variables here.
10583
10584         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10585         (wl-folder-entity-assign-id): Ditto.
10586         (wl-folder-create-entity-hashtb): Ditto.
10587         (wl-local-folder-init): Ditto.
10588         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10589
10590 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10591
10592         * wl-summary.el (wl-summary-default-from): Fix probrem when
10593         std11-extract-address-components return (nil "foo@bar").
10594
10595 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10596
10597         * wl-draft.el (wl-draft-clone-local-variables):
10598         Remove redundant `setq'.
10599
10600 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10601
10602         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10603         Bind wl-highlight-x-face-func as nil while highlighting header.
10604
10605 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10606
10607         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10608
10609 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10610
10611         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10612         elmo-msgdb-overview-hashtb from copy-variables.
10613         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10614         instead of `elmo-msgdb-overview-get-entity-by-number'.
10615         (wl-summary-auto-refile): Ditto.
10616
10617         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10618         `elmo-msgdb-overview-get-entity' instead of
10619         `elmo-msgdb-search-overview-entity'.  Use
10620         `elmo-msgdb-overview-get-entity' instead of
10621         `elmo-msgdb-overview-get-entity-by-number'.
10622         (wl-thread-insert-entity-sub): Ditto.
10623         (wl-thread-insert-message): Ditto.
10624
10625         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10626         `elmo-msgdb-overview-get-entity'.
10627         (wl-normal-message-redisplay): Ditto.
10628
10629 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10630
10631         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10632         `wl-thread-entities'.
10633         (wl-thread-delete-message): Fix remove top message from
10634         `wl-thread-entity-list'.
10635
10636         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10637         wl-append(nconc), because update-list is broken on Meadow.
10638
10639         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10640         updating process.
10641         (wl-summary-rescan): Ditto.
10642         (wl-summary-sync-update3): Ditto.
10643         * wl-thread.el (wl-thread-set-parent): Renamed from
10644         `wl-summary-set-parent'.
10645         (wl-thread-insert-message): Updating buffer faster.
10646         (wl-thread-delete-message): Updating buffer faster.
10647
10648         * wl-score.el (wl-summary-score-update-all-lines): Changed
10649         interval for display progress gauge.
10650
10651 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10652
10653         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10654         folder always-sticky.
10655         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10656         defmacro.
10657
10658 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10659
10660         * wl-vars.el (wl-draft-add-references): New user option.
10661
10662         * wl-draft.el (wl-draft-add-references): New function.
10663         (wl-draft-yank-from-mail-reply-buffer): Use it.
10664         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10665         as nil.
10666
10667 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10668
10669         * wl-thread.el (wl-thread-update-line-msgs): Called
10670         `wl-thread-update-line-on-buffer-sub'.
10671         (wl-thread-update-line-on-buffer): Delete routine of inserting
10672         thread.
10673         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10674         moved from `wl-thread-update-line-on-buffer'.
10675         Add threshold for displaying progress gauge.
10676         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10677         argument of `wl-thread-update-line-msgs'.
10678         Add threshold for displaying progress gauge.
10679         * wl-folder.el:
10680         Add threshold for displaying progress gauge.
10681         * wl-score.el: Ditto.
10682
10683         * wl-expire.el (wl-summary-expire): Display deleting info.
10684
10685 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10686
10687         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10688         `no-msg'.
10689         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10690         argument of `wl-thread-update-line-msgs'.
10691         (wl-summary-set-parent): Added optional argument `parent-number'.
10692         (wl-summary-buffer-saved-message): New buffer local variable.
10693         (wl-summary-save-current-message): New command.
10694         (wl-summary-yank-saved-message): Ditto.
10695         (wl-summary-mode-map): Added key binding for
10696         `wl-summary-save-current-message' (\ew) and
10697         `wl-summary-yank-saved-message' (\C-y).
10698         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10699
10700 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10701
10702         * wl-summary.el (wl-summary-mode-map): Added key binding for
10703         `wl-summary-set-parent' (ts).
10704
10705 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10706
10707         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10708         subject faster. If thread number is reverse, delayed updating
10709         thread.
10710         (wl-summary-search-by-subject): Ditto.
10711         (wl-summary-put-alike): Ditto.
10712         (wl-summary-get-alike): Ditto.
10713         (wl-summary-insert-headers): Insert header of all overview in
10714         buffer.
10715         (wl-summary-rescan): Delayed updating thread. Kill search subject
10716         buffer for wl-summary-search-by-subject.
10717         (wl-summary-sync-update3): Ditto.
10718         (wl-summary-exit): Ditto.
10719         (wl-summary-goto-bottom-of-current-thread): Change for linked
10720         thread.
10721         (wl-summary-overview-create-summary-line): Change line for linked
10722         thread.
10723
10724         * wl-summary.el (wl-summary-update-thread): Use
10725         wl-thread-maybe-get-children-num.
10726         (wl-summary-set-parent): If change parent, move sub thread.
10727         (wl-summary-redisplay-internal): Add horizontal recenter.
10728         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10729
10730         * wl-thread.el (wl-thread-entity-get-linked): New function.
10731         (wl-thread-entity-set-linked): New function.
10732         (wl-thread-create-entity): Add linked element.
10733         (wl-thread-entity-insert-as-top): Use wl-append.
10734         (wl-thread-maybe-get-children-num): If closing thread, return
10735         children msgs.
10736         (wl-thread-update-line-msgs): Displaying progress message.
10737         (wl-thread-update-line-on-buffer-sub): Use
10738         wl-thread-maybe-get-children-num.
10739         (wl-thread-update-line-on-buffer): If update line is not exists,
10740         insert thread.
10741         (wl-thread-delete-message): If delete top msg of thread, search
10742         parent by subject.
10743         (wl-thread-insert-entity): Use
10744         wl-thread-maybe-get-children-num.
10745
10746         * wl-highlight.el (wl-highlight-summary-current-line): change
10747         sregexp for linked thread.
10748         * wl-util.el (wl-count-lines): Count lines.
10749         (wl-horizontal-recenter): horizontal recenter.
10750         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10751         (wl-score-get-alike): Ditto.
10752         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10753         (wl-subject-length-limit): New variable.
10754         (wl-highlight-thread-indent-string-regexp): Changed for linked
10755         thread.
10756
10757 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10758
10759         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10760         New variable (revival).
10761         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10762         by subject matching if there's no in-reply-to nor references field
10763         (revival).
10764
10765 \f
10766 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10769         message.
10770
10771 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10772
10773         * wl-summary.el (wl-summary-reply): Return t if there was a
10774         message at cursor point.
10775         Added unwind-protect.
10776         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10777         returns t.
10778         (wl-summary-cancel-message): Do nothing when there's no message at
10779         cursor point.
10780         (wl-summary-forward): Ditto.
10781         (wl-summary-jump-to-parent-message): Ditto.
10782         (wl-summary-reedit): Ditto.
10783         (wl-summary-edit-addresses): Ditto.
10784         (wl-summary-pipe-message): Ditto.
10785         (wl-summary-print-message-with-ps-print): Ditto.
10786         (wl-summary-print-message): Ditto.
10787         (wl-summary-mark-as-important): Ditto.
10788         (wl-summary-mark-as-unread): Ditto.
10789
10790         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10791         message at cursor point.
10792         (wl-summary-reply-with-citation): Remove unwind-protect.
10793
10794         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10795         subject searching feature.
10796         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10797         Eliminated.
10798
10799 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10800
10801         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10802         New variable.
10803         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10804         by subject matching if there's no in-reply-to nor references field.
10805
10806         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10807
10808         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10809         when display is finished.
10810         (wl-folder-open-all): Ditto.
10811         (wl-folder-update-access-group): Ditto.
10812         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10813         * wl-thread.el (wl-thread-close-all): Ditto.
10814
10815         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10816         progress gauge only when it was displayed.
10817         * wl-folder.el (wl-folder-insert-entity): Ditto.
10818
10819 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10820
10821         * wl-summary.el (wl-summary-incorporate): Enclose
10822         `wl-summary-sync-force-update' with save-excursion.
10823
10824 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10825
10826         * wl-summary.el (wl-summary-prefetch-region):
10827         Pass current cursor point to `pos-visible-in-window-p' after
10828         moving cursor to the started point.
10829
10830 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10831
10832         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10833
10834         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10835         fields from the forwarding message.
10836         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10837         `ignored-fields'.
10838
10839 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10840
10841         * wl-mime.el (wl-message-request-partial):
10842         Eliminated argument `msgdb'.
10843         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10844         (wl-mime-combine-message/partial-pieces): Likewise.
10845         * tm-wl.el (wl-message-request-partial): Likewise.
10846         (wl-mime-combine-message/partial-pieces): Likewise.
10847
10848 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10849
10850         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10851         when display is finished.
10852
10853 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10854
10855         * wl-summary.el (wl-summary-goto-folder-subr):
10856         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10857
10858 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10859
10860         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10861         when cursor point is visible.
10862
10863 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10864
10865         * wl-expire.el (wl-expire-archive-get-max-number):
10866         Don't use `file-name-directory'.
10867
10868 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10869
10870         * wl-expire.el (wl-expire-archive-get-max-number):
10871         Use `file-name-directory'.
10872
10873 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10874
10875         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10876         only when there is progress.
10877
10878 2000-04-13  Mito <mit@nines.nec.co.jp>
10879
10880         * wl-summary.el (wl-summary-sync-marks): Display progress.
10881
10882 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10883
10884         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10885         (wl-summary-prev): Move cursor regardless of unread status.
10886         (wl-summary-next): Ditto.
10887
10888 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10889
10890         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10891         Added argument `target' and `number'.
10892         * tm-wl.el (wl-summary-burst-subr): New function.
10893         (wl-summary-burst): Use it.
10894
10895 2000-04-10  Mito <mit@nines.nec.co.jp>
10896
10897         * wl-mime.el (wl-burst): New function.
10898         (wl-summary-burst): Use it.
10899
10900 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10901
10902         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10903         as petname when there's no candidate.
10904
10905 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10906
10907         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10908         New variable.
10909         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10910
10911         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10912
10913         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10914
10915 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10916
10917         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10918         Use substring of `original' instead of buffer-substring.
10919         (wl-refile-evaluate-rule):
10920         Set `original' argument of wl-refile-expand-newtext.
10921
10922         * wl-summary.el
10923         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10924         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10925         (wl-summary-auto-refile): Check existence of destination folder just
10926         before marking.
10927
10928 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10929
10930         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10931         when wl-refile-get-field-value return nil.
10932
10933 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10934
10935         * wl-refile.el
10936         (wl-refile-expand-newtext): New function imported from Gnus.
10937         (wl-refile-evaluate-rule): Use it.
10938
10939 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-summary.el (wl-summary-print-destination):
10942         Duplicate folder string to avoid putting text-property on
10943         original string.
10944
10945         * wl-refile.el (wl-refile-get-field-value): New function.
10946         (wl-refile-evaluate-rule): New function;
10947         Evaluate refile rule recursively.
10948         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
10949         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
10950         New function; Check existence of a target folder recursively.
10951         (wl-summary-auto-refile-check-refile-rule-alist):
10952         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
10953
10954 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
10955
10956         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
10957
10958         * wl-folder.el (wl-create-folder-entity-from-buffer):
10959         Fixed problem when '}' character is contained in folder name.
10960
10961         * wl-xmas.el (wl-make-modeline): Consider plugged status.
10962
10963 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10964
10965         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
10966         (wl-fldmgr-add-completion-all-completions):
10967         Use wl-fldmgr-add-completion-hashtb.
10968
10969 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
10970
10971         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
10972         wl-fldmgr-add-completion-subr): New functions.
10973         * wl-folder.el (wl-folder-completion-func): New variable.
10974         * wl-summary.el (wl-summary-read-folder):
10975         Use wl-folder-completion-func.
10976
10977         * wl-refile.el: Eliminate throw & catch.
10978
10979         * wl.el (wl-plugged-sending-queue-status): Fixed.
10980
10981 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
10982
10983         * wl-draft.el (wl-draft): Put category property on
10984         mail-header-separator.