Add (eval-when-compile (require 'cl)).
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-util.el: Move (eval-when-compile (require 'static)).
4         * wl-dnd.el: Add (eval-when-compile (require 'static)).
5         * wl-message.el: Ditto.
6
7         * wl-mime.el (wl-message-delete-current-part): Use
8         `insert-buffer-substring' instead of `insert-buffer'.
9         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
10         * wl-draft.el (wl-draft-generate-clone-buffer)
11         (wl-draft-do-mime-bcc): Ditto.
12
13         * wl-address.el: Add (eval-when-compile (require 'cl)).
14         * wl-addrmgr.el: Ditto.
15         * wl-mime.el: Ditto.
16         * wl-util.el: Ditto.
17         * wl-score.el: Ditto.
18
19 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
20
21         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
22         `string-to-int'.
23
24         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
25         `string-to-int'.
26
27         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
28         `string-to-number' instead of `string-to-int'.
29
30         * wl-summary.el (wl-summary-get-list-info)
31         (wl-summary-message-number): Use `string-to-number' instead of
32         `string-to-int'.
33
34         * wl-score.el (wl-score-overview-entity-get-lines)
35         (wl-score-set-mark-below, wl-score-set-expunge-below)
36         (wl-summary-increase-score, wl-score-get-header-entry): Use
37         `string-to-number' instead of `string-to-int'.
38
39         * wl-folder.el (wl-folder-update-diff-line): Use
40         `string-to-number' instead of `string-to-int'.
41
42         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
43         instead of `string-to-int'.
44
45         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
46         instead of `string-to-int'.
47
48         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
49         `string-to-int'.
50
51 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53         * wl-util.el (wl-match-string, wl-match-buffer)
54         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
55         (wl-kill-buffers, wl-local-variable-p)
56         (wl-line-formatter-setup): New backquote style.
57         (wl-count-lines): Use quote instead of backquote.
58
59         * wl-summary.el (wl-summary-buffer-folder-name)
60         (wl-summary-get-alike): Use quote instead of backquote.
61         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
62         backquote style.
63
64         * wl-message.el (wl-message-buffer-cache-buffer-get)
65         (wl-message-buffer-cache-folder-get)
66         (wl-message-buffer-cache-message-get)
67         (wl-message-buffer-cache-entry-make)
68         (wl-message-buffer-cache-hit): New backquote style.
69
70         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
71         backquote.
72         (wl-folder-unread-regex, wl-folder-entity-exists-p)
73         (wl-folder-clear-entity-info)
74         (wl-folder-get-entity-info, wl-folder-set-entity-info)
75         (wl-folder-elmo-folder-cache-get)
76         (wl-folder-elmo-folder-cache-put): New backquote style.
77
78         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
79         (wl-fldmgr-assign-id): Ditto.
80         (wl-fldmgr-delete-line): Use quote instead of backquote.
81         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
82
83         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
84         (wl-draft-set-sent-message): New backquote style.
85         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
86         (wl-draft-config-body-goto-header): Use quote instead of backquote.
87
88 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
89
90         * wl-address.el (wl-address-concat-token): Fix typo.
91
92 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
93
94         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
95         (wl-score-get-alike): Ditto.
96
97         * wl-vars.el: New backquote style.
98         (wl-message-header-button-alist): Use quote instead of backquote.
99
100         * wl.el (wl-plugged-string): New backquote style.
101
102         * wl-address.el (wl-address-concat-token): New backquote style.
103
104         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
105
106 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
107
108         * wl-highlight.el (wl-highlight-folder-opened-regexp)
109         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
110
111         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
112         in the character alternative.
113
114 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * Version number is increased to 2.15.6.
117
118 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
119
120         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
121         optional 3rd argument of epg-context-set-progress-callback; it was
122         temporarily removed in the Emacs trunk due to copyright problem.
123         (wl-mime-pgp-verify-region-with-epg): Ditto.
124
125 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
126
127         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
128
129 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
130
131         * wl-util.el (wl-biff-check-folders): Set biff flag.
132         (from Naoto Morishima [wl:14031])
133
134 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
135
136         * wl.el (wl-plugged-server-indent): Use quote instead of
137         backquote.
138
139 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
140
141         * wl-score.el (wl-score-insert-header): Add guard for
142         `std11-unfold-string'.
143         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
144         TYPE artgument when TO or CC field.
145
146 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-summary.el (wl-summary-goto-folder-subr): Call
149         `elmo-folder-close' instead of `elmo-folder-commit' if discard
150         current summary.
151
152 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
153
154         * wl-util.el (wl-read-shell-commande): New function or alias.
155
156         * wl-summary.el (wl-summary-pipe-message): Use
157         `wl-read-shell-command' instead of `read-string'.
158         (wl-summary-target-mark-pipe): Ditto.
159
160 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
161
162         * wl-summary.el (wl-summary-reply): Fix docstring.
163         * wl-draft.el (wl-draft-reply): Ditto.
164
165 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
166
167         * wl-mime.el (wl-summary-extract-attachments): New command.
168         (wl-summary-extract-attachments-1): New internal function.
169
170 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-expire.el (wl-expire-folder): New function (split from
173         wl-summary-expire).
174         (wl-summary-expire): Use it. Add argument `all' instead of remove
175         `nolist'. Cause an error only if this function is calling
176         interactively.
177
178 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
179
180         * wl-expire.el (wl-expire-refile): Display progress message.
181         (wl-summary-expire): Simplify.
182
183         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
184         unused argument `deleting-info'.
185
186 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-vars.el (wl-message-popup-buffers): New user option.
189
190         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
191         (wl-message-delete-popup-windows): New function that substitues
192         above one.
193         (wl-mime-setup): Follow the above change.
194
195 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
196
197         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
198
199 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
200
201         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
202         "tkm" to wl-thread-spam.
203
204 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
205
206         * wl-thread.el (wl-thread-entity-insert-as-children): Use
207         wl-thread-entity-set-children.
208         (wl-thread-insert-message, wl-thread-insert-entity-sub,
209         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
210         Use wl-thread-entity-get-*.
211
212 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
213
214         * wl-mime.el (wl-epg-progress-callback): New function.
215         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
216         with `elmo-with-progress-display'. Set a progress callback
217         function to epg-context.
218         (wl-mime-pgp-verify-region-with-epg): Ditto.
219
220 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
221
222         * wl-util.el (wl-completing-read-multiple): Define as an alias of
223         `completing-read-multiple' if emacs-version is not less than 22.
224
225 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
228         change.
229
230 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-summary.el (wl-summary-sync-update): Move
233         `wl-thread-update-indent-string-thread' to outside of
234         `elmo-with-progress-display'.
235
236 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-message.el (wl-message-exit): Check buffer existence.
239
240 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
241
242         * wl-util.el (wl-simple-display-progress): New function.
243         (wl-display-progress-with-gauge): Ditto.
244         (wl-progress-callback-function): Ditto.
245
246         * wl.el (wl-init): Set `elmo-progress-callback-function' as
247         `wl-progress-callback-function'
248
249         * wl-vars.el (wl-display-progress-threshold): New user option.
250         (wl-display-progress-function): Ditto.
251
252         * Version number is increased to 2.15.5.
253
254 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
255
256         * wl-thread.el (wl-thread-close-children): New function.
257         (wl-thread-open-children): Ditto.
258         * wl-action.el (wl-summary-set-mark): Redo the last change by
259         using it.
260
261         * wl-action.el (wl-summary-set-mark): Undo the last change.
262         Forbid interactive call.
263
264 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-mime.el (wl-define-dummy-functions): New macro.
267         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
268         `wl-mime-pgp-decrypt-region'.
269         (wl-mime-pgp-verify-region-with-epg): Renamed from
270         `wl-mime-pgp-verify-region'.
271         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
272         `wl-mime-pgp-decrypt-region'.
273         (wl-mime-pgp-verify-region-with-pgg): Renamed from
274         `wl-mime-pgp-verify-region'.
275         (wl-mime-pgp-decrypt-region): New function; To select dispatch
276         function at runtime.
277         (wl-mime-pgp-verify-region): Ditto.
278
279         * wl-vars.el (wl-use-pgp-module): New user option.
280
281 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
282
283         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
284         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
285
286 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
289         even if there are target marks only.
290
291 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * Version number is increased to 2.15.4.
294
295 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-folder.el (wl-folder-check-one-entity): Simplify.
298
299 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
300
301         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
302         variable.
303
304 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
305
306         * wl-spam.el (wl-thread-test-spam): New function.
307         (wl-spam-setup): Bind "tkc".
308
309 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-expire.el (wl-folder-expire-entity): Rewite without
312         `wl-summary-goto-folder-subr'.
313         (wl-folder-expire-current-entity): Don't kill summary buffer.
314
315 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * wl-folder.el (wl-folder-sync-entity): Rewrite without
318         `wl-summary-goto-folder-subr'.
319         (wl-folder-mark-as-read-all-entity): Likewise.
320
321         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
322
323 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-thread.el (wl-thread-force-open): Arranged.
326
327 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
328
329         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
330         from regexp.
331
332         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
333         (wl-read-search-condition-internal): Append them.
334
335 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-vars.el (wl-additional-search-condition-fields):
338         New user option.
339
340         * wl-util.el (wl-search-condition-fields): New function; export
341         from `wl-read-search-condition-internal'.
342         (wl-read-search-condition-internal): Use it.
343
344         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
345
346 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-define-sort-command): New function.
349         (wl-summary-sort-by-date, wl-summary-sort-by-number)
350         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
351         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
352         define by `wl-summary-define-sort-command' at runtime.
353
354         * wl.el (wl-init): Call wl-summary-define-sort-command.
355
356 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
359         properties at the decrypting region.
360
361 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
362
363         * wl-util.el (wl-find-region): New function.
364
365         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
366         coding system.
367         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
368         property `wl-mime-decoded-coding-system'.
369         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
370         property `wl-mime-decoded-coding-system' to encode text.
371
372         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
373         message.
374         (wl-mime-pgp-verify-region): Ditto.
375
376 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
379         buffer. Use epa-display-verify-result.
380
381 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-draft.el (wl-draft-send): Continue even if setting parent
384         flag was failed.
385
386 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-message.el (wl-message-flag-indicator): Fixed the problem
389         of returning string only of parentheses.
390
391 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-write): Add argument `folder'.
394         (wl-summary-write-current-folder): Change argument `folder' from
395         optional to require.
396         (wl-summary-get-buffer): Return the buffer associated folder only.
397
398         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
399         change.
400         (wl-folder-toggle-disp-summary): Ditto.
401
402         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
403         current summary as parent-folder.
404
405 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-draft.el (wl-draft-reedit): Don't overwrite
408         wl-draft-parent-folder.
409
410 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
413         (wl-mime-pgp-verify-region): Ditto.
414         (wl-message-decrypt-pgp-nonmime): Use the above function.
415         (wl-message-verify-pgp-nonmime): Likewise.
416         (wl-mime-preview-application/pgp): Likewise.
417
418 2006-04-20  Kenichi Okada  <okada@opaopa.org>
419
420         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
421         Fix about the order of `wl-nntp-posting-port' and
422         `wl-nntp-posting-stream-type'.
423         * wl.el (wl-plugged-port-label-alist): Add smtp.
424
425 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-summary.el (wl-summary-message-status): New macro.
428
429         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
430         (wl-summary-killed-mark): New user option.
431
432         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
433         API change.
434         (wl-thread-insert-entity-sub): Ditto.
435         (wl-thread-recover-messages): New command.
436
437         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
438         Don't call `wl-highlight-summary-current-line' directly.
439         (wl-summary-buffer-attach): Connect to signal `status-changed'
440         instead of `cache-changed'.
441         (wl-summary-buffer-detach): Follow the above change.
442         (wl-summary-detect-mark-position): Follow the API change.
443         (wl-summary-rescan-message): Ditto.
444         (wl-summary-insert-sequential): Ditto.
445         (wl-summary-update-thread): Ditto.
446         (wl-summary-message-mark): Ditto.
447         (wl-summary-persistent-mark): Ditto.
448         (wl-summary-create-line): Ditto.
449         (wl-summary-prefetch-region-no-mark): Call
450         `wl-summary-persistent-mark' with number.
451         (wl-summary-recover-messages-region): New command.
452         (wl-summary-target-mark-recover): Ditto.
453         (wl-summary-recover-message): Ditto.
454         (wl-summary-persistent-mark-string): Add argument `status' instead
455         of remove arguments `flags' and `cached'.  Treat killed status.
456         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
457
458         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
459         (wl-highlight-summary-line-face-spec): Treat killed status.
460         (wl-highlight-summary-line-string): Follow the API change.
461         (wl-highlight-summary-current-line): Ditto.
462
463         * Version number is increased to 2.15.3.
464
465 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
468         of symbolp to test whether the condition is function.
469
470 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
471
472         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
473         to nil.
474
475 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-buffer-message-ring): New internal
478         variable.
479         (wl-summary-buffer-last-displayed-msg): Abolish.
480         (wl-summary-push-message): New function.
481         (wl-summary-pop-message): Ditto.
482         (wl-summary-goto-folder-subr): Reset
483         `wl-summary-buffer-message-ring'.
484         (wl-summary-pop-to-last-message): New command.
485         (wl-summary-goto-last-displayed-msg): Call
486         wl-summary-pop-to-last-message if optional argument is non-nil or
487         the last command is itself.
488         (wl-summary-redisplay-internal): Push last message number into
489         `wl-summary-buffer-message-ring'.
490
491         * wl-vars.el (wl-summary-message-ring-max): New user option.
492
493 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
496         from `wl-draft-reply').
497         (wl-draft-reply): Use it.
498         (wl-draft-find-reply-headers): Avoid compile warning.
499
500 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
501
502         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
503
504 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-message.el (wl-message-flag-indicator): New function.
507         (wl-message-redisplay): Use it.
508
509 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
512
513 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
516         instead of `read-event'.
517
518         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
519
520         * wl-mule.el (wl-read-event-char): Ditto.
521
522         * wl-e21.el (wl-read-event-char): Ditto.
523
524 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
527
528 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-vars.el (wl-draft-send-confirm-type): New user option.
531
532         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
533
534         * wl-draft.el (wl-draft-send-confirm): Confirmation by
535         `wl-draft-send-confirm-type'
536
537 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
538
539         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
540         Avoid error when the buffer name is already used.
541
542 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
545         the change of elmo-nmz -> elmo-search.
546         (wl-highlight-summary-line-help-echo-alist): Ditto.
547         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
548         (wl-nmz-folder-icon): Define as obsolete.
549         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
550         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
551
552 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-get-list-info): Rewrite with
555         `elmo-find-list-match-value'
556
557 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
558
559         * wl-summary.el (wl-summary-get-list-info): Optimize.
560         Use List-Id and List-Post also.
561
562 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
565
566 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
567
568         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
569
570 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-util.el (wl-completing-read-multiple-1): New internal function.
573         (wl-completing-read-multiple-2): Ditto.
574         (wl-completing-read-multiple): Define use above functions.
575
576         * wl-summary.el (wl-summary-sort): Removed the workaround for a
577         bug of `completing-read-multiple' about default value.
578
579         * wl-xmas.el (wl-completing-read-multiple): Removed.
580
581         * wl-mule.el (wl-completing-read-multiple): Ditto.
582
583         * wl-e21.el (wl-completing-read-multiple): Ditto.
584
585 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-util.el (wl-filter-associations): New function.
588
589         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
590         (wl-spam-ignored-folder-list): Ditto.
591         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
592         (wl-spam-string-member-p): New function.
593         (wl-spam-domain): Use it.
594         (wl-spam-split-numbers): New function.
595         (wl-spam-apply-partitions): Ditto.
596         (wl-spam-register-spam-messages): Use `folder' instead of
597         `wl-summary-buffer-elmo-folder'.
598         (wl-spam-register-good-messages): Ditto.
599         (wl-summary-exec-action-spam): Decide a domain by real folder of
600         message.
601         (wl-summary-exec-action-refile-with-register): Likewise.
602
603 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
604
605         * wl-e21.el (wl-e21-find-image): New function.
606         (wl-e21-setup-toolbar): Use it instead of `find-image'.
607         (wl-e21-highlight-folder-group-line): Ditto.
608         (wl-folder-init-icons): Ditto.
609         (wl-plugged-init-icons): Ditto.
610         (wl-biff-init-icons): Ditto.
611
612 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
615         (wl-inhibit-save-drafts): New internal variable.
616         (wl-disable-auto-save): Ditto.
617         (wl-save-drafts): Treat above variables.
618         (wl-auto-save-drafts): New function.
619         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
620         `wl-stop-save-drafts'.
621         (wl-start-save-drafts): New function.
622         (wl-stop-save-drafts): Ditto.
623         (wl-set-auto-save-draft): New command.
624
625         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
626         `wl-set-save-drafts'.
627
628 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
631         `make-local-variable' instead of `make-variable-buffer-local'.
632
633 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
634
635         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
636
637 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
638
639         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
640
641 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
644         of working buffer.
645
646 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
649
650         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
651         value into recipients; Bind `wl-draft-remove-group-list-contents'
652         as nil.
653
654 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-summary.el (wl-summary-sort): Fixed the last change.
657
658         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
659         (wl-summary-sort-messages): Ditto.
660         (wl-summary-rescan): Use it.
661         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
662         `completing-read'; Append candidates for reverse order.
663
664 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * Version number is increased to 2.15.2.
667
668 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
669
670         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
671         "Smaller".
672         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
673
674 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
675
676         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
677
678 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-vars.el (wl-draft-additional-header-alist): Add into the
681         customize group `wl-draft'.
682         (wl-draft-add-in-reply-to): Move customize group from `wl' to
683         `wl-draft'.
684         (wl-draft-add-references): Ditto.
685
686         * wl-action.el (wl-summary-print-argument): Rename argument from
687         `folder' to `data'.
688
689 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-summary.el (wl-summary-rescan-message): Call
692         `wl-thread-cleanup-symbols' before insert thread.
693
694 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl.el (wl-init): Set `elmo-get-folder-function' as
697         `wl-folder-make-elmo-folder'.
698
699         * wl-spam.el (wl-summary-exec-action-spam): Use
700         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
701
702         * wl-folder.el (wl-folder-make-elmo-folder): New function.
703         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
704         `elmo-make-folder'.
705         (wl-folder-get-elmo-folder): Ditto.
706         (wl-folder-create-subr): Simplify.
707
708 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
711
712 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
715         contents in message buffer instead of original buffer. If optional
716         argument specified, ask coding system for encode.
717
718 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
719
720         * wl-spam.el (wl-summary-test-spam-region): New function.
721         (wl-spam-setup): Bind "rkc".
722
723 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
724
725         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
726
727 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
728
729         * wl-spam.el (wl-summary-test-spam): Fix typo.
730         (wl-message-check-spam): Ditto.
731
732 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-summary.el (wl-summary-default-from): Simplify.
735
736 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-action.el (wl-summary-exec-action-refile): Simplify.
739         (wl-summary-exec-action-copy): Ditto.
740         (wl-summary-auto-refile): Check existence of temporary mark.
741
742 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-summary.el (wl-summary-create-line): Use
745         `elmo-time-to-datevec'.
746
747         * wl-expire.el (wl-expire-archive-date): Ditto.
748         (wl-expire-localdir-date): Ditto.
749
750         * wl-util.el (wl-day-number): Abolish.
751
752         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
753         of `wl-day-number'.
754         (wl-score-followup): Ditto.
755         (wl-score-add-followups): Ditto.
756         (wl-score-get-latest-msgs): Ditto.
757         (wl-score-get-header-entry): Ditto.
758         (wl-score-edit-insert-date): Ditto.
759
760 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
763         `elmo-message-entity-field' with 2nd argument `type'.
764
765 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
766
767         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
768
769 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-thread.el (wl-thread-delete-message): Delete descendant
772         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
773
774 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
775
776         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
777
778 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
779
780         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
781         `Access folder'.
782
783 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
784
785         * wl-vars.el (wl-access-folder-icon): New user option.
786
787         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
788         `Access folder'.
789
790 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-buffer-set-folder): Use
793         `wl-folder-mime-charset'.
794
795         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
796         `mime-charset'.
797         (wl-folder-get-elmo-folder): Ditto.
798         (wl-folder-mime-charset): New function.
799
800 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-util.el (wl-parse-addresses): Define alias of
803         `elmo-parse-addresses' (move to `elmo-util.el').
804
805         * wl-summary.el (wl-summary-default-from): Follow the API change.
806         (wl-summary-overview-entity-compare-by-date): Ditto.
807         (wl-summary-overview-entity-compare-by-from): Ditto.
808         (wl-summary-get-list-info): Get value of `ml-info' field from
809         entity at first.
810         (wl-summary-rescan-message): Treat prefix argument.
811         (wl-summary-prefetch-msg): Follow the API change.
812         (wl-summary-search-by-subject): Ditto.
813         (wl-summary-insert-thread): Ditto.
814         (wl-summary-line-subject): Ditto.
815         (wl-summary-line-from): Ditto.
816         (wl-summary-create-line): Ditto.
817         (wl-summary-print-message-with-ps-print): Ditto.
818
819         * wl-score.el (wl-score-ov-entity-get): Ditto.
820         (wl-score-followup): Ditto.
821         (wl-score-add-followups): Use `elmo-message-entity-field' instead
822         of `car'.
823         (wl-score-get-latest-msgs): Follow the API change.
824         (wl-score-get-header): Ditto.
825
826         * wl-refile.el (wl-refile-learn): Ditto.
827         (wl-refile-subject-learn): Ditto.
828         (wl-refile-get-field-value): Ditto.
829         (wl-refile-guess-by-history): Ditto.
830         (wl-refile-guess-by-subject): Ditto.
831
832         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
833
834         * wl-expire.el (wl-expire-date-p): Removed.
835         (wl-expire-archive-date): Follow the API change.
836         (wl-expire-localdir-date): Ditto.
837         (wl-summary-expire): Ditto.
838
839         * Version number is increased to 2.15.1.
840
841 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
842
843         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
844         group is access or not (it is not strict, like wl-fldmgr-rename).
845
846 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
847
848         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
849         duplicate call of `wl-summary-print-argument' on the wrong line.
850
851 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
854         even if argument `number' is nil.
855         (wl-summary-insert-line): Print action argument if current message
856         has it.
857
858 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
859
860         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
861         (wl-draft-reply): Ditto.
862         (wl-draft): Add optional argument `parent-number' and call
863         `wl-draft-create-buffer' with it.
864         (wl-draft-create-buffer): Add optional argument
865         `parent-number'. Set wl-draft-parent-number as it.
866
867 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
868
869         * wl-folder.el (wl-folder-set-persistent-mark): If summary
870         buffer is not for given folder, don't use it.
871
872 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
873
874         * Version number is increased to 2.15.0.
875
876 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
879
880         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
881         (wl-highlight-get-face-by-name): New internal function.
882         (wl-highlight-summary-line-face-spec): Use it and fixed.
883
884 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-summary.el (wl-summary-sync-update): Use
887         `elmo-message-entity-field' instead of `car' to get message-id
888         from overview entity.
889
890         * wl-summary.el (wl-summary-rescan-message): Call
891         `wl-highlight-summary-displaying' when displaying a message.
892
893 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
894
895         * wl-draft.el (wl-draft-config-info-filename): Extracted from
896         `wl-draft-config-info-operation'.
897         (wl-draft-buffer-change-number): New function.
898         (wl-draft-rename-saved-config): Ditto.
899         * wl.el (wl-init): Connect slot for message-number-changed.
900         (toplevel): Add autoload for wl-draft-rename-saved-config.
901
902 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
905         `update-overview'
906         (wl-summary-buffer-detach): Disconnect from it.
907         (wl-summary-rescan-message): Use command.
908
909         * wl-message.el (wl-message-buffer-display): Use
910         `with-current-buffer' instead of `save-excursion'.
911
912 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-mime.el (wl-draft-preview-attributes-list): Protect
915         wl-draft-preview-attributes-list from distraction.
916
917 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
918
919         * wl-summary.el (wl-summary-sync-update): Sort the return value of
920         `elmo-list-diff'.
921
922 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-summary.el
925         (wl-summary-edit-addresses-collect-candidate-fields): Use
926         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
927
928         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
929         instead of `elmo-set-work-buf'.
930
931         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
932         (wl-address-make-address-list): Ditto.
933
934         * Version number is increased to 2.13.3.
935
936 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
939         user option.
940
941         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
942         argument `5'.
943
944         * wl-message.el (wl-message-display-no-merge-p): New function.
945         (wl-message-buffer-display): Check whether the message is
946         reassembled and follow the API change.
947
948 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
951         multibyte on working buffer and removed unnecessary
952         `buffer-disable-undo'.
953
954 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-util.el (wl-read-search-condition-internal): Fixed the last
957         change.
958
959 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
960
961         * wl-util.el (wl-read-search-condition-internal): Protect
962         elmo-global-flags from distraction.
963
964 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
967
968         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
969         (wl-summary-event-handler): Ditto.
970         (wl-summary-update-persistent-mark-on-event): New
971         function (renamed from `elmo-event-handler-flag-changed').
972         (wl-summary-buffer-attach): New function.
973         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
974         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
975         instead of `elmo-folder-add-handler'.
976
977         * Version number is increased to 2.13.2.
978
979 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
982         and "\177" to the `wl-news-previous-page'.
983         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
984         (wl-news-previous-page): New function.
985
986 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
987
988         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
989         instead of `write-region' and simplify.
990
991 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-template.el (wl-template-select): Cause error if
994         `wl-template-alist' is nil.
995
996 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
997
998         * wl-news.el.in: Set file variable `no-byte-compile'.
999
1000 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1003         whether a target message is within displaying area.
1004         (elmo-event-handler-cache-changed): Ditto.
1005
1006 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1007
1008         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1009         to `defun'.  Use `nconc' instead of `append' to collect descendant
1010         message numbers.
1011
1012 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1013
1014         * wl-thread.el (wl-thread-save-top-list)
1015         (wl-thread-save-entities): Use `with-temp-buffer'.
1016         * wl-news.el.in (wl-news-previous-version-load):
1017         (wl-news-previous-version-save): Ditto.
1018         * wl-summary.el (wl-summary-load-file-object)
1019         (wl-summary-save-view-cache): Ditto.
1020
1021 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl-util.el (toplevel): Require 'elmo-flag'.
1024         (wl-read-search-condition): New function (Renamed from
1025         `elmo-read-search-condition').
1026         (wl-read-search-condition-internal): Likewise.
1027
1028         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1029         invalid.
1030         (wl-summary-pick): Use `wl-read-search-condition' instead of
1031         `elmo-read-search-condition'.
1032         (wl-summary-virtual): Ditto.
1033
1034         * wl-folder.el (wl-folder-virtual): Ditto.
1035         (wl-folder-pick): Ditto.
1036
1037         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1038
1039 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-summary.el (wl-summary-reedit): Call
1042         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1043
1044 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-mime.el (toplevel): Require wl-vars.
1047
1048         * wl-message.el (toplevel): Require cl at compile.
1049
1050         * wl-draft.el (toplevel): Require elmo.
1051
1052 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1055         and do nothing when it is not positive.
1056         (wl-message-buffer-prefetch-next): Ditto.
1057
1058 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1059
1060         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1061         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1062         (wl-summary-redisplay-internal): Ditto.
1063
1064         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1065         message (the condition is borrowed from `wl-check-variables-2').
1066         (wl-summary-redisplay-internal): Ditto.
1067
1068 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-mime.el (wl-draft-nntp-attribute): New function.
1071         (wl-draft-attribute-nntp-posting-server): Use it.
1072         (wl-draft-attribute-nntp-posting-port): Ditto.
1073
1074         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1075         (wl-draft-show-attributes-buffer): Ditto.
1076         (wl-draft-hide-attributes-buffer): Ditto.
1077         (wl-draft-attribute-newsgroups): Ditto.
1078         (wl-draft-attribute-nntp-posting-server): Ditto.
1079         (wl-draft-attribute-nntp-posting-port): Ditto.
1080         (wl-draft-preview-message): Use there functions.
1081
1082         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1083         value.
1084
1085 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1088         (wl-draft-reedit): Ditto.
1089         (wl-draft-queue-flush): Ditto.
1090
1091         * wl-mime.el (wl-message-request-partial): Ditto.
1092         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1093         instead of `elmo-message-fetch'.
1094
1095         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1096
1097         * wl-summary.el (wl-summary-message-string): Ditto.
1098
1099 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1100
1101         * wl-util.el (wl-current-message-buffer): Follow the API change.
1102
1103         * wl-summary.el (wl-summary-redisplay-internal): Call
1104         `wl-summary-mark-as-read' with 2nd argument as nil and update
1105         unread count instead of persistent mark.
1106
1107         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1108         variable.
1109         (wl-message-redisplay): Follow the API change.
1110         (wl-message-buffer-display): Managed mime-entity directly and
1111         return preview buffer only.
1112         (wl-message-display-internal): Rewrite.
1113         (wl-message-buffer-prefetch-subr): Not save return value of
1114         `wl-message-buffer-display'.
1115
1116         * Version number is increased to 2.13.1.
1117
1118 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1121         'elmo-multiple-fields-body-list' with boundary specified.
1122
1123 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1124
1125         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1126         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1127         cache if `wl-summary-resend-use-cache' is non-nil.
1128
1129 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1130
1131         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1132         (wl-nntp-posting-stream-type): Ditto.
1133
1134 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1135
1136         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1137
1138 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1139
1140         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1141         message.
1142
1143 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1146         Abolish.
1147         (wl-summary-buffer-persistent-mark-version): New internal
1148         variable.
1149         (wl-summary-update-mark-and-highlight-window): Check by
1150         wl-summary-persistent-mark-invalid-p.
1151         (wl-summary-update-status-marks): Ditto.
1152         (elmo-event-handler-flag-changed): Rewrite.
1153         (elmo-event-handler-cache-changed): Define.
1154         (wl-summary-prefetch-msg): Does not update persistent mark here.
1155         (wl-summary-delete-cache): Ditto.
1156         (wl-summary-resume-cache-status): Ditto.
1157         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1158         (wl-summary-persistent-mark-invalid-p): New function.
1159         (wl-summary-validate-persistent-mark): Ditto.
1160         (wl-summary-validate-persistent-mark-string): Ditto.
1161         (wl-summary-invalidate-persistent-mark): Ditto.
1162         (wl-summary-update-persistent-mark): Call
1163         `wl-summary-validate-persistent-mark'.
1164         (wl-summary-create-line): Call
1165         `wl-summary-validate-persistent-mark-string'.
1166
1167         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1168         status as t if cache used.
1169
1170 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1171
1172         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1173         only if the target is group.
1174         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1175
1176 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1177
1178         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1179
1180 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1181
1182         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1183
1184         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1185
1186 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1187
1188         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1189         (Thanks to Yoichi NAKAYAMA).
1190
1191 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1192
1193         * wl-util.el (wl-save-drafts): Restore echo area.
1194
1195 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * Version number is increased to 2.13.0.
1198
1199         * wl-util.el (wl-biff-check-folder-async): Use
1200         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1201
1202 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1203
1204         * wl-message.el (wl-message-display-internal): Does not put
1205         wl-message-display-type property on message buffer.
1206         (wl-message-buffer-display-type): New function.
1207
1208         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1209
1210         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1211         `wl-summary-buffer-detach'.
1212         (wl-summary-message-display-type): Use
1213         `wl-summary-buffer-display-type'.
1214
1215 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1218         buffer-local.
1219
1220         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1221         kill-buffer-hook instead of make-local-variable.
1222         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1223
1224 2004-12-12  Scott Renfro <scott@renfro.org>
1225
1226         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1227         regex for square-branket.
1228
1229 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1230
1231         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1232         `wl-message-mime-analysis-p' with argument `header'.
1233
1234 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1235
1236         * wl-mime.el (wl-draft-yank-current-message-entity): 
1237         Switch to no-mime following method according to wl-message-display-type
1238         property.
1239         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1240
1241         * wl-message.el (wl-message-display-internal): 
1242         Put wl-message-display-type property on message buffer.
1243
1244         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1245         (wl-message-display-internal): Ditto;
1246
1247         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1248
1249 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-message.el (wl-message-make-display-type): New function.
1252         (wl-message-display-type-property): Ditto.
1253         (wl-message-mime-analysys-p): Ditto.
1254         (wl-message-display-all-header-p): Ditto.
1255         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1256         added `display-type'.
1257         (wl-message-buffer-display): Likewise.
1258         (wl-message-display-internal): Likewise.
1259         (wl-message-buffer-display-type): Abolish.
1260         (wl-message-buffer-prefetch-subr): Follow the API changed.
1261
1262         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1263         from wl-summary-buffer-display-all-header and changed default value.
1264         (wl-summary-message-display-type): New function.
1265         (wl-summary-buffer-display-mime-mode): Ditto.
1266         (wl-summary-buffer-display-header-mode): Ditto.
1267         (wl-summary-toggle-mime): Rewrite with above functions.
1268         (wl-summary-toggle-all-header): Ditto.
1269         (wl-summary-redisplay): Force redisplay with default mode.
1270         (wl-summary-redisplay-internal): Renamed argument from `mode',
1271         `all-header' to `mime-mode', `header-mode'.
1272         Use `wl-message-make-display-type'.
1273
1274         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1275         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1276
1277 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1278
1279         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1280
1281 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1284         in original message buffer.
1285         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1286         buffer.
1287
1288 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1289
1290         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1291
1292 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1295
1296 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1297
1298         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1299         when actions succeeded.
1300         (wl-summary-exec-action-copy): Likewise.
1301
1302 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1305         there is switch-to-buffer at the end of wl-message-select-buffer.
1306         (wl-summary-reply): Ditto.
1307
1308 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1309
1310         * wl-summary.el (wl-summary-forward): Put subject in original
1311         message buffer as argument of wl-draft-forward.
1312         * wl-draft.el (wl-draft-forward): Decode subject as in
1313         wl-draft-reply.
1314
1315 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1316
1317         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1318         a folder under access group.
1319
1320 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1321
1322         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1323         wl-message-buffer-display.
1324
1325         * wl-util.el (wl-set-save-drafts): Fix typo.
1326
1327 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1328
1329         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1330         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1331         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1332         the way to measure the width of a bitmap image; don't put face on
1333         ascii and bitmap images; put the mark which should not use the
1334         variable-pitch face on ascii and bitmap images.
1335         (wl-demo-setup-properties): Don't use the variable-pitch face on
1336         ascii and bitmap images; made it work on Emacs 20 and earlier.
1337         (wl-demo-insert-text): End with a newline at the bottom; don't put
1338         face on text.
1339
1340         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1341
1342 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1345
1346         * wl-util.el (wl-save-drafts): Moved from sample setting.
1347         (wl-set-save-drafts): New function to set idle timer.
1348         * wl-draft.el (wl-draft): Call it.
1349         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1350
1351 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1354         a summary which has toggle display status off.
1355
1356 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1357
1358         * wl-draft.el (wl-draft-do-fcc): No cache save.
1359
1360 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-summary.el (elmo-event-handler-flag-changed): Use
1363         `set-buffer' instead of `with-current-buffer'.
1364
1365 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-summary.el (wl-summary-after-resize-function): New function.
1368         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1369         window-size-change-functions.
1370
1371 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-draft.el (wl-draft-create-buffer): Bind
1374         `change-major-mode-hook' after current buffer is changed.
1375
1376         * wl-summary.el (wl-summary-buffer-detach): New function.
1377         (wl-summary-buffer-set-folder): Call it.
1378         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1379         change-major-mode-hook and kill-buffer-hook.
1380         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1381         (wl-summary-switch-to-clone-buffer): Ditto.
1382         (wl-summary-goto-folder-subr): Ditto.
1383
1384 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1385
1386         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1387         after boundp check.
1388
1389 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1392         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1393         for `kill-buffer'.
1394
1395         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1396         handler of current buffer from elmo-folder.
1397
1398 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1401
1402 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1405         variable.
1406         (wl-summary-event-handler): New class.
1407         (elmo-event-handler-flag-changed): Define to update persistent
1408         mark.
1409         (wl-summary-buffer-set-folder): Register event handler to
1410         elmo-folder.
1411         (wl-summary-exit): Unregister event handler.
1412         (wl-summary-goto-folder-subr): Ditto.
1413         (wl-summary-mark-as-read-all): Does not call
1414         `wl-summary-update-persistent-mark' directly.
1415         (wl-summary-mark-as-read-internal): Ditto.
1416         (wl-summary-set-persistent-mark-internal): Ditto.
1417         (wl-summary-set-flags-internal): Ditto.
1418
1419         * Version number is increased to 2.11.33.
1420
1421 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1422
1423         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1424         to nil.
1425
1426 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-spam.el (wl-spam-setup): Add hook
1429         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1430         instead of `wl-summary-prepare-hook'.
1431
1432         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1433         if folder type is `'flag'.
1434         (wl-summary-mark-as-important): Ditto.
1435
1436 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-address.el (wl-address-minibuffer-history): New variable.
1439         (wl-address-minibuffer-local-map): New keymap.
1440         (wl-address-read-from-minibuffer): New function.
1441
1442         * wl-action.el (wl-summary-get-resend-address): Use
1443         `wl-address-read-from-minibuffer' instead of `completing-read'.
1444
1445 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * Version number is increased to 2.11.32.
1448
1449 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1450
1451         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1452         without mule to iso-8859-1.
1453         (wl-draft-add-in-reply-to): Add note in description.
1454         (wl-draft-add-references): Ditto.
1455
1456 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1457
1458         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1459         definition for `m'.
1460         (wl-summary-mode-line-format): Add '[%m]'.
1461         (wl-message-mode-line-format-spec-alist): Ditto.
1462         (wl-summary-display-mime-mode-list): New variable.
1463
1464         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1465         from wl-summary-buffer-display-as-is.
1466         (wl-summary-buffer-display-all-header): New buffer local variable.
1467         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1468         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1469         instead of wl-summary-buffer-display-as-is.
1470         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1471         (wl-summary-set-persistent-mark): Ditto.
1472         (wl-summary-set-message-buffer-or-redisplay): Just call
1473         `wl-summary-redisplay-internal' without optional arguments.
1474         (wl-summary-toggle-mime): Rewrite.
1475         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1476         (wl-summary-toggle-all-header): New function.
1477         (wl-summary-redisplay-internal): Treat mime mode.
1478
1479         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1480         to wl-mime-preview-follow-no-mime.
1481         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1482         accodring to the display-mode.
1483
1484         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1485         (wl-message-buffer-display): Changed argument name from `as-is' to
1486         `mode'.
1487         (wl-message-display-internal): Ditto;
1488         Bind elmo-mime-display-header-analysis according to the mode.
1489         (wl-message-display-internal): Put wl-message-display-mime-mode
1490         property on entire buffer.
1491
1492 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1493
1494         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1495
1496 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1497
1498         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1499         Don't extract mail address.
1500         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1501
1502         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1503
1504         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1505
1506 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1509         wl-fldmgr-cut-entity-list on confirmation.
1510
1511 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1512
1513         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1514         (wl-mime-quit-preview): Check existence of
1515         mime-edit-temp-message-buffer here.
1516
1517 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1518
1519         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1520         after deletion.
1521
1522         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1523         before calling wl-mime-quit-preview.
1524
1525 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1526
1527         * wl-summary.el (wl-summary-pick): If call it with prefix
1528         argument, set `delete-marks' as non-nil. Pick from only visible
1529         messages.
1530         (wl-summary-check-target-mark): New function.
1531         (wl-summary-target-mark-mark-as-read): Use it.
1532         (wl-summary-target-mark-mark-as-unread): Ditto.
1533         (wl-summary-target-mark-operation): Ditto.
1534         (wl-summary-target-mark-set-flags): Ditto.
1535         (wl-summary-target-mark-save): Ditto.
1536         (wl-summary-target-mark-pick): Ditto.
1537         (wl-summary-target-mark-forward): Ditto.
1538         (wl-summary-target-mark-reply-with-citation): Ditto.
1539         (wl-summary-target-mark-print): Ditto.
1540         (wl-summary-target-mark-uudecode): Ditto.
1541
1542         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1543         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1544         with `ask-coding' is non-nil.
1545
1546 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * wl-thread.el (wl-thread-set-parent): If parent is a message
1549         which is identified by references, set linked as nil.
1550
1551 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1552
1553         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1554         (wl-message-mode-line-format-spec-alist): Ditto.
1555         (wl-message-mode-line-format): Ditto.
1556         (wl-summary-mode-line-format): Ditto for docstring.
1557         (wl-summary-no-mime-folder-list): Fix typo.
1558
1559         * wl-util.el (wl-current-message-buffer): Call
1560         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1561
1562         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1563         variable.
1564         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1565         of `wl-summary-redisplay-no-mime'.
1566         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1567         (wl-summary-toggle-mime): New function.
1568         (wl-summary-redisplay-all-header): Rewrite.
1569         (wl-summary-redisplay-no-mime): Ditto.
1570         (wl-summary-redisplay-internal): Added argument `as-is' and
1571         `all-header'.
1572
1573         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1574         New variable.
1575         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1576         bottom.
1577         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1578         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1579         "/" unconditionally.
1580
1581         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1582         wl-mime-preview-follow-no-mime for as-is content.
1583         (wl-mime-preview-follow-no-mime): New function.
1584         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1585
1586         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1587         and added `as-is', `all-header'.
1588         (wl-message-buffer-display): Ditto.
1589         (wl-message-buffer-display-type): New function.
1590
1591 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-vars.el (wl-message-header-button-alist): Change default
1594         value.
1595         (wl-message-body-button-alist): Ditto.
1596
1597 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1600
1601 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1604
1605 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1608         is always true.
1609
1610 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1611
1612         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1613         on null entity.
1614
1615 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1618
1619 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1620
1621         * wl-vars.el (wl-summary-resend-hook): New hook.
1622
1623         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1624         `wl-summary-resend-hook'.
1625
1626 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1627
1628         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1629         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1630         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1631         (wl-summary-new-cached-mark): Changed default value to 'n'.
1632         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1633         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1634         (wl-folder-sync-range-alist): Remove spec for 'flag.
1635         (wl-summary-force-prefetch-folder-list): New user option.
1636
1637         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1638         `wl-summary-toggle-persistent-mark'.
1639         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1640         number is nil.
1641         (wl-summary-mark-as-answered-region): Set interactive argument of
1642         `wl-summary-set-persistent-mark-internal'.
1643         (wl-summary-mark-as-important-region): Ditto.
1644         (wl-summary-unset-persistent-mark): Ditto.
1645         (wl-summary-set-persistent-mark): Ditto.
1646         (wl-summary-mark-as-answered): Ditto.
1647         (wl-summary-mark-as-important): Ditto.
1648         (wl-summary-set-persistent-mark-internal): Do nothing
1649         when `elmo-message-flag-available-p' is nil.
1650         (wl-summary-toggle-persistent-mark): New function.
1651         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1652         when the folder matches `wl-summary-force-prefetch-folder-list'.
1653
1654
1655         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1656         when number is nil.
1657         (wl-highlight-summary-forwarded-face): New face.
1658
1659 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1660
1661         * Version number is increased to 2.11.31.
1662
1663 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1664
1665         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1666         (wl-biff-check-folder-async): Ditto.
1667         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1668
1669 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1670
1671         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1672         Add an argument `reverse'.  All callers are updated.
1673         (wl-summary-sort): Add a prefix argument `reverse' to specify
1674         reverse sorting.
1675         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1676         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1677         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1678
1679 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * wl-message.el (wl-message-redisplay): Does not narrow header if
1682         disply-type is all-header or as-is.
1683
1684         * wl-summary.el (wl-summary-enter-handler): Use
1685         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1686
1687 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1690         after adding wl-draft-parent-variables.
1691         (wl-draft-forward): Ditto.
1692
1693 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1694
1695         * wl-summary.el (wl-summary-sync-marks): Call
1696         `wl-summary-set-persistent-mark' and
1697         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1698         (wl-summary-set-persistent-mark-internal): Add 4th argument
1699         `no-server'.
1700         (wl-summary-unset-persistent-mark): Ditto.
1701         (wl-summary-set-persistent-mark): Ditto.
1702         (wl-summary-add-flags-internal): Abolish.
1703         (wl-summary-remove-flags-internal): Ditto.
1704         (wl-summary-mark-as-important-internal): Ditto.
1705         (wl-summary-mark-as-important): Use
1706         `wl-summary-set-persistent-mark' instead of
1707         `wl-summary-add-flags-internal'.
1708         (wl-summary-mark-as-important-region): Ditto.
1709
1710         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1711
1712         * wl-summary.el (wl-summary-get-available-flags): New function.
1713         (wl-summary-sync-marks): Use it and simplified.
1714         (wl-summary-unset-persistent-mark): Use
1715         `wl-summary-get-available-flags'.
1716         (wl-summary-set-persistent-mark): Ditto.
1717
1718 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1721         id.
1722
1723 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1724
1725         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1726         number, call `wl-summary-prev-line-content'. Show message when the
1727         message is not found.
1728
1729 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1732         wl-summary-enter-handler.
1733         (wl-summary-enter-handler): New command.
1734
1735         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1736         docstring and custom spec.
1737
1738         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1739         flags too; Don't treat Cached and New.
1740         (wl-summary-set-persistent-mark): Ditto.
1741
1742         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1743         `wl-folder-set-flag'.
1744
1745         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1746         instead of `wl-folder-set-flag'.
1747
1748         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1749         for completion.
1750         (wl-summary-set-persistent-mark): Ditto.
1751
1752         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1753         instead of `wl-draft-quit-preview'.
1754
1755         * wl-mime.el (toplevel): Avoid compile warning.
1756         (wl-mime-quit-preview): New function
1757         (formarly defined as `wl-draft-quit-preview').
1758         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1759         quitting method.
1760
1761         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1762
1763         * wl-folder.el (wl-folder-set-flag): Renamed from
1764         `wl-draft-set-flag-on-parent'.
1765
1766         * wl-draft.el (wl-draft-quit-preview): New function.
1767         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1768         (wl-draft-send): Call `wl-folder-set-flag' instead of
1769         `wl-draft-set-flag-on-parent'.
1770         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1771
1772 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1775         (wl-draft-send): Ditto.
1776
1777 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1778
1779         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1780         (wl-draft-kill-pre-hook): Set default value as nil.
1781         (wl-summary-reply-hook): Ditto.
1782         (wl-draft-kill-flags): Abolish.
1783
1784         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1785         (wl-draft-parent-variables): Renamed from
1786         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1787         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1788         argument; Add wl-draft-parent-variables to
1789         wl-draft-config-variables.
1790         (wl-draft-reply): Likewise.
1791         (wl-draft-kill-flags): Abolish.
1792         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1793         (wl-draft-set-flag-on-parent): New function.
1794         (wl-draft-setup-parent-flag): Ditto.
1795
1796 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1797
1798         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1799         `wl-draft-parent-folder' is "".
1800
1801 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1804         (wl-summary-digit-jump): New function.
1805         (Adviced by John Owens and Hiroya Murata)
1806
1807         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1808         (Adviced by John Owens)
1809
1810         * wl-xmas.el (wl-message-define-keymap): Ditto.
1811
1812         * wl-mule.el (wl-message-define-keymap): Ditto.
1813
1814 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1817         change of return value of elmo-folder-count-flags.
1818
1819         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1820         (wl-summary-mark-as-read-internal): Ditto.
1821         (wl-summary-set-persistent-mark-internal): Ditto.
1822         (wl-summary-folder-info-update): Ditto.
1823         (wl-summary-sync-update): Fixed the last change.
1824
1825         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1826
1827 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1828
1829         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1830         (wl-draft-kill-flags): Fixed docstring.
1831
1832         * wl-draft.el (wl-draft-kill-flags): New function.
1833         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1834
1835 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1836
1837         * wl-vars.el (wl-reply-hook): Abolish.
1838         (wl-draft-reply-hook): New hook.
1839         (wl-summary-reply-hook): Ditto.
1840         (wl-draft-forward-hook): Ditto.
1841         (wl-summary-forward-hook): Ditto.
1842         (wl-draft-kill-flags): New variable.
1843
1844         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1845         wl-summary-set-persistent-mark-internal.
1846         (wl-summary-sync-marks): Use elmo-preserved-flags.
1847         (wl-summary-update-persistent-mark): Make it interactive.
1848         (wl-summary-set-persistent-mark-internal): New inline function.
1849         (wl-summary-mark-as-answered): Use it.
1850         (wl-summary-mark-as-unanswered): Ditto.
1851         (wl-summary-unset-persistent-mark): New function.
1852         (wl-summary-set-persistent-mark): Ditto.
1853         (wl-summary-reply): Don't set answered flag;
1854         Run wl-summary-reply-hook instead.
1855         (wl-summary-forward): Call wl-draft-forward with number.
1856         Run wl-summary-forward-hook.
1857
1858         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1859         (wl-highlight-summary-line-face-spec): Use it as a default
1860         persistent mark face.
1861
1862         * wl-draft.el (wl-draft-forward): Added optional argument number;
1863         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1864         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1865         (wl-draft-kill): Use wl-draft-kill-flags.
1866
1867         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1868
1869         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1870         of return value of elmo-folder-count-flags.
1871
1872         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1873
1874         * wl-summary.el (wl-summary-count-unread): Ditto.
1875         (wl-summary-sync-update): Follow the change above.
1876         (wl-summary-force-prefetch): New function.
1877
1878 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1879
1880         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1881         variable `buf' with `let' instead of `setq'.
1882
1883 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1884
1885         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1886         add Content-Disposition heaeder on the deleted part.
1887
1888 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1889
1890         * wl-draft.el (wl-draft-save): Encode address list under edit by
1891         `eword-encode-unstructured-field-body'.
1892
1893         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1894
1895 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1896
1897         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1898         wl-current-summary-buffer.
1899
1900 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1901
1902         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1903         `numbers' is ignored.
1904
1905 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1906
1907         * wl-folder.el (wl-folder-open-folder): Avoid error.
1908         Reported by John Owens, [wl-en:815]
1909
1910         * wl.el (wl): Set timer for biff process even if prefix argument
1911         is given or auto-checking is quitted.
1912
1913         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1914         immediately.
1915         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1916         (wl-toggle-plugged): Ditto.
1917
1918         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1919         * wl-util.el (wl-biff-start): Use idle timer if
1920         `wl-biff-use-idle-timer' is non-nil.
1921
1922 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1923
1924         * wl-highlight.el (wl-highlight-message): Fix description.
1925
1926 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1927
1928         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1929         tty.
1930
1931 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * wl-action.el (wl-summary-exec): Print failure count.
1934
1935 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1938         to `defun', remove interactive form.
1939         Set elmo-message-fetch-confirm when force-reload is non-nil.
1940
1941 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1942
1943         * wl-summary.el (toplevel): Removed unnecessary autoload.
1944
1945 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1948         the buffer is generated from another message buffer.
1949
1950 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1953         extracted from `wl-fldmgr-save-folders'.
1954         (wl-fldmgr-delete): Call it after deletion.
1955
1956 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1957
1958         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1959         multi-tty support.
1960
1961 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1962
1963         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1964
1965 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1966
1967         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1968         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1969
1970 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1973         unsubscribe list only if argument CLEAR is nil.
1974
1975 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-draft.el (wl-draft-reply): Decode subject before removing
1978         Re: prefix.
1979
1980 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1981
1982         * wl-summary.el (wl-summary-sort-by-size): New command.
1983
1984 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1985
1986         * wl-summary.el (wl-summary-number-list-from-region): New
1987         function.
1988         (wl-summary-mark-as-read-region): Use it.
1989         (wl-summary-mark-as-unread-region): Ditto.
1990         (wl-summary-set-flags-region): Ditto and add optional argument
1991         remove.
1992         (wl-summary-mark-as-answered-region): Ditto.
1993         (wl-summary-mark-as-important-region): Ditto.
1994         (wl-summary-target-mark-mark-as-important): Added optional
1995         argument remove.
1996         (wl-summary-target-mark-mark-as-answered): Ditto.
1997         (wl-summary-target-mark-set-flags): Ditto.
1998
1999 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2000
2001         * wl-summary.el (wl-summary-set-flags-region): Call
2002         `wl-summary-set-flags-internal' with number list instead of call
2003         one by each message.
2004         (wl-summary-target-mark-set-flags): Likewise.
2005
2006 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2007
2008         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2009         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2010         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2011         (wl-summary-target-mark-mark-as-answered): Likewise.
2012
2013 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl-summary.el (wl-summary-target-mark-forward): Use
2016         `wl-summary-delete-all-target-marks' instead of
2017         `wl-summary-delete-all-temp-marks'.
2018         (wl-summary-target-mark-reply-with-citation): Ditto.
2019         (wl-summary-target-mark-uudecode): Ditto.
2020         (wl-summary-target-mark-set-flags): Ditto and remove needless
2021         cursor move.
2022
2023 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2024
2025         * wl-summary.el (wl-summary-target-mark-forward): Protect
2026         wl-summary-buffer-target-mark-list from nreverse.
2027         (wl-summary-target-mark-reply-with-citation): Ditto.
2028
2029 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2032         `elmo-display-progress-threshold'.
2033
2034 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2035
2036         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2037         check `wl-summary-highlight'.
2038         (wl-summary-window-scroll-functions): Respect value of
2039         `wl-summary-highlight'.
2040         (wl-summary-sync-update): Run hooks
2041         `wl-summary-buffer-window-scroll-functions' at any time.
2042
2043 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2046         from `wl-summary-cleanup-temp-marks'.
2047         (wl-summary-cleanup-temp-marks): Abolish argument.
2048         * wl.el (wl-save-status): Revert previous change.
2049         (wl-execute-temp-marks): New function, call
2050         `wl-summary-exec-with-confirmation'.
2051         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2052         (wl-folder-save-and-exec-marks): Abolished.
2053
2054 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-e21.el (wl-e21-display-image-p): Respect
2057         `wl-highlight-folder-with-icon'.
2058         (wl-e21-highlight-folder-group-line): Highlight mouse line
2059         even if wl-e21-display-image-p is nil.
2060
2061         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2062         Respect value of `wl-summary-highlight'.
2063
2064         * wl.el (wl-save-status): Remove unused variable.
2065
2066         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2067         (wl-folder-mode-map): Bind it to "x".
2068
2069 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2072
2073         * wl-thread.el (wl-thread-get-parent-list): Don't check
2074         disconnected ancestors, neglecting needless work in
2075         `wl-thread-update-indent-string-thread'.
2076
2077         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2078         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2079         argument, add argument default-keep to keep marks by default.
2080
2081         * Version number is increased to 2.11.30.
2082
2083         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2084         customization type and docstring.
2085         (wl-draft-reply-without-argument-list): Ditto.
2086
2087 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2090
2091         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2092
2093 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2096
2097 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2098
2099         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2100         save-excursion so as not to include run-hooks.
2101
2102 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2105         Clarify that marks are going to be cleared.
2106
2107 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2110         according to 3rd element of wl-summary-flag-mark.
2111
2112         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2113
2114 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2115
2116         * wl-action.el (wl-summary-target-mark-all): Don't set
2117         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2118
2119 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2122         (wl-forward-subject-prefix): Ditto.
2123         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2124         (wl-draft-reply-make-subject): Ditto.
2125
2126         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2127         `wl-draft-forward'.
2128         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2129
2130 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2133         target message does not exist.
2134
2135 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2136
2137         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2138         `wl-subject-prefix-regexp'.
2139         (wl-subject-forward-prefix-regexp): New variable.
2140         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2141         `wl-draft-strip-subject-re' and take regexp as argument.
2142         (wl-draft-forward): Use it.
2143         (wl-draft-reply): Ditto.
2144
2145 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2146
2147         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2148         emacs multi-tty support.
2149
2150 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2151
2152         * wl-e21.el (wl-e21-display-image-p): Don't call
2153         `display-images-p'.
2154         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2155         support.
2156         (wl-highlight-folder-current-line): Ditto.
2157         (wl-folder-init-icons): Ditto.
2158
2159 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2162         the last line of summary in unplugged mode.
2163
2164 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2165
2166         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2167
2168 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2169
2170         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2171         * wl-address.el (wl-address-user-mail-address-p): Use it.
2172         (wl-address-delete-user-mail-addresses): Ditto.
2173         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2174
2175         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2176         (wl-address-delete-user-mail-addresses): Ditto.
2177
2178         * wl-address.el (wl-address-delete-user-mail-addresses): New
2179         function.
2180         * wl-refile.el (wl-refile-guess-by-history): Use it.
2181         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2182         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2183
2184         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2185         use wl-address-user-mail-address-p.
2186
2187 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2188
2189         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2190         after opening group.
2191
2192 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2193
2194         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2195         of elmo-set-buffer-multibyte.
2196
2197         * wl-message.el (wl-original-message-mode): Ditto.
2198
2199         * wl-score.el (wl-score-insert-header): Ditto.
2200
2201         * wl-summary.el
2202         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2203         (wl-summary-goto-folder-subr): Ditto.
2204         (wl-summary-insert-headers): Ditto.
2205
2206         * wl-util.el (wl-set-string-width): Ditto.
2207
2208         * Version number is increased to 2.11.29.
2209
2210 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2211
2212         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2213         (wl-highlight-summary-line-help-echo-alist): New variable.
2214         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2215         into `wl-highlight-summary-line-help-echo' and
2216         `wl-highlight-flag-folder-help-echo'.
2217         (wl-highlight-summary-line-string): Change accordingly.
2218         (wl-highlight-summary-current-line): Ditto.
2219
2220 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2223         at the beginning of field body (Thanks to Markus Knittig).
2224
2225         * wl-draft.el (wl-draft-insert-current-message): Also check
2226         summary buffer, remove unnecessary tag.
2227
2228 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2229
2230         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2231         when wl-message-buffer is nil.
2232
2233         * wl-folder.el (wl-folder): Abolish unused argument.
2234         Call wl-folder-init when wl-folder-entity is nil.
2235         * wl.el (wl): Change accordingly.
2236
2237 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2238
2239         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2240         multibyte string before insert into draft buffer.
2241         (wl-draft-create-buffer): Always enable multibyte characters for
2242         draft buffer.
2243
2244         * Version number is increased to 2.11.28.
2245
2246 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2247
2248         * wl-folder.el (wl-folder-open-close): Handle blank line.
2249         (wl-folder-jump-to-current-entity): Ditto.
2250
2251 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2252
2253         * Version number is increased to 2.11.27.
2254
2255 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-thread.el (wl-thread-insert-message): When the thread is
2258         devided by wl-summary-max-thread-depth, insert line at the end of
2259         buffer.
2260
2261 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * Version number is increased to 2.11.26.
2264
2265 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2266
2267         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2268
2269 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2270
2271         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2272         value of stream-type and session.
2273
2274 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275
2276         * Version number is increased to 2.11.25.
2277
2278 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2279
2280         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2281         in a quit message.
2282
2283 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2286         (wl-summary-redisplay-no-mime-internal): Ditto.
2287
2288 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2289
2290         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2291         * wl-vars.el (wl-smtp-connection-type): Ditto.
2292
2293 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2294
2295         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2296         for the separator line and quote mail-header-separator.
2297
2298 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299
2300         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2301         result message.
2302
2303         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2304         `elmo-multiple-fields-body-list' with boundary as
2305         mail-header-separator.
2306
2307 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2310
2311 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2312
2313         * wl-util.el (wl-list-diff): Remove unused function.
2314
2315         * wl-draft.el (wl-draft-send-confirm): Discard input before
2316         confirmation.
2317
2318 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2321         order of flag and new.
2322
2323 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2324
2325         * wl-vars.el (wl-refile-policy-alist): Abolished.
2326
2327         * wl-action.el (wl-summary-set-action-refile): Follow the change
2328         above.
2329
2330 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * wl-highlight.el (wl-highlight-signature-search): Don't use
2333         re-search-backward for a long word since it is possible to crash
2334         XEmacs because of a bug.
2335
2336 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2337
2338         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2339
2340 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2341
2342         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2343         argument for wl-summary-sync-force-update.
2344
2345 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2346
2347         * wl-summary.el (wl-summary-mode-map): Revival of
2348         wl-summary-mark-as-important related bindings;
2349         Bind 'F','tF','mF','rF','m&'.
2350         (wl-summary-mark-as-important-region): Revival.
2351         (wl-summary-target-mark-mark-as-important): Ditto.
2352         (wl-summary-target-mark-operation): New function.
2353         (wl-summary-target-mark-mark-as-answered): Use it.
2354         (wl-summary-decide-flag): Don't set Important as default.
2355         (wl-summary-mark-as-important-internal): Revival.
2356         (wl-summary-mark-as-important): Ditto.
2357
2358         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2359
2360         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2361         instead of facep.
2362
2363 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2364
2365         * wl-dnd.el (wl-dnd-drop-func): Fix.
2366
2367         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2368         mouse-set-point instead of posn-point.
2369
2370         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2371
2372         * wl-mule.el (wl-completing-read-multiple): Ditto.
2373
2374 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-demo.el (face-background-name): Defalias to avoid compile
2377         warning.
2378
2379 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2380
2381         * wl-summary.el (wl-summary-decide-flag): Use
2382         wl-completing-read-multiple instead of completing-read-multiple.
2383
2384         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2385         New alias.
2386
2387         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2388         Use face-background-name instead of face-background.
2389
2390         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2391
2392         * wl-summary.el (wl-summary-save): Use it.
2393         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2394
2395         * wl-mime.el (wl-mime-save-content): Fix last change.
2396
2397 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2398
2399         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2400         New function.
2401         (wl-summary-sort-specs): Added sort.
2402         * wl-mime.el (wl-mime-save-content): Expand file name.
2403
2404 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2407
2408         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2409
2410 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2411
2412         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2413         for flag if it is not defined.
2414
2415 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2416
2417         * wl-e21.el (wl-highlight-folder-current-line): Use
2418         elmo-folder-type-internal when elmo-folder-type returns nil.
2419
2420         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2421
2422         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2423
2424         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2425
2426         * wl-e21.el (wl-summary-toolbar): Ditto.
2427
2428         * wl-vars.el (wl-demo-background-color): Abolished.
2429         (wl-summary-persistent-mark-priority-list): Renamed from
2430         wl-summary-flag-priority-list.
2431         (wl-summary-flag-alist): New user option.
2432         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2433         (wl-message-mode-line-format-spec-alist): Added 'F'.
2434         (wl-message-mode-line-format): Likewise.
2435         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2436         instead of wl-summary-important-mark.
2437         (wl-file-folder-icon): New variable.
2438
2439         * wl-thread.el (wl-thread-set-flags): Renamed from
2440         wl-thread-mark-as-important.
2441
2442         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2443         warning.
2444         (wl-summary-mode-menu-spec): Follow the change of 
2445         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2446         (wl-summary-mode-map): Follow the change of
2447         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2448         (wl-summary-detect-mark-position): Follow the variable name change.
2449         (wl-summary-set-flags-region): New function for the replacement of
2450         wl-summary-mark-as-important-region.
2451         (wl-summary-sync-marks): Sync all global-flags.
2452         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2453         instead of elmo-message-flagged-p.
2454         (wl-summary-persistent-mark-string): Follow the variable name change;
2455         Put wl-summary-flag-mark if the message has global-flag.
2456         (wl-summary-target-mark-set-flags): Renamed from 
2457         wl-summary-target-mark-mark-as-important.
2458         (wl-summary-decide-flag): New function.
2459         (wl-summary-set-flags-internal): Renamed from
2460         wl-summary-mark-as-important-internal.
2461         (wl-summary-add-flags-internal): New function.
2462         (wl-summary-remove-flags-internal): Ditto.
2463         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2464         (wl-summary-mark-as-unimportant): Abolish.
2465         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2466         (wl-summary-next-message): List flagged messages in the msgdb.
2467
2468         * wl-score.el (wl-summary-score-update-all-lines): Use
2469         wl-summary-add-flags-internal instead of 
2470
2471         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2472
2473         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2474         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2475         (wl-message-buffer-require-all-header): Renamed from
2476         wl-message-buffer-all-header-flag (Ditto).
2477         (wl-message-buffer-flag-indicator): New variable.
2478         (wl-message-redisplay): Changed local varibale name from `flag' to
2479         `display-type'; Set up wl-message-buffer-flag-indicator.
2480         (wl-message-buffer-display): Changed varibale name from `flag' to
2481         `display-type'.
2482         (wl-message-display-internal): Likewise.
2483
2484         * wl-highlight.el (wl-highlight-demo-face): Define default background
2485         color.
2486         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2487
2488         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2489
2490         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2491         (wl-demo-setup-properties): Renamed from
2492         `wl-demo-set-background-color'.
2493         (wl-demo): Follow the change above.
2494         
2495         * Version number is increased to 2.11.24.
2496
2497 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2498
2499         * wl-summary.el (wl-summary-toggle-thread): Call
2500         `wl-summary-rescan' with disable-thread as non-nil.
2501         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2502
2503 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2506         foreground property of the face.
2507         (wl-demo-insert-text): Don't set up face property here.
2508         (wl-demo): Call wl-demo-set-background-color, anyway.
2509
2510 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2511
2512         * wl-vars.el (wl-demo-background-color): The value can be nil.
2513
2514 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2515
2516         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2517         to wl-summary-wheel-dispatcher.
2518
2519         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2520         wl-message-wheel-dispatcher.
2521         (wl-message-wheel-dispatcher): New function.
2522         (wl-summary-wheel-dispatcher): Ditto.
2523
2524 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2525
2526         * wl-action.el (wl-summary-target-mark-all): List messages which are
2527         not in the killed-list.
2528
2529         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2530         only when the folder is 'flag/important.
2531
2532         * wl-address.el (wl-complete-field-body): Complete if the last
2533         character is a space.
2534
2535 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2536
2537         * wl-folder.el (wl-folder-clear-entity-info): Use
2538         elmo-clear-hash-val.
2539
2540         * wl-fldmgr.el (wl-fldmgr-rename): Set
2541         wl-folder-info-alist-modified as t.
2542
2543 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2544
2545         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2546
2547 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2548
2549         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2550         (wl-folder-buffer-last-visited-entity-id): New buffer local
2551         variable.
2552         (wl-folder-revisit-last-visited-folder): New function.
2553         (wl-folder-mode-map): Bind it to "C-i".
2554         (wl-folder-set-current-entity-id): Set last visited folder.
2555         * wl-summary.el (wl-summary-exit): Ditto.
2556
2557 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2560         before calling `recenter' in order to cope with an XEmacs bug.
2561
2562 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2563
2564         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2565         to the default value.
2566
2567 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2568
2569         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2570         change.
2571         (wl-summary-sync-marks): Ditto.
2572         (wl-summary-mark-as-read-internal): Ditto.
2573         (wl-summary-mark-as-answered-internal): Ditto.
2574         (wl-summary-mark-as-important-internal): Ditto.
2575         (wl-summary-reply): Ditto.
2576
2577         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2578         instead of `elmo-folder-unflag-answered'.
2579
2580         * Version number is increased to 2.11.23.
2581
2582         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2583         the last change.
2584
2585 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2586
2587         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2588         Specify "spam" or "good".
2589
2590 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2591
2592         * wl-spam.el (wl-summary-exec-action-spam): Call
2593         wl-folder-confirm-existence for spam folder.
2594         (wl-spam-setup): Bind "mk".
2595
2596 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2599
2600 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2601
2602         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2603         destination folder is empty.
2604
2605 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2608         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2609
2610         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2611         (wl-summary-refile-prev-destination-region): New function.
2612         (wl-thread-refile-prev-destination): Ditto.
2613         (wl-summary-target-mark-refile-prev-destination): Ditto.
2614
2615 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2618         (wl-demo-background-color): Changed default value.
2619
2620         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2621         color.
2622
2623         * wl-demo.el (wl-demo-set-background-color): New function.
2624         (wl-demo): Call it.
2625
2626 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2629         * wl-address.el (wl-address-add-or-change): Don't add empty
2630         address.
2631
2632 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2633
2634         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2635
2636 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-vars.el (wl-demo-image-filter-alist): New variable
2639         (wl-demo-background-color): Ditto.
2640
2641         * wl-demo.el (wl-demo-xpm-set-background): New function.
2642         (wl-demo-image-filter): Ditto.
2643         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2644
2645         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2646
2647         * wl-demo.el (wl-demo-icon-name): Define as function.
2648         (wl-demo-insert-image): Use it.
2649
2650 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2651
2652         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2653
2654 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2655
2656         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2657
2658 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2661
2662 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2663
2664         * wl-thread.el (wl-thread-mark-as-answered): New function.
2665
2666         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2667         answered" entry.
2668         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2669         "r&" and wl-thread-mark-as-answered to "t&".
2670         (wl-summary-mark-as-important-region): Refine to toggle mark.
2671         (wl-summary-mark-as-answered-region): New function.
2672         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2673         and 3rd argument.
2674         (wl-summary-mark-as-important-internal): Likewise.
2675
2676 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * wl-template.el (wl-template-preview): New internal variable.
2679         (wl-template-preview-p): New function.
2680         (wl-template-show): Bind `wl-template-preview' as t.
2681
2682 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2683
2684         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2685         `elmo-message-entity-field' with 3rd argument which is non-nil.
2686
2687 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2690         Removed duplicate local bind `folder'.
2691
2692 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2695
2696 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2699         duplicate definition.
2700
2701 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2704         non-nil, use it; Don't fetch message if there's no message in the
2705         current cursor position.
2706
2707 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2708
2709         * wl-util.el (wl-region-exists-p): Use region-active-p.
2710         (wl-deactivate-region): New function.
2711         * wl-message.el (wl-message-redisplay): Deactivate region.
2712
2713         * wl-summary.el (wl-summary-reply): Call
2714         `wl-summary-set-message-buffer-or-redisplay' instead of
2715         `wl-summary-redisplay-internal', don't move point.
2716
2717 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2720         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2721         by regexp.
2722
2723 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2726         if no need.
2727
2728 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2729
2730         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2731         default value to nil.
2732         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2733         `wl-summary-prepare-hook'; Replace refile action to
2734         `wl-summary-exec-action-refile-with-register'.
2735
2736         * Version number is increased to 2.11.22.
2737
2738 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2739
2740         * wl-summary.el (wl-summary-detect-mark-position): Set
2741         `wl-summary-buffer-weekday-name-lang'.
2742
2743 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2744
2745         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2746         (wl-summary-mark-as-read-all): Ditto.
2747         (wl-summary-delete-messages-on-buffer): Ditto.
2748         (wl-summary-sync-update): Ditto.
2749         (wl-summary-mark-as-read-internal): Ditto.
2750         (wl-summary-mark-as-answered-internal): Ditto.
2751         (wl-summary-update-folder-info): Abolished.
2752
2753 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-summary.el (wl-summary-mark-as-read-all): Use
2756         `wl-summary-update-folder-info' instead of
2757         `wl-folder-update-unread'.
2758
2759 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2760
2761         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2762         `wl-summary-folder-info-update'.
2763         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2764         instead of `wl-summary-folder-info-update'.
2765         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2766         `wl-folder-set-folder-updated'.
2767         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2768         instead of `wl-folder-update-unread'.
2769         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2770         the value of `wl-summary-buffer-unread-count' for the second parameter of
2771         `wl-folder-update-unread'.
2772
2773         * Version number is increased to 2.11.21.
2774
2775 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2776
2777         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2778         a local variable.
2779
2780 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2783         interactively.
2784
2785         * wl-summary.el (wl-summary-mark-as-important-internal): New
2786         internal function.
2787         (wl-summary-mark-as-important): Use it.
2788         (wl-summary-mark-as-unimportant): New function.
2789         (wl-summary-sync-marks): Follow the API change.
2790
2791         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2792
2793         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2794
2795 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2796
2797         * wl-folder.el (wl-folder-update-unread): Re-indent.
2798         Narrow the scope of a local variable.
2799
2800 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2801
2802         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2803         (wl-addrmgr-merge-entries): Ditto.
2804         (wl-addrmgr): Added to address entry which exists in draft buffer
2805         if no entry is in original.
2806
2807 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-batch.el: New file.
2810
2811 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2812
2813         * wl-vars.el (wl-use-semi): Remove unused variable.
2814
2815 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2816
2817         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2818         "?".
2819
2820 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2823         wl-summary-new-mark.
2824         (wl-summary-new-cached-mark): New user option.
2825         (wl-summary-score-marks): Follow the change above.
2826         (wl-summary-auto-refile-skip-marks): Ditto.
2827         (wl-summary-incorporate-marks): Ditto.
2828         (wl-summary-expire-reserve-marks): Ditto.
2829
2830         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2831
2832         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2833         (wl-summary-persistent-mark-string): Distinguished between cached
2834         and uncached mark when the message is new.
2835
2836 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2837
2838         * wl-spam.el (wl-spam-domain): Renamed from
2839         `wl-spam-folder-guess-domain'.
2840         (wl-summary-exec-action-spam): Register as spam if domain of the
2841         source folder is good.
2842         (wl-summary-exec-action-refile-with-register): Register message if
2843         domain of the source folder is not undecided.
2844
2845 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2848         detect thread loop.
2849
2850 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2851
2852         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2853         and wl-summary-skip-mark-list.
2854
2855 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2856
2857         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2858
2859         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2860
2861         * wl-spam.el (toplevel): Require wl-highlight.
2862         (wl-spam-auto-check-policy-alist): Abolish.
2863         (wl-spam-auto-check-folder-regexp-list): New user option.
2864         (wl-spam-auto-check-marks): Ditto.
2865         (wl-spam-mark-action-list): Ditto.
2866         (wl-highlight-summary-spam-face): New face.
2867         (wl-spam-auto-check-message-p): New function.
2868         (wl-spam-map-spam-messages): Fixed message.
2869         (wl-spam-register-spam-messages): Ditto.
2870         (wl-spam-register-good-messages): Ditto.
2871         (wl-summary-spam-map): Add and remove keybind.
2872         (wl-summary-target-mark-spam): Abolish.
2873         (wl-summary-refile-spam): Ditto.
2874         (wl-summary-test-spam): New function.
2875         (wl-summary-mark-spam): Ditto.
2876         (wl-summary-auto-check-spam): Follow the above change.
2877         (wl-summary-exec-action-spam): New function.
2878         (wl-summary-exec-action-refile-with-register): Fixed message.
2879         (wl-message-check-spam): New function.
2880         (wl-spam-setup): Ditto.
2881         (toplevel): Call it if this file is loaded interactivity.
2882
2883         * Version number is increased to 2.11.20.
2884
2885 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2888         when new optional argument `force' is non nil or modified.
2889
2890 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl.el (toplevel): Require wl-spam when compile.
2893         (wl-save-status): Call wl-spam-save-status.
2894
2895         * wl-spam.el (wl-spam-register-spam-messages): New function.
2896         (wl-spam-register-good-messages): Ditto.
2897         (wl-spam-save-status): Ditto.
2898         (wl-summary-mode-map): Bind
2899         wl-summary-target-mark-register-as-spam to "ms" and
2900         wl-summary-target-mark-register-as-good to "mn".
2901         (wl-summary-register-as-spam): Abolish optional argument; Use
2902         wl-spam-register-spam-messages.
2903         (wl-summary-register-as-spam-all): Use
2904         wl-spam-register-spam-messages.
2905         (wl-summary-register-as-good): Abolish optional argument; Use
2906         wl-spam-register-good-messages.
2907         (wl-summary-register-as-good-all): Use
2908         wl-spam-register-good-messages.
2909         (wl-summary-target-mark-register-as-spam): New funtion.
2910         (wl-summary-target-mark-register-as-good): Ditto.
2911
2912 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2913
2914         * wl-spam.el: New file.
2915
2916 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2919
2920         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2921         (wl-summary-auto-refile): Call wl-refile-guess with
2922         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2923
2924 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2927         with disable-thread argument non-nil.
2928
2929 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-summary.el (wl-summary-rescan): Added optional argument
2932         disable-thread.
2933         (wl-summary-sync): Call wl-summary-rescan with argument
2934         disable-thread.
2935         (wl-summary-input-range): Added new range `rescan-thread'.
2936
2937 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2938
2939         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2940
2941 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2944         internal variable.
2945         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2946         wl-summary-search-parent-by-subject-regexp and
2947         wl-summary-divide-thread-when-subject-changed as nil.
2948         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2949         (wl-summary-insert-thread): Search parent entity from
2950         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2951         thread loop.
2952
2953 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2954
2955         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2956
2957         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2958
2959         * wl-util.el (wl-require-update-all-folder-p): New function.
2960         (wl-get-assoc-list-value): Added `function' to match directive.
2961         (wl-collect-draft): Rewrite.
2962
2963         * wl-summary.el (wl-summary-sync-update): Clear faces
2964         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2965         are non-nil.
2966         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2967         argument as function.
2968         (wl-summary-input-range): Ditto.
2969
2970         * wl-folder.el (wl-draft-get-folder): New function.
2971         (wl-folder-get-elmo-folder): Consider draft folder.
2972
2973         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2974         (wl-draft-buffer-message-number): New buffer local variable.
2975         (wl-draft-folder-internal): New internal variable.
2976         (wl-draft-delete): Rewrite.
2977         (wl-draft-save): Ditto.
2978         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2979         wl-folder-get-elmo-folder.
2980         (wl-draft-config-info-operation): Ditto.
2981         (wl-jump-to-draft-folder): Ditto.
2982         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2983         (wl-draft-reedit): Rewrite.
2984
2985         * Version number is increased to 2.11.19.
2986         
2987 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2988
2989         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2990         variable.
2991
2992 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2995         Use ignore-errors instead of unwind-protect.
2996
2997 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2998
2999         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3000         for updating `wl-thread-entity-list'.
3001
3002 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3003
3004         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3005         parameter from calling `wl-thread-entity-get-older-brothers' and
3006         `wl-thread-entity-get-younger-brothers'.
3007         Replace nested `append' with a single one.
3008
3009 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3010
3011         * wl-summary.el (wl-summary-mode): Don't use the return value of
3012         `make-local-hook'.
3013
3014 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3015
3016         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3017         instead of `let*'.
3018         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3019         of local variables.
3020
3021 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3024         Renamed from wl-summary-window-scroll-functions.
3025         (wl-summary-window-scroll-functions): Don't set to variable.
3026         (wl-summary-display-top): Use run-hooks.
3027         (wl-summary-display-bottom): Ditto.
3028         (wl-summary-toggle-disp-msg): Ditto.
3029         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3030         Use it instead of wl-summary-window-scroll-functions.
3031         (wl-summary-goto-folder-subr): Don't call
3032         wl-summary-window-scroll-functions, use
3033         wl-summary-buffer-window-scroll-functions instead.
3034
3035 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3036
3037         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3038         make-local-variable.
3039
3040 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3041
3042         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3043         set-buffer-modified-p.
3044         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3045         (wl-summary-display-bottom): Ditto.
3046         (wl-summary-toggle-disp-msg): Ditto.
3047
3048 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3049
3050         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3051
3052         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3053         (wl-summary-forward): Use elmo-message-entity-field instead of
3054         elmo-message-field.
3055
3056         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3057
3058 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3059
3060         * wl-summary.el (wl-summary-window-scroll-functions): No use
3061         `append'.
3062
3063 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3064
3065         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3066         function.
3067         (wl-summary-window-scroll-functions): Call it when both
3068         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3069         (wl-summary-temp-mark): Added optional argument number.
3070         (wl-summary-message-mark): Added optional argument flag.
3071         (wl-summary-persistent-mark): Added optional argument number and flag.
3072         (wl-summary-update-persistent-mark): Ditto.
3073         (wl-summary-update-status-marks): Set "r" for interactive spec.
3074
3075         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3076         argument number and flag.
3077
3078         * wl-action.el (wl-summary-registered-temp-mark): 
3079         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3080
3081 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3082
3083         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3084         internal variable (buffer local).
3085         (wl-summary-window-scroll-functions): New function.
3086         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3087         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3088         as nil.
3089         (wl-summary-update-status-marks): Added arguments beg, end and
3090         check.
3091         (wl-summary-update-mark-window): Use function.
3092         (wl-summary-sync-update): Follow the change above.
3093         (wl-summary-switch-to-clone-buffer): Copy
3094         wl-summary-buffer-unsync-mark-number-list.
3095         (wl-summary-goto-folder-subr): Set
3096         wl-summary-buffer-unsync-mark-number-list and
3097         use wl-summary-window-scroll-functions instead of
3098         wl-summary-lazy-highlight.
3099
3100         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3101
3102 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3103
3104         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3105
3106         * wl-summary.el (wl-summary-update-persistent-mark): Call
3107         wl-summary-set-message-modified.
3108
3109         * wl-summary.el (wl-summary-sync-update): Don't call
3110         wl-summary-update-status-marks.
3111
3112         * Version number is increased to 2.11.18.
3113
3114 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3115
3116         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3117         (wl-message-next-page): Ditto.
3118
3119 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3120
3121         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3122         local variable.  Change the order of a collected list into the
3123         same as the specified range.  Remove nil from a collected list.
3124
3125 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3126
3127         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3128         argument for elmo-folder-list-messages.
3129
3130 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3133         change (wl-summary-count-unreads return a list instead of a cons
3134         cell).
3135
3136 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3137
3138         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3139         `wl-summary-folder-info-update'.
3140
3141 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-summary.el (wl-summary-set-message-modified): No use
3144         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3145         (wl-summary-set-mark-modified): Abolish.
3146         (wl-summary-mark-modified-p): Ditto.
3147         (wl-summary-save-view): Follow the change above.
3148
3149         * wl-expire.el (wl-summary-expire): Likewise.
3150
3151 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-summary.el (wl-summary-detect-mark-position): Use
3154         modb-entity-handler.
3155         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3156
3157         * Version number is increased to 2.11.17.
3158
3159 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3162         entity field value.
3163         (wl-summary-prefetch-msg): Ditto.
3164         (wl-summary-print-message-with-ps-print): Ditto.
3165
3166 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3167
3168         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3169         for dummy entity.
3170         (wl-summary-insert-thread): Use elmo-message-entity-field.
3171         (wl-summary-update-thread): Use elmo-message-entity-field and
3172         elmo-message-entity-number.
3173         (wl-summary-line-number):  Use elmo-message-entity-number.
3174         (wl-summary-line-size): Use elmo-message-entity-field.
3175         (wl-summary-line-subject): Ditto.
3176         (wl-summary-line-from): Ditto.
3177         (wl-summary-line-attached): Ditto.
3178         (wl-summary-create-line): Ditto.
3179         (wl-summary-create-line): Use elmo-message-entity-number.
3180         (wl-summary-print-message-with-ps-print): Use
3181         elmo-message-entity-field.
3182
3183 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3184
3185         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3186         change in elmo-msgdb-make-message-entity.
3187         (wl-summary-buffer-set-folder): Don't call
3188         wl-summary-detect-mark-position here.
3189         (wl-summary-rescan): Call elmo-message-entity-number.
3190         (wl-summary-sync-update): Ditto.
3191         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3192
3193         * wl-score.el (wl-score-header-index): Redefine 2th element.
3194         (wl-score-overview-entity-get-extra): Abolish.
3195         (wl-score-ov-entity-get): Rewrite.
3196         (wl-score-string-index<, wl-score-string-func<): Abolish.
3197         (wl-score-string<): New function.
3198         (wl-score-string-sort): Use it.
3199
3200         * wl-refile.el (wl-refile-guess-by-history): Use
3201         elmo-message-entity-field.
3202         (wl-refile-guess-by-from): Ditto.
3203         (wl-refile-guess-by-msgid): Ditto.
3204
3205         * Version number is increased to 2.11.16.
3206
3207 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3208
3209         * wl-folder.el (wl-folder-confirm-existence): Don't call
3210         file-exists-p if msgdb-path is nil.
3211         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3212         `wl-read-folder-hist' to `wl-read-folder-history'.
3213
3214 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3215
3216         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3217         `y-or-n-p'.
3218
3219 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-score.el (wl-score-headers): Don't use
3222         elmo-folder-do-each-message-entity.
3223
3224         * Version number is increased to 2.11.15.
3225
3226 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * wl-summary.el (wl-summary-delete-all-msgs): Use
3229         elmo-folder-move-messages instead of elmo-folder-delete-messages
3230         and elmo-folder-detach-messages.
3231         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3232
3233         * wl-expire.el (wl-expire-delete): Ditto.
3234         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3235
3236 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3237
3238         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3239         (wl-message-header-narrowing-fields): Ditto.
3240         (wl-message-header-narrowing-lines): Ditto.
3241         (wl-message-header-narrowing-string): Ditto.
3242
3243         * wl-summary.el (wl-summary-mode-map): Bind
3244         wl-summary-toggle-header-narrowing to "C-cC-f".
3245         (wl-summary-toggle-header-narrowing): New function.
3246
3247         * wl-message.el (wl-message-buffer-create): Call
3248         wl-message-header-narrowing-setup.
3249         (wl-message-redisplay): Call wl-message-header-narrowing.
3250         (wl-message-header-narrowing): New function.
3251         (wl-message-header-narrowing-map): New keymap.
3252         (wl-message-header-narrowing-widen-map): New keymap.
3253         (wl-message-header-narrowing-again-at-mouse): New function.
3254         (wl-message-header-narrowing-1): Ditto.
3255         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3256         (wl-message-header-narrowing-setup): Ditto.
3257         (wl-message-header-narrowing-toggle): Ditto.
3258         
3259         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3260
3261         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3262         'flag as all.
3263         (wl-use-flag-folder-help-echo): New user option.
3264
3265         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3266         wl-summary-highlight as nil.
3267         (wl-summary-set-mark-modified): Follow the API change.
3268         (wl-summary-mark-modified-p): Ditto.
3269         (wl-summary-mark-as-read-all): Ditto.
3270         (wl-summary-sync-marks): Don't call
3271         elmo-folder-list-messages-with-global-mark.
3272         (wl-summary-mark-as-read-internal): Follow the API change.
3273         (wl-summary-mark-as-answered-internal): Ditto.
3274         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3275         Follow the API change.
3276         (wl-summary-create-line): Call with number argument.
3277         (wl-summary-reply): Follow the API change.
3278
3279         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3280         function.
3281         (wl-highlight-summary-line-string): Call it when
3282         wl-use-flag-folder-help-echo is non-nil.
3283         (wl-highlight-summary-current-line): Ditto.
3284         (elmo-flag-folder-referrer): Added autoload setting.
3285
3286         * wl-draft.el (wl-draft-kill): Follow the API change.
3287
3288         * Version number is increased to 2.11.14.
3289         
3290 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3291
3292         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3293
3294 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3295
3296         * Version number is increased to 2.11.13.
3297
3298 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * wl-draft.el (wl-draft-previous-history-element): Fixed
3301         unbalanced parenthesis and bind unbound local variables.
3302
3303 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3304
3305         * wl-draft.el (wl-draft-previous-history-element): New function.
3306         (wl-draft-next-history-element): Ditto.
3307         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3308         them to M-p and M-n.
3309
3310 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * Version number is increased to 2.11.12.
3313
3314 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3315
3316         * wl-draft.el (wl-draft-hide): Select buffer-window.
3317
3318 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3319
3320         * wl-summary.el (wl-summary-narrow-to-region): New function.
3321         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3322         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3323         (wl-summary-save-region): Use it.
3324         * wl-action.el (wl-summary-collect-numbers-region)
3325         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3326
3327 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3328
3329         * wl-folder.el (wl-folder-count-incorporates): Don't use
3330         `elmo-msgdb-mark-load'
3331
3332         * Version number is increased to 2.11.11.
3333
3334 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3335
3336         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3337         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3338
3339 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3340
3341         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3342
3343 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3344
3345         * Version number is increased to 2.11.10.
3346
3347 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348
3349         * wl-mime.el (wl-draft-attribute-value): Fixed.
3350
3351 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-util.el (wl-copy-local-variables): New function.
3354
3355         * wl-mime.el (wl-draft-attribute-recipients): New function.
3356         (wl-draft-attribute-envelope-from): Ditto.
3357         (wl-draft-attribute-smtp-posting-server): Ditto.
3358         (wl-draft-attribute-smtp-posting-port): Ditto.
3359         (wl-draft-attribute-value): Ditto.
3360         (wl-draft-preview-message): Use it to get value for
3361         attributes. Reflect result of `wl-draft-config'.
3362
3363         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3364         and call `wl-summary-mark-as-read' before to call
3365         `wl-summary-unset-mark'.
3366         (wl-summary-target-mark-mark-as-unread): Likewise.
3367         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3368
3369 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-mime.el (wl-draft-preview-message): Use actual value for
3372         attributes; Fix for small window.
3373
3374 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-refile.el (wl-refile-get-field-value): Call
3377         `elmo-message-entity-field' with 3rd argument is non-nil.
3378
3379 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-vars.el (wl-draft-preview-attributes): New user option.
3382         (wl-draft-preview-attributes-list): Ditto.
3383         (wl-draft-preview-attributes-buffer-lines): Ditto.
3384         (wl-draft-preview-attributes-buffer-name): Ditto.
3385
3386         * wl-mime.el (wl-draft-preview-message): Display attributes.
3387
3388 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-summary.el (wl-summary-detect-mark-position): Bind
3391         wl-summary-flag-priority-list to '(new).
3392
3393 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3396         funtion.
3397         (wl-highlight-summary-line-string): Use it.
3398         (wl-highlight-summary-current-line): Ditto.
3399
3400 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3403         line even when the mark string is not changed.
3404
3405         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3406         argument change in the wl-summary-create-line.
3407         (wl-thread-insert-entity-sub): Ditto.
3408
3409         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3410         argument change in the wl-summary-create-line.
3411         (wl-summary-insert-sequential): Ditto.
3412         (wl-summary-update-thread): Ditto.
3413         (wl-summary-persistent-mark-string): New inline function.
3414         (wl-summary-message-mark): Use it.
3415         (wl-summary-create-line): Abolish argument wl-persistent-mark
3416         and added wl-flags, wl-cached.
3417
3418         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3419         mark to flags.
3420         (wl-highlight-summary-current-line): Decide the face not by the 
3421         persistent mark but flags.
3422
3423 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3426         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3427         wl-summary-read-uncached-mark): Revive.
3428         (wl-summary-answered-cached-mark,
3429         wl-summary-answered-uncached-mark): New user option.
3430         (wl-summary-score-marks): Follow the change above.
3431         (wl-summary-auto-refile-skip-marks): Ditto.
3432         (wl-summary-incorporate-marks): Ditto.
3433         (wl-summary-expire-reserve-marks): Ditto.
3434         (wl-summary-flag-priority-list): New user option.
3435
3436         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3437         changes.
3438         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3439         of elmo-message-mark.
3440         (wl-summary-mark-as-read-internal): Ditto.
3441         (wl-summary-mark-as-answered): Ditto.
3442         (wl-summary-mark-as-important): Ditto.
3443         (wl-summary-redisplay-internal): Ditto.
3444         (wl-summary-redisplay-no-mime-internal): Ditto.
3445         (wl-summary-message-mark): New function.
3446         (wl-summary-insert-sequential): Use wl-summary-message-mark
3447         instead of elmo-message-mark.
3448         (wl-summary-update-thread): Ditto.
3449         (wl-summary-persistent-mark): Ditto.
3450         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3451         instead of elmo-message-mark.
3452
3453         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3454         wl-summary-message-mark instead of elmo-message-mark.
3455         (wl-thread-insert-entity-sub): Ditto.
3456         (wl-thread-get-children-msgs-uncached): Ditto.
3457
3458         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3459         variable name changes.
3460         (wl-highlight-summary-current-line): Ditto.
3461
3462         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3463         wl-summary-message-mark instead of elmo-message-mark.
3464
3465         * wl-expire.el (wl-expire-message-p): Ditto.
3466
3467         * wl-score.el (wl-score-headers): Ditto.
3468
3469         * Version number is increased to 2.11.9.
3470
3471         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3472         (wl-summary-sync-update): Follow the change above.
3473         (wl-summary-switch-to-clone-buffer): Ditto.
3474         (wl-summary-open-folder): Ditto.
3475
3476 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3477
3478         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3479         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3480
3481         * Version number is increased to 2.11.8.
3482
3483         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3484
3485         * wl-expire.el (wl-expire-refile): Follow the API change on
3486         `elmo-folder-move-messages'.
3487         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3488
3489         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3490         (wl-summary-exec-action-refile): Ditto.
3491         (wl-summary-exec-action-copy): Ditto.
3492         (wl-summary-no-auto-refile-message-p): No use
3493         `wl-summary-buffer-msgdb'.
3494         (wl-summary-auto-refile): Ditto.
3495
3496 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3497
3498         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3499
3500 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * wl-summary.el (wl-summary-sync): Treat no-sync.
3503
3504         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3505         (wl-default-sync-range): Ditto.
3506
3507 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3508
3509         * wl-refile.el (wl-refile-subject-learn): Call
3510         `elmo-message-entity-field' with 3rd argument is non-nil.
3511         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3512         instead of `elmo-msgdb-overview-entity-get-subject'.
3513
3514 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3515
3516         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3517         scan-type is rescan.
3518         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3519         new optional argument force is non-nil.
3520         (wl-summary-save-view-cache): Call it with force argument non-nil.
3521
3522         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3523
3524 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3525
3526         * wl-action.el (wl-summary-print-argument): Fixed last change.
3527
3528 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3529
3530         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3531         simplified.
3532         (wl-summary-target-mark-mark-as-unread): Likewise.
3533         (wl-summary-target-mark-mark-as-important): Likewise.
3534
3535 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3536
3537         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3538         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3539         (wl-summary-mark-as-important-region): Change accordingly.
3540         (wl-summary-target-mark-mark-as-important): Ditto.
3541
3542 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3543
3544         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3545
3546         * wl-action.el (wl-summary-print-argument): Print argument to
3547         right side of window if `wl-summary-print-argument-within-window'
3548         is non-nil.
3549
3550 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-action.el (wl-summary-set-mark): Use
3553         `wl-summary-message-visible-p' to check visibility of the message
3554         and jump to message only when the message line is visible and have
3555         different number; Call wl-summary-unset-mark with number argument.
3556         (wl-summary-unset-mark): 
3557         Use `wl-summary-message-visible-p'
3558         to check visibility of the message and jump to message only when
3559         the message line is visible and have different number;
3560
3561 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3562
3563         * Version number is increased to 2.11.7.
3564
3565         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3566         and wl-folder-summary-line-format.
3567
3568         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3569         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3570         (wl-summary-set-score-mark): Use it.
3571         (wl-summary-target-mark-mark-as-read): Ditto.
3572         (wl-summary-target-mark-mark-as-unread): Ditto.
3573         (wl-summary-target-mark-mark-as-important): Ditto.
3574         (wl-summary-target-mark-msgs): Simplified.
3575         (wl-summary-detect-mark-position): Fixed problem when
3576         summary-line-format no contain persisten/temp mark spec.
3577         (wl-summary-temp-mark): Ditto.
3578         (wl-summary-persistent-mark): Ditto.
3579         (wl-summary-update-persistent-mark): Ditto.
3580
3581         * wl-action.el (wl-summary-set-mark): Ditto.
3582         (wl-summary-unset-mark): Ditto.
3583         All other related portions are changed.
3584
3585 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * Version number is increased to 2.11.6.
3588
3589 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3590
3591         * wl-util.el (wl-current-message-buffer): Define as function;
3592         Don't use the value of wl-messge-buffer.
3593
3594         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3595         persistent mark.
3596
3597         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3598         no current message, cause an error.
3599
3600 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-summary.el (wl-summary-set-message-modified): Use
3603         elmo-folder-set-message-modified instead of
3604         elmo-folder-set-message-modified-internal.
3605
3606 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3609         interactively.
3610         (wl-summary-sync): nokill->entirely.
3611         (wl-summary-sync-marks): Fixed message.
3612         (wl-summary-input-range): Added mark, nokill->entirely.
3613
3614         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3615         messages as read.
3616
3617 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3620         update-noscore.
3621         (wl-summary-sync): Follow the change above.
3622
3623 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3624
3625         * wl-action.el (wl-summary-target-mark-all): Use
3626         elmo-folder-list-messages.
3627
3628 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3631         (wl-summary-rescan): Set wl-summary-scored as nil.
3632         (wl-summary-sync-force-update): Follow the change above.
3633         (wl-summary-sync): Ditto.
3634         (wl-summary-sync-update): Added argument disable-killed.
3635         (wl-summary-insert-headers): Set visible-only argument for
3636         elmo-folder-list-messages.
3637         (wl-summary-input-range): Added update-nokill, update-noscore,
3638         all-nokill, all-noscore and mark.
3639
3640         * Version number is increased to 2.11.5.
3641
3642         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3643
3644 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3645
3646         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3647         (wl-summary-prefetch-region-no-mark): Change accordingly.
3648         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3649
3650 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3651
3652         * wl-address.el (wl-complete-field-to): Abolished.
3653         (wl-complete-address): Completion function for completing-read.
3654         * wl-action.el (wl-summary-get-resend-address): Use it.
3655
3656         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3657         wl-summary-update-mark and abolish unused argument.
3658         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3659         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3660         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3661         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3662         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3663         * wl-draft.el (wl-draft-kill): Ditto.
3664
3665         * wl-summary.el: Remove unused binding of case-fold-search.
3666         (wl-summary-replace-status-marks): Abolished.
3667
3668 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3671         is specified or folder length is zero.
3672
3673 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3674
3675         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3676         (wl-folder-archive-current-entity): Ditto.
3677
3678 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3681         retrieving message mark.
3682         (wl-summary-redisplay-internal): Ditto.
3683
3684         * wl-message.el (wl-message-buffer-display): Ignore errors while
3685         retrieving message-id field.
3686
3687         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3688         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3689         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3690         order of the arguments for `wl-expire-message-p'.
3691         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3692
3693         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3694         Check return value of wl-summary-reply.
3695         (wl-summary-reply): Recover window configuration when an error occured.
3696
3697 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3698
3699         * wl-summary.el (wl-summary-resend-message): Abolished, the
3700         feature is inherited by wl-summary-resend (put resend mark).
3701
3702 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3705         wl-message-buffer to nil when the message is hide.
3706
3707 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3708
3709         * .cvsignore: New file.
3710
3711 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3712
3713         * wl-action.el (wl-summary-action-docstring): Add more info.
3714         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3715         duplicate definition.
3716         (wl-summary-define-mark-action): Functions wl-summary-*-region
3717         keep current position.
3718         (wl-summary-unregister-target-mark): Store result to the variable.
3719
3720 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * Version number is increased to 2.11.4.
3723
3724 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3727         wl-summary-delete-all-temp-marks.
3728         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3729
3730         * wl-action.el (wl-summary-set-mark): Changed terminology
3731         refile-destination -> action-argument.
3732         (wl-summary-unset-mark): Ditto.
3733         (wl-summary-remove-argument): Ditto.
3734         (wl-summary-print-argument): Ditto.
3735
3736         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3737         (wl-thread-remove-argument-region): Ditto.
3738         (wl-thread-print-argument-region): Ditto.
3739         (wl-thread-close): Ditto.
3740         (wl-thread-open): Ditto.
3741
3742         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3743         (wl-highlight-refile-destination-face is abolished)
3744         (wl-highlight-action-argument-string): Ditto.
3745         (wl-highlight-summary-current-line): Highlight action argument.
3746
3747         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3748         color for light backgrounds.
3749         (wl-highlight-summary-answered-face): Ditto.
3750
3751 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3752
3753         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3754
3755         * wl-score.el (wl-summary-score-update-all-lines): Use
3756         wl-summary-set-mark.
3757         (wl-summary-score-update-all-lines): Kill expunged messages.
3758
3759         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3760
3761 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3762
3763         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3764         directly.
3765         (wl-score-overview-entity-get-lines): Ditto.
3766         (wl-score-overview-entity-get-xref): Ditto.
3767         (wl-score-get-latest-msgs): Ditto.
3768         (wl-summary-rescore): Ditto.
3769
3770         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3771         to "&".
3772         (wl-summary-mark-as-answered-internal): New inline function.
3773         (wl-summary-mark-as-answered): New function.
3774         (wl-summary-mark-as-unanswered): Ditto.
3775         (wl-summary-sync-marks): Modified for answered-mark synching.
3776
3777 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3778
3779         * wl-action.el (wl-summary-set-mark): Fixed last change.
3780
3781 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3782
3783         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3784         behavior of wl-summary-unread-message-hook
3785         (Pointed out by akira yamada <akira@arika.org>).
3786
3787 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3788
3789         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3790         wl-summary-delete.
3791         * wl-xmas.el (wl-summary-toolbar): Ditto.
3792
3793         * wl-action.el (wl-summary-set-mark): Don't override current
3794         temp-mark.
3795
3796         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3797
3798 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3801         (wl-refile-msgid-learn): Ditto.
3802         (wl-refile-get-field-value): Ditto.
3803
3804         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3805
3806         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3807         (wl-expire-delete-reserved-messages): Renamed from
3808         wl-expire-reserve-marked-msgs-from-list.
3809         (wl-expire-delete): Removed argument `msgdb'.
3810         (wl-expire-refile): Ditto.
3811         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3812         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3813         mark-alist as argument.
3814         (wl-expire-archive-number1): Removed argument `msgdb'.
3815         (wl-expire-archive-number2): Ditto.
3816         (wl-expire-archive-date): Ditto.
3817         (wl-expire-localdir-date): Ditto.
3818         (wl-expire-hide): Ditto.
3819         (wl-archive-number1): Ditto.
3820         (wl-archive-number2): Ditto.
3821         (wl-archive-date): Ditto.
3822         (wl-archive-folder): Ditto.
3823         All other related portions are changed.
3824
3825 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3826
3827         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3828         mean move up and down. (suggested by Takashi Kawachi)
3829
3830 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-acap.el (toplevel): Don't require un-define.
3833
3834 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3835
3836         * wl-thread.el (wl-thread-delete-message): Always update
3837         wl-summary-buffer-number-list.
3838
3839         * wl-action.el (wl-summary-print-destination): 
3840         Do nothing when folder is nil.
3841
3842 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3843
3844         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3845         persistent mark when prefetch is succeeded.
3846
3847 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3850         instead of elmo-msgdb-delete-msgs.
3851         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3852         (wl-expire-hide): Ditto.
3853
3854         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3855
3856         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3857         elmo-msgdb interface.
3858         (wl-thread-get-exist-children): Likewise.
3859         (wl-thread-insert-message): Likewise.
3860         (wl-thread-msg-mark-as-important): Likewise.
3861         (wl-thread-insert-entity-sub): Likewise.
3862         (wl-thread-get-children-msgs-uncached): Likewise.
3863
3864         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3865         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3866         (wl-summary-sync-update): Likewise.
3867         (wl-summary-auto-select-msg-p): Likewise.
3868         (wl-summary-update-thread): Likewise.
3869         (wl-summary-mark-as-important): Likewise.
3870         (wl-summary-jump-to-msg-internal): Likewise.
3871         (wl-summary-redisplay-internal): Likewise.
3872         (wl-summary-print-message-with-ps-print): Likewise.
3873         (wl-summary-folder-info-update): Likewise.
3874
3875         * wl-folder.el (wl-folder-check-one-entity):
3876         elmo-folder-count-flags instead of wl-summary-count-unread.
3877
3878         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3879
3880         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3881
3882         * wl-summary.el (wl-summary-set-message-modified): 
3883         Call wl-summary-set-mark-modified.
3884         (wl-summary-delete-messages-on-buffer): Call
3885         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3886         (wl-summary-sync-update): Call elmo-folder-length instead of
3887         elmo-folder-messages.
3888         (wl-summary-insert-headers): Don't call
3889         elmo-folder-list-message-entities.
3890
3891 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3892
3893         * wl-action.el (wl-summary-define-mark-action): Call
3894         `wl-summary-set-mark' with argument `data'.
3895         (wl-summary-auto-refile): Fixed order of arguments when call
3896         `wl-summary-refile'.
3897
3898 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3899
3900         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3901
3902         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3903
3904         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3905         (Renamed from wl-highlight-summary-deleted-face).
3906         (wl-highlight-summary-resend-face): New face.
3907
3908         (wl-highlight-summary-deleted-face): Renamed from
3909         wl-highlight-summary-erased-face.
3910
3911         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3912
3913         * wl-action.el (wl-summary-get-resend-address): New function.
3914         (wl-summary-exec-action-resend): Ditto.
3915         (wl-summary-exec-action-resend-subr): Ditto.
3916
3917         * w-thread.el (wl-thread-copy): Removed definition.
3918         (wl-thread-refile): Ditto.
3919         (wl-thread-delete): Ditto.
3920         (wl-thread-target-mark): Ditto.
3921
3922         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3923         (wl-summary-target-mark-set-action): Fixed.
3924         (wl-summary-define-mark-action): Fixed quotation.
3925         (wl-summary-move-mark-list-messages): Display message.
3926         (wl-summary-define-mark-action): Define thread functions.
3927         (wl-summary-exec-action-refile): Changed message.
3928         (wl-summary-exec): Ditto.
3929
3930 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3931         
3932         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3933         '%%'.
3934
3935 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl.el (toplevel): Require wl-action.
3938         (wl-init): Call wl-summary-define-mark-action.
3939
3940         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3941
3942         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3943         wl-summary-delete and wl-summary-erase.
3944         (wl-summary-mode-map): Ditto.
3945
3946         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3947         wl-delete-folder-alist.
3948
3949         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3950         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3951         (toplevel): Moved mark & action related functions to the wl-action.el.
3952
3953         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3954         in wl-summary-mark-action-list.
3955         (wl-highlight-summary-current-line): Ditto.
3956
3957         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3958         empty lines.
3959
3960         * wl-action.el: New file. 
3961
3962 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3963
3964         * wl-summary.el (wl-summary-target-mark-replace): New function.
3965         (wl-summary-target-mark-prefetch): Use it.
3966         (wl-summary-target-mark-delete): Ditto.
3967         (toplevel): Rearranged definition order.
3968         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3969         (wl-summary-target-mark-erase): Rewrite.
3970         (wl-summary-erase-region): New function.
3971         (wl-summary-exec-action-erase): Changed message.
3972         (wl-summary-move-mark-list-messages): New function.
3973         (wl-summary-exec-action-delete): Use it.
3974         (wl-summary-exec-action-erase): Ditto.
3975
3976         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3977         (wl-summary-skip-mark-list): Added "d".
3978
3979         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3980         while searching.
3981
3982         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3983         and define using defcustom;
3984         Define 4th element as a face.
3985         
3986         * wl-summary.el (wl-summary-incorporate): Use 
3987         `wl-summary-prefetch-region-no-mark' instead of
3988         `wl-summary-prefetch-region'.
3989         (wl-summary-prefetch-region-no-mark): Revival of old
3990         `wl-summary-prefetch-region'.
3991         (wl-summary-mark-action-list): Moved to wl-vars.el
3992
3993         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3994         face according to the `wl-summary-mark-action-list'.
3995         (wl-highlight-summary-current-line): Ditto;
3996         Removed destination highlighting.
3997
3998         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3999         (wl-highlight-summary-line-string): Highlight for "i" mark.
4000         (wl-highlight-summary-current-line): Ditto.
4001
4002         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4003         no destination.
4004
4005         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4006         exists, just go ahead.
4007         (wl-summary-prefetch-region): Rewrite.
4008         (wl-summary-prefetch): Ditto.
4009         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4010         (wl-summary-exec-action-prefetch): New function.
4011         (wl-summary-target-mark-prefetch): Rewrite.
4012
4013 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4014
4015         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4016         (wl-highlight-summary-line-string): Added "d" and "D".
4017         (wl-highlight-summary-current-line): Ditto.
4018
4019         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4020         in wl-summary.el.
4021         (wl-thread-insert-entity-sub): Ditto.
4022         (wl-thread-remove-destination-region): Ditto.
4023         (wl-thread-print-destination-region): Ditto.
4024
4025         * wl-summary.el (wl-summary-buffer-refile-list,
4026         wl-summary-buffer-delete-list,
4027         wl-summary-buffer-copy-list): Abolish.
4028         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4029         All other related portions are changed.
4030         (wl-summary-mark-action-list): New variable.
4031         (wl-summary-set-mark): New function.
4032         (wl-summary-register-target-mark): Ditto.
4033         (wl-summary-unregister-target-mark): Ditto.
4034         (wl-summary-have-target-mark-p): Ditto.
4035         (wl-summary-register-temp-mark): Ditto.
4036         (wl-summary-unregister-temp-mark): Ditto.
4037         (wl-summary-registered-temp-mark): Ditto.
4038         (wl-summary-collect-temp-mark): Ditto.
4039         (wl-summary-unset-mark): Ditto.
4040         (wl-summary-set-target-mark): Ditto.
4041         (wl-summary-unset-target-mark): Ditto.
4042         (wl-summary-set-action-generic): Ditto.
4043         (wl-summary-unset-action-generic): Ditto.
4044         (wl-summary-exec-action-delete): Ditto.
4045         (wl-summary-exec-action-erase): Ditto.
4046         (wl-summary-set-action-refile): Ditto.
4047         (wl-summary-set-action-refile-subr): Ditto.
4048         (wl-summary-unset-action-refile): Ditto.
4049         (wl-summary-make-destination-numbers-list): Ditto.
4050         (wl-summary-exec-action-refile): Ditto.
4051         (wl-summary-set-action-copy): Ditto.
4052         (wl-summary-unset-action-copy): Ditto.
4053         (wl-summary-exec-action-copy): Ditto.
4054         (wl-summary-collect-numbers-region): Ditto.
4055         (wl-summary-delete): Rewrite.
4056         (wl-summary-erase): Ditto.
4057         (wl-summary-remove-destination): Ditto.
4058         (wl-summary-exec): Ditto.
4059         (wl-summary-exec-region): Ditto.
4060         (wl-summary-target-mark-erase): Ditto.
4061         (wl-summary-refile): Ditto.
4062         (wl-summary-copy): Ditto.
4063         (wl-summary-unmark): Ditto.
4064         (wl-summary-delete-all-mark): Ditto.
4065         (wl-summary-mark-line): Don't highlight.
4066         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4067         (wl-summary-target-mark-refile-subr): Rewrite.
4068
4069         (wl-summary-copy-prev-destination): Abolish.
4070
4071 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4072
4073         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4074         default values along the value of wl-on-mule.
4075         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4076         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4077         It is not used anywhere.
4078
4079 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4080
4081         * wl-summary.el (wl-summary-print-destination): Keep position.
4082         (wl-summary-cursor-move-surface): Keep horizontal position.
4083
4084 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4085
4086         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4087         write sendlog.
4088
4089 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4090
4091         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4092         `wl-summary-highlight'.
4093
4094 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4095
4096         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4097         trivial condition for temp-mark.
4098
4099 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4100
4101         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4102         when it hits killed buffer.
4103
4104 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4105
4106         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4107         * wl-news.el.in: `message' and `error' take format string.
4108
4109 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4110
4111         * wl-folder (wl-folder-insert-entity): Display a message,
4112         `...done', when the work finish.
4113         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4114
4115 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4116
4117         * wl-message.el (wl-message-redisplay): Remove unused local
4118         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4119
4120 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4121
4122         * wl-summary.el (wl-summary-replace-status-marks): Disable
4123         interactive use.
4124         (wl-summary-reedit): Check message existence at first.
4125         (wl-summary-mark-line): Fix doc, return value is indefinite.
4126
4127         * wl-highlight.el (wl-highlight-message): Arranged.
4128
4129         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4130         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4131         check temp-mark by wl-summary-temp-mark always.
4132         (wl-highlight-summary): Change accordingly.
4133         * wl-summary.el (wl-summary-mark-as-read-all)
4134         (wl-summary-delete-cache, wl-summary-set-score-mark)
4135         (wl-summary-mark-as-unread, wl-summary-unmark)
4136         (wl-summary-mark-line, wl-summary-mark-as-read)
4137         (wl-summary-mark-as-important): Ditto.
4138
4139         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4140         end of the window if possible.
4141         * wl-summary.el (wl-summary-sync-update): Support lazy
4142         highlighting.
4143         (wl-summary-toggle-disp-msg): Ditto.
4144
4145 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4146
4147         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4148
4149 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4150
4151         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4152         change.
4153
4154 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4155
4156         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4157         API.
4158         (wl-summary-sync-update): Ditto.
4159
4160         * wl-score.el (wl-score-get-score-alist): Changed argument.
4161         (wl-summary-rescore-msgs): Likewise.
4162         (wl-summary-score-headers): Likewise.
4163         (wl-score-headers): Likewise;
4164         Use elmo-folder-do-each-message-entity, etc.
4165         (wl-summary-score-effect): Follow the changes above.
4166         (wl-summary-rescore): Ditto.
4167         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4168         (wl-score-get-overview): Abolish.
4169
4170         * wl-summary.el (wl-summary-default-from): Follow the API change in
4171         elmo-msgdb.
4172         (wl-summary-count-unread): Ditto.
4173         (wl-summary-detect-mark-position): Ditto.
4174         (wl-summary-overview-entity-compare-by-date): Ditto.
4175         (wl-summary-overview-entity-compare-by-number): Ditto.
4176         (wl-summary-overview-entity-compare-by-from): Ditto.
4177         (wl-summary-overview-entity-compare-by-subject): Ditto.
4178         (wl-summary-get-list-info): Ditto.
4179         (wl-summary-rescan): Ditto.
4180         (wl-summary-jump-to-msg-by-message-id): Ditto.
4181         (wl-summary-sync-update): Ditto; Removed comment.
4182         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4183         (wl-summary-insert-message): Use wl-summary-insert
4184         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4185         (wl-summary-insert-headers): Changed argument overview to folder.
4186         (wl-summary-search-by-subject): Likewise.
4187         (wl-summary-insert-thread): Renamed from 
4188         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4189
4190         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4191         too.
4192
4193         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4194         wl-string-member.
4195
4196 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4199         elmo-folder-append-buffer.
4200         (wl-draft-queue-append): Likewise.
4201
4202         * wl-mime.el (wl-message-delete-current-part): Ditto.
4203         (wl-summary-burst-subr): Ditto.
4204
4205         * wl-news.el.in (wl-news-send-news): Ditto.
4206
4207 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4210         function.
4211         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4212         (wl-summary-update-mark): Enclose with save-excursion.
4213         (wl-summary-mark-as-read-internal): Fixed last change.
4214         (wl-summary-mark-as-important): Use 3rd argument of
4215         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4216         Don't use elmo-msgdb-set-mark.
4217         (wl-summary-redisplay-internal): If msgdb flag is already read,
4218         just update the mark on buffer.
4219
4220 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4221
4222         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4223         cut visible folder when elmo-folder-delete returns non-nil value.
4224
4225 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4226
4227         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4228         by Kenichi OKADA <okada@opaopa.org>).
4229
4230 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4231
4232         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4233
4234 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4235
4236         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4237         Fixed the last change, search group entity by its real name.
4238         (Thanks to: KOBAYASHI Shinji)
4239
4240 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4241
4242         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4243         (wl-fldmgr-access-display-all): Don't refer visible name.
4244         * wl-expire.el (wl-folder-archive-current-entity)
4245         (wl-folder-expire-current-entity): Ditto.
4246         * wl-folder.el (wl-folder-jump-to-current-entity)
4247         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4248         (wl-folder-open-folder-sub,wl-folder-open-all)
4249         (wl-folder-write-current-folder): Ditto.
4250         (wl-folder-insert-entity): Don't use petname for normal group.
4251         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4252         is the real name.
4253         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4254         Abolished.
4255
4256 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4257
4258         * wl-draft.el (wl-draft-create-buffer): Add
4259         `wl-summary-reply-with-citation'
4260
4261 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4262
4263         * wl-draft.el (wl-draft-reply): Fixed.
4264
4265 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4266
4267         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4268         when `wl-draft-send-confirm-with-preview' is non-nil.
4269         You can scroll up/down by j/k.
4270         (wl-draft-send-confirm-with-preview): New variable (default=t).
4271
4272 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4273
4274         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4275         (wl-fldmgr-save-folders): Fix comment.
4276
4277 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4278
4279         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4280         along the last change in `wl-folder-buffer-group-p'.
4281
4282 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4285         folder.
4286
4287         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4288         the default value.
4289
4290         * wl-mime.el (wl-summary-burst): Update summary only when target
4291         folder equals current folder.
4292
4293 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4296
4297 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4298
4299         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4300         value.
4301
4302 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4303
4304         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4305         `map-extents' instead of `extent-at' repeatedly.
4306         (wl-highlight-folder-current-line): Ditto.
4307
4308         * wl-highlight.el: Remove useless dummy functions.
4309
4310 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4311
4312         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4313         (wl-folder-put-folder-property): New function to put text property.
4314         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4315         (wl-folder-insert-entity, wl-folder-update-diff-line)
4316         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4317         * wl-e21.el, wl-xmas.el, wl-mule.el
4318         (wl-highlight-folder-current-line): Ditto.
4319         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4320         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4321         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4322         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4323
4324 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4325
4326         * Version number is increased to 2.11.3.
4327
4328 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4329
4330         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4331         Resume current-buffer since it is assumed by remaining tasks.
4332
4333 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4336         (wl-folder-completion-function): Abolished.
4337         (wl-folder-complete-folder): New function.
4338         (wl-folder-complete-filter-condition): Ditto.
4339         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4340         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4341
4342 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-draft.el (wl-draft-send-confirm): New function.
4345         (wl-draft-send): Use it.
4346
4347         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4348         cursor-in-echo-area while confirming.
4349
4350         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4351
4352         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4353         searching via nntp if wl-summary-search-via-nntp is 'force.
4354         Otherwise, invoke searching in nntp folder only.
4355         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4356
4357         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4358         explicitly for mime-make-text-tag.
4359
4360 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4361
4362         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4363         `mime-make-text-tag' instead of `mime-create-tag'.
4364
4365 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4366
4367         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4368         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4369
4370 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4371
4372         * wl-score.el (wl-score-save): Bind print-length and print-level.
4373         (wl-score-pretty-print): Ditto.
4374         (wl-score-edit-insert-header-entry): Ditto.
4375
4376         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4377         "From" entry to be treated with wl-draft-eword-encode-address-list.
4378         * wl-mime.el (wl-draft-preview-message): Ditto.
4379
4380         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4381         (wl-summary-mark-as-unread): Ditto.
4382         (wl-summary-mark-as-read-region): Change accordingly.
4383         (wl-summary-mark-as-unread-region): Ditto.
4384         (wl-summary-target-mark-mark-as-read): Ditto.
4385         (wl-summary-target-mark-mark-as-unread): Ditto.
4386
4387 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * Version number is increased to 2.11.2.
4390
4391 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-news.el.in (wl-news-previous-version-save): Bind
4394         print-length and print-level.
4395         * wl-thread.el (wl-thread-save-entities): Ditto.
4396         (wl-thread-save-top-list): Bind print-length.
4397
4398 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-highlight.el (wl-highlight-summary-line-string): Use
4401         wl-summary-score-below-mark, wl-summary-score-over-mark.
4402         (wl-highlight-summary-current-line): Ditto.
4403
4404 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4407         insert it.
4408
4409 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4412
4413 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4416         message without msgid.
4417         Rewrite with elmo-folder-move-messages.
4418         Set wl-message-buffer to nil.
4419
4420         * wl-summary.el (wl-summary-erase-subr): New function. Use
4421         elmo-folder-move-messages.
4422         (wl-summary-erase): Call it.
4423         (wl-summary-target-mark-erase): Ditto.
4424
4425 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4428         it is not up-tp-date.
4429
4430 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4431
4432         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4433         buffer after calling `wl-summary-goto-folder-subr' without the
4434         argument `interactive'.
4435         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4436
4437 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4438
4439         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4440         `mime-create-tag'. Use `string=' instead of `looking-at'.
4441
4442 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4445         to avoid compile warning.
4446
4447         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4448         entity-id when folder is given.
4449         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4450         save-excursion, use save-selected-window instead.
4451         Select folder buffer window if exists.
4452         (To correct behavior with wl-folder-move-cur-folder.)
4453
4454 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4455
4456         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4457
4458 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4459
4460         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4461         list-count instead of %d.
4462
4463 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4466         (wl-news): Set it.
4467         (wl-news-append-to-folder): Use it.
4468
4469         * wl-news.el.in (wl-news-send-news): Append to specified folder
4470         instead of wl-default-folder.
4471         (wl-news-append-to-folder): Show error message with specified folder.
4472
4473         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4474                 In most major modes, Emacs assumes that any opening
4475                 delimiter found at the left margin is the start of a
4476                 top-level definition, or defun. Therefore, *never put an
4477                 opening delimiter at the left margin unless it should have
4478                 that significance.*
4479
4480         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4481
4482 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4483
4484         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4485
4486 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4487
4488         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4489
4490 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4491
4492         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4493         for sequential numbering case.
4494
4495 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4498         value.
4499         (wl-draft-reply-without-argument-list): Ditto.
4500         (wl-draft-reply-myself-with-argument-list): Abolish.
4501         (wl-draft-reply-myself-without-argument-list): Ditto.
4502         * wl-draft.el (wl-draft-self-reply-p): New function.
4503         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4504
4505 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4508         (avoid error for the case without byte-compiling)
4509
4510 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-news.el.in (wl-news-append-to-folder): New function.
4513         (wl-news-exit): Rewrite.
4514         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4515
4516 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4517
4518         * wl-draft.el (wl-draft-reply-position): New function.
4519         (wl-draft-reply-position): Fix.
4520         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4521         (wl-summary-target-mark-reply-with-citation): Ditto.
4522         (wl-summary-reply-with-citation): Ditto.
4523         * wl-vars.el (wl-draft-reply-default-position): New variable.
4524
4525 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-send): Preview when interactive send.
4528
4529 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-draft.el (wl-draft-reply): Set default position.
4532         * wl-summary.el (wl-summary-reply): Ditto.
4533         (wl-summary-reply-with-citation): Ditto.
4534         (wl-summary-target-mark-reply-with-citation): Ditto.
4535
4536 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-news.el.in (wl-news-lang): Set default value according to
4539         current-language-environment.
4540         (wl-news-append-news): Do nothing when news-list is nil.
4541
4542 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4543
4544         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4545         (wl-news): Change message.
4546         (wl-news-exit): Check buffer.
4547         (wl-news-force-exit): New function.
4548         (wl-news-show-all): New function.
4549         (wl-news-discard-and-exit): Fix.
4550
4551 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4552
4553         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4554         according to current-language-environment.
4555
4556         * wl-news.el.in (wl-news): If arg, show all NEWS after
4557         wl-news-default-previous-version.
4558
4559 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4560
4561         * wl-news.el.in (wl-news-check): Rewritten.
4562         (wl-news-previous-version-load): Change data type.
4563         (wl-news-previous-version-save): Change data type.
4564         (wl-news-append-news): Add return value.
4565         (wl-news-check-news): New function.
4566         (wl-news-already-current-p): New function.
4567         (wl-news-send-news): Rewritten.
4568         (wl-news-mode-map): Add new keybind.
4569         (wl-news): Rewritten.
4570         (wl-news-exit): Rewritten.
4571         (wl-news-discard-and-mail): New function.
4572         (wl-news-send-to-address): Abolished.
4573         * wl.el (wl-init): Delete a message.
4574
4575 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4576
4577         * wl-news.el.in (wl-news-exit): Update previous version.
4578         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4579
4580 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4581
4582         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4583
4584 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4585
4586         * wl-news.el.in (wl-news): New function.
4587         (wl-news-mode): New function.
4588         (wl-news-next-line): New function.
4589         (wl-news-next-page): New function.
4590         (wl-news-exit): New function.
4591         (wl-news-buf-name): New variable.
4592         (wl-news-mode-map): New variable.
4593         (wl-news-winconf): New variable.
4594         (wl-news-append-news): Add an option.
4595
4596 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4597
4598         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4599
4600 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-news.el.in (wl-news-send-to-address): New variable.
4603         (wl-news-send-news): Use it.
4604         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4605         Return updating status.
4606         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4607
4608 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4609
4610         * wl-news.el.in (wl-news-send-news): Delete
4611         Organization and X-Face.
4612
4613 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4614
4615         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4616         (wl-news-append-news): New function.
4617         (wl-news-send-news): New function.
4618
4619 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4620
4621         * Version number is increased to 2.11.1.
4622
4623 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4624
4625         * wl-news.el.in : New file.
4626
4627 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4628
4629         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4630         default value.
4631         (wl-draft-reply-without-argument-list): Ditto.
4632
4633 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4634
4635         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4636         (wl-message-buffer-prefetch-idle-time): Ditto.
4637         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4638
4639 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-thread.el (wl-thread-insert-message): Use
4642         wl-summary-max-thread-depth.
4643
4644         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4645         loop detection.
4646
4647         * wl-message.el (wl-message-buffer-display): Back to the first page
4648         when cache is hit.
4649
4650 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4653
4654         * wl-summary.el (wl-summary-insert-thread-entity):
4655         If the thread depth is reached to wl-summary-max-thread-depth,
4656         divide the thread.
4657
4658 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4659
4660         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4661         for elmo-remove-passwd.
4662
4663 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4666         folder is sticky.
4667         (wl-folder-mark-as-read-all-entity): Ditto.
4668         (wl-folder-prefetch-entity): Ditto.
4669
4670 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4671
4672         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4673
4674 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4677         Delete messages on buffer for unplugged operation.
4678         (wl-summary-erase): Ditto.
4679
4680 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4683         take nil so as not to search parent by subject.
4684
4685 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4688         (wl-folder-get-next-folder): Ditto.
4689         (wl-folder-get-path): Ditto.
4690
4691 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4694         system and encode the region with it before verifying.
4695
4696 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4699         system of the echo buffer before decoding.
4700
4701 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4704         original contents.
4705
4706 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4707
4708         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4709         with argument 'any-exists.
4710
4711 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4714         Use `wl-cs-autoconv'.
4715
4716 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4717
4718         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4719         by `mime-view-automatic-conversion'.
4720
4721         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4722         (wl-message-verify-pgp-nonmime): Ditto.
4723         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4724         Bind them to C-c:d and C-c:v respectively.
4725
4726         Merge following code by Teranishi-san from [wl-en:00167].
4727         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4728         (wl-mime-preview-application/pgp-encrypted): Ditto.
4729         (wl-mime-setup): Add entry.
4730
4731 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-summary.el (wl-summary-target-mark-erase): New function.
4734         Bind it to "mD".
4735
4736 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4737
4738         * wl-vars.el (wl-draft-write-file-function): Fix.
4739         (wl-draft-reedit-hook): Changed default value.
4740
4741         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4742         wl-draft-reedit-hook.
4743         (wl-draft-remove-text-plain-tag): New function.
4744         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4745
4746         * wl-vars.el (wl-draft-write-file-function): New user option.
4747
4748         * wl-draft.el (wl-draft-prepare-edit): Use it for
4749         local-write-file-hooks.
4750         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4751
4752         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4753         (wl-draft-insert-mail-header-separator): Return the body beginning
4754         point.
4755         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4756         text/plain.
4757         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4758
4759 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-summary.el (wl-summary-erase): New function to erase message
4762         without moving it to trash. Bind to "D".
4763
4764         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4765         as `keep' unless switch-function.
4766
4767 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4770         message buffer by using `wl-summary-toggle-disp-msg'.
4771         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4772         buffer window.
4773         (wl-summary-supresedes-message): Ditto.
4774
4775         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4776         Do not delete other windows.
4777         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4778         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4779         (wl-draft-create-buffer): Set reply-or-forward also for target
4780         mark commands.
4781
4782 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-draft.el (wl-user-agent-compose): Delete special case for
4785         switch-to-buffer-other-window.
4786
4787         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4788         (wl-summary-forward): Ditto.
4789
4790         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4791         function.
4792         (wl-draft-buffer-style): New use option.
4793
4794         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4795         (wl-draft): Follow the change above.
4796         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4797         wl-draft-buffer-style.
4798         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4799         switch-function.
4800
4801 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4802
4803         * wl-address.el (wl-address-make-completion-entry): Extracted from
4804         `wl-address-make-completion-list'.
4805         (wl-address-enable-strict-loading): New variable.
4806         (wl-address-make-completion-list): Revive petname duplication
4807         inquiry, and enable it if `wl-address-enable-strict-loading'.
4808         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4809
4810 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4811
4812         * wl-message.el (wl-message-get-original-buffer): Avoid
4813         'Selecting deleted buffer' error when original buffer is killed.
4814
4815 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-summary.el (wl-summary-next-message): Use
4818         elmo-message-accessible-p instead of elmo-message-cached-p.
4819
4820 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4821
4822         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4823
4824         * wl-thread.el (wl-thread-open-all-unread): Use
4825         elmo-folder-list-flagged instead of
4826         elmo-folder-list-messages-mark-match.
4827
4828         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4829         instead of elmo-folder-list-messages-mark-match.
4830         (wl-summary-move-spec-alist): New variable.
4831         (wl-summary-move-spec-plugged-alist,
4832         wl-summary-move-spec-unplugged-alist): Abolish.
4833         (wl-summary-next-message): Follow the change above.
4834         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4835         with 'no-msg' argument.
4836
4837         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4838         variable.
4839         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4840         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4841         (wl-message-buffer-prefetch-get-next): Follow the change above.
4842
4843 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-version.el (wl-version): Changed codename.
4846
4847         * Version number is increased to 2.11.0.
4848
4849 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4850
4851         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4852         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4853         `wl-draft-config-variables'.
4854         (wl-draft-kill): Fixed problem when the draft is reedit.
4855
4856 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4859         buffer-modified status (Thanks to
4860         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4861
4862 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4863
4864         * wl-util.el (wl-region-exists-p): New function.
4865
4866         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4867         Remove defvars for byte-compile warnings.
4868
4869 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4870
4871         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4872         defvar-maybe. Removed unused bind.
4873
4874 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4875
4876         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4877         summary buffer window before creating new frame.
4878         (wl-draft-reply): Ditto.
4879
4880 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4881
4882         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4883
4884 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4885
4886         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4887
4888 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4889
4890         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4891         instead of `kill-region'.
4892
4893 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4894
4895         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4896         (wl-highlight-summary-line-string): Use it.
4897         (wl-highlight-summary-current-line): Ditto.
4898
4899         * wl-mime.el (wl-message-delete-current-part): Check the class of
4900         mime-entity.
4901
4902         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4903
4904         * wl-summary.el (wl-summary-make-number-list): Initialize.
4905         (wl-summary-update-mark): New function.
4906         (wl-summary-reply): Put `answered' mark on the message.
4907         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4908
4909         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4910         (wl-draft-reply): Added optional argument `number';
4911         Set wl-draft-parent-number.
4912         (wl-draft-kill): Delete answered mark if it is a reply.
4913
4914 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4915
4916         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4917         that originates in mime-preview-follow-current-entity.
4918         (wl-draft-yank-current-message-entity): Use it if region is active.
4919
4920         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4921         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4922         `wl-message-delete-current-part'.
4923         * wl-mule.el (wl-message-define-keymap): Ditto.
4924         * wl-xmas.el (wl-message-define-keymap): Ditto.
4925
4926 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4927
4928         * wl-mime.el (wl-message-delete-current-part): New function.
4929         (wl-mime-node-id-to-string): Ditto.
4930
4931         * wl-mime.el (wl-message-delete-current-part): Use existing
4932         original buffer which corresponds current mime-view buffer.
4933         (fetched buffer might have different structure, possibly)
4934
4935         * wl-mime.el (wl-message-delete-current-part): Quit if the
4936         message content differs from the actual message.
4937
4938 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4941         order.
4942         (wl-summary-search-by-subject): Search parent message from tail;
4943         Check the existence of the parent message on the current thread tree.
4944         (wl-summary-update-thread): Check whether the line is inserted.
4945
4946 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4947
4948         * wl-vars.el (wl-summary-line-format): Undo last change.
4949         * wl-summary.el (wl-summary-print-destination): Do not put
4950         invisible property when `wl-summary-width' is nil.
4951         (wl-summary-line-subject-minimum-length): Abolished.
4952         (wl-summary-line-subject): Ditto.
4953
4954 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-vars.el (wl-summary-line-format): Change default value.
4957         (wl-summary-subject-length-limit): Abolished.
4958         * wl-summary.el (wl-summary-line-subject): Ditto.
4959
4960 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * wl-template.el (wl-template-select): Added optional argument.
4963         If optional argument is specified, reverse
4964         `wl-template-visible-select'.
4965
4966 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4969         Take prefix argument to force asking the destination folder.
4970
4971 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4974         count and update status.
4975
4976 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4977
4978         * wl-summary.el (wl-summary-redisplay-internal): If
4979         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4980         after fetching.
4981
4982 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4983
4984         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4985         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4986
4987         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4988
4989 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4992         (All other related portions are changed).
4993         (wl-summary-mark-as-read-all): Rewrite.
4994
4995 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4998         `wl-summary-mark-as-read'.
4999         (wl-summary-mark-as-unread): Rewrite.
5000         (wl-summary-mark-as-read): Added no-modeline argument.
5001         (wl-summary-resume-cache-status): Rewrite.
5002         (wl-summary-exec-subr): Remove unused local variable.
5003
5004 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5007         logic to call `wl-summary-buffer-prev-folder-function'.
5008         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5009
5010 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5013         is nil.
5014
5015 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5018         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5019         (wl-mime-setup): Add its entry.
5020
5021 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5024         (wl-summary-delete-cache): Likewise.
5025         (wl-summary-mark-as-read): Rewrite.
5026
5027 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5030         `wl-summary-count-unread'.
5031
5032         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5033
5034         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5035
5036 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5039         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5040         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5041         Renamed to the elmo-msgdb-*-mark.
5042         (wl-summary-score-marks): Follow the change above.
5043         (wl-summary-auto-refile-skip-marks): Ditto.
5044         (wl-summary-incorporate-marks): Ditto.
5045         (wl-summary-expire-reserve-marks): Ditto.
5046
5047         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5048         changes.
5049         (wl-thread-insert-top): Changed updating message.
5050
5051         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5052         variable.
5053         (wl-summary-count-unread): Count answered marks.
5054         (wl-summary-rescan): Call wl-summary-insert-message instead of
5055         wl-summary-append-message-func-internal.
5056         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5057         (wl-summary-prefetch-msg): Follow the variable name changes.
5058         (wl-summary-prefetch-region): Ditto.
5059         (wl-summary-mark-as-read-all): Follow the API changes;
5060         Don't call elmo-folder-replace-marks.
5061         (wl-summary-delete-cache): Follow the variable name changes.
5062         (wl-summary-resume-cache-status): Ditto.
5063         (wl-summary-update-status-marks): New function.
5064         (wl-summary-insert-message): New function.
5065         (wl-summary-sync-marks): Follow the variable name changes.
5066         (wl-summary-sync-update): Synchronize to the msgdb, too;
5067         Changed update messages.
5068         (wl-summary-make-number-list): Rewrite.
5069         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5070         (wl-summary-mark-as-unread): Follow the API changes.
5071         (wl-summary-exec-subr): Follow the variable name changes.
5072         (wl-summary-mark-as-read): Ditto.
5073         (wl-summary-move-spec-plugged-alist): Ditto.
5074         (wl-summary-move-spec-unplugged-alist): Ditto.
5075         (wl-summary-cursor-move-surface): Ditto.
5076
5077         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5078         variable name changes.
5079         (wl-highlight-summary-current-line): Ditto.
5080
5081         * wl-expire.el (wl-expire-refile): Follow the API change in
5082         elmo-folder-move-messages.
5083         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5084         (wl-summary-archive): Use elmo-folder-msgdb instead of
5085         elmo-msgdb-load.
5086
5087 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-mime.el (wl-draft-preview-message): Restore the position
5090         before evaluating wl-draft-send-hook in preview buffer.
5091
5092 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5093
5094         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5095         when it creates new draft buffer.
5096
5097         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5098         without argument.
5099
5100         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5101         Evaluate content and if the value is string, insert it.
5102         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5103         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5104         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5105         wl-draft-config-sub-part-bottom): Use it.
5106
5107         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5108         with the folder name. The question was unintelligible when it is
5109         called from wl-save-status.
5110
5111 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5114         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5115         cannot take second argument).
5116
5117 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5118
5119         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5120         as t. Since type and subtype are not case sensitive (RFC 2045).
5121
5122 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-vars.el (wl-message-mode-line-format): New variable.
5125         (wl-message-mode-line-format-spec-alist): Ditto.
5126         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5127         (wl-message-redisplay): Use wl-message-mode-line-format.
5128
5129 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5130
5131         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5132
5133 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-summary.el (wl-summary-default-from): Write description.
5136
5137 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-vars.el (wl-ldap-objectclass): Abolish.
5140
5141         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5142         (wl-ldap-make-filter): Removed condition for objectclass.
5143         (wl-ldap-make-matched-value-list): Remove meaningless process.
5144         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5145         (wl-address-ldap-search): Don't add `*' to `pat' string;
5146         use ignore-errors; added `email';
5147         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5148         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5149         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5150
5151
5152 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-draft.el (wl-draft-parent-folder): Write description.
5155         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5156
5157 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5160         as "" (zero-length string) if no parent.
5161         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5162
5163 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5164
5165         * wl-address.el (wl-address-make-completion-list): Skip duplication
5166         checking.
5167         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5168         `append'.
5169
5170 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5171
5172         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5173         instead of `beginning-of-buffer'.
5174
5175 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5178
5179 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5180
5181         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5182         Refer wl-message-buffer-name.
5183         (wl-message-wheel-down): Ditto.
5184
5185 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5186
5187         * wl-vars.el (wl-message-buffer-name): New user option.
5188
5189         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5190         directly instead of making alist dinamically.
5191
5192         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5193         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5194         wl-message-buffer-cache-name.
5195         (wl-message-buffer-cache-clean-up): Ditto.
5196
5197         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5198
5199         * Version number is increased to 2.9.15.
5200
5201 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-vars.el (wl-summary-default-view-alist): New user option.
5204
5205         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5206
5207         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5208         while deleting address.
5209         (wl-draft-delete-myself-from-cc): Ditto.
5210
5211         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5212         If optional argument is specified, reverse sort order.
5213
5214         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5215
5216 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-thread.el (wl-thread-insert-message): Return parent number if
5219         exists.
5220         (wl-thread-update-indent-string-region): Use
5221         wl-thread-update-line-on-buffer-sub instead of
5222         wl-thread-update-line-on-buffer.
5223
5224 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5225
5226         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5227         (wl-folder-close-all): Ditto.
5228
5229 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5230
5231         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5232         and mailing-list:.
5233         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5234         value.
5235         (wl-summary-line-list-info): Print mailing-list name even when 
5236         list-number is empty.
5237
5238 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5241
5242         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5243         (wl-draft-open-file): Ditto.
5244         (wl-draft-random-alphabet): Ditto.
5245
5246         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5247         bindings.
5248
5249 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5252         * wl-vars.el (wl-draft-config-alist): Ditto.
5253
5254 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5255
5256         * Version number is increased to 2.9.14.
5257
5258         * wl.el (wl): Don't set wl-init as nil when error occured while
5259         auto-checking folders.
5260
5261         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5262         `elmo-expand-newtext'.
5263
5264 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5267         `this-command' so that `wl-folder-goto-folder' contained in
5268         `wl-summary-keep-cursor-command' work.
5269
5270 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5271
5272         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5273         message buffer displaying state.
5274
5275 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-vars.el (wl-summary-default-view): New variable to specify
5278         default value for `wl-summary-buffer-view' instead of using
5279         set-default.
5280         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5281
5282 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5283
5284         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5285
5286         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5287
5288 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5289
5290         * wl-vars.el (wl-forward-subject-prefix): New variable.
5291         * wl-draft.el (wl-draft-forward): Use it.
5292
5293 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-message.el (wl-message-prev-page): When it is called without
5296         lines argument, scroll down by wl-message-scroll-amount lines.
5297         (wl-message-next-page): Ditto.
5298         * wl-vars.el (wl-message-scroll-amount): Change default value
5299         to preserve current behavior.
5300
5301 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5302
5303         * wl-summary.el (wl-summary-prefetch-msg): Bind
5304         `wl-message-entity' to call `wl-summary-from-function'.
5305
5306 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-message.el (wl-message-buffer-create): Run
5309         wl-message-buffer-created-hook.
5310
5311 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * wl-summary.el (wl-summary-sort-specs): New variable.
5314         (wl-summary-default-sort-spec): Ditto.
5315         (wl-summary-sort): Rewrite.
5316         (wl-summary-sort-by-list-info): New function.
5317
5318 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5319
5320         * wl-summary.el (wl-summary-get-list-info): New function.
5321         (wl-summary-sort): Rewrite.
5322         (wl-summary-line-list-info): Ditto.
5323         (wl-summary-line-list-count): Ditto.
5324         (wl-summary-refile-region): Fixed docstring.
5325
5326 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5327
5328         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5329         `wl-folder-entity-hashtb' as completion table.
5330
5331 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5332
5333         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5334         only when this command is called interactively; silence the byte-
5335         compiler.
5336
5337 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5338
5339         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5340         active in XEmacs.
5341
5342 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5343
5344         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5345         plural lines.
5346
5347 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5348
5349         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5350         of current line when the cursor is on the header name.
5351         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5352
5353 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5354
5355         * wl-util.el (wl-read-directory-name): Return displayed directory
5356         as the default value also on XEmacs.
5357
5358 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5361         formatting.
5362
5363 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5366         argument and when it is non-nil, check face property before
5367         highlighting for each line.
5368         (wl-highlight-summary-window): Set it.
5369
5370 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5371
5372         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5373         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5374
5375         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5376         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5377         (wl-draft-get-fcc-list): Likewise.
5378
5379 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5382         (wl-thread-entity-cur): Ditto.
5383         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5384         wl-thread-indent-regexp setting.
5385         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5386
5387         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5388         wl-summary-lazy-highlight.
5389         (wl-summary-display-bottom): Ditto.
5390
5391         * wl-thread.el (wl-thread-open-close): Likewise.
5392
5393         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5394         from and subject;
5395         Bind wl-draft-use-frame;
5396         Enclose with save-window-excursion;
5397         Use wl-draft-create-buffer instead of with-temp-buffer;
5398         Use wl-draft-prepare-edit;
5399         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5400         Use wl-draft-send instead of wl-draft-raw-send.
5401
5402 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5405         of using wl-from.
5406
5407 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5410         insert-buffer instead of clone-buffer.
5411         (wl-draft-doing-mime-bcc): New variable.
5412         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5413         infinite loop.
5414         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5415
5416         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5417         (wl-draft-mime-bcc-body): Ditto.
5418
5419         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5420         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5421         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5422         wl-draft-do-mime-bcc.
5423         (wl-draft-mime-bcc-field): New function.
5424         (wl-draft-do-mime-bcc): Ditto.
5425
5426         * wl-address.el (wl-address-complete-header-list): New variable.
5427         (wl-address-complete-header-regexp): Changed default value.
5428
5429         * Version number is increased to 2.9.13.
5430
5431 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5434         it is differed.
5435
5436 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5437
5438         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5439         (wl-summary-line-list-count): Ditto.
5440
5441 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5442
5443         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5444         (wl-nntp-posting-function): New variable.
5445         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5446         `wl-nntp-posting-config-alist'.
5447
5448 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5451         FLIM.
5452
5453 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5454
5455         * wl-summary.el (wl-summary-target-mark-refile-sub):
5456         Remove a nuisance funcall.
5457
5458 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5461         as t for `try-completion'.
5462
5463 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5464
5465         * wl-summary.el (wl-summary-default-from): Use
5466         wl-address-header-extract-address instead of
5467         std11-extract-address-components.
5468         (wl-summary-simple-from): Ditto.
5469         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5470         (wl-summary-insert-headers): Show message.
5471         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5472         for whole line.
5473         (wl-summary-default-from): Revert last change.
5474         (wl-summary-simple-from): Ditto.
5475         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5476         (wl-summary-mark-as-read-region): Follow the change above.
5477         (wl-summary-sync-marks): Ditto.
5478         (wl-summary-target-mark-mark-as-read): Ditto.
5479         (wl-summary-redisplay-internal): Ditto.
5480         (wl-summary-redisplay-no-mime-internal): Ditto.
5481         (wl-summary-redisplay-all-header): Ditto.
5482         (wl-summary-mark-as-read): Removed argument `cached';
5483         Use current cache status to set cache mark.
5484         (wl-summary-redisplay-internal): Follow the change above.
5485         (wl-summary-redisplay-no-mime-internal): Ditto.
5486         (wl-summary-redisplay-all-header): Ditto.
5487
5488         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5489
5490         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5491         Don't call itself recursively (Adviced by Yamaoka-san).
5492
5493 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5496         bind wl-summary-highlight as nil to avoid error caused by missing
5497         local variables.
5498
5499 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-vars.el (wl-invalid-character-message): New user option.
5502
5503         * wl-util.el (wl-set-string-width): If truncated string-width is
5504         larger than specified width, use `wl-invalid-character-message'.
5505
5506 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5507
5508         * wl-summary.el (wl-summary-prefetch-msg): 
5509         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5510
5511 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5512
5513         * wl-vars.el (wl-summary-check-line-format): New user option.
5514         (wl-summary-line-format-file): Ditto.
5515
5516         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5517         variable.
5518         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5519         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5520         and `wl-summary-view-old-p' to check whether do a rescan or not.
5521         (wl-summary-view-old-p): New function.
5522         (wl-summary-line-format-changed-p): Ditto.
5523         (wl-summary-line-format-save): Ditto.
5524         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5525
5526         * wl-util.el (wl-set-string-width): Avoid using negative number
5527         for make-string.
5528
5529 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5530
5531         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5532         return value.
5533
5534         * wl-util.el (wl-set-string-width): Added optional argument
5535         `padding' (All other related portions are changed).
5536         (wl-line-parse-format): If the first letter of column number is
5537         `0', zero-padding the result (ex: "%05l").
5538
5539         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5540
5541 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5542
5543         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5544         sequential summary view.
5545
5546 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5549         if it doesn't have a -unix version.
5550
5551 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5554
5555 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5556
5557         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5558         content.
5559         (wl-draft): Follow the change above.
5560
5561         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5562
5563         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5564         and wl-folder-summary-line-format-alist contain %T and %P.
5565
5566         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5567         (wl-summary-mode-line-format): New user option.
5568         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5569         (wl-summary-line-format): Changed default value.
5570         (wl-summary-lazy-highlight): Changed default value.
5571
5572         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5573         change in wl-summary-create-line.
5574         (wl-thread-insert-entity-sub): Ditto.
5575
5576         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5577         (wl-summary-buffer-unread-status): Ditto.
5578         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5579         (wl-summary-buffer-persistent-mark-column): Ditto.
5580         (wl-summary-buffer-mode-line-formatter): Ditto.
5581         (wl-summary-buffer-mode-line): Ditto.
5582         (wl-summary-message-regexp): Abolished.
5583         (All other related portions are changed.)
5584         (wl-summary-detect-mark-position): New function.
5585         (wl-summary-buffer-set-folder): Setup
5586         wl-summary-buffer-mode-line-formatter.
5587         (wl-summary-mode): Setup selective-display;
5588         Setup pre-idle-hook when xemacs.
5589         (wl-summary-update-modeline): Rewrite.
5590         (wl-summary-jump-to-msg): Define as function;
5591         Changed regexp for searching messages.
5592         (wl-summary-message-number): Rewrite.
5593         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5594         Do rescan when old type summary cache.
5595         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5596         (wl-summary-remove-destination): Use '\r' to detect EOL.
5597         (wl-summary-print-destination): Ditto.
5598         (wl-summary-temp-mark): New inline function.
5599         (wl-summary-persistent-mark): Ditto.
5600         (wl-summary-line-number): New function.
5601         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5602         (wl-summary-line-list-count): New function.
5603         (wl-summary-create-line): Added argument persistent-mark.
5604         (All other related portions are changed)
5605         (wl-summary-create-line): Insert '\r'.
5606         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5607         (wl-summary-cursor-move-surface): New inline function.
5608         (wl-summary-prev): Use it.
5609         (wl-summary-next): Ditto.
5610
5611         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5612         wl-summary-message-regexp.
5613         (wl-highlight-summary): Delete progress message.
5614         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5615
5616         * Version number is increased to 2.9.12.
5617
5618 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5619
5620         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5621         variable (nil: no minimum).
5622         (wl-summary-line-subject): Add some spaces after subject by
5623         wl-summary-line-subject-minimum-length.
5624
5625 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5626
5627         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5628         and removed `F'.
5629         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5630         change above).
5631
5632 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-summary.el (wl-summary-line-list-count): Reverted.
5635         (example setting in samples/*/dot.wl is also updated)
5636
5637 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5640
5641         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5642
5643         * wl-vars.el (wl-summary-line-format): Addes some description to the
5644         docstring.
5645
5646         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5647         (wl-summary-line-close-bracket): Ditto.
5648         (wl-summary-line-children-number): Ditto.
5649         (wl-summary-line-thread-indent): Ditto.
5650         (wl-summary-line-children-and-from): Ditto.
5651
5652         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5653         't', 'c', 'F' and added 'C'.
5654
5655         * wl-util.el (wl-set-string-width): Accept negative value.
5656         (wl-line-parse-format): Added "%number(" and "%)".
5657
5658 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5659
5660         * wl-summary.el (wl-summary-line-list-count): Change format of the
5661         return value.
5662
5663 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5664
5665         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5666         from the recent message.el.
5667         (wl-draft-point-in-header-p): Ditto.
5668         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5669         wl-draft-beginning-of-line.
5670         * wl-e21.el (wl-draft-mode-map): Ditto.
5671         * wl-xmas.el (wl-draft-mode-map): Ditto.
5672
5673         * wl-folder.el: Sort macrodefs by dependencies.
5674
5675 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5676
5677         * wl-summary.el (wl-summary-prev): Fixed regexp.
5678         (wl-summary-next): Ditto.
5679
5680 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5681
5682         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5683
5684 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5685
5686         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5687         for backward compatibility.
5688
5689 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-summary.el (wl-summary-line-list-count): New function, merged
5692         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5693         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5694         list counts.
5695
5696 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-summary.el (wl-summary-create-line): Ignore errors while
5699         timezone-fix-time.
5700
5701         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5702
5703         * wl-summary.el (wl-summary-sync-update): Ditto.
5704         (wl-summary-default-from): Use wl-message-entity
5705         instead of entity.
5706
5707         * wl-summary.el (wl-summary-create-line): Fix.
5708
5709         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5710         (wl-summary-line-format): New user option.
5711         (wl-folder-summary-line-format-alist): Ditto.
5712         (wl-summary-from-width): Abolished.
5713
5714         * wl-util.el (toplevel): Require 'bytecomp.
5715         (wl-line-parse-format): New function.
5716         (wl-line-formatter-setup): New macro.
5717
5718         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5719         (wl-summary-buffer-line-formatter): New buffer local variable.
5720         (wl-summary-switch-to-clone-buffer): Follow the change above.
5721         (wl-summary-message-regexp): Fix.
5722         (wl-summary-from-func-internal): Abolished.
5723         (wl-summary-subject-func-internal): Ditto.
5724         (wl-summary-subject-filter-func-internal): Ditto.
5725         (All other related portions are changed.)
5726         (wl-summary-buffer-set-folder):
5727         Set up wl-summary-buffer-number-column and 
5728         wl-summary-buffer-line-formatter
5729         (All other related portions are changed.)
5730         (wl-summary-buffer-number-column-detect): Abolished.
5731         (All other related portions are changed.)
5732         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5733         (wl-summary-delete-all-temp-marks-on-buffer): Use
5734         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5735         (wl-summary-target-mark-delete): Ditto.
5736         (wl-summary-target-mark-refile-subr): Ditto.
5737         (wl-summary-target-mark-mark-as-read): Ditto.
5738         (wl-summary-target-mark-mark-as-unread): Ditto.
5739         (wl-summary-target-mark-mark-as-important): Ditto.
5740         (wl-summary-target-mark-save): Ditto.
5741         (wl-summary-replace-status-marks): Renamed from
5742         wl-summary-set-status-marks-on-buffer;
5743         Use wl-summary-message-regexp instead of
5744         wl-summary-buffer-number-regexp.
5745         (wl-summary-sync-update): Follow the change above.
5746         (wl-summary-goto-previous-message-beginning): New function.
5747         (wl-summary-mark-as-unread): Use it.
5748         (wl-summary-mark-as-important): Ditto.
5749         (wl-summary-line-formatter): New variable.
5750         (wl-summary-line-year): New function.
5751         (wl-summary-line-day): Ditto.
5752         (wl-summary-line-day-of-week): Ditto.
5753         (wl-summary-line-hour): Ditto.
5754         (wl-summary-line-minute): Ditto.
5755         (wl-summary-line-open-bracket): Ditto.
5756         (wl-summary-line-close-bracket): Ditto.
5757         (wl-summary-line-children-number): Ditto.
5758         (wl-summary-line-thread-indent): Ditto.
5759         (wl-summary-line-size): Ditto.
5760         (wl-summary-line-subject): Ditto.
5761         (wl-summary-line-from): Ditto.
5762         (wl-summary-line-children-and-from): Ditto.
5763         (wl-summary-create-line): Rewritten.
5764         (wl-summary-format-date): Abolished.
5765
5766         * wl-highlight.el (wl-highlight-summary-current-line): Use
5767         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5768         Use thread structure to detect thread top message.
5769
5770         * wl-draft.el (wl-default-draft-cite): Don't use
5771         wl-summary-from-func-internal.
5772
5773         * wl-refile.el (wl-refile-subject-learn): Don't use
5774         wl-summary-subject-filter-func-internal.
5775         (wl-refile-guess-by-subject): Ditto.
5776
5777         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5778         parameters.
5779
5780         * wl-thread.el (wl-thread-update-indent-string-region):
5781         Use wl-thread-update-line-on-buffer instead of
5782         wl-thread-update-indent-string.
5783         (wl-thread-update-children-number): Redefine using
5784         wl-thread-update-line-on-buffer.
5785         (wl-thread-update-indent-string): Abolished.
5786
5787         * Version number is increased to 2.9.11.
5788
5789 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5792         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5793         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5794
5795         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5796         as nil.
5797
5798         * wl-thread.el (wl-thread-open-all-unread): Use 
5799         elmo-folder-list-messages-mark-match.
5800         (wl-thread-insert-message): Removed argument `mark-alist'.
5801         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5802         elmo-msgdb-set-mark.
5803         (wl-thread-get-children-msgs-uncached): Likewise.
5804         (wl-thread-get-exist-children): Added argument include-self.
5805         (wl-thread-delete-message): Follow the change above.
5806
5807         * wl-summary.el (wl-summary-count-unread): Removed argument.
5808         (wl-summary-rescan): Follow the change above.
5809         (wl-summary-mark-as-read-region): Ditto
5810         (wl-summary-mark-as-unread-region): Ditto.
5811         (wl-summary-delete-messages-on-buffer): Ditto.
5812         (wl-summary-sync-update): Ditto.
5813         (wl-summary-switch-to-clone-buffer): Ditto.
5814         (wl-summary-goto-folder-subr): Ditto.
5815         (wl-summary-target-mark-mark-as-read): Ditto.
5816         (wl-summary-target-mark-mark-as-unread): Ditto.
5817         (wl-summary-target-mark-mark-as-important): Ditto.
5818         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5819         (wl-summary-update-thread): Removed argument `mark-alist'.
5820         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5821         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5822         (wl-summary-resume-cache-status): Likewise.
5823         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5824         elmo-msgdb-set-mark.
5825         (wl-summary-mark-as-read-all): Likewise.
5826         (wl-summary-delete-cache): Ditto.
5827         (wl-summary-auto-select-msg-p): Ditto.
5828         (wl-summary-mark-as-unread): Ditto.
5829         (wl-summary-no-auto-refile-message-p): Ditto.
5830         (wl-summary-mark-as-read): Ditto.
5831         (wl-summary-mark-as-important): Ditto.
5832         (wl-summary-auto-refile): Follow the change above.
5833         (wl-summary-delete-all-marks): Removed.
5834         (wl-summary-resume-marks-and-highlight): Ditto.
5835         (wl-summary-resume-marks): Ditto.
5836         (wl-summary-delete-important-msgs-from-list): Ditto.
5837         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5838
5839         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5840         wl-summary-count-unread.
5841
5842         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5843         (wl-summary-score-update-all-lines): Use
5844         elmo-msgdb-set-mark.
5845
5846 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5849         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5850         (wl-summary-create-line): Renamed from
5851         wl-summary-overview-create-summary-line;
5852         Argument rearrangement.
5853         (wl-summary-update-thread): Follow the change above.
5854
5855         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5856         (wl-thread-insert-entity-sub): Likewise.
5857
5858         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5859         argument `overview', `mark-alist' and added `msgdb'.
5860
5861         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5862
5863         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5864         (wl-summary-rescan): Follow the change above.
5865         (wl-summary-sync-update): Ditto.
5866         (wl-summary-insert-thread-entity): Ditto;
5867         Don't use `let*' in every while loop;
5868         Detect infinite loop of threads.
5869         (wl-summary-update-thread): Removed argument `overview'.
5870
5871         * wl-thread.el (wl-thread-insert-message): Ditto.
5872
5873         * Version number is increased to 2.9.10.
5874
5875         * wl-message.el (wl-message-redisplay): Ignore errors while
5876         wl-message-redisplay-hook.
5877
5878 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5879
5880         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5881
5882 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5883
5884         * wl.el (wl): inhibit-quit while wl-folder.
5885
5886 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5889         while msgdb access.
5890
5891 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5892
5893         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5894         even if no folder is not created.
5895
5896 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5897
5898         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5899
5900         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5901         implementation.
5902         (wl-summary-target-mark-thread): Ditto.
5903
5904         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5905
5906 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-util.el (wl-display-bytes): Remove unused function.
5909
5910 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5911
5912         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5913         seems critical one (partially reverse the change in 2002/03/17).
5914
5915 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5916
5917         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5918         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5919
5920 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5923         is not writable.
5924         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5925         plugged status instead of `'force' as 2nd argument.
5926
5927         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5928         is not creatable.
5929
5930         * Version number is increased to 2.9.9.
5931
5932 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5933
5934         * wl-summary.el (wl-summary-suspend): New function.
5935
5936 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5937
5938         * wl.el (wl): Do not check variables if check is nil.
5939         * wl-utils.el (wl-collect-draft): New function.
5940         * wl-folder.el (wl-folder-suspend): Put summary buffers
5941         and draft buffers at the end of buffer list.
5942         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5943
5944 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5945
5946         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5947         loop instead of recursive call.
5948
5949         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5950         2nd argument.
5951
5952 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5953
5954         * wl-draft.el (wl-draft-create-contents): Don't take neither
5955         (function . args) nor (string . something) any more.
5956
5957         * wl-version.el (wl-generate-user-agent-string): Return string
5958         without header symbol.
5959         * wl-draft.el (wl-draft-default-headers): Use it.
5960
5961         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5962         `wl-draft-insert-ccs' and return field value instead of inserting
5963         the header. Abolish cc argument.
5964         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5965
5966         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5967         rather than one with string car.
5968
5969         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5970         * wl-draft.el (wl-draft-create-contents): Add it after the default
5971         headers.
5972
5973         * wl-draft.el (wl-draft-create-contents): For the case of
5974         (symbol-or-string . function) insert header only when the function
5975         returns string value.
5976
5977 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5980         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5981
5982 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5983
5984         * wl.el (wl-check-environment): Don't check Message-ID when
5985         `wl-insert-message-id' is nil.
5986         Revive checking if `wl-message-id-domain' contains "@".
5987
5988 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5989
5990         * wl.el (wl-check-environment): Merge examination for "@" at
5991         inappropriate position into the first string-match.
5992
5993         * wl-summary.el (wl-summary-target-mark-print): New function.
5994         (wl-summary-pipe-message-subr): Extracted from
5995         `wl-summary-pipe-message'.
5996         (wl-summary-target-mark-pipe): New function.
5997         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5998         `wl-summary-target-mark-pipe'.
5999
6000 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6001
6002         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6003
6004 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6005
6006         * wl.el (wl-check-environment): Use elmo-warning instead of
6007         error for non-critical ones.
6008         Remove trash folder check.
6009         (wl): Don't ignore error in wl-check-environment.
6010
6011         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6012         check, which is moved from `wl-check-environment'.
6013         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6014
6015 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6018         guess anything, call wl-summary-write.
6019         (wl-summary-write): Create draft with blank To field.
6020         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6021
6022 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6025         argument full as well for wl-folder-write-current-folder.
6026         If wl-*-write-current-folder cannot guess addressee, add blank
6027         To header.
6028         Rewrite condition for positioning cursor.
6029
6030 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6031
6032         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6033         summary buffer is present, use it.
6034         (wl-folder-jump-to-previous-summary): Ditto.
6035
6036 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6037
6038         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6039
6040         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6041         wl-summary-previous-buffer and wl-summary-next-buffer.
6042
6043         * wl-folder.el (wl-folder-mode-map): Bind
6044         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6045         (wl-folder-jump-to-next-summary): New function.
6046         (wl-folder-jump-to-previous-summary): Ditto.
6047
6048         * wl-draft.el (wl-draft): Rearranged.
6049
6050 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6051
6052         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6053         of header.
6054         (wl-draft): Collect arguments for the header as header-alist.
6055         (wl-draft-forward): Arrange arguments for wl-draft.
6056         (wl-draft-reply): Ditto.
6057         (wl-draft-edit-string): Ditto.
6058         * wl-summary.el (wl-summary-write): Ditto.
6059         (wl-summary-write-current-folder): Ditto.
6060
6061         * Version number is increased to 2.9.8.
6062
6063 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6064
6065         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6066
6067         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6068
6069         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6070         even if the guess failed.
6071
6072         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6073         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6074         wl-summary-write-current-folder.
6075         * wl-xmas.el: Ditto.
6076
6077 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6078
6079         * wl-summary.el (wl-summary-next-page): Force display message if
6080         message is not displayed yet.
6081         (wl-summary-prev-page): Ditto.
6082
6083 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6084
6085         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6086
6087 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6090         add "Preview Message" and "Save Draft and Exit".
6091
6092 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6093
6094         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6095         if addrmgr is called from draft in splitted window.
6096
6097         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6098         * wl-mule.el: Ditto.
6099         * wl-xmas.el: Ditto.
6100
6101 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6104
6105         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6106         * wl-xmas.el (wl-folder-toolbar): Ditto.
6107
6108 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6109
6110         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6111         and wl-draft-save-and-exit.
6112         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6113         * wl-xmas.el: Ditto.
6114         * wl-mule.el: Ditto.
6115
6116         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6117         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6118
6119 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6122         lists for saving buffer.
6123
6124 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6127         parent-folder argument instead of it.
6128         (wl-draft-create-buffer): Ditto.
6129         (wl-draft-forward): Ditto.
6130         (wl-draft-reply): Ditto.
6131         * wl-summary.el (wl-summary-write): Ditto.
6132         (wl-summary-write-current-folder): Ditto.
6133
6134         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6135         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6136         Folder buffer after composing.
6137
6138 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6139
6140         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6141         header if the file `wl-x-face-file' already contains it.
6142
6143 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6144
6145         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6146         folder" entry.
6147         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6148         * wl-e21.el (wl-folder-toolbar): Ditto.
6149         * wl-xmas.el (wl-folder-toolbar): Ditto.
6150
6151 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6154         wl-folder-goto-folder with sticky argument.
6155         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6156
6157 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6160         and wl-summary-previous-buffer.
6161         (wl-summary-next-buffer): New function.
6162         (wl-summary-previous-buffer): Ditto.
6163
6164 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6167         wl-folder-jump-to-current-entity-with-arg.
6168         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6169         `wl-folder-jump-to-current-entity'.
6170         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6171         `wl-summary-goto-folder-sticky'.
6172         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6173         `wl-summary-goto-folder'.
6174         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6175         Unless force-exit, do not clean temp. marks for sticky summary.
6176         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6177
6178 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6181         not entire.
6182
6183 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6186         to `C-x C-s'.
6187         (wl-summary-save-status): New command.
6188         (wl-summary-exit): Don't clean-up temp marks when sticky.
6189         (Applied patch from Nakayama-san [wl: 09548])
6190         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6191         Do nothing when no mark data.
6192         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6193         Call `wl-summary-delete-all-temp-marks' before saving.
6194
6195 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6196
6197         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6198
6199 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6200
6201         * wl.el (wl-check-environment): Also cause error when (system-name)
6202         returns "localhost.localdomain". (Although it doesn't affect because
6203         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6204
6205 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6206
6207         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6208         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6209
6210         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6211         value.
6212
6213 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6214
6215         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6216         Likewise r-cc-list and r-ng-list.
6217
6218 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6221         only if it is bound as variable.
6222
6223         * wl-mime.el (wl-draft-preview-message): Ditto.
6224
6225 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6228         needless `goto-char'.
6229
6230         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6231         `wl-summary-redisplay-no-mime-internal' instead of
6232         `wl-summary-redisplay-no-mime'.
6233         (wl-summary-redisplay-no-mime): Changed argument;
6234         Call `wl-summary-redisplay-no-mime-internal'.
6235
6236         * wl-mime.el (wl-draft-preview-message): Bind
6237         `mime-header-encode-method-alist' locally.
6238
6239         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6240         (wl-draft-std11-parse-addresses): Added the first address check.
6241         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6242
6243         * Version number is increased to 2.9.7.
6244
6245 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6246
6247         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6248
6249 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6250
6251         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6252         related to scrollbar support, if there is no such a feature
6253         compiled in.
6254
6255 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6256
6257         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6258         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6259         for prefetch.
6260
6261 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6262
6263         * wl-summary.el (wl-summary-pick): Fix for no match.
6264
6265 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6266
6267         * wl-draft.el (wl-draft-save):
6268         Override `mime-header-encode-method-alist'.
6269
6270 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-folder.el (wl-folder-pick): New function.
6273         Define key as "?".
6274
6275 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6276
6277         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6278         Fix for unplugged.
6279
6280 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6281
6282         * wl-folder.el (wl-folder-virtual): New function.
6283         Define key as "V".
6284
6285 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6288         multi folder if entity is group.
6289
6290 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6293         is nil.
6294
6295 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6298         (wl-summary-target-mark-msgs): Return the number of marked messages.
6299
6300 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6301
6302         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6303         "first:" is specified.
6304
6305 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6306
6307         * wl-vars.el (wl-from): Use return value of function
6308         user-full-name instead of the variable user-full-name since
6309         XEmacs-20.4 doesn't set this variable.
6310
6311 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6314         call `wl' directly.
6315
6316 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6317
6318         * wl-draft.el (wl-draft-reedit): Removed duplicated
6319         switch-to-buffers.
6320
6321 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6322
6323         * wl.el (wl-other-frame): Removed garbages.
6324
6325 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6328
6329         * wl-xmas.el (wl-draft-key-setup): Ditto.
6330
6331         * wl-mule.el (wl-draft-key-setup): Ditto.
6332
6333         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6334         (wl-draft-reedit): Ditto.
6335         (wl-draft-prepare-edit): Add `wl-draft-save' to
6336         `local-write-file-hooks'.
6337         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6338         (wl-draft-reedit): Set buffer-file-name.
6339         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6340
6341
6342         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6343         call it.
6344         (wl-delete-startup-frame-function): New variable.
6345         (wl-other-frame): New function
6346         (Original was written by Yamaoka san [wl: 09239]).
6347
6348         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6349         if `wl-folder-use-frame'.
6350
6351 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6354
6355 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6358         New variable.
6359         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6360         (wl-message-buffer-prefetch-get-next): Use them.
6361         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6362
6363 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6366         with unwind-protect.
6367
6368         * wl-draft.el (wl-draft-reedit): Rewrite.
6369         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6370         (wl-draft-save): Insert header separator if it does not exist;
6371         Removed condition-case.
6372
6373         * wl-summary.el (wl-summary-reedit): Revert last change.
6374
6375         * wl-draft.el (wl-draft-save): Rewrite.
6376         (wl-draft-create-buffer): Set buffer-file-name as nil.
6377
6378         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6379
6380         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6381
6382         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6383         nil.
6384
6385 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6386
6387         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6388         If count is nil, do not prefetch.
6389         (wl-message-buffer-prefetch-next): Next.
6390
6391 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6394
6395 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6398         `delete-backward-char'
6399         (wl-draft-prepare-edit): Check major-mode.
6400         (wl-draft-decode-header): Rewrite.
6401         (wl-draft): Fix.
6402
6403 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6404
6405         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6406
6407 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6408
6409         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6410         (wl-message-buffer-prefetch-get-next): Remove size checking.
6411         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6412
6413 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6414
6415         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6416         (wl-draft-default-headers): Fix.
6417
6418 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6419
6420         * wl-draft.el (wl-draft-default-headers): Insert return value of
6421         `wl-generate-mailer-string-function'.
6422
6423 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6426         (wl-draft-insert-mail-header-separator): Ditto.
6427
6428         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6429         again (Reverted the change on 2002-01-17 by OKADA san).
6430
6431 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-draft.el (wl-draft): Rewrite.
6434         (wl-draft-create-buffer): New function.
6435         (wl-draft-create-contents): Ditto.
6436         (wl-draft-prepare-edit): Ditto.
6437         (wl-draft-decode-header): Ditto.
6438         (wl-draft-decode-body): Ditto.
6439         (wl-draft-check-new-line): Ditto.
6440         (wl-draft-default-headers): Ditto.
6441         (wl-draft-insert-mail-header-separator): Ditto.
6442
6443 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * Version number is increased to 2.9.6.
6446
6447 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6448
6449         * wl-draft.el (wl-draft-delete-field): Optional argument.
6450         (wl-draft-delete-fields): Ditto.
6451
6452 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-message.el (toplevel): Eliminated byte-compile warning.
6455         for `itimer-function', `delete-timer' and `itimer-list'.
6456
6457 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6458
6459         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6460         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6461         `wl-message-buffer-prefetch-threshold'.
6462         * wl-summary.el (wl-summary-redisplay-internal): Remove
6463         the check of `wl-message-buffer-prefetch-depth'.
6464
6465 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6466
6467         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6468         size of article.
6469         (wl-message-buffer-prefetch-subr): Remove size check.
6470
6471 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6472
6473         * wl-vars.el (wl-plugged): Make customizable.
6474
6475 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6476
6477         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6478         (wl-message-buffer-prefetch-set-timer): New function.
6479         (wl-message-buffer-prefetch-get-next): New function.
6480         (wl-message-buffer-prefetch): New function.
6481         (wl-message-buffer-prefetch-next): Rewrite.
6482         (wl-message-buffer-prefetch-subr): Rewrite.
6483         * wl-vars.el (wl-auto-prefetch-first): New variable.
6484         * wl-summary.el (wl-summary-goto-folder-subr): Call
6485         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6486
6487 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6490         `wl-summary-unread-message-hook'.
6491
6492 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6495         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6496         if range is `cache-status'.
6497
6498 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-message.el (wl-message-buffer-prefetch-subr):
6501         Improve debug message.
6502
6503 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6506         `wl-mail-send-pre-hook'.
6507         (wl-draft-send-mail-with-qmail): Ditto.
6508         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6509
6510 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-message.el (wl-message-buffer-prefetch-subr):
6513         Fix for cancel-function-timers bug.
6514         (wl-message-buffer-prefetch-debug): Default value is t.
6515
6516 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6519         (wl-message-buffer-prefetch-subr): Rewrite.
6520         Rename from `wl-message-buffer-prefetch'.
6521
6522 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6523
6524         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6525         (wl-default-draft-cite-decorate-author): Ditto.
6526
6527         * wl-draft.el (wl-draft-cite-function): Removed.
6528         (wl-default-draft-cite-decorate-author): Ditto.
6529
6530 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6531
6532         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6533         (wl-default-draft-cite): Do not arrange author name if the value of
6534         `wl-default-draft-cite-decorate-author' is nil.
6535
6536 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6539
6540         * wl-folder.el (wl-folder-check-one-entity): Don't care
6541         `elmo-folder-use-flag-p'.
6542
6543 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-folder (wl-folder-check-one-entity): Fix
6546         problem if unread is nil.
6547
6548 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6549
6550         * wl-address.el (wl-address-make-completion-list): Check whether
6551         the address is a group list.
6552         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6553
6554 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6555
6556         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6557         The number of the messages of new and unread does not count
6558         correctly.
6559
6560         * wl-summary.el (wl-summary-count-unread): Changed to return
6561         `(new . unread)' instead of total.
6562         (wl-summary-sync-update): Follow the change above.
6563
6564         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6565
6566 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6567
6568         * wl-address.el (wl-address-make-completion-list): Do not enclose
6569         address by " <" and ">" if associated realname is "".
6570         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6571         This is against the promblem with group list in .addresses pointed
6572         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6573
6574 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6575
6576         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6577         message is a format control string.
6578         * wl-expire.el (wl-expire-append-log): Ditto.
6579         * wl-mime.el (wl-summary-burst-subr): Ditto.
6580         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6581         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6582
6583 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6586         wl.el (wl-check-variables): Rename from `wl-check-type'.
6587         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6588         (wl-check-variables-2): New function.
6589         (wl): Call `wl-check-variables-2'.
6590
6591 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6592
6593         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6594         after renaming folder in access group.
6595
6596 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6599         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6600         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6601         (wl-message-buffer-prefetch): Rewrite.
6602         (wl-message-buffer-prefetch-idle-time): Removed.
6603         * wl-summary.el (wl-summary-redisplay-internal):
6604         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6605         Error check for `wl-message-buffer-prefetch-depht'.
6606
6607 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * Version number is increased to 2.9.5.
6610         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6611
6612 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6615         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6616         Based on the patch written by
6617         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6618
6619 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-draft.el (wl-draft-raw-send): Fix for
6622         `wl-news-send-pre-hook'
6623
6624 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6625
6626         * wl-utils.el (wl-message-id-function): New variable.
6627         * wl-draft.el (wl-draft-insert-required-fields):
6628         Use `wl-message-id-function'.
6629
6630 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6633         * wl-utils.el (wl-draft-make-message-id-string):
6634         Use `wl-from' for domain part of Message-ID
6635         if `wl-message-id-use-wl-from' if non-nil.
6636         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6637
6638 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6639
6640         * wl.el (wl): Call `wl-check-type'
6641         Do not 'condition-case'.
6642
6643 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl.el (wl-check-type): New function.
6646         (wl-check-type-variables): New variable.
6647
6648 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6651
6652 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-draft.el (wl-smtp-password-key): New function.
6655         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6656         (wl-draft-send-mail-with-smtp): Ditto.
6657         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6658
6659 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6662         * wl-utils.el (wl-unique-id-suffix): Remove.
6663
6664 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6665
6666         * Version number is increased to 2.9.4.
6667
6668 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-utils.el (wl-unique-id-suffix): New variable.
6671         (wl-unique-id): Use `wl-unique-id-suffix'
6672
6673 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6674
6675         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6676         instead of `elmo-msgdb-search'.
6677
6678         * Version number is increased to 2.9.3.
6679
6680 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6681
6682         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6683
6684 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6687         (wl-draft-dispatch-message): Changed for send-later.
6688         (wl-draft-queue-flush): Ditto.
6689         (wl-draft): Clear `wl-sent-message-queued'.
6690         (wl-draft-reedit): Ditto.
6691         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6692         * wl-vars.el (wl-draft-force-queuing): New variable.
6693         (wl-draft-force-queuing-mail): New variable.
6694         (wl-draft-force-queuing-news): New variable.
6695
6696 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6697
6698         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6699         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6700
6701 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6702
6703         * Version number is increased to 2.9.2.
6704
6705 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * wl-draft.el (wl-draft-elide-region): New user command.
6708         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6709
6710         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6711         command `wl-draft-elide-region'.
6712         * wl-mule.el: Ditto.
6713         * wl-xmas.el: Ditto.
6714
6715 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6716
6717         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6718         (wl-biff-check-folder-async): Removed needless let.
6719
6720 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6723         wl-folder-get-elmo-folder.
6724         (wl-biff-check-folder): Set `biff' argument of
6725         `wl-folder-check-one-entity'.
6726         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6727
6728         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6729         (wl-folder-check-one-entity): Added `biff' argument;
6730         Setup `biff' slot of folder.
6731
6732         * Version number is increased to 2.9.1.
6733
6734 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6737         comment out and fixed.
6738         (wl-fldmgr-add-completion-subr): Ditto.
6739
6740         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6741         and msgdb.
6742
6743         * wl.el (wl-toggle-plugged): Save summary view.
6744
6745 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6748
6749 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6750
6751         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6752
6753 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6754
6755         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6756         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6757         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6758
6759         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6760         if it was failed.
6761         (wl-demo): Disable undo in the demo buffer.
6762
6763 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-version.el (wl-version): Changed codename.
6766
6767         * Version number is increased to 2.9.0.
6768
6769 2001-12-14  Takuo KITAME <kitame@northeye.org>
6770
6771         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6772         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6773         (wl-folder-mark-as-read-all-current-entity): Ditto.
6774
6775 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-vars.el (wl-from-width): Define as obsolete variable.
6778         (wl-subject-length-limit): Ditto.
6779
6780         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6781
6782         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6783         wl-summary-save-view.
6784
6785         * wl.el (wl-save-status): Ditto.
6786         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6787
6788         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6789         (wl-summary-exit): Follow the change above.
6790         (wl-summary-goto-folder-subr): Ditto.
6791
6792         * wl-folder.el (wl-folder-create-subr): Don't use
6793         `elmo-folder-creatable-p'.
6794
6795 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6798
6799 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6800
6801         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6802         rather than bitmap on Emacs 21.
6803         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6804         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6805         for xbm if the new redisplay engine is not available.
6806
6807 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6808
6809         * wl-folder.el (wl-folder-init-hook): New hook.
6810         (wl-folder-init): Run `wl-folder-init-hook'.
6811
6812 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6813
6814         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6815
6816 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-acap.el (wl-acap-cache-filename): New variable.
6819         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6820         (wl-acap-init): Use cache if no ACAP server found.
6821
6822 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6823
6824         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6825         `wl-acap-original-msgdb-dir'.
6826
6827         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6828         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6829
6830         * wl-mime.el (wl-mime-save-directory): Renamed from
6831         `wl-mime-save-dir'.
6832
6833 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6834
6835         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6836
6837         * wl-demo.el: Require `path-util'.
6838         (wl-demo-bitmap-mule-available-p): New internal variable.
6839         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6840         `module-installed-p' instead.
6841         (wl-demo-insert-image): Use *.img file for a bitmap image.
6842         (wl-demo): Don't call the ascii demo recursively.
6843
6844 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6845
6846         * Version number is increased to 2.7.7.
6847
6848 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6849
6850         * wl.el (wl-exit): Eliminated byte-compile warning.
6851
6852 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6853
6854         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6855         obsolete variable using `elmo-define-obsolete-variable'.
6856         (wl-fetch-confirm-threshold): Ditto.
6857         (wl-cache-prefetch-folder-type-list): Ditto.
6858         (wl-cache-prefetch-folder-list): Ditto.
6859
6860 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6863         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6864         (wl-demo-insert-image): New function.
6865         (wl-demo-insert-text): New function.
6866         (wl-demo-image-type-alist): Redefine as a function.
6867         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6868         (wl-demo-with-temp-file-buffer): Removed.
6869         (wl-logo-xpm): Removed.
6870         (wl-logo-xbm): Removed.
6871         (wl-logo-bitmap): Removed.
6872
6873 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6874
6875         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6876         (wl-expire-localdir-get-folder-function): New user option.
6877         (wl-expire-localdir-get-folder): New function.
6878         (wl-expire-localdir-date): Ditto.
6879
6880 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6881
6882         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6883         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6884         Fixed unread number mismatch when all-unread < unread.
6885
6886 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6889         (wl-fetch-confirm-threshold): Ditto.
6890
6891         * wl-summary.el (wl-summary-confirm-appends): Removed.
6892         (wl-summary-sync-update): Don't refer
6893         `wl-summary-update-confirm-threshold' (It is now abolished).
6894
6895         * wl-message.el (wl-message-display-internal): Don't refer
6896         `wl-fetch-confirm-threshold' (It is now abolished).
6897
6898 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6901
6902 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6903
6904         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6905         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6906         Change default value to nil.
6907         (wl-summary-indent-length-limit): The value can be nil, nil means
6908         unlimited.
6909
6910         * wl-summary.el: Don't set limit for indent length if the value of
6911         wl-summary-indent-length-limit is nil.
6912         If the value of wl-summary-width is nil, it means only that the width
6913         of summary is unlimited (nil doesn't mean that the indent length is
6914         unlimited).
6915
6916         * wl-thread.el: Ditto.
6917
6918 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6919
6920         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6921         be nil, nil means never confirm.
6922         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6923
6924 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6925
6926         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6927         means unlimited).
6928
6929 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6932         Use `with-temp-buffer'.
6933
6934 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6937         with new backquote style).
6938         (wl-folder-get-entity-from-buffer): Ditto.
6939
6940 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6941
6942         * wl-version.el (nemacs-version): Eliminated.
6943         (wl-extended-emacs-version2): Ignore nemacs.
6944         (wl-extended-emacs-version3): Ditto.
6945
6946 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6947
6948         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6949         (wl-draft-add-in-reply-to): New variable.
6950         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6951         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6952         (wl-draft-yank-from-mail-reply-buffer): Use
6953         `wl-draft-add-in-reply-to'.
6954         (wl-draft-insert-current-message): Ditto.
6955
6956 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6957
6958         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6959         typo (kill->hide).
6960         (wl-message-buffer-prefetch-folder-type-list): Added elements
6961         `mark' and `cache' instead of `internal'.
6962
6963 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6966         resume msgdb directory.
6967
6968 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl.el (wl-exit): Call `wl-acap-exit'.
6971
6972         * wl-summary.el (wl-summary-message-string): New function.
6973         (wl-summary-reedit): Use it.
6974         (wl-summary-resend-bounced-mail): Remove needless let.
6975         (wl-summary-supersedes-message): Ditto.
6976         (wl-summary-save): Ditto.
6977
6978         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6979         (wl-acap-init): Set it.
6980         (wl-acap-exit): New function.
6981
6982 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl.el (wl-init): Revert (require 'mime-setup). move from
6985         toplevel.
6986
6987 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6988
6989         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6990         local variables.  Add error when guess function return invalid
6991         value.
6992
6993 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6996         Change local variable name.
6997         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6998         (wl-folder-get-newsgroups): Return nil when non-news folder.
6999         * wl-summary.el (wl-summary-write-current-folder): State through
7000         when guess-list return nil.
7001         (wl-summary-write-current-folder-functions): Fixed docstring.
7002
7003         * wl.el (wl-exit): Changed confirm message.
7004
7005         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7006         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7007
7008         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7009
7010 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7011
7012         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7013         user option (Renamed from wl-cache-prefetch-folder-type-list).
7014         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7015         from wl-cache-prefetch-folder-list).
7016
7017         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7018         Move to wl-vars.el.
7019         (wl-message-buffer-prefetch-p): Changed to enable
7020         `wl-message-buffer-prefetch-folder-list'.
7021
7022         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7023         `ignore-cache'.
7024
7025 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7026
7027         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7028         `part-top' and `part-bottom'.
7029         (wl-draft-config-sub-part-top): New function.
7030         (wl-draft-config-sub-part-bottom): New function.
7031
7032 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7033
7034         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7035
7036 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7037
7038         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7039
7040 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7041
7042         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7043
7044         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7045         (wl-summary-write-current-folder): Ditto.
7046
7047 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-folder.el (wl-folder-get-newsgroups): Use
7050         `elmo-folder-newsgroups'.
7051
7052 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7053
7054         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7055         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7056         `wl-draft-config-sub-header-bottom'.
7057
7058 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7061         localnews folder.
7062
7063 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7064
7065         * wl-summary.el (wl-summary-mode): Undo last change.
7066
7067         * wl-folder.el (wl-folder-mode): Ditto.
7068
7069 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7070
7071         * wl-summary.el (wl-summary-mode): Locally set
7072         truncate-partial-window-width to nil.
7073         (for XEmacs)
7074
7075         * wl-folder.el (wl-folder-mode): Ditto.
7076
7077 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7080
7081 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7084         number.
7085
7086         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7087
7088         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7089
7090         * Version number is increased to 2.7.6.
7091
7092 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7095
7096 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7097
7098         * wl-summary.el (wl-summary-sync-update): Enclose network
7099         related portion with `unwind-protect'.
7100
7101 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7102
7103         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7104
7105 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7108         element.
7109         * wl-vars.el (wl-message-body-button-alist): Ditto.
7110
7111         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7112         max match length.
7113         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7114
7115         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7116         for the max match length;
7117         Use 4th element value for the button string regexp group.
7118
7119         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7120         candidate exists, prompt to select.
7121
7122 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7123
7124         * wl-summary.el (wl-summary-jump-to-msg): Search before
7125         calibration point by `beginning-of-line'.
7126
7127 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7128
7129         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7130         for access group.
7131
7132 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-message.el (wl-message-display-internal): Bind
7135         `default-mime-charset'.
7136
7137         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7138
7139         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7140
7141         * Version number is increased to 2.7.5.
7142
7143 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7144
7145         * wl-expire.el (wl-summary-archive): Fixed;
7146         Use `elmo-folder-name-internal'.
7147
7148 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7149
7150         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7151         from `elmo-folder-move-messages' caller.
7152         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7153
7154         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7155         related portions are changed).
7156
7157 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7158
7159         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7160         counter.
7161
7162 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7163
7164         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7165         buffer local and set it to nil.
7166
7167         * wl-message.el (wl-message-redisplay): Ditto.
7168
7169 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-summary.el (wl-summary-mark-as-important): If message is
7172         already cached, set messag as read, otherwise encache and mark as read.
7173
7174 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7175
7176         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7177         point-min.
7178
7179 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7182         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7183         a keymap.
7184
7185 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7188         parent.
7189
7190         * wl-mule.el (wl-message-define-keymap): Ditto.
7191
7192         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7193
7194         * wl-xmas.el (wl-message-display-internal-hook): Define.
7195         (wl-xmas-setup-message-toolbar): Define as function.
7196         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7197         (wl-message-overload-functions): Abolished.
7198         (wl-message-define-keymap): New function.
7199
7200         * wl-vars.el (wl-message-display-internal-hook): New variable.
7201         (wl-message-header-button-alist): New variable (Renamed from
7202         wl-highlight-message-header-button-alist).
7203         (wl-message-body-button-alist): Ditto.
7204
7205         * wl-mule.el (wl-message-define-keymap): New function.
7206         (wl-message-overload-functions): Abolished.
7207
7208         * wl-message.el (wl-message-add-buttons-to-body): New function.
7209         (wl-message-redisplay): Don't call wl-message-overload-functions;
7210         Call wl-message-add-buttons-to-header and
7211         wl-message-add-buttons-to-body.
7212         (wl-message-display-internal): Set keymap argument for
7213         elmo-mime-display-as-is, elmo-mime-message-display;
7214         Run wl-message-display-internal-hook.
7215         (wl-message-refer-article-or-url): Abolished.
7216
7217         * wl-highlight.el (wl-highlight-headers): Don't call
7218         wl-highlight-message-add-buttons-to-header.
7219         (wl-highlight-message-add-buttons-to-header): Abolished.
7220
7221
7222         * wl-e21.el (wl-message-display-internal-hook): Define.
7223         (wl-e21-setup-toolbar): Deleted duplicated binding.
7224         (wl-e21-setup-message-toolbar): Define as function.
7225         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7226         (wl-message-define-keymap): New function.
7227         (wl-message-overload-functions): Abolished.
7228
7229 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7230
7231         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7232         and elmo-folder-close.
7233
7234         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7235
7236 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7237
7238         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7239         boolean value.
7240         * wl-draft.el (wl-draft-do-fcc): Ditto.
7241
7242 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7243
7244         * wl-vars.el (wl-fcc-force-as-read): New variable.
7245         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7246         mark copied message as read.
7247
7248 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7249
7250         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7251
7252 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7253
7254         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7255         `wl-summary-target-above' instead of obsolete variable
7256         `wl-summary-temp-above'.
7257
7258         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7259         instead of `make-obsolete-variable'.
7260         * wl-refile.el (toplevel): Ditto.
7261
7262 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7265         with third argument t.
7266         (wl-draft): Set first argument for wl-plugged-init as t.
7267
7268         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7269         definition.
7270
7271 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7272
7273         * wl-vars.el: Tabify.
7274         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7275
7276         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7277         message.
7278
7279 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7280
7281         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7282         and set default to beep.
7283
7284 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7285
7286         * wl-vars.el (wl-draft-truncate-lines): New variable.
7287
7288         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7289         instead of wl-message-truncate-lines for truncate-lines.
7290
7291 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * wl-message.el (wl-message-display-internal): Call
7294         `wl-highlight-message' after `elmo-mime-display-as-is'.
7295
7296         * wl-mime.el (wl-mime-display-text/plain): New function.
7297         (wl-mime-display-header): Ditto.
7298         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7299         body-presentation-method for text/plain;
7300         Register `wl-mime-display-header' as a header-presentation-method;
7301         Don't set up `elmo-message-text-content-inserted-hook' and
7302         `elmo-message-header-inserted-hook'.
7303
7304         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7305         variable.
7306         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7307         as t if flag is 'all-header;
7308         Don't bind `elmo-message-ignored-field-list',
7309         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7310
7311 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7314         for xemacs with non-mule environment.
7315
7316 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7317
7318         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7319         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7320         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7321
7322 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7323
7324         * wl-vars.el (wl-interactive-send): Set default value as t.
7325
7326 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7327
7328         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7329         (wl-addrmgr-method-list): Abolished.
7330         (wl-addrmgr-change-method): Follow above change.
7331
7332         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7333
7334 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7335
7336         * wl-vars.el (wl-message-truncate-lines): Change default value
7337         to default-truncate-lines.
7338
7339         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7340
7341 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7342
7343         * wl-vars.el (wl-message-truncate-lines): New variable.
7344
7345         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7346         wl-message-truncate-lines.
7347
7348 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl-acap.el (wl-acap-init): Remove period from error message.
7351         (wl-acap-find-acap-service): Remove period from message.
7352
7353 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * wl.el (wl-check-environment): Undo last change.
7356
7357         * wl-vars.el (wl-from): Changed default value.
7358
7359         * wl-util.el (toplevel): Don't require tm-edit.
7360
7361         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7362         `wl-folder-init';
7363         Don't set mark on mail body.
7364         (wl-draft-reedit): Ditto.
7365
7366         * wl-address.el (wl-address-quote-specials): Define as an alias for
7367         elmo-address-quote-specials.
7368
7369 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7372
7373         * wl-vars.el (wl-from): Set default value as nil.
7374         (wl-organization): Set default value as ORGANIZATION environment
7375         variable.
7376
7377         * wl-draft.el (wl-smtp-extension-bind): Check value of
7378         wl-smtp-connection-type.
7379
7380         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7381         error.
7382
7383 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * Version number is increased to 2.7.4.
7386
7387         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7388         arguments from `wl-highlight-x-face-function' caller.
7389         Use x-face-1.3.6.12 or later.
7390
7391 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7392
7393         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7394
7395 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7396
7397         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7398         (wl-fcc): Fix to accept function.
7399         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7400
7401 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7402
7403         * wl-acap.el (toplevel): Added `product-provide' declare.
7404         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7405
7406 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl.el (wl): Changed order of calling `elmo-init'
7409         and `elmo-folder-init'.
7410
7411 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7412
7413         * wl-mime.el (wl-summary-burst): Extract message when content-type
7414         of root entity is not only `multipart' but also `message/rfc822'.
7415         (wl-summary-burst-subr): Ditto.
7416
7417 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl-vars.el (toplevel): Require 'custom.
7420         (wl-trash-folder): Added to `wl-setting' group.
7421
7422         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7423         exists.
7424         (wl-addrmgr-draw): Insert empty line when no entry exists.
7425
7426         * wl-mule.el (wl-message-wheel-up): Fixed.
7427         (wl-message-wheel-down): Ditto.
7428
7429 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7430
7431         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7432         config is an anonymous lambda expression.
7433
7434 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7435
7436         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7437         when Mule 2 is running.
7438
7439 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7440
7441         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7442
7443 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7444
7445         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7446         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7447
7448         * wl-address.el (wl-address-specials-regexp): Eliminated.
7449         (wl-address-quote-specials): Rewrite.
7450
7451 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7452
7453         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7454         shy-groups for regexp.
7455
7456         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7457         character classes and Perl style shy-groups for regexp.
7458         (wl-highlight-plugged-current-line): Use Posix style character
7459         classes for regexp.
7460         (wl-e21-highlight-folder-by-numbers): Ditto.
7461         (wl-e21-display-image-p): Use `display-images-p' instead of
7462         `display-graphic-p'.
7463         (display-images-p): Make an alias to `display-graphic-p' if it is
7464         not available.  It is for Emacs version prior to 21.0.105.
7465
7466         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7467         `display-graphic-p'.
7468         (wl-demo-image-type-alist): Ditto.
7469         (display-images-p): Make an alias to `display-graphic-p' if it is
7470         not available.  It is for Emacs version prior to 21.0.105.
7471
7472 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7473
7474         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7475         support.
7476         (wl-generate-user-agent-string): Ditto.
7477
7478         * wl-version.el (wl-version): Update docsting.
7479         (wl-version-status): Ditto.
7480
7481 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7482
7483         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7484         21.0.105.  For Emacs 21.0.104 or earlier.
7485
7486 2001-09-03  Takuo KITAME <kitame@northeye.org>
7487
7488         * wl-e21.el (wl-plugged-init-icons): Use
7489         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7490         (wl-biff-init-icons): Ditto.
7491
7492 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7493
7494         * wl-highlight.el (wl-highlight-summary-current-line):
7495         Fixed highlighting refile/copy destination.
7496
7497         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7498         (wl-acap-store): Encode string by wl-acap-coding-system.
7499
7500 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-acap.el (toplevel): Check and require 'un-define before
7503         'xemacs-ucs;
7504          Added checking for UTF-2000.
7505
7506 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7507
7508         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7509         Don't enclose with `eval-and-compile'.
7510
7511         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7512         wl-init is non-nil.
7513
7514         * wl-draft.el (wl-draft): Ditto.
7515
7516         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7517
7518         * wl-acap.el (toplevel): Require 'wl.
7519         (wl-acap-store): Call `elmo-init'.
7520
7521         * wl.el (wl): Changed position of `wl-check-environment'.
7522         (toplevel): Added autoload setting for wl-acap.
7523
7524         * wl-vars.el (wl-setting): New custom group.
7525         (wl-from): Added wl-setting group.
7526         (wl-user-mail-address-list): Ditto.
7527         (wl-organization): Ditto.
7528         (wl-subscribed-mailing-list): Ditto.
7529         (wl-envelope-from): Ditto.
7530         (wl-smtp-posting-user): Ditto.
7531         (wl-smtp-posting-server): Ditto.
7532         (wl-smtp-posting-port): Ditto.
7533         (wl-smtp-authenticate-type): Ditto.
7534         (wl-pop-before-smtp-user): Ditto.
7535         (wl-pop-before-smtp-server): Ditto.
7536         (wl-pop-before-smtp-port): Ditto.
7537         (wl-pop-before-smtp-authenticate-type): Ditto.
7538         (wl-nntp-posting-server): Ditto.
7539         (wl-nntp-posting-user): Ditto.
7540         (wl-nntp-posting-port): Ditto.
7541         (wl-fetch-confirm-threshold): Ditto.
7542         (wl-prefetch-threshold): Ditto.
7543         (wl-thread-insert-opened): Ditto.
7544         (wl-ldap-server): Ditto.
7545         (wl-ldap-port): Ditto.
7546         (wl-ldap-base): Ditto.
7547         (wl-ldap-objectclass): Ditto.
7548         (wl-use-ldap): Ditto.
7549         (wl-draft-config-alist): Ditto.
7550         (wl-draft-config-matchone): Ditto.
7551         (wl-template-alist): Ditto.
7552         (wl-message-sort-field-list): Ditto.
7553         (wl-message-ignored-field-list): Ditto.
7554         (wl-message-visible-field-list): Ditto.
7555         (wl-interactive-send): Ditto.
7556         (wl-summary-move-order): Ditto.
7557         (wl-auto-select-first): Ditto.
7558         (wl-auto-select-next): Ditto.
7559         (wl-interactive-save-folders): Ditto.
7560
7561         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7562         Initialization codes are moved from wl-local-folder-init.
7563         (wl-local-folder-init): Follow the change above.
7564         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7565
7566         * wl-acap.el: New file.
7567
7568         * Version number is increased to 2.7.3.
7569
7570 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7571
7572         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7573
7574 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7575
7576         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7577         (wl-addrmgr-address-entry-list): Ditto.
7578
7579 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl-e21.el (wl-draft-mode-map): Removed binding for
7582         `wl-draft-insert-x-face-field'.
7583
7584         * wl-mule.el (wl-draft-mode-map): Ditto.
7585
7586         * wl-xmas.el (wl-draft-mode-map): Ditto.
7587
7588         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7589         (wl-cs-autoconv): Ditto.
7590         (wl-cs-local): Ditto.
7591         (wl-use-scoring): Ditto.
7592         (wl-mime-charset): Ditto.
7593         (wl-folder-check-async): Ditto.
7594
7595         * wl.el (toplevel): Ignore nemacs and tm.
7596         (wl-exit): Ditto.
7597
7598         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7599         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7600         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7601         instead of wl-address-petname-add-or-change.
7602         (wl-summary-edit-addresses-subr): Use wl-address-delete
7603         instead of wl-address-petname-delete.
7604
7605         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7606
7607         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7608         if error occured.
7609
7610         * wl-message.el (require): Remove tm support.
7611
7612         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7613
7614         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7615         (wl-folder-jump-to-current-entity): Ditto.
7616         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7617
7618         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7619         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7620         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7621
7622         * wl-mule.el (wl-draft-key-setup): Ditto.
7623
7624         * wl-xmas.el (wl-draft-key-setup): Ditto.
7625
7626         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7627         (wl-draft-std11-parse-addresses): New function.
7628         (wl-draft-parse-mailbox-list): Use it.
7629         (wl-draft): Ignore nemacs.
7630         (wl-draft-reedit): Ditto.
7631
7632         * wl-addrmgr.el: New file.
7633         (Original is wl-rcpt.el written by
7634         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7635         Thanks Kitamoto-san.)
7636
7637         * wl-address.el (wl-address-make-address-list): Modified parsing
7638         process.
7639         (wl-address-delete): Renamed from `wl-address-petname-delete';
7640         Modify wl-address-list too.
7641         (wl-address-add-or-change): Renamed from
7642         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7643
7644 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7645
7646         * wl-highlight.el (wl-highlight-summary-current-line):
7647           Work with transient-mark-mode
7648
7649 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * Version number is increased to 2.7.2.
7652
7653         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7654         instead of elmo-dop-queue-method.
7655
7656 2001-08-06  SAITO Atsunori <sai@yedo.com>
7657
7658         * wl-vars.el (wl-ldap-objectclass): New user option.
7659
7660         * wl-address.el (wl-ldap-make-filter): Use it.
7661
7662 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7663
7664         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7665
7666 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7667
7668         * wl-folder.el (wl-folder): redisplay after folder insertion.
7669
7670         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7671
7672         * wl-summary.el (wl-summary-sync-update):
7673         Change status mark only when new-msgdb exists.
7674         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7675
7676 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-summary.el (wl-summary-open-folder): New function.
7679         (wl-summary-goto-folder-subr): Use it.
7680         (wl-summary-mark-as-important): Fix;
7681         Encache only when no cache exists.
7682
7683 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7684
7685         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7686         Use with-current-buffer.
7687
7688 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7689
7690         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7691         before call `get-buffer'. Fixed parenthesis.
7692         (wl-score-get-header-entry): Clear message and help window when
7693         keyboard quit.
7694         (wl-score-edit-insert-header): Ditto.
7695
7696 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7697
7698         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7699         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7700         (wl-default-draft-cite): Fix.
7701
7702         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7703         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7704
7705 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-message.el (wl-message-prev-page): Do same bahavior
7708         as summary when it is called in the message buffer.
7709         (wl-message-next-page): Ditto.
7710
7711 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7712
7713         * wl-summary.el (wl-summary-forward): Use cache if it is not
7714         section cache.
7715
7716 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7719         Removed redundant require of elmo-vars.
7720         (wl-biff-state-indicator-on): Changed default value for
7721         xemacs with non-mule environment.
7722
7723         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7724         wl-message-buffer is nil;
7725         Hide progress bar after moving messages.
7726
7727 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7730         message at cursor point is deleted.
7731
7732 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-vars.el: Changed file coding system to euc-japan.
7735         Added -*-coding:-*- magic to the first line.
7736
7737         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7738         Search parent from the first message.
7739
7740         * Version number is increased to 2.7.1.
7741
7742 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7743
7744         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7745
7746 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7747
7748         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7749         refile/delete execution.
7750
7751         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7752         Fixed docstring.
7753
7754 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7755
7756         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7757         do update process;
7758         Don't update marks when update process is interrupted.
7759
7760 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-summary.el (wl-summary-reply): Fixed problem when
7763         wl-draft-use-frame is non-nil.
7764         (wl-summary-forward): Ditto.
7765
7766         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7767         as nil.
7768         (wl-folder-mark-as-read-all-entity): Ditto.
7769         (wl-folder-prefetch-entity): Ditto.
7770
7771         * wl.el (wl): Check environment before wl-init.
7772
7773         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7774         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7775         instead of wl-summary-collect-unread.
7776         (wl-summary-reply): Split message window.
7777
7778 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7781         only if current language environment is japanese,
7782
7783         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7784         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7785         (wl-folder-goto-folder-subr): Ditto.
7786
7787         * wl-draft.el (wl-draft-dispatch-message): Call
7788         `elmo-file-cache-get-path'.
7789
7790 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-summary.el (wl-summary-cursor-move): If return value of
7793         wl-summary-next-message is not number, don't jump.
7794
7795 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-summary.el (wl-summary-buffer-next-message-function): New
7798         variable.
7799         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7800         if it is bound.
7801
7802         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7803         string.
7804
7805         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7806         (wl-plugged-drawing): Ditto.
7807
7808 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7811         process.
7812         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7813         with unwind-protect.
7814
7815         * wl.el (wl-init): Require mime-setup.
7816         (wl-check-environment): Don't require mime-setup.
7817
7818         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7819         instead of elmo-folder-type.
7820
7821         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7822         value as nil.
7823
7824 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * Version number is increased to 2.7.0.
7827
7828         * wl-version.el (wl-version): Changed codename.
7829
7830         * wl-summary.el (wl-summary-delete-cache): Fixed.
7831
7832         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7833         Workaround for net folders.
7834         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7835
7836         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7837         value to nil (According to the patch from
7838         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7839
7840         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7841         of elmo-folder-close.
7842
7843 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7844
7845         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7846         for postfix.
7847
7848 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-summary.el (wl-summary-resend-message): Fixed.
7851
7852         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7853         Call wl-draft with `from' argument if its address is included in
7854         `wl-user-mail-address-list'.
7855         (wl-draft): Added `from' argument.
7856
7857         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7858         non-nil.
7859         (wl): Don't show demo if wl-demo is nil.
7860
7861         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7862         wl-summary-use-frame.
7863
7864         * wl-vars.el (wl-summary-use-frame): New user option.
7865         (wl-folder-use-frame): Changed docstring.
7866
7867         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7868         non-nil.
7869         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7870         wl-summary-use-frame.
7871
7872         * wl-vars.el (wl-folder-use-frame): New user option.
7873
7874         * wl-summary.el (wl-summary-exit): Back to folder frame if
7875         wl-folder-use-frame is non-nil.
7876         (wl-summary-redisplay-internal): Ignore cache if current folder
7877         is draft folder,
7878         (wl-summary-redisplay-no-mime): Ditto.
7879         (wl-summary-redisplay-all-header): Ditto.
7880
7881         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7882         if wl-folder-use-frame is non-nil.
7883
7884 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-summary.el (wl-summary-sync-update): Bind
7887         elmo-folder-update-threshold.
7888         (wl-summary-mark-as-important): Enclosed server mark processing
7889         with `save-match-data'.
7890
7891         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7892         only when it is already defined.
7893
7894 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7895
7896         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7897         name of folder exclude localdir is wrong.
7898         * wl-folder.el (wl-folder-sync-entity):
7899         Set `wl-summary-always-sticky-folder-list' as nil.
7900         (wl-folder-mark-as-read-all-entity): Ditto.
7901         (wl-folder-prefetch-entity): Ditto.
7902
7903 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7904
7905         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7906         instead of `wl-summary-write-current-newsgroup'.
7907
7908 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7909
7910         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7911         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7912         non-nil and selected message is important, do not display.
7913
7914 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7915
7916         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7917
7918 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7919
7920         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7921
7922         * wl-summary.el (wl-summary-mark-as-important): Set message number
7923         using wl-summary-message-number.
7924
7925 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7926
7927         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7928         destination folder is 'null.
7929
7930 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7931
7932         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7933         New function.
7934         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7935         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7936         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7937
7938 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-mime.el (wl-mime-setup): Added setting for
7941         `mime-setup-signature-key-alist' to avoid overriding key bind for
7942         `wl-draft-send'.
7943
7944         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7945         for `wl-draft-send'.
7946         * wl-mule.el (wl-draft-overload-functions): Ditto.
7947         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7948         * wl-draft.el (wl-draft-send): Ditto.
7949
7950         * wl-message.el (wl-message-display-internal):
7951         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7952         (Patch is provided by <kita@coe.nttdata.co.jp>).
7953
7954 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7955
7956         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7957
7958 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7959
7960         * wl.el (wl): Fix for wl-demo.
7961
7962 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7965
7966 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7967
7968         * wl-folder.el (wl-folder-prefetch-entity): Use
7969         `wl-folder-get-elmo-folder'.
7970         (wl-folder-count-incorporates): Do not use
7971         `wl-folder-get-elmo-folder'.
7972
7973 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7974
7975         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7976         instead of `elmo-folder-get-type'.
7977
7978 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7979
7980         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7981         position on Subject: field.
7982         (Advised by Mito <mit@nines.nec.co.jp>)
7983
7984 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7985
7986         * wl-folder.el (wl-folder-prefetch-entity): Use
7987         `wl-folder-get-elmo-folder'.
7988
7989 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7990
7991         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7992
7993         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7994         `process-duplicates' slot.
7995
7996         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7997         if detection failed.
7998
7999 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8000
8001         * wl-version.el (wl-version-status): Set to "alpha".
8002
8003 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8006         Check wl-message-buffer lives before set-buffer.
8007
8008 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8009
8010         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8011         called in folder mode.
8012         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8013         * wl-summary.el (wl-summary-exit-pre-hook): Run
8014         `wl-summary-exit-pre-hook' before exit summary mode.
8015
8016 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8017
8018         * wl-version.el (wl-version-status): New variable.
8019         (wl-version-status-alist): Removed.
8020         (wl-version-status): Rule included.
8021
8022 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8023
8024         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8025         @sponichi.
8026
8027         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8028         when `mail-reply-buffer' is buffer-local variable.
8029         (Reported by <kita@coe.nttdata.co.jp>).
8030
8031 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-vars.el (toplevel): Require 'elmo-util.
8034
8035 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8038         (All other related portions are changed)
8039
8040         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8041
8042         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8043
8044 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8045
8046         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8047
8048 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8049
8050         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8051         Delete other windows to avoid an error.
8052         Use `point-marker' instead of `point' to remember the start point
8053         of body.
8054
8055         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8056
8057         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8058         number not to exceed all message number.
8059
8060 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8061
8062         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8063         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8064
8065 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * wl-summary.el (wl-summary-sync-force-update): Added argument
8068         no-check.
8069         (wl-summary-sync-update): Ditto.
8070         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8071         with `no-check'.
8072
8073         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8074         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8075         already running.
8076
8077 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8078
8079         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8080         `dst-folder-arg'.
8081         (wl-expire-archive-number1): Diito.
8082         (wl-expire-archive-number2): Diito.
8083         (wl-expire-archive-Date): Diito.
8084         (wl-archive-number1): Diito.
8085         (wl-archive-number2): Diito.
8086         (wl-archive-date): Diito.
8087         (wl-archive-folder-p): New function.
8088         (wl-summary-expire): Support of expand folder name at
8089         wl-expire-alist.
8090         * wl-util.el (wl-expand-newtext): Renamed from
8091         `wl-refile-expand-newtext'.
8092
8093 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8094
8095         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8096         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8097         `(elmo-msgdb-get-overview msgdb)'.
8098         (wl-summary-prefetch): Bind match data before call
8099         `wl-summay-prefetch-msg'.
8100         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8101         'off if `wl-summary-buffer-disp-msg' is non-nil.
8102         Fixed problem that couldn't show only one new or unread message when
8103         enter folder.
8104         (wl-summary-reply): Don't call `split-window-vertically' and other
8105         window.
8106
8107 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-expire.el (wl-expire-refile): Fixed.
8110
8111 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8114
8115         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8116         biff notification is removed.
8117
8118         * wl.el (wl): Changed position of `elmo-init'.
8119
8120         * wl-draft.el (wl-default-draft-cite): Use date field
8121         on the citation buffer.
8122
8123         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8124
8125         * wl-xmas.el (wl-folder-internal-icon-list): Added
8126         `wl-folder-shimbun-image'.
8127
8128         * wl-e21.el (wl-folder-internal-icon-list): Added
8129         `wl-folder-shimbun-image'.
8130
8131 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl.el (wl-init): Eliminated argument.
8134         (wl): Rewrite.
8135
8136         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8137         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8138         instead of `elmo-folder-msgdb-internal'.
8139         (wl-summary-sync-update): Ditto.
8140         (wl-summary-flush-pending-append-operations): Eliminated.
8141         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8142         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8143         `elmo-folder-open'.
8144
8145         * wl-mime.el (wl-summary-burst): Fixed.
8146
8147         * wl-folder.el (wl-folder-info-save): Check data type.
8148
8149         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8150         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8151         instead of `elmo-folder-msgdb-internal'.
8152         (wl-expire-hide): Ditto.
8153
8154
8155         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8156
8157 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8158
8159         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8160
8161 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8162
8163         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8164
8165 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8166
8167         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8168         Fixed `match-beginning' argument mismatch.
8169
8170 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8171
8172         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8173         the default value.
8174
8175 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8176
8177         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8178         instead of `elmo-nntp-default-port'.
8179
8180         * wl-vars.el: Fixed some doc strings.
8181
8182 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-prefetch-msg): Use
8185         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8186
8187         * wl-vars.el: Define *-func as obsolete variable using
8188         `elmo-define-obsolete-variable'.
8189
8190         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8191         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8192         instead of `wl-message-buffer-prefetch-threshold'.
8193
8194         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8195
8196         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8197
8198         * wl-draft.el (wl-caesar-region-func): Ditto.
8199
8200         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8201         Keep unread status in elmo-folder-move-messages.
8202         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8203
8204 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8205
8206         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8207         `wl-summary-buffer-exit-func'
8208         (wl-summary-buffer-message-redisplay-function): Renamed from
8209         `wl-summary-buffer-message-redisplay-func'
8210         (wl-summary-buffer-next-folder-function): Renamed from
8211         `wl-summary-buffer-next-folder-func'.
8212         (wl-summary-buffer-prev-folder-function): Renamed from
8213         `wl-summary-buffer-prev-folder-func'.
8214         (wl-summary-get-petname-function): Renamed from
8215         `wl-summary-get-petname-func'.
8216
8217         * wl-score.el (wl-score-edit-exit-function): Renamed from
8218         `wl-score-edit-exit-func'.
8219
8220         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8221         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8222
8223         * wl-util.el (wl-load-profile-function): Renamed from
8224         `wl-load-profile-func'.
8225
8226         * wl-folder.el (wl-folder-completion-function): Renamed from
8227         `wl-folder-completion-func'.
8228         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8229
8230         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8231         `wl-expire-archive-get-folder-func'.
8232         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8233         (wl-draft-send-mail-function): Renamed from
8234         `wl-draft-send-mail-func'.
8235         (wl-draft-send-news-function): Renamed from
8236         `wl-draft-send-news-func'.
8237         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8238         (wl-generate-mailer-string-function): Renamed from
8239         `wl-generate-mailer-string-func'.
8240         (wl-highlight-signature-search-function): Renamed from
8241         `wl-highlight-signature-search-func'.
8242         (wl-highlight-x-face-function): Renamed from
8243         `wl-highlight-x-face-func'
8244         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8245         (wl-ps-print-buffer-function): Renamed from
8246         `wl-ps-print-buffer-func'
8247         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8248         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8249         (wl-summary-subject-filter-function): Renamed from
8250         `wl-summary-subject-filter-func'.
8251
8252         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8253         `wl-draft-queue-flush-send-func'
8254         (wl-draft-cite-function): Renamed from
8255         `wl-draft-cite-func'
8256
8257         * wl-address.el (wl-address-init-function): Renamed from
8258         `wl-address-init-func'.
8259
8260 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8261
8262         * wl-draft.el (wl-draft-queue-flush): Don't call
8263         `elmo-dop-unlock-message'.
8264         * wl-draft.el (wl-draft-queue-append): Don't call
8265         `elmo-dop-lock-message'.
8266
8267         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8268         (wl-summary-buffer-folder-name): Ditto.
8269         (wl-summary-message-regexp): Added '-' (all other related portions
8270         are changed).
8271         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8272         wl-summary-buffer-folder-name.
8273
8274 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8275
8276         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8277         the number of mails in the folder buffer is not updated by wl-biff.
8278
8279 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8280
8281         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8282         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8283
8284 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-summary.el (wl-summary-next-message):
8287         Return next message number when wl-summary-move-order is nil.
8288
8289 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8290
8291         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8292         `wl-summary-move-spec-alist'.
8293         (wl-summary-move-spec-unplugged-alist): New variable
8294         (Move spec for unplugged status).
8295         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8296         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8297
8298 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8299
8300         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8301         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8302
8303 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8304
8305         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8306         simple quotation to quote the anonymous function.
8307         * tm-wl.el (wl-draft-preview-message): Ditto.
8308
8309 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8310
8311         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8312         Eliminate redundant `save-excursion'.
8313         (wl-highlight-summary-current-line): Ditto.
8314
8315         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8316         accessing match data when `looking-at' failed.
8317
8318         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8319         `elmo-match-string' where users don't care about the speed.
8320         (wl-draft-save): Ditto.
8321
8322 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8323
8324         * wl-util.el (wl-regexp-opt): New function.
8325
8326         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8327         number from `wl-summary-buffer-number-list'.
8328         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8329         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8330         (wl-summary-move-spec-alist): Changed default setting.
8331
8332 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8333
8334         * wl-vars.el (wl-biff-notify-hook): New hook.
8335         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8336         the arrival of new mail.
8337         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8338         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8339
8340 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8341
8342         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8343
8344 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8345
8346         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8347
8348         * Version number is increased to 2.5.8.
8349
8350         * wl-thread.el (toplevel): require 'cl.
8351         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8352         (wl-thread-make-number-list): New function.
8353         (wl-thread-entity-make-number-list-from-children): Ditto.
8354         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8355         (wl-thread-entity-insert-as-children): Likewise.
8356         (wl-thread-delete-message): Likewise.
8357         (wl-meaning-of-mark): Eliminated.
8358         (wl-thread-next-failure-mark-p): Ditto.
8359         (wl-thread-entity-get-mark): Ditto.
8360         (wl-thread-meaning-alist-get-result): Ditto.
8361         (wl-thread-entity-check-prev-mark): Ditto.
8362         (wl-thread-entity-check-next-mark): Ditto.
8363         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8364         (wl-thread-entity-get-prev-marked-entity): Ditto.
8365         (wl-thread-get-prev-unread): Ditto.
8366         (wl-thread-jump-to-prev-unread): Ditto.
8367         (wl-thread-get-next-unread): Ditto.
8368         (wl-thread-jump-to-next-unread): Ditto.
8369         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8370         (wl-thread-entity-get-next-marked-entity): Ditto.
8371
8372         * wl-summary.el (wl-summary-buffer-number-list):
8373         New bufer-local variable.
8374         (wl-summary-switch-to-clone-buffer): Clone
8375         `wl-summary-buffer-number-list'.
8376         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8377         (wl-summary-cursor-move-regex): Eliminated.
8378         (wl-summary-cursor-up): Rewrite.
8379         (wl-summary-cursor-down): Ditto.
8380         (wl-summary-mode-spec-alist): New variable.
8381         (wl-summary-next-message): New inline function.
8382         (wl-summary-cursor-move): New function.
8383         (wl-summary-default-get-next-msg): Rewrite.
8384         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8385         (wl-summary-rescan): Ditto.
8386         (wl-summary-sync-all-init): Ditto.
8387         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8388         summary is not thread view.
8389         (wl-summary-sync-update): Ditto.
8390         (wl-summary-rescan): Ditto.
8391         (wl-summary-make-number-list): New function.
8392
8393         * wl-draft.el: "FCC" -> "Fcc".
8394
8395 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8396
8397         * wl-highlight.el (wl-highlight-summary-window):
8398         Call `set-buffer-modified-p'.
8399
8400         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8401         (wl): Call `elmo-init' and fix.
8402
8403         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8404         Use new variables.
8405
8406         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8407
8408 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8411
8412 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8413
8414         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8415
8416 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8419         `wl-use-toolbar' nor `display-graphic-p'.
8420         (wl-e21-setup-message-toolbar): Ditto.
8421         (wl-e21-setup-summary-toolbar): Ditto.
8422         (wl-e21-setup-folder-toolbar): Ditto.
8423
8424         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8425         (wl-plugged-init-icons): Ditto.
8426
8427         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8428         `display-graphic-p'.
8429         (wl-plugged-set-folder-icon): Ditto.
8430         (wl-highlight-plugged-current-line): Ditto.
8431         (wl-highlight-folder-current-line): Ditto.
8432         (wl-e21-highlight-folder-group-line): Ditto.
8433         (wl-e21-setup-toolbar): Ditto.
8434         (wl-e21-display-image-p): New macro.
8435
8436         * wl-demo.el (wl-demo): Simplified.
8437         (wl-demo-image-type-alist): Use `image-type-available-p' for
8438         checking whether the image type `xbm' is available.
8439
8440 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8443         (wl-summary-input-range): Ditto.
8444
8445 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-summary.el (wl-summary-edit-addresses): Use
8448         `wl-summary-get-original-buffer'
8449         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8450         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8451         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8452         (wl-summary-get-newsgroups): Eliminated.
8453         (wl-summary-set-crosspost): Ditto.
8454         (wl-summary-is-crosspost-folder): Ditto.
8455         (wl-crosspost-alist-load): Ditto.
8456         (wl-crosspost-alist-save): Ditto.
8457
8458         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8459         `elmo-setup-subscribed-newsgroups' instead of
8460         `elmo-nntp-make-groups-hashtb'.
8461         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8462         instead of `wl-crosspost-alist-save'.
8463
8464         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8465         of `elmo-folder-message-appendable-p'.
8466         (wl-mime-header-presentation-method): Eliminated.
8467
8468         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8469         (Error occurs in emacs21).
8470
8471         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8472         the current buffer).
8473
8474         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8475         instead of `wl-crosspost-alist-save'.
8476         (wl-init): `elmo-crosspost-message-alist-load'
8477         instead of `wl-crosspost-alist-load'
8478
8479         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8480         (wl-parse-newsgroups): Likewise.
8481         (wl-biff-notify): Run `wl-biff-notify-hook'.
8482
8483 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8484
8485         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8486
8487         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8488         when `wl-summary-lazy-highlight' is non-nil.
8489         (wl-summary-goto-folder-subr): Highlight only when
8490         `wl-summary-lazy-highlight' is non-nil.
8491
8492         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8493         Don't display progress and highlight temp-mark when
8494         `wl-summary-lazy-highlight' is non-nil.
8495         (wl-highlight-summary-window): New function.
8496         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8497
8498 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8499
8500         * wl-summary.el (wl-summary-sync): Change `all-visible'
8501         from `all-shown'
8502         (wl-summary-input-range): Ditto.
8503
8504 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8505
8506         * wl-e21.el (wl-highlight-folder-current-line): Call
8507         `wl-folder-init-icons' when folder icons have not been initialized.
8508
8509         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8510
8511         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8512         (wl-demo-image-type-alist): New macro.
8513
8514 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8515
8516         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8517         display does not support graphics.
8518         (wl-plugged-init-icons): Ditto.
8519         (wl-folder-init-icons): Ditto.
8520
8521         * wl-demo.el (wl-demo): Chech closely whether the display
8522         supports graphics.
8523
8524 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-summary.el (wl-summary-get-original-buffer): New function.
8527         (wl-summary-set-crosspost): Use it.
8528         (wl-summary-target-mark-uudecode): Ditto.
8529         (wl-summary-reedit): Ditto.
8530         (wl-summary-resend-bounced-mail): Ditto.
8531         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8532         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8533
8534         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8535         (wl-message-display-internal): Ditto.
8536
8537 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8538
8539         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8540
8541 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-save-view): Renamed from
8544         `wl-summary-save-status'.
8545
8546 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8547
8548         * wl-summary.el (wl-summary-sync): Added `all-shown'
8549
8550 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8551
8552         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8553
8554 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8555
8556         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8557
8558 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8559
8560         * wl-highlight.el (wl-highlight-summary-line-string): Use
8561         `zerop' instead of `= 0'.
8562         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8563
8564         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8565         for comparing numbers.
8566         (wl-template-prev): Use `zerop' instead of `eq 0'.
8567
8568         * wl-draft.el (wl-draft-insert-current-message): Use
8569         `with-current-buffer' instead of `save-excursion'.
8570         Use `zerop' instead of `eq 0'.
8571
8572 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8573
8574         * wl-draft.el (wl-draft-insert-ccs): New function.
8575         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8576         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8577
8578 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8581
8582 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8583
8584         * wl-expire.el (wl-expire-refile): Don't call
8585         elmo-msgdb-add-msgs-to-seen-list;
8586         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8587         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8588
8589 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-message.el (wl-message-prev-page): Ignore errors while
8592         scroll-down.
8593
8594 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8595
8596         * wl-mime.el: Use elmo-original-message-mode instead of
8597         mmelmo-original-mode.
8598
8599         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8600         `elmo-folder-get-spec';
8601         (wl-fldmgr-add-completion-all-completions):
8602         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8603
8604         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8605         of `elmo-folder-get-type'.
8606
8607         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8608         `elmo-folder-get-spec';
8609         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8610         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8611         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8612         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8613         `elmo-read-msg-no-cache';
8614         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8615         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8616         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8617         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8618         `elmo-cache-save';
8619         (wl-draft-reedit): Use `elmo-message-file-name'.
8620
8621         * wl-expire.el: Use `elmo-folder-name-internal';
8622         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8623         Use macro `wl-summary-buffer-msgdb' instead of variable
8624         `wl-summary-buffer-msgdb';
8625         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8626         Use macro `wl-summary-buffer-folder-name' instead of variable
8627         `wl-summary-buffer-folder-name'.
8628         * wl-score.el: Likewise.
8629
8630         * wl-message.el: Rewrite for new message buffer cache mechanism.
8631         (wl-message-buffer-cache-buffer-get): New macro.
8632         (wl-message-buffer-cache-folder-get): Ditto.
8633         (wl-message-buffer-cache-message-get): Ditto.
8634         (wl-message-buffer-cache-entry-make): Ditto.
8635         (wl-message-buffer-cache-hit): Ditto.
8636         (wl-message-buffer-cache-sort): New function.
8637         (wl-message-buffer-cache-add): Ditto.
8638         (wl-message-buffer-cache-delete): Ditto.
8639         (wl-message-buffer-cache-clean-up): Ditto.
8640         (wl-message-buffer-window): Rewrite.
8641         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8642         (wl-message-buffer-display): New function.
8643         (wl-message-display-internal): New function.
8644
8645 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8646
8647         * wl-folder.el: Use `elmo-folder-name-internal';
8648         Use `wl-folder-get-elmo-folder';
8649         Use `elmo-folder-list-messages' instead of
8650         `elmo-list-folder';
8651         Use `elmo-folder-get-primitive-list' instead of
8652         `elmo-folder-get-primitive-spec-list';
8653         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8654         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8655         Use `elmo-folder-create' instead of `elmo-create-folder'.
8656         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8657         (wl-folder-get-elmo-folder): New macro.
8658         (wl-folder-elmo-folder-cache-get): Ditto.
8659         (wl-folder-elmo-folder-cache-put): Ditto.
8660         (wl-folder-suspend): Call `elmo-quit'.
8661
8662         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8663         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8664         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8665         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8666         (toplevel): require 'cl.
8667         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8668
8669         * wl-summary.el: Rewrite to use new elmo interface.
8670
8671 \f
8672 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8673
8674         * wl-mime.el (wl-draft-preview-message):
8675         Run `wl-draft-send-hook' before collecting recipients information;
8676         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8677
8678         * tm-wl.el (wl-draft-preview-message): Ditto.
8679
8680 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8683         wrong recipients are displayed when forwarded message.
8684
8685 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * Version number is increased to 2.5.7.
8688
8689 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8690
8691         * wl-message.el (wl-message-next-page): Bind
8692         `window-pixel-scroll-increment' to nil while scrolling up.
8693
8694 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8695
8696         * wl-vars.el (wl-save-hook): New hook.
8697         * wl.el (wl-save): Call `wl-save-hook'.
8698
8699 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8700
8701         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8702         Argument WITH-ARG instead of NO-ARG (negative mean).
8703         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8704         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8705         * wl-message.el (wl-message-follow-current-entity): Likewise.
8706
8707 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8708
8709         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8710         FROM was optional argument.
8711         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8712
8713 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8714
8715         * Version number is increased to 2.5.6.
8716
8717 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8718
8719         * wl-version.el (wl-version-show): Removed.
8720         (wl-version): Add `interactive'.
8721
8722 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8723
8724         * wl-summary.el (wl-summary-get-petname-func): New variable.
8725         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8726         instead of `wl-address-get-petname-1'.
8727         (wl-summary-simple-from): Ditto.
8728
8729         * wl-address.el (wl-address-get-petname-1): Define as function.
8730
8731 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8734         field in the original message.
8735         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8736
8737 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8738
8739         * wl-expire.el (wl-expire-hide):
8740         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8741
8742 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8745         find decoder for To, Cc, and Subject.
8746
8747 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8750         for checking `elmo-use-buffer-cache'.
8751         (wl-summary-mark-as-important): Fixed typo in comment.
8752
8753 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8756         field in the original message.
8757         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8758
8759 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8760
8761         * wl-expire.el (wl-expire-hide):
8762         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8763
8764 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8767         find decoder for To, Cc, and Subject.
8768
8769 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8770
8771         * Version number is increased to 2.5.5.
8772
8773         * wl-address.el (wl-address-specials-regexp): New constant.
8774         (wl-address-quote-specials): Use it.
8775
8776 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-summary.el (wl-summary-rescan):
8779         Call `wl-summary-buffer-number-column-detect'.
8780         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8781
8782         * wl-message.el (wl-message-mode-map): Define.
8783         (wl-message-decode): Use it as local-map.
8784
8785 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8788         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8789
8790 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8791
8792         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8793
8794         * wl-mule.el (wl-read-event-char): Ditto.
8795
8796         * wl-e21.el (wl-read-event-char): Ditto.
8797
8798         * wl-nemacs.el (wl-read-event-char): Ditto.
8799         (read-event): Removed.
8800
8801         * wl-util.el (toplevel): Removed dummy definition of
8802         `read-event'.
8803         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8804
8805 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl-nemacs.el (elmo-archive-call-process): Moved to
8808         elmo-archive.el.
8809
8810 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8811
8812         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8813         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8814
8815         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8816         instead of magic-number 6.  Use `not' instead of `null' for symbol
8817         `nil' check (not empty list).
8818         (wl-draft-insert-x-face-field): Fixed paren style.
8819
8820         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8821         one-branch conditional statement, instead of `and' and `if'.
8822         (wl-draft-forward): Likewise.
8823         (wl-draft-add-references): Likewise.
8824         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8825
8826         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8827         conditional steatment.  Use `cond' instead of `if'.
8828         (wl-draft-confirm): Likewise.
8829
8830 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8831
8832         * wl-version.el (wl-version-show): Use `product-string-1'
8833         instead of `wl-version'.
8834         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8835
8836         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8837
8838 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8839
8840         * wl-highlight.el (wl-highlight-headers): Revert
8841         `wl-highlight-x-face-func' argument (`beg' and `end').
8842
8843 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8844
8845         * wl.el (toplevel): Move `product-provide' declare.
8846         * wl-demo.el (toplevel): Ditto.
8847         * wl-dnd.el (toplevel): Ditto.
8848         * wl-highlight.el (toplevel): Ditto.
8849         * wl-message.el (toplevel): Ditto.
8850         * wl-refile.el (toplevel): Ditto.
8851         * wl-util.el (toplevel): Ditto.
8852
8853 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8856         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8857         (wl-thread-close-all): keep cursor position.
8858
8859 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8860
8861         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8862         (eq x 0).
8863         (wl-generate-user-agent-string-1): Fix conditional statement.
8864
8865 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8866
8867         * wl.el (wl-check-environment): Additional check for
8868         'wl-local-domain' and `wl-message-id-domain'.
8869
8870 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8871
8872         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8873
8874 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8875
8876         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8877         instead of `smtp-sasl-user-realm'.
8878
8879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8882
8883 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8884
8885         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8886         to the default value as well as `eword-lexical-analyzer'.
8887
8888 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8889
8890         * wl-version.el (wl-extended-emacs-version,
8891         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8892         `elmo-match-string' instead of `wl-match-string'.
8893
8894 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8895
8896         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8897         docstring.
8898
8899 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8900
8901         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8902
8903 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-highlight.el (wl-highlight-headers): Remove
8906         `wl-highlight-x-face-func' argument (`beg' and `end').
8907
8908 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8909
8910         * wl-summary.el (wl-summary-mark-as-important):
8911         Remove cache if folder is local.
8912
8913 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8914
8915         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8916         to get existing e-mail address string.
8917
8918 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-version.el (wl-generate-user-agent-string): Commentary.
8921         (wl-generate-user-agent-string-1): Use `when' for
8922         one-branch conditional statement, instead of `and' and `if'.
8923         (wl-extended-emacs-version, wl-extended-emacs-version2,
8924         wl-extended-emacs-version3): Ditto.
8925
8926 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8929         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8930         condition-case; Remove initialization.
8931         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8932         (wl-summary-sync-update3): Added argument `sync-all';
8933         Eliminated local variable `msgdb';
8934         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8935         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8936         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8937
8938 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8939
8940         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8941         connection before call `wl-draft-send-mail-with-smtp'.
8942
8943 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8944
8945         * Version number is increased to 2.5.4.
8946
8947 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8948
8949         * wl.el (wl-check-environment): Additional check for
8950         'wl-local-domain' and `wl-message-id-domain'.
8951
8952 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8955         buffer as command specific.
8956         (wl-folder-mark-as-read-all-entity): Ditto.
8957         (wl-folder-prefetch-entity): Ditto.
8958         (wl-folder-drop-unsync-entity): Ditto.
8959
8960         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8961         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8962         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8963
8964         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8965         save-excursion.
8966
8967 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * Version number is increased to 2.5.3.
8970
8971         * wl-summary.el (wl-summary-save-view-cache):
8972         Delete duplicated `write-region';
8973         Use `write-region-as-binary' instead of `as-binary-output-file' and
8974         `write-region'.
8975
8976 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8977
8978         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8979
8980 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8981
8982         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8983         instead of `smtp-via-smtp'.
8984
8985 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8986
8987         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8988
8989 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8990
8991         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8992         instead of `smtp-sasl-user-realm'.
8993
8994 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8995
8996         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8997
8998 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8999
9000         * Version number is increased to 2.5.2.
9001
9002 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9005         does not exist.
9006         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9007         (wl-biff-start): Call `timer-activate' if timer already exists.
9008
9009         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9010         only when it is bound as function.
9011
9012 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9013
9014         * Version number is increased to 2.5.1.
9015
9016 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9017
9018         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9019         Print refile/copy destination.
9020
9021 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9022
9023         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9024         queue-flush-only is non-nil.
9025
9026         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9027
9028         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9029         checking cache folder.
9030
9031 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9032
9033         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9034         `regexp-quote'.
9035
9036 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9037
9038         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9039         function.
9040         * wl-summary.el (wl-summary-write-current-folder-functions):
9041         Change default value.  Use it.
9042
9043 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * Version number is increased to 2.5.0.
9046
9047         * wl-version.el (wl-version): Changed codename.
9048
9049 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9050
9051         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9052         (wl-summary-supersedes-message): Ditto.
9053
9054 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9055
9056         * wl-refile.el (wl-refile-guess-functions): Renamed from
9057         `wl-refile-guess-func-list'.
9058
9059 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9062         Fixed problem when no rule was matched.
9063
9064 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9065
9066         * wl-summary.el (wl-summary-get-mark): Fixed
9067         `wl-summary-buffer-target-mark' check logic.
9068
9069 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9070
9071         * wl-folder.el (wl-folder-write-current-folder): Added group
9072         folder check.
9073
9074         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9075         `wl-summary-write-current-newsgroup'.
9076         (wl-summary-write-current-folder-functions): New variable.
9077         * wl-folder.el (wl-folder-get-newsgroups): New function.
9078         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9079         (wl-folder-write-current-folder): Renamed from
9080         `wl-folder-write-current-newsgroup'.
9081
9082 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9083
9084         * Version number is increased to 2.3.93.
9085
9086 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9089         (wl-ldap-make-matched-value-list): Ditto.
9090         (wl-ldap-alias-safe-string): Split e-mail address.
9091
9092         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9093         petname folder default was selected.
9094         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9095         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9096
9097 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9100         to `wl-draft-config-exec'.
9101
9102         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9103         instead of calling `wl-draft-config-exec';
9104         Process group-list and show recipients in minibuffer.
9105
9106         * tm-wl.el (wl-draft-preview-message): Ditto.
9107
9108 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9109
9110         * wl.el (toplevel): Added (C) to copyright notice, and
9111         sync Author header.
9112         * tm-wl.el (toplevel): Ditto.
9113         * wl-address.el (toplevel): Ditto.
9114         * wl-demo.el (toplevel): Ditto.
9115         * wl-dnd.el (toplevel): Ditto.
9116         * wl-draft.el (toplevel): Ditto.
9117         * wl-e21.el (toplevel): Ditto.
9118         * wl-expire.el (toplevel): Ditto.
9119         * wl-folder.el (toplevel): Ditto.
9120         * wl-highlight.el (toplevel): Ditto.
9121         * wl-message.el (toplevel): Ditto.
9122         * wl-mime.el (toplevel): Ditto.
9123         * wl-mule.el (toplevel): Ditto.
9124         * wl-nemacs.el (toplevel): Ditto.
9125         * wl-refile.el (toplevel): Ditto.
9126         * wl-score.el (toplevel): Ditto.
9127         * wl-summary.el (toplevel): Ditto.
9128         * wl-template.el (toplevel): Ditto.
9129         * wl-thread.el (toplevel): Ditto.
9130         * wl-util.el (toplevel): Ditto.
9131         * wl-vars.el (toplevel): Ditto.
9132         * wl-xmas.el (toplevel): Ditto.
9133
9134 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9135
9136         * wl.el (wl-init): Added comment about `wl-init-hook'.
9137         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9138         * wl-vars.el (wl-init-hook): Added docs.
9139         (wl-make-plugged-hook): Removed useless docs.
9140         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9141         * wl-xmas.el (toplevel): Ditto.
9142
9143 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9144
9145         * wl-address.el (toplevel): Fixed multiple Author header format.
9146         * wl-demo.el (toplevel): Ditto.
9147         * wl-draft.el (toplevel): Ditto.
9148         * wl-folder.el (toplevel): Ditto.
9149         * wl-summary.el (toplevel): Ditto.
9150         * wl-thread.el (toplevel): Ditto.
9151         * wl-util.el (toplevel): Ditto.
9152         * wl-vars.el (toplevel): Ditto.
9153         * wl-version.el (toplevel): Ditto.
9154         * wl-xmas.el (toplevel): Ditto.
9155         * wl.el (toplevel): Ditto.
9156
9157         * wl-version.el (toplevel): Added require `elmo-version' for
9158         `product-version-as-string'.
9159
9160 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9161
9162         * wl-vars.el (wl-draft-send-hook): Changed default value to
9163         '(wl-draft-config-exec).
9164
9165         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9166         explicitly.
9167         (wl-draft): Set `wl-draft-config-exec-flag' before running
9168         `wl-mail-setup-hook'.
9169
9170         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9171         `wl-biff-init-icons' to `wl-init-hook' instead of
9172         `wl-make-plugged-hook'.
9173         (Because if `wl-draft' command is invoked at first,
9174         they are not initialized)
9175         Updated copyright notice.
9176
9177         * wl-e21.el (toplevel): Ditto;
9178
9179         * wl-demo.el (toplevel): Updated copyright notice.
9180         * wl-address.el (toplevel): Ditto.
9181         * wl-draft.el (toplevel): Ditto.
9182         * wl-version.el (toplevel): Ditto.
9183         * wl-folder.el (toplevel): Ditto.
9184         * wl-summary.el (toplevel): Ditto.
9185         * wl-thread.el (toplevel): Ditto.
9186         * wl-util.el (toplevel): Ditto.
9187         * wl-vars.el (toplevel): Ditto.
9188         * wl.el (toplevel): Ditto.
9189
9190 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9191
9192         * wl-highlight.el (wl-highlight-message): Fixed problem of
9193         highlighting failure which occured when the last field contains
9194         multiple lines in the draft buffer.
9195
9196         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9197         `wl-biff-start' if plugged.
9198
9199         * wl-util.el (wl-biff-check-folder): New function.
9200         (wl-biff-check-folders): Don't set session name prefix.
9201         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9202         (wl-biff-check-folder-async): Ditto.
9203
9204         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9205         in email address.
9206
9207 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9208
9209         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9210
9211         * wl-draft.el (wl-draft-strip-subject-re): New function.
9212
9213         * wl-draft.el (wl-draft-reply): Use it.
9214
9215 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9216
9217         * wl-message.el (wl-mmelmo-message-redisplay): Use
9218         `mime-display-message' instead of `wl-mime-display-message'.
9219
9220         * wl-mime.el (toplevel): Removed compatibility workaround
9221         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9222         (wl-mime-display-message): Abolished.
9223         (wl-mime-entity-read-field): Ditto.
9224         (wl-mime-combine-message/partial-pieces): Use
9225         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9226
9227 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9228
9229         * wl-template.el: Doc fixes.
9230
9231 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9232
9233         * wl-e21.el (wl-message-overload-functions): Do nothing if
9234         `current-local-map' is not available.
9235         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9236
9237 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9238
9239         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9240         representation.
9241
9242         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9243         number.
9244         (wl-fldmgr-save-folders): Don't use `format' when insert
9245         `wl-fldmgr-folders-header'.
9246
9247 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9248
9249         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9250
9251 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-highlight.el (wl-highlight-message):
9254         Use `std11-field-end' to detect end point of the header field.
9255         Refer `wl-highlight-max-header-size'.
9256
9257         * wl-vars.el (wl-highlight-max-header-size): New variable.
9258
9259         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9260
9261         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9262         Set `for-draft' argument of wl-highlight-headers.
9263         (wl-draft): Ditto.
9264         (wl-draft-reedit): Ditto.
9265         (wl-user-agent-compose-internal): Ditto.
9266
9267 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9268
9269         * wl-message.el (wl-message-add-button): Use overlay.
9270
9271 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9272
9273         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9274
9275         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9276         problem when group-list content is nothing.
9277         (Reported by Mito <mit@nines.nec.co.jp>)
9278
9279 2000-10-18  SAITO Atsunori <sai@yedo.com>
9280
9281         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9282
9283 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9284
9285         * tm-wl.el (toplevel): Use product-provide.
9286
9287 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9288
9289         * Version number is increased to 2.3.92.
9290
9291 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9292
9293         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9294         title text, use `display' property for left margin under Emacs 21.
9295
9296         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9297         properties.
9298         (wl-plugged-init-icons): Ditto.
9299
9300 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9301
9302         * wl.el (wl-save-status, wl-init): Remove last period in
9303         "...done." message.
9304         * tm-wl.el (wl-summary-burst): Ditto.
9305         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9306         wl-summary-resume-cache-status,
9307         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9308         wl-summary-sync-update3, wl-summary-highlight-msgs,
9309         wl-summary-flush-pending-append-operations,
9310         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9311         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9312         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9313         wl-thread-open-all): Ditto.
9314         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9315         * wl-mime.el (wl-summary-burst): Ditto.
9316         * wl-highlight.el (wl-highlight-summary): Ditto.
9317         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9318         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9319         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9320         * wl-address.el (wl-local-address-init): Ditto.
9321
9322 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9323
9324         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9325         `add-text-properties'.
9326         (wl-plugged-init-icons): Ditto.
9327         (wl-folder-init-icons): Use `propertize' instead of
9328         `put-text-property'.
9329         (wl-plugged-set-folder-icon): Ditto.
9330         (wl-e21-highlight-folder-group-line): Ditto.
9331
9332 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9333
9334         * wl-version.el (wl-version-status-alist): New variable.
9335         (wl-version-status): New function.
9336
9337         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9338         "Cc" part of the case "Reply-To".
9339
9340         * wl-draft.el (wl-draft-reply): Use result of
9341         `eword-extract-address-components'.
9342
9343         * wl-demo.el (wl-demo-icon-name): New constant.
9344         (wl-logo-xpm): Use it.
9345         (wl-logo-xbm): Ditto.
9346         (wl-logo-bitmap): Ditto.
9347
9348         * Version number is increased to 2.3.91.
9349
9350 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9351
9352         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9353         (wl-extended-emacs-version, wl-extended-emacs-version2,
9354         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9355         docstring.
9356
9357         * wl-version.el (wl-generate-user-agent-string-1): New function.
9358         (wl-generate-user-agent-string): Use it.
9359
9360         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9361         `mime-edit-insert-user-agent-field'.
9362         (wl-generate-user-agent-string): Check
9363         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9364
9365         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9366         instead of `if', when verbose case.
9367
9368 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9369
9370         * wl-expire.el (wl-summary-expire): Fix.
9371
9372 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9373
9374         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9375         and `elmo-lost+found-folder' if 'wl-draft.
9376         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9377
9378 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9379
9380         * wl-expire.el (wl-summary-expire): Change messages.
9381         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9382         `deleing-info' instead of "Deleting..."
9383
9384 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9385
9386         * wl-summary.el (wl-summary-refile-subr): Fix.
9387
9388 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9389
9390         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9391         if pipe folder.
9392
9393 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9394
9395         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9396
9397 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9398
9399         * wl-expire.el (wl-expire-hide): New function.
9400         (wl-summary-expire): Add `hide'.
9401
9402 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9403
9404         * wl-vars.el (wl-draft-reply-without-argument-list):
9405         Changed default value to consider `Reply-To:'.
9406         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9407
9408         * Version number is increased to 2.3.90.
9409
9410         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9411         elmo-imap4-get-session with unwind-protect.
9412         Don't cause error.
9413         (wl-summary-sync-marks): Don't check plugged nor folder type.
9414         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9415         (Always keep current buffer).
9416
9417 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9418
9419         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9420         Enclose with `save-excursion'.
9421
9422 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9423
9424         * wl-version.el (wl-version): Remove interactive.
9425
9426 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9427
9428         * wl-version.el (wl-generate-user-agent-string): Use
9429         `product-string-verbose' instead of `product-string-1'.
9430
9431 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9432
9433         * wl-vars.el (wl-draft-use-cache): New variable.
9434         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9435         if wl-draft-use-cache is non-nil.
9436
9437 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9438
9439         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9440         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9441
9442 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9445         (wl-thread-msg-mark-as-unread): Ditto.
9446
9447         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9448         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9449         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9450         Don't set mark in summary if return value of `elmo-mark-as-read'
9451         is nil.
9452         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9453         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9454         instead of `wl-thread-msg-mark-as-read'.
9455         (wl-summary-mark-as-unread-region): Ditto.
9456         (wl-summary-target-mark-mark-as-read): Ditto.
9457
9458         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9459
9460 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9463
9464         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9465
9466 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9467
9468         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9469         face.
9470
9471 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9472
9473         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9474         `running-xemacs'.
9475
9476 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9477
9478         * wl-version.el (toplevel): Use `product-version-as-string' for
9479         set verstion-string, if defined.
9480
9481         * wl-version.el (wl-version-show): Insert string at point, when
9482         call with argument.
9483
9484         * wl-version.el (wl-generate-user-agent-string): Use
9485         `product-string-1' instead of `wl-appname', `wl-version' and
9486         `wl-codename'.
9487
9488 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9489
9490         * wl-address.el (toplevel): Use product-provide.
9491         * wl-demo.el (toplevel): Ditto.
9492         * wl-dnd.el (toplevel): Ditto.
9493         * wl-draft.el (toplevel): Ditto.
9494         * wl-e21.el (toplevel): Ditto.
9495         * wl-expire.el (toplevel): Ditto.
9496         * wl-fldmgr.el (toplevel): Ditto.
9497         * wl-folder.el (toplevel): Ditto.
9498         * wl-highlight.el (toplevel): Ditto.
9499         * wl-message.el (toplevel): Ditto.
9500         * wl-mime.el (toplevel): Ditto.
9501         * wl-mule.el (toplevel): Ditto.
9502         * wl-nemacs.el (toplevel): Ditto.
9503         * wl-refile.el (toplevel): Ditto.
9504         * wl-score.el (toplevel): Ditto.
9505         * wl-summary.el (toplevel): Ditto.
9506         * wl-template.el (toplevel): Ditto.
9507         * wl-thread.el (toplevel): Ditto.
9508         * wl-util.el (toplevel): Ditto.
9509         * wl-vars.el (toplevel): Ditto.
9510         * wl-xmas.el (toplevel): Ditto.
9511         * wl.el (toplevel): Ditto.
9512
9513 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9514
9515         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9516         instead of product.
9517
9518         * wl-version.el (wl-version): Compile time evalution elmo-version.
9519
9520 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9521
9522         * wl-summary.el (wl-summary-sync-force-update): Append queue
9523         `mark-as-read'if unplugged.
9524
9525 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9526
9527         * wl-version.el: New file.  Use product.el.
9528         * wl.el: add (require 'wl-version).
9529         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9530         for ~/.folders header.
9531         (wl-fldmgr-folders-header): Changed.
9532         * wl-demo.el (wl-demo): Use product.el.
9533
9534         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9535         wl-version.el.
9536         * wl-util.el (wl-version, wl-version-show): Ditto.
9537
9538         * wl-util.el (wl-generate-user-agent-string,
9539         wl-extended-emacs-version, wl-extended-emacs-version2,
9540         wl-extended-emacs-version3): Move to wl-version.el.
9541         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9542         xemacs-codename, mime-edit-insert-user-agent-field,
9543         mime-edit-user-agent-value, mime-editor/version,
9544         mime-editor/codename): Compile warning killer move to
9545         wl-version.el
9546
9547 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9548
9549         * wl-summary.el (wl-summary-refile-subr): Fix.
9550
9551 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9552
9553         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9554         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9555
9556 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9557
9558         * wl.el (wl-check-environment): Check too many `@'.
9559
9560 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9561
9562         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9563
9564 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9565
9566         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9567         wl-draft-reply-myself-without-argument-list): Add variables.
9568         * wl-draft.el (wl-draft-reply): Use it.
9569
9570 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9571
9572         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9573         the 5th argument of `elmo-network-get-spec'.
9574
9575         * wl-thread.el (wl-thread-reparent-children): New inline function.
9576         (wl-thread-delete-message): Use it.
9577
9578         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9579         (wl-summary-score-update-all-lines): Don't use `dolist'.
9580
9581 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9582
9583         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9584         (require 'elmo-msgdb) for inline function.
9585
9586 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9587
9588         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9589
9590 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9591
9592         * wl-score.el (wl-score-headers): Fix for the confusing macro
9593         `elmo-kill-buffer'.
9594
9595 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9596
9597         * wl-summary.el: Don't use the 3rd argument of `require' because
9598         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9599         * wl-util.el: Ditto.
9600         * wl-draft.el: Ditto.
9601
9602 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9603
9604         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9605         window system is not used.
9606
9607 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9608
9609         * wl-thread.el: Don't use `mapcar' only for iteration.
9610         (wl-thread-resume-entity): Ditto.
9611         (wl-thread-delete-message): Ditto.
9612
9613         * wl-summary.el: Bind `dragdrop-drop-functions',
9614         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9615         of `require' for `timezone', `easymenu' and `ps-print';
9616         don't use `mapcar' only for iteration.
9617
9618         * wl-util.el: Bind `mule-version', `nemacs-version',
9619         `emacs-beta-version', `xemacs-codename',
9620         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9621         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9622         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9623         only for iteration.
9624
9625         * wl-score.el: Don't use `mapcar' only for iteration.
9626         (wl-score-simplify-buffer-fuzzy): Ditto.
9627         (wl-score-simplify-subject): Ditto.
9628         (wl-score-headers): Ditto.
9629         (wl-summary-score-update-all-lines): Ditto.
9630
9631         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9632         `enable-multibyte-characters' and `mule-version'.
9633
9634         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9635         `mapcar' only for iteration.
9636
9637         * wl-demo.el: Don't use `mapcar' only for iteration.
9638
9639         * wl-folder.el: Don't use `mapcar' only for iteration.
9640         (wl-folder-open-all): Ditto.
9641         (wl-folder-count-incorporates): Ditto.
9642
9643         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9644         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9645
9646         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9647         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9648         `smtp-connection-type'; specify 3rd argument of `require' for
9649         `timezone'; don't use `mapcar' only for iteration.
9650         (wl-draft-clone-local-variables): Don't use `mapcar'.
9651         (wl-draft-generate-clone-buffer): Ditto.
9652         (wl-user-agent-compose-internal): Ditto.
9653
9654         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9655
9656         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9657         (wl-save-status): Ditto.
9658
9659         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9660         for iteration.
9661
9662 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9663
9664         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9665         removed `Date'.
9666         (wl-fldmgr-make-filter-default): New user option.
9667
9668         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9669         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9670         (wl-fldmgr-filter-completion-alist): Abolish.
9671
9672         * wl.el (wl): Don't check servers if arg is non-nil.
9673
9674         * wl-draft.el (wl-draft-reply): Set only message-id string to
9675         In-Reply-To field.
9676
9677 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9678
9679         * wl-summary.el (wl-summary-pick): Rewrite.
9680
9681         * wl-draft.el (wl-draft-forward): Get references field from
9682         original buffer.
9683         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9684
9685 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9686
9687         * wl-draft.el (wl-draft-forward): Add references field.
9688
9689 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9690
9691         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9692         (wl-draft-reply): Use it.
9693
9694 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9695
9696         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9697         when Emacs 21 is running.
9698
9699         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9700         bindings.
9701
9702 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9703
9704         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9705         XPM icons transparent.
9706
9707         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9708         Emacs 21.
9709
9710 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9711
9712         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9713         nil.
9714
9715         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9716         when it is persistent.
9717         (wl-summary-sync-marks): Changed argument for
9718         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9719         (wl-summary-virtual): Use `elmo-read-search-condition'.
9720         (wl-summary-redisplay-internal): If folder is local, mark as read
9721         even when folder is plugged.
9722
9723 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9724
9725         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9726         of `tool-bar-lines' in the frame parameters.
9727         (after-make-frame-functions, post-command-hook): Don't modify the
9728         value.
9729         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9730         wl-e21-tool-bar-lines): Removed.
9731
9732 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9733
9734         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9735         properties `evaporate' and `wl-momentary-overlay' as well.
9736         (wl-highlight-summary-displaying): Ditto.
9737         (wl-delete-all-overlays): Don't delete overlay which does not have
9738         a property `wl-momentary-overlay'.
9739
9740         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9741         `display-mouse-p' and `display-graphic-p'.
9742         (wl-folder-init-icons): Don't search for XBM or the other files.
9743         (wl-plugged-set-folder-icon): Make icons if and only if
9744         `display-graphic-p' returns non-nil.
9745         (wl-highlight-plugged-current-line): Use `before-string' overlay
9746         property to show icon images.
9747         (wl-highlight-folder-current-line): Ditto.
9748         (wl-e21-highlight-folder-group-line): Ditto.
9749         (wl-e21-highlight-folder-by-numbers): Ditto.
9750         (wl-e21-insert-image): Removed.
9751         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9752         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9753         said.
9754         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9755         `wl-e21-force-switch-toolbar'.
9756         (wl-e21-make-icon-image): Removed.
9757         (wl-e21-setup-toolbar): Don't search for XBM files.
9758         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9759         the default value.
9760
9761 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9762
9763         * wl-util.el (wl-biff-check-folder-async): Set
9764         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9765
9766 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9767
9768         * wl-e21.el (after-make-frame-functions): Add
9769         `wl-e21-force-switch-toolbar'.
9770         (wl-e21-force-switch-toolbar): New function force to switch the
9771         toolbar appearance automatically.
9772         (post-command-hook): Add `wl-e21-switch-toolbar'.
9773         (wl-e21-switch-toolbar): New function to switch the toolbar
9774         appearance automatically.
9775         (wl-e21-tool-bar-lines): New buffer local variable.
9776
9777 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9778
9779         * wl-util.el (wl-biff-check-folders-running): New variable.
9780         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9781         (wl-biff-check-folder-async-callback):
9782         Set `wl-biff-check-folders-running'.
9783         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9784         with unwind-protect.
9785
9786         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9787         Enclose `wl-folder-auto-check' with unwind-protect.
9788
9789         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9790         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9791
9792         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9793
9794         * wl-util.el (wl-biff-notify): New inline function.
9795         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9796         locally.
9797         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9798         folder-list' is 1.
9799         Use `wl-biff-notify'.
9800         (wl-biff-check-folder-async-callback): New function.
9801         (wl-biff-check-folder-async): Ditto.
9802
9803         * wl-folder.el (wl-folder): Don't check folders.
9804         (wl-folder-auto-check): New function.
9805
9806 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9807
9808         * wl-util.el (wl-biff-start) [Emacs19+]:
9809         Use `timer-next-integral-multiple-of-time'.
9810         (wl-biff-check-folders): Use `wl-default-folder'
9811         if `wl-biff-check-folder-list' is nil.
9812
9813 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9814
9815         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9816         instead of `elmo-delete-lists'.
9817
9818 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9819
9820         * wl.el (wl-plugged-toggle-all): Set the value of
9821         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9822         (wl-plugged-toggle): Ditto.
9823         (wl-toggle-plugged): Ditto.
9824         (wl-plugged-init): Ditto.
9825
9826         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9827         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9828         instead of `wl-biff-state-indicator-off' and
9829         `wl-biff-state-indicator-on'; don't modify the value and the type
9830         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9831         (wl-plugged-init-icons): Set icons data to
9832         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9833         instead of `wl-plug-state-indicator-off' and
9834         `wl-plug-state-indicator-on'; don't modify the value and the type
9835         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9836
9837         * wl-vars.el (wl-modeline-biff-state-off,
9838         wl-modeline-biff-state-on, wl-modeline-biff-status,
9839         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9840         wl-modeline-plug-status): New internal variables.
9841         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9842         wl-biff-check-interval, wl-biff-check-folder-list): Change
9843         customization group from `wl-folder' to `wl-highlight'.
9844         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9845         wl-show-plug-status-on-modeline): Defcustomized.
9846
9847         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9848         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9849         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9850         a flag to `mode-line-buffer-identification'.
9851
9852         * wl-e21.el (wl-biff-init-icons): Set icons data to
9853         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9854         instead of `wl-biff-state-indicator-off' and
9855         `wl-biff-state-indicator-on'.
9856         (wl-plugged-init-icons): Set icons data to
9857         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9858         instead of `wl-plug-state-indicator-off' and
9859         `wl-plug-state-indicator-on'.
9860
9861 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9862
9863         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9864         excessive titles.
9865
9866 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9867
9868         * wl.el (wl-plugged-mode): Use revised
9869         `wl-mode-line-buffer-identification'.
9870         (wl-plugged-init): Don't use `force-mode-line-update'.
9871
9872         * wl-xmas.el (wl-draft-overload-functions): Use revised
9873         `wl-mode-line-buffer-identification'.
9874         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9875         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9876         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9877         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9878         `wl-make-plugged-hook';
9879         add `wl-folder-init-icons' and `wl-setup-folder' to
9880         `wl-folder-mode-hook'.
9881
9882         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9883         19 as well.
9884         (wl-mode-line-display-priority-list): New user option.
9885         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9886         Defcustomized.
9887         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9888         Add docs.
9889
9890         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9891         start.
9892         (wl-mode-line-buffer-identification): Revised as a function.
9893
9894         * wl-summary.el (wl-summary-mode): Use revised
9895         `wl-mode-line-buffer-identification'; don't call
9896         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9897         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9898         `wl-xmas-setup-summary'.
9899
9900         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9901         `wl-mode-line-buffer-identification'.
9902
9903         * wl-mule.el (wl-draft-overload-functions): Use revised
9904         `wl-mode-line-buffer-identification'.
9905
9906         * wl-folder.el (wl-make-plugged-alist): Don't call
9907         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9908         (wl-folder): Don't call `wl-folder-init-icons' directly.
9909         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9910         `wl-xmas-setup-folder' directly;
9911         use revised `wl-mode-line-buffer-identification'.
9912         (TopLevel): Don't bind `wl-biff-init-icons',
9913         `wl-plugged-init-icons', `wl-folder-init-icons',
9914         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9915
9916         * wl-e21.el (wl-draft-overload-functions): Use revised
9917         `wl-mode-line-buffer-identification'.
9918         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9919         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9920         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9921         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9922         `wl-make-plugged-hook';
9923         add `wl-folder-init-icons' and `wl-setup-folder' to
9924         `wl-folder-mode-hook'.
9925
9926 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9927             Katsumi Yamaoka    <yamaoka@jpl.org>
9928
9929         * wl.el (wl): Call `wl-biff-start'.
9930         (wl-exit): Call `wl-biff-stop'.
9931         (wl-plugged-mode): Show biff in modeline.
9932         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9933
9934         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9935         (wl-biff-init-icons): New function.
9936         (wl-plugged-init-icons): Don't make too much keymaps.
9937         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9938
9939         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9940         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9941         variables.
9942         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9943         options.
9944
9945         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9946         wl-biff-start, wl-biff-stop): New functions.
9947         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9948         (wl-biff-timer-name): New variable.
9949
9950         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9951
9952         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9953         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9954
9955         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9956         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9957
9958         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9959         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9960         `wl-folder-init-icons' to `ignore' if they are not available.
9961         (wl-folder-mode): Show biff in modeline.
9962
9963         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9964         (wl-biff-init-icons): New function.
9965         (wl-plugged-init-icons): Don't make too much keymaps.
9966         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9967
9968 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9969
9970         * wl-vars.el (wl-strict-diff-folders): Customization Type
9971         and doc fix.  Define as a list of regular expressions for
9972         folders or nil.
9973         * wl-folder.el (wl-folder-check-one-entity): Use
9974         `wl-string-match-member' instead of `wl-string-member' for
9975         `wl-strict-diff-folders'.
9976
9977 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9978
9979         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9980         (wl-highlight-folder-current-line): Use it; new implementation.
9981         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9982         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9983         `defsubst' instead of `defun'.
9984
9985         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9986         `wl-highlight-group-folder-by-numbers'; made it can also be a
9987         number.  See info for more details.
9988
9989         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9990         running.
9991
9992         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9993         to bind them.
9994
9995         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9996         (wl-highlight-folder-current-line): New implementation.
9997
9998         * wl-highlight.el (wl-highlight-folder-group-line): New
9999         implementation.
10000         (wl-delete-all-overlays): Rewrite as a marco.
10001         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10002
10003         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10004         running.
10005         (wl-folder-*-glyph): No need to bind them.
10006
10007         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10008         `wl-e21-highlight-folder-group-icon'; rewrite.
10009         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10010         `defsubst' instead of `defun'.
10011         (wl-folder-mode-map): Bind it when compiling.
10012
10013 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10014
10015         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10016
10017         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10018
10019 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10020
10021         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10022
10023 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10026         (wl-highlight-folder-current-line): Use it.
10027
10028         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10029         in `id-name'.
10030
10031 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10032
10033         * wl.el: Require `wl-e21' when Emacs 21 is running.
10034
10035         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10036         default when Emacs 21 is running.
10037         (wl-use-highlight-mouse-line): Ditto.
10038         (wl-on-emacs21): New constant.
10039         (wl-on-emacs20): Removed.
10040
10041         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10042         Emacs 21 is running.
10043
10044         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10045         Emacs 21 is running.
10046
10047         * wl-e21.el: New file.
10048
10049 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10050
10051         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10052         (wl-toggle-plugged): Ditto.
10053         (wl-plugged-toggle): Ditto.
10054         (wl-plugged-toggle-all): Ditto.
10055
10056         * wl-vars.el (wl-plug-state-indicator): Refer
10057         `wl-plug-state-indicator-on' indirectly.
10058
10059 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10060
10061         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10062         Call `wl-folder-confirm-existence'.
10063
10064         * wl-folder.el (wl-folder-confirm-existence): Added optional
10065         argument `force'.
10066
10067 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10068
10069         * wl-summary.el (wl-summary-refile-subr): Assume
10070         `copy-or-refile' as symbol.
10071         (wl-summary-refile): Follow up above change.
10072         (wl-summary-copy): Ditto.  Doc fix.
10073
10074 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl-summary.el (wl-summary-pick): Don't bind
10077         `elmo-search-mime-charset'.
10078
10079         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10080         default using old backquote style.
10081         (wl-search-mime-charset): Abolished.
10082
10083         * wl-highlight.el (wl-highlight-headers):
10084         Call `point' after `re-search-forward'(for Nemacs).
10085
10086         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10087         for elmo-imap4.el.
10088
10089 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10090
10091         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10092         `wl-message-ignored-field-list' instead of
10093         `mime-view-ignored-field-list'.
10094
10095         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10096         Add interactive spec.
10097         (wl-folder-goto-bottom-of-current-folder): Ditto.
10098         (wl-folder-mode-map): Bind them.
10099
10100         * wl-vars.el (wl-message-ignored-field-list): New variable.
10101         (wl-message-visible-field-list): New variable.
10102
10103         * wl-mime.el (wl-mime-header-presentation-method): New function.
10104         (wl-mime-setup): Set header-presentation-method.
10105
10106 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10107
10108         * wl-nemacs.el (wl-draft-overload-functions): Set
10109         `mode-line-buffer-identification' instead of using
10110         `wl-make-modeline'.
10111
10112         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10113         instead of using `wl-make-modeline'.
10114
10115         * wl-xmas.el (wl-plugged-init-icons): Set up
10116         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10117         (wl-make-modeline): Abolish.
10118         (wl-draft-overload-functions): Set
10119         `mode-line-buffer-identification' instead of using
10120         `wl-make-modeline'.
10121
10122         * wl-util.el (wl-make-modeline-subr): Abolish.
10123         (wl-mode-line-buffer-identification): New alias.
10124
10125         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10126         (wl-summary-make-modeline): Abolish.
10127         (wl-summary-buffer-set-folder): Set
10128         `wl-summary-buffer-folder-indicator'.
10129         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10130         of using `wl-make-modeline'.
10131         (wl-summary-switch-to-clone-buffer): Don't set
10132         `mode-line-buffer-identification'.
10133         (wl-summary-goto-folder-subr): Ditto.
10134
10135         * wl-mule.el (wl-draft-overload-functions): Set
10136         `mode-line-buffer-identification' instead of using
10137         `wl-make-modeline'.
10138
10139         * wl-folder.el (wl-folder-mode): Set
10140         `mode-line-buffer-identification' instead of using
10141         `wl-make-modeline'.
10142         (wl-folder): Don't set `mode-line-buffer-identification'.
10143
10144 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10145
10146         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10147         instead of `member' for `wl-refile-guess-func-list' look-ups.
10148         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10149
10150 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10151
10152         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10153         `wl-message-button-dispatcher'.
10154
10155         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10156
10157         * wl-message.el (wl-message-button-dispatcher): Use it.
10158
10159         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10160         "In-Reply-To".
10161
10162         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10163         Bind `case-fold-search' to t.
10164
10165 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10166
10167         * wl-xmas.el (wl-message-overload-functions): Initialize
10168         `wl-message-button-map'.
10169
10170         * wl-mule.el (wl-message-overload-functions): Initialize
10171         `wl-message-button-map'.
10172
10173         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10174
10175         * wl-message.el (wl-message-button-map): New keymap.
10176         (wl-message-add-button): New function.
10177         (wl-message-button-dispatcher): New function.
10178         (wl-message-button-refer-article): New function.
10179
10180         * wl-highlight.el
10181         (wl-highlight-message-add-buttons-to-header): New function.
10182         (wl-highlight-headers): Use it.
10183
10184 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10185
10186         * wl-summary.el (wl-summary-default-from): Use
10187         `wl-address-get-petname-1'.
10188         (wl-summary-simple-from): Ditto.
10189
10190         * wl-address.el (wl-address-get-petname-1): New inline function.
10191         (wl-address-get-petname): Use it.
10192
10193 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10194
10195         * wl-summary.el (wl-summary-default-from): Return full-name part
10196         from the address if no petname was found.
10197         (wl-summary-simple-from): Ditto.
10198
10199         * wl-address.el (wl-address-get-petname): Return nil if no petname
10200         associated with the address was found.
10201
10202 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10203
10204         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10205         display is finished.
10206
10207 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10208
10209         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10210         `elmo-folder-exists-p' argument.
10211
10212 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10213
10214         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10215         the folder.
10216
10217 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10218
10219         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10220
10221         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10222         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10223
10224 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10225
10226         * wl-folder.el (wl-folder-create-subr): New function.
10227         (wl-folder-confirm-existence): Use it.
10228         (wl-folder-check-one-entity): Use it.
10229         Check the error symbol is derived from 'elmo-open-error.
10230
10231         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10232         `ignore-error'.
10233
10234 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10235
10236         * wl-util.el (toplevel): Add (eval-when-compile (require
10237         'elmo-util)).  (Maybe `provide' is typo.)
10238
10239 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10240
10241         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10242         (I don't know why this was needed.)
10243
10244         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10245         Follow up changes for stream-type.
10246
10247         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10248         (wl-draft-elmo-nntp-send): Ditto.
10249
10250         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10251         (wl-nntp-posting-stream-type): Ditto.
10252         (wl-pop-before-smtp-ssl): Abolished.
10253         (wl-nntp-posting-ssl): Ditto.
10254
10255         * wl-address.el (wl-address-quote-specials): New function.
10256         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10257
10258         * wl-draft.el (wl-draft-reply): Ditto.
10259
10260 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10261
10262         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10263         use function `wl-string-match-assoc'.
10264
10265 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10268
10269         * wl-draft.el (wl-draft-deduce-address-list): New function.
10270         (wl-draft-parse-mailbox-list): Ditto.
10271         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10272         instead of `smtp-deduce-address-list'.
10273         (wl-draft-on-field-p): Follow group list.
10274
10275         * wl-address.el (wl-address-concat-token): New function.
10276         (wl-address-string-without-group-list-contents): Ditto.
10277         (wl-complete-field-body): Fixed problem of completion
10278         by japanese petname.
10279         (wl-address-make-completion-list): Rewrite.
10280
10281 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10282
10283         * wl-address.el (wl-address-make-completion-list): Completion by
10284         petname.
10285         (wl-complete-field-body): Likewise.
10286
10287 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10288
10289         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10290         contains invalid address syntax.
10291
10292 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10293
10294         * wl-folder.el (wl-folder-check-entity-async): Use
10295         `elmo-nntp-spec-hostname'.
10296
10297 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10298
10299         * wl-summary.el (wl-summary-msgdb-load-async): Use
10300         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10301
10302 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10303
10304         * wl-draft.el (wl-draft-reply): Set argument
10305         `content-transfer-encoding' as nil.
10306
10307 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10308
10309         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10310         `wl-refile-alist'.
10311
10312 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10313
10314         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10315         (wl-draft-edit-string): Ditto.
10316         (wl-draft-forward): Ditto.
10317         * wl-summary.el (wl-summary-write): Ditto.
10318
10319 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10320
10321         * wl-summary.el (wl-summary-sync-update3): Call
10322         `wl-summary-buffer-number-column-detect'.
10323         (wl-summary-buffer-number-column-detect): Search from point-min.
10324
10325 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10328         contains an address which is not included in original to or cc.
10329
10330 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10331
10332         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10333         begin-line does not exist.
10334         * wl-message.el (wl-message-uu-substring): Ditto.
10335
10336 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10337
10338         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10339         clear local variables.
10340         (wl-summary-exit): Call `elmo-commit'.
10341         (wl-summary-switch-to-clone-buffer): Call
10342         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10343         (wl-summary-goto-folder-subr): Ditto.
10344
10345         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10346         POP folder.
10347
10348 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10349
10350         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10351         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10352         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10353         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10354         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10355         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10356
10357         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10358
10359 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10360
10361         * wl-summary.el (wl-summary-search-by-subject):
10362         Search parent message from the latest one.
10363
10364 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10365
10366         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10367         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10368
10369         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10370         New user option.
10371
10372         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10373         if elmo-nntp-use-killed-list is nil.
10374         Use `elmo-msgdb-append-to-killed-list'.
10375         (Append numbers confirmed as disappeared to the killed list.)
10376         (wl-summary-confirm-appends): Don't display negative number.
10377
10378 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10379
10380         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10381
10382 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10385         range is `all'.
10386         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10387         `elmo-list-bigger-diff'.
10388
10389 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10390
10391         * wl-summary.el (wl-summary-buffer-exit-func):
10392         New buffer local variable.
10393         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10394
10395 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10396
10397         * wl-demo.el (wl-demo): Fix the last change.
10398
10399 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10400
10401         * wl-demo.el (wl-demo): Don't use `eval'.
10402
10403 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10404
10405         * wl-summary.el (wl-summary-buffer-thread-modified):
10406         New buffer-local variable.
10407         (wl-summary-set-thread-modified): New function.
10408         (wl-summary-thread-modified-p): New function.
10409         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10410         (wl-summary-yank-saved-message): Use function
10411         `wl-summary-set-thread-modified'
10412         (wl-summary-switch-to-clone-buffer): Add
10413         `wl-summary-buffer-thread-modified'.
10414
10415         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10416         (wl-summary-buffer-mark-saved-hook): Ditto.
10417         * wl-summary.el (wl-summary-msgdb-save): New hook
10418         `wl-summary-buffer-message-saved-hook' and
10419         `wl-summary-buffer-mark-saved-hook'.
10420
10421 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10422
10423         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10424
10425 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10426
10427         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10428         don't hide scroll bars under FSF Emacsen because it may incur an
10429         undesirable redrawing.
10430
10431 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10432
10433         * wl-draft.el (wl-draft-edit-string): Call
10434         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10435
10436 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10437
10438         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10439
10440 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10441
10442         * wl-summary.el (wl-summary-msgdb-load-async): Call
10443         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10444
10445 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10446
10447         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10448         fringes in demo buffer; center bitmap logo correctly even if old
10449         Mule is used.
10450
10451 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10452
10453         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10454
10455         * wl-refile.el (wl-refile-subject-alist): New variable.
10456         (wl-refile-subject-alist-file-name): Ditto.
10457         (wl-refile-alist-setup): Rewrite.
10458         (wl-refile-alist-save): Use `elmo-object-save'.
10459         Eliminated arguments.
10460         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10461         (wl-refile-guess-by-subject): New function.
10462         (wl-refile-guess-func-list): Added it.
10463
10464 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10465
10466         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10467         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10468
10469 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10470
10471         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10472         New buffer-local variable.
10473         (wl-summary-buffer-next-folder-func): Ditto.
10474         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10475         if non-nil.
10476         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10477         if non-nil.
10478         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10479         if non-nil.
10480         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10481         if non-nil.
10482
10483 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10484
10485         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10486         permanently in the demo buffer.
10487
10488 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10489
10490         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10491         `mime-entity-fetch-field'.
10492
10493         * wl.el (wl-exit): Delete plugged buffer.
10494
10495         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10496         XEmacs has menubar feature.
10497
10498 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10499
10500         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10501         cannot arrive at the beginning of the buffer under old Emacsen.
10502
10503 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10504
10505         * wl-address.el (wl-address-ldap-search):
10506         Call `ldap-search-entries' with `withdn' argument t.
10507         (wl-complete-field-body): Bind completion-ignore-case as t.
10508         Clear ldap search hash when it was sole completion.
10509         Use elmo-string for pattern string.
10510         (wl-ldap-alias-safe-string): Eliminated needless let.
10511
10512 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10513
10514         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10515         (wl-ldap-alias-sep): New constant.
10516         (wl-ldap-search-attribute-type-list): Ditto.
10517         (wl-ldap-get-value): New function.
10518         (wl-ldap-make-filter): Ditto.
10519         (wl-ldap-make-matched-value-list): Ditto.
10520         (wl-ldap-alias-safe-string): Ditto.
10521         (wl-ldap-register-dn-string): Ditto.
10522         (wl-address-ldap-search): Rewrite.
10523
10524 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10525
10526         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10527         thread is deleted.
10528         (wl-thread-delete-line-from-buffer): Ditto.
10529         (wl-thread-get-exist-children): New function.
10530
10531 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10532
10533         * wl-demo.el (wl-demo): Made it to select various image types.
10534         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10535         from `wl-title-logo'.
10536         (wl-logo-ascii): New variable.
10537         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10538         (wl-demo-copyright-notice): New constant.
10539
10540         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10541
10542 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10543
10544         * wl-vars.el (wl-summary-target-above): Renamed from
10545         wl-summary-temp-above.
10546         * wl-score.el (wl-score-get-score-alist): Use it.
10547         (wl-summary-score-update-all-lines): Use it.
10548         * wl-summary.el: Ditto. (make-variable-buffer-local).
10549
10550 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10551
10552         * wl-vars.el (wl-ldap-port): New user option.
10553
10554         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10555         Rewite whole implementation.
10556         (wl-complete-field-body): Fixed.
10557
10558 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10559
10560         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10561         Choose implementation at compile time.
10562
10563 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10564
10565         * wl-address.el (wl-ldap-search-internal): New function.
10566         (wl-complete-field-to): Use it.
10567
10568 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10569
10570         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10571         Use `let' instead of `let*'.
10572         Require 'wl-vars.
10573
10574         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10575         Define as defcustom.
10576         (wl-ldap-base): Ditto.
10577         (wl-use-ldap): Ditto.
10578
10579 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10580
10581         * wl-address.el (wl-ldap-search): New function.
10582         (wl-complete-field-body): Use `wl-ldap-search'.
10583         (wl-ldap-server): New variable.
10584         (wl-ldap-base): Ditto.
10585         (wl-use-ldap): Ditto.
10586
10587 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10588
10589         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10590         (Pointed out by Mito <mit@nines.nec.co.jp>).
10591         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10592         buffer-local variables like `wl-summary-redisplay-internal'.
10593         (wl-summary-redisplay-all-header): Likewise.  Update
10594         Summary view too.
10595
10596 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10597
10598         * wl-summary.el (wl-summary-jump-to-parent-message):
10599         Consider prefix argument.
10600
10601         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10602         when closed thread is deleted.
10603
10604 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10605
10606         * wl-summary.el (wl-summary-jump-to-parent-message):
10607         Consider thread modification.
10608
10609 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10610
10611         * wl-message.el (wl-message-normal-get-original-buffer): Use
10612         `save-excursion'.
10613
10614         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10615         (wl-summary-showto-folder-regexp): Ditto.
10616
10617 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10618
10619         * wl-util.el (wl-delete-alist): Doc fix.
10620         (wl-delete-associations): New function.
10621         (wl-inverse-alist): New function.
10622         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10623         Split temporary variables. Use `wl-delete-associations'
10624         and `wl-inverse-alist'.
10625         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10626
10627 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10628
10629         * wl-folder.el (wl-folder-prefetch-entity):
10630         Execute prefetching if new count is unknown.
10631
10632 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10633
10634         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10635
10636         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10637         delete entity.
10638         (wl-thread-set-parent): If insert as top, set linked as nil.
10639
10640         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10641         `wl-thread-cleanup-symbols' when view mode is thread.
10642
10643 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10644
10645         * wl-folder.el (wl-folder-create-folder-entity): Use
10646         with-current-buffer.
10647         (wl-local-folder-init): Call set-buffer to make sure we are in
10648         the Folder buffer. Don't touch buffer-local variables here.
10649         (wl-folder-mode): Initialize buffer-local variables here.
10650
10651         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10652         (wl-folder-entity-assign-id): Ditto.
10653         (wl-folder-create-entity-hashtb): Ditto.
10654         (wl-local-folder-init): Ditto.
10655         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10656
10657 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10658
10659         * wl-summary.el (wl-summary-default-from): Fix probrem when
10660         std11-extract-address-components return (nil "foo@bar").
10661
10662 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10663
10664         * wl-draft.el (wl-draft-clone-local-variables):
10665         Remove redundant `setq'.
10666
10667 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10670         Bind wl-highlight-x-face-func as nil while highlighting header.
10671
10672 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10673
10674         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10675
10676 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10677
10678         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10679         elmo-msgdb-overview-hashtb from copy-variables.
10680         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10681         instead of `elmo-msgdb-overview-get-entity-by-number'.
10682         (wl-summary-auto-refile): Ditto.
10683
10684         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10685         `elmo-msgdb-overview-get-entity' instead of
10686         `elmo-msgdb-search-overview-entity'.  Use
10687         `elmo-msgdb-overview-get-entity' instead of
10688         `elmo-msgdb-overview-get-entity-by-number'.
10689         (wl-thread-insert-entity-sub): Ditto.
10690         (wl-thread-insert-message): Ditto.
10691
10692         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10693         `elmo-msgdb-overview-get-entity'.
10694         (wl-normal-message-redisplay): Ditto.
10695
10696 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10697
10698         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10699         `wl-thread-entities'.
10700         (wl-thread-delete-message): Fix remove top message from
10701         `wl-thread-entity-list'.
10702
10703         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10704         wl-append(nconc), because update-list is broken on Meadow.
10705
10706         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10707         updating process.
10708         (wl-summary-rescan): Ditto.
10709         (wl-summary-sync-update3): Ditto.
10710         * wl-thread.el (wl-thread-set-parent): Renamed from
10711         `wl-summary-set-parent'.
10712         (wl-thread-insert-message): Updating buffer faster.
10713         (wl-thread-delete-message): Updating buffer faster.
10714
10715         * wl-score.el (wl-summary-score-update-all-lines): Changed
10716         interval for display progress gauge.
10717
10718 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10719
10720         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10721         folder always-sticky.
10722         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10723         defmacro.
10724
10725 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10726
10727         * wl-vars.el (wl-draft-add-references): New user option.
10728
10729         * wl-draft.el (wl-draft-add-references): New function.
10730         (wl-draft-yank-from-mail-reply-buffer): Use it.
10731         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10732         as nil.
10733
10734 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10735
10736         * wl-thread.el (wl-thread-update-line-msgs): Called
10737         `wl-thread-update-line-on-buffer-sub'.
10738         (wl-thread-update-line-on-buffer): Delete routine of inserting
10739         thread.
10740         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10741         moved from `wl-thread-update-line-on-buffer'.
10742         Add threshold for displaying progress gauge.
10743         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10744         argument of `wl-thread-update-line-msgs'.
10745         Add threshold for displaying progress gauge.
10746         * wl-folder.el:
10747         Add threshold for displaying progress gauge.
10748         * wl-score.el: Ditto.
10749
10750         * wl-expire.el (wl-summary-expire): Display deleting info.
10751
10752 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10753
10754         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10755         `no-msg'.
10756         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10757         argument of `wl-thread-update-line-msgs'.
10758         (wl-summary-set-parent): Added optional argument `parent-number'.
10759         (wl-summary-buffer-saved-message): New buffer local variable.
10760         (wl-summary-save-current-message): New command.
10761         (wl-summary-yank-saved-message): Ditto.
10762         (wl-summary-mode-map): Added key binding for
10763         `wl-summary-save-current-message' (\ew) and
10764         `wl-summary-yank-saved-message' (\C-y).
10765         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10766
10767 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10768
10769         * wl-summary.el (wl-summary-mode-map): Added key binding for
10770         `wl-summary-set-parent' (ts).
10771
10772 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10773
10774         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10775         subject faster. If thread number is reverse, delayed updating
10776         thread.
10777         (wl-summary-search-by-subject): Ditto.
10778         (wl-summary-put-alike): Ditto.
10779         (wl-summary-get-alike): Ditto.
10780         (wl-summary-insert-headers): Insert header of all overview in
10781         buffer.
10782         (wl-summary-rescan): Delayed updating thread. Kill search subject
10783         buffer for wl-summary-search-by-subject.
10784         (wl-summary-sync-update3): Ditto.
10785         (wl-summary-exit): Ditto.
10786         (wl-summary-goto-bottom-of-current-thread): Change for linked
10787         thread.
10788         (wl-summary-overview-create-summary-line): Change line for linked
10789         thread.
10790
10791         * wl-summary.el (wl-summary-update-thread): Use
10792         wl-thread-maybe-get-children-num.
10793         (wl-summary-set-parent): If change parent, move sub thread.
10794         (wl-summary-redisplay-internal): Add horizontal recenter.
10795         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10796
10797         * wl-thread.el (wl-thread-entity-get-linked): New function.
10798         (wl-thread-entity-set-linked): New function.
10799         (wl-thread-create-entity): Add linked element.
10800         (wl-thread-entity-insert-as-top): Use wl-append.
10801         (wl-thread-maybe-get-children-num): If closing thread, return
10802         children msgs.
10803         (wl-thread-update-line-msgs): Displaying progress message.
10804         (wl-thread-update-line-on-buffer-sub): Use
10805         wl-thread-maybe-get-children-num.
10806         (wl-thread-update-line-on-buffer): If update line is not exists,
10807         insert thread.
10808         (wl-thread-delete-message): If delete top msg of thread, search
10809         parent by subject.
10810         (wl-thread-insert-entity): Use
10811         wl-thread-maybe-get-children-num.
10812
10813         * wl-highlight.el (wl-highlight-summary-current-line): change
10814         sregexp for linked thread.
10815         * wl-util.el (wl-count-lines): Count lines.
10816         (wl-horizontal-recenter): horizontal recenter.
10817         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10818         (wl-score-get-alike): Ditto.
10819         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10820         (wl-subject-length-limit): New variable.
10821         (wl-highlight-thread-indent-string-regexp): Changed for linked
10822         thread.
10823
10824 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10825
10826         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10827         New variable (revival).
10828         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10829         by subject matching if there's no in-reply-to nor references field
10830         (revival).
10831
10832 \f
10833 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10834
10835         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10836         message.
10837
10838 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10839
10840         * wl-summary.el (wl-summary-reply): Return t if there was a
10841         message at cursor point.
10842         Added unwind-protect.
10843         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10844         returns t.
10845         (wl-summary-cancel-message): Do nothing when there's no message at
10846         cursor point.
10847         (wl-summary-forward): Ditto.
10848         (wl-summary-jump-to-parent-message): Ditto.
10849         (wl-summary-reedit): Ditto.
10850         (wl-summary-edit-addresses): Ditto.
10851         (wl-summary-pipe-message): Ditto.
10852         (wl-summary-print-message-with-ps-print): Ditto.
10853         (wl-summary-print-message): Ditto.
10854         (wl-summary-mark-as-important): Ditto.
10855         (wl-summary-mark-as-unread): Ditto.
10856
10857         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10858         message at cursor point.
10859         (wl-summary-reply-with-citation): Remove unwind-protect.
10860
10861         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10862         subject searching feature.
10863         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10864         Eliminated.
10865
10866 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10867
10868         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10869         New variable.
10870         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10871         by subject matching if there's no in-reply-to nor references field.
10872
10873         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10874
10875         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10876         when display is finished.
10877         (wl-folder-open-all): Ditto.
10878         (wl-folder-update-access-group): Ditto.
10879         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10880         * wl-thread.el (wl-thread-close-all): Ditto.
10881
10882         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10883         progress gauge only when it was displayed.
10884         * wl-folder.el (wl-folder-insert-entity): Ditto.
10885
10886 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10887
10888         * wl-summary.el (wl-summary-incorporate): Enclose
10889         `wl-summary-sync-force-update' with save-excursion.
10890
10891 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10892
10893         * wl-summary.el (wl-summary-prefetch-region):
10894         Pass current cursor point to `pos-visible-in-window-p' after
10895         moving cursor to the started point.
10896
10897 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10898
10899         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10900
10901         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10902         fields from the forwarding message.
10903         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10904         `ignored-fields'.
10905
10906 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10907
10908         * wl-mime.el (wl-message-request-partial):
10909         Eliminated argument `msgdb'.
10910         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10911         (wl-mime-combine-message/partial-pieces): Likewise.
10912         * tm-wl.el (wl-message-request-partial): Likewise.
10913         (wl-mime-combine-message/partial-pieces): Likewise.
10914
10915 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10916
10917         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10918         when display is finished.
10919
10920 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10921
10922         * wl-summary.el (wl-summary-goto-folder-subr):
10923         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10924
10925 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10926
10927         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10928         when cursor point is visible.
10929
10930 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10931
10932         * wl-expire.el (wl-expire-archive-get-max-number):
10933         Don't use `file-name-directory'.
10934
10935 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10936
10937         * wl-expire.el (wl-expire-archive-get-max-number):
10938         Use `file-name-directory'.
10939
10940 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10941
10942         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10943         only when there is progress.
10944
10945 2000-04-13  Mito <mit@nines.nec.co.jp>
10946
10947         * wl-summary.el (wl-summary-sync-marks): Display progress.
10948
10949 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10950
10951         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10952         (wl-summary-prev): Move cursor regardless of unread status.
10953         (wl-summary-next): Ditto.
10954
10955 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10956
10957         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10958         Added argument `target' and `number'.
10959         * tm-wl.el (wl-summary-burst-subr): New function.
10960         (wl-summary-burst): Use it.
10961
10962 2000-04-10  Mito <mit@nines.nec.co.jp>
10963
10964         * wl-mime.el (wl-burst): New function.
10965         (wl-summary-burst): Use it.
10966
10967 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10968
10969         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10970         as petname when there's no candidate.
10971
10972 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10973
10974         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10975         New variable.
10976         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10977
10978         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10979
10980         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10981
10982 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10983
10984         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10985         Use substring of `original' instead of buffer-substring.
10986         (wl-refile-evaluate-rule):
10987         Set `original' argument of wl-refile-expand-newtext.
10988
10989         * wl-summary.el
10990         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10991         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10992         (wl-summary-auto-refile): Check existence of destination folder just
10993         before marking.
10994
10995 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10996
10997         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10998         when wl-refile-get-field-value return nil.
10999
11000 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11001
11002         * wl-refile.el
11003         (wl-refile-expand-newtext): New function imported from Gnus.
11004         (wl-refile-evaluate-rule): Use it.
11005
11006 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-summary.el (wl-summary-print-destination):
11009         Duplicate folder string to avoid putting text-property on
11010         original string.
11011
11012         * wl-refile.el (wl-refile-get-field-value): New function.
11013         (wl-refile-evaluate-rule): New function;
11014         Evaluate refile rule recursively.
11015         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11016         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11017         New function; Check existence of a target folder recursively.
11018         (wl-summary-auto-refile-check-refile-rule-alist):
11019         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11020
11021 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11022
11023         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11024
11025         * wl-folder.el (wl-create-folder-entity-from-buffer):
11026         Fixed problem when '}' character is contained in folder name.
11027
11028         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11029
11030 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11031
11032         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11033         (wl-fldmgr-add-completion-all-completions):
11034         Use wl-fldmgr-add-completion-hashtb.
11035
11036 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11037
11038         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11039         wl-fldmgr-add-completion-subr): New functions.
11040         * wl-folder.el (wl-folder-completion-func): New variable.
11041         * wl-summary.el (wl-summary-read-folder):
11042         Use wl-folder-completion-func.
11043
11044         * wl-refile.el: Eliminate throw & catch.
11045
11046         * wl.el (wl-plugged-sending-queue-status): Fixed.
11047
11048 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11049
11050         * wl-draft.el (wl-draft): Put category property on
11051         mail-header-separator.