* wl-util.el: Move (eval-when-compile (require 'static)).
[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
11         * wl-address.el: Add (eval-when-compile (require 'cl)).
12         * wl-addrmgr.el: Ditto.
13         * wl-mime.el: Ditto.
14         * wl-util.el: Ditto.
15
16 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
17
18         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
19         `string-to-int'.
20
21         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
22         `string-to-int'.
23
24         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
25         `string-to-number' instead of `string-to-int'.
26
27         * wl-summary.el (wl-summary-get-list-info)
28         (wl-summary-message-number): Use `string-to-number' instead of
29         `string-to-int'.
30
31         * wl-score.el (wl-score-overview-entity-get-lines)
32         (wl-score-set-mark-below, wl-score-set-expunge-below)
33         (wl-summary-increase-score, wl-score-get-header-entry): Use
34         `string-to-number' instead of `string-to-int'.
35
36         * wl-folder.el (wl-folder-update-diff-line): Use
37         `string-to-number' instead of `string-to-int'.
38
39         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
40         instead of `string-to-int'.
41
42         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
43         instead of `string-to-int'.
44
45         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
46         `string-to-int'.
47
48 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
49
50         * wl-util.el (wl-match-string, wl-match-buffer)
51         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
52         (wl-kill-buffers, wl-local-variable-p)
53         (wl-line-formatter-setup): New backquote style.
54         (wl-count-lines): Use quote instead of backquote.
55
56         * wl-summary.el (wl-summary-buffer-folder-name)
57         (wl-summary-get-alike): Use quote instead of backquote.
58         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
59         backquote style.
60
61         * wl-message.el (wl-message-buffer-cache-buffer-get)
62         (wl-message-buffer-cache-folder-get)
63         (wl-message-buffer-cache-message-get)
64         (wl-message-buffer-cache-entry-make)
65         (wl-message-buffer-cache-hit): New backquote style.
66
67         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
68         backquote.
69         (wl-folder-unread-regex, wl-folder-entity-exists-p)
70         (wl-folder-clear-entity-info)
71         (wl-folder-get-entity-info, wl-folder-set-entity-info)
72         (wl-folder-elmo-folder-cache-get)
73         (wl-folder-elmo-folder-cache-put): New backquote style.
74
75         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
76         (wl-fldmgr-assign-id): Ditto.
77         (wl-fldmgr-delete-line): Use quote instead of backquote.
78         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
79
80         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
81         (wl-draft-set-sent-message): New backquote style.
82         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
83         (wl-draft-config-body-goto-header): Use quote instead of backquote.
84
85 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
86
87         * wl-address.el (wl-address-concat-token): Fix typo.
88
89 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
90
91         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
92         (wl-score-get-alike): Ditto.
93
94         * wl-vars.el: New backquote style.
95         (wl-message-header-button-alist): Use quote instead of backquote.
96
97         * wl.el (wl-plugged-string): New backquote style.
98
99         * wl-address.el (wl-address-concat-token): New backquote style.
100
101         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
102
103 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
104
105         * wl-highlight.el (wl-highlight-folder-opened-regexp)
106         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
107
108         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
109         in the character alternative.
110
111 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
112
113         * Version number is increased to 2.15.6.
114
115 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
116
117         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
118         optional 3rd argument of epg-context-set-progress-callback; it was
119         temporarily removed in the Emacs trunk due to copyright problem.
120         (wl-mime-pgp-verify-region-with-epg): Ditto.
121
122 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
123
124         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
125
126 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
127
128         * wl-util.el (wl-biff-check-folders): Set biff flag.
129         (from Naoto Morishima [wl:14031])
130
131 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
132
133         * wl.el (wl-plugged-server-indent): Use quote instead of
134         backquote.
135
136 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-score.el (wl-score-insert-header): Add guard for
139         `std11-unfold-string'.
140         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
141         TYPE artgument when TO or CC field.
142
143 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
144
145         * wl-summary.el (wl-summary-goto-folder-subr): Call
146         `elmo-folder-close' instead of `elmo-folder-commit' if discard
147         current summary.
148
149 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
150
151         * wl-util.el (wl-read-shell-commande): New function or alias.
152
153         * wl-summary.el (wl-summary-pipe-message): Use
154         `wl-read-shell-command' instead of `read-string'.
155         (wl-summary-target-mark-pipe): Ditto.
156
157 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
158
159         * wl-summary.el (wl-summary-reply): Fix docstring.
160         * wl-draft.el (wl-draft-reply): Ditto.
161
162 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-mime.el (wl-summary-extract-attachments): New command.
165         (wl-summary-extract-attachments-1): New internal function.
166
167 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-expire.el (wl-expire-folder): New function (split from
170         wl-summary-expire).
171         (wl-summary-expire): Use it. Add argument `all' instead of remove
172         `nolist'. Cause an error only if this function is calling
173         interactively.
174
175 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-expire.el (wl-expire-refile): Display progress message.
178         (wl-summary-expire): Simplify.
179
180         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
181         unused argument `deleting-info'.
182
183 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * wl-vars.el (wl-message-popup-buffers): New user option.
186
187         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
188         (wl-message-delete-popup-windows): New function that substitues
189         above one.
190         (wl-mime-setup): Follow the above change.
191
192 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
193
194         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
195
196 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
197
198         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
199         "tkm" to wl-thread-spam.
200
201 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-thread.el (wl-thread-entity-insert-as-children): Use
204         wl-thread-entity-set-children.
205         (wl-thread-insert-message, wl-thread-insert-entity-sub,
206         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
207         Use wl-thread-entity-get-*.
208
209 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-mime.el (wl-epg-progress-callback): New function.
212         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
213         with `elmo-with-progress-display'. Set a progress callback
214         function to epg-context.
215         (wl-mime-pgp-verify-region-with-epg): Ditto.
216
217 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-util.el (wl-completing-read-multiple): Define as an alias of
220         `completing-read-multiple' if emacs-version is not less than 22.
221
222 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
225         change.
226
227 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-summary.el (wl-summary-sync-update): Move
230         `wl-thread-update-indent-string-thread' to outside of
231         `elmo-with-progress-display'.
232
233 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-message.el (wl-message-exit): Check buffer existence.
236
237 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-util.el (wl-simple-display-progress): New function.
240         (wl-display-progress-with-gauge): Ditto.
241         (wl-progress-callback-function): Ditto.
242
243         * wl.el (wl-init): Set `elmo-progress-callback-function' as
244         `wl-progress-callback-function'
245
246         * wl-vars.el (wl-display-progress-threshold): New user option.
247         (wl-display-progress-function): Ditto.
248
249         * Version number is increased to 2.15.5.
250
251 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
252
253         * wl-thread.el (wl-thread-close-children): New function.
254         (wl-thread-open-children): Ditto.
255         * wl-action.el (wl-summary-set-mark): Redo the last change by
256         using it.
257
258         * wl-action.el (wl-summary-set-mark): Undo the last change.
259         Forbid interactive call.
260
261 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-mime.el (wl-define-dummy-functions): New macro.
264         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
265         `wl-mime-pgp-decrypt-region'.
266         (wl-mime-pgp-verify-region-with-epg): Renamed from
267         `wl-mime-pgp-verify-region'.
268         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
269         `wl-mime-pgp-decrypt-region'.
270         (wl-mime-pgp-verify-region-with-pgg): Renamed from
271         `wl-mime-pgp-verify-region'.
272         (wl-mime-pgp-decrypt-region): New function; To select dispatch
273         function at runtime.
274         (wl-mime-pgp-verify-region): Ditto.
275
276         * wl-vars.el (wl-use-pgp-module): New user option.
277
278 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
281         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
282
283 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
286         even if there are target marks only.
287
288 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * Version number is increased to 2.15.4.
291
292 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-folder.el (wl-folder-check-one-entity): Simplify.
295
296 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
297
298         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
299         variable.
300
301 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
302
303         * wl-spam.el (wl-thread-test-spam): New function.
304         (wl-spam-setup): Bind "tkc".
305
306 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-expire.el (wl-folder-expire-entity): Rewite without
309         `wl-summary-goto-folder-subr'.
310         (wl-folder-expire-current-entity): Don't kill summary buffer.
311
312 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-folder.el (wl-folder-sync-entity): Rewrite without
315         `wl-summary-goto-folder-subr'.
316         (wl-folder-mark-as-read-all-entity): Likewise.
317
318         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
319
320 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
321
322         * wl-thread.el (wl-thread-force-open): Arranged.
323
324 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
325
326         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
327         from regexp.
328
329         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
330         (wl-read-search-condition-internal): Append them.
331
332 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-vars.el (wl-additional-search-condition-fields):
335         New user option.
336
337         * wl-util.el (wl-search-condition-fields): New function; export
338         from `wl-read-search-condition-internal'.
339         (wl-read-search-condition-internal): Use it.
340
341         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
342
343 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-summary.el (wl-summary-define-sort-command): New function.
346         (wl-summary-sort-by-date, wl-summary-sort-by-number)
347         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
348         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
349         define by `wl-summary-define-sort-command' at runtime.
350
351         * wl.el (wl-init): Call wl-summary-define-sort-command.
352
353 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
354
355         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
356         properties at the decrypting region.
357
358 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-util.el (wl-find-region): New function.
361
362         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
363         coding system.
364         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
365         property `wl-mime-decoded-coding-system'.
366         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
367         property `wl-mime-decoded-coding-system' to encode text.
368
369         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
370         message.
371         (wl-mime-pgp-verify-region): Ditto.
372
373 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
376         buffer. Use epa-display-verify-result.
377
378 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
379
380         * wl-draft.el (wl-draft-send): Continue even if setting parent
381         flag was failed.
382
383 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-message.el (wl-message-flag-indicator): Fixed the problem
386         of returning string only of parentheses.
387
388 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-summary.el (wl-summary-write): Add argument `folder'.
391         (wl-summary-write-current-folder): Change argument `folder' from
392         optional to require.
393         (wl-summary-get-buffer): Return the buffer associated folder only.
394
395         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
396         change.
397         (wl-folder-toggle-disp-summary): Ditto.
398
399         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
400         current summary as parent-folder.
401
402 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-draft.el (wl-draft-reedit): Don't overwrite
405         wl-draft-parent-folder.
406
407 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
410         (wl-mime-pgp-verify-region): Ditto.
411         (wl-message-decrypt-pgp-nonmime): Use the above function.
412         (wl-message-verify-pgp-nonmime): Likewise.
413         (wl-mime-preview-application/pgp): Likewise.
414
415 2006-04-20  Kenichi Okada  <okada@opaopa.org>
416
417         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
418         Fix about the order of `wl-nntp-posting-port' and
419         `wl-nntp-posting-stream-type'.
420         * wl.el (wl-plugged-port-label-alist): Add smtp.
421
422 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-summary.el (wl-summary-message-status): New macro.
425
426         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
427         (wl-summary-killed-mark): New user option.
428
429         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
430         API change.
431         (wl-thread-insert-entity-sub): Ditto.
432         (wl-thread-recover-messages): New command.
433
434         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
435         Don't call `wl-highlight-summary-current-line' directly.
436         (wl-summary-buffer-attach): Connect to signal `status-changed'
437         instead of `cache-changed'.
438         (wl-summary-buffer-detach): Follow the above change.
439         (wl-summary-detect-mark-position): Follow the API change.
440         (wl-summary-rescan-message): Ditto.
441         (wl-summary-insert-sequential): Ditto.
442         (wl-summary-update-thread): Ditto.
443         (wl-summary-message-mark): Ditto.
444         (wl-summary-persistent-mark): Ditto.
445         (wl-summary-create-line): Ditto.
446         (wl-summary-prefetch-region-no-mark): Call
447         `wl-summary-persistent-mark' with number.
448         (wl-summary-recover-messages-region): New command.
449         (wl-summary-target-mark-recover): Ditto.
450         (wl-summary-recover-message): Ditto.
451         (wl-summary-persistent-mark-string): Add argument `status' instead
452         of remove arguments `flags' and `cached'.  Treat killed status.
453         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
454
455         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
456         (wl-highlight-summary-line-face-spec): Treat killed status.
457         (wl-highlight-summary-line-string): Follow the API change.
458         (wl-highlight-summary-current-line): Ditto.
459
460         * Version number is increased to 2.15.3.
461
462 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
465         of symbolp to test whether the condition is function.
466
467 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
468
469         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
470         to nil.
471
472 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-summary.el (wl-summary-buffer-message-ring): New internal
475         variable.
476         (wl-summary-buffer-last-displayed-msg): Abolish.
477         (wl-summary-push-message): New function.
478         (wl-summary-pop-message): Ditto.
479         (wl-summary-goto-folder-subr): Reset
480         `wl-summary-buffer-message-ring'.
481         (wl-summary-pop-to-last-message): New command.
482         (wl-summary-goto-last-displayed-msg): Call
483         wl-summary-pop-to-last-message if optional argument is non-nil or
484         the last command is itself.
485         (wl-summary-redisplay-internal): Push last message number into
486         `wl-summary-buffer-message-ring'.
487
488         * wl-vars.el (wl-summary-message-ring-max): New user option.
489
490 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
493         from `wl-draft-reply').
494         (wl-draft-reply): Use it.
495         (wl-draft-find-reply-headers): Avoid compile warning.
496
497 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
498
499         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
500
501 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-message.el (wl-message-flag-indicator): New function.
504         (wl-message-redisplay): Use it.
505
506 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
509
510 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
511
512         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
513         instead of `read-event'.
514
515         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
516
517         * wl-mule.el (wl-read-event-char): Ditto.
518
519         * wl-e21.el (wl-read-event-char): Ditto.
520
521 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
522
523         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
524
525 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-vars.el (wl-draft-send-confirm-type): New user option.
528
529         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
530
531         * wl-draft.el (wl-draft-send-confirm): Confirmation by
532         `wl-draft-send-confirm-type'
533
534 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
537         Avoid error when the buffer name is already used.
538
539 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
540
541         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
542         the change of elmo-nmz -> elmo-search.
543         (wl-highlight-summary-line-help-echo-alist): Ditto.
544         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
545         (wl-nmz-folder-icon): Define as obsolete.
546         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
547         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
548
549 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
550
551         * wl-summary.el (wl-summary-get-list-info): Rewrite with
552         `elmo-find-list-match-value'
553
554 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-summary.el (wl-summary-get-list-info): Optimize.
557         Use List-Id and List-Post also.
558
559 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
562
563 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
564
565         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
566
567 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-util.el (wl-completing-read-multiple-1): New internal function.
570         (wl-completing-read-multiple-2): Ditto.
571         (wl-completing-read-multiple): Define use above functions.
572
573         * wl-summary.el (wl-summary-sort): Removed the workaround for a
574         bug of `completing-read-multiple' about default value.
575
576         * wl-xmas.el (wl-completing-read-multiple): Removed.
577
578         * wl-mule.el (wl-completing-read-multiple): Ditto.
579
580         * wl-e21.el (wl-completing-read-multiple): Ditto.
581
582 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-util.el (wl-filter-associations): New function.
585
586         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
587         (wl-spam-ignored-folder-list): Ditto.
588         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
589         (wl-spam-string-member-p): New function.
590         (wl-spam-domain): Use it.
591         (wl-spam-split-numbers): New function.
592         (wl-spam-apply-partitions): Ditto.
593         (wl-spam-register-spam-messages): Use `folder' instead of
594         `wl-summary-buffer-elmo-folder'.
595         (wl-spam-register-good-messages): Ditto.
596         (wl-summary-exec-action-spam): Decide a domain by real folder of
597         message.
598         (wl-summary-exec-action-refile-with-register): Likewise.
599
600 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-e21.el (wl-e21-find-image): New function.
603         (wl-e21-setup-toolbar): Use it instead of `find-image'.
604         (wl-e21-highlight-folder-group-line): Ditto.
605         (wl-folder-init-icons): Ditto.
606         (wl-plugged-init-icons): Ditto.
607         (wl-biff-init-icons): Ditto.
608
609 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
612         (wl-inhibit-save-drafts): New internal variable.
613         (wl-disable-auto-save): Ditto.
614         (wl-save-drafts): Treat above variables.
615         (wl-auto-save-drafts): New function.
616         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
617         `wl-stop-save-drafts'.
618         (wl-start-save-drafts): New function.
619         (wl-stop-save-drafts): Ditto.
620         (wl-set-auto-save-draft): New command.
621
622         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
623         `wl-set-save-drafts'.
624
625 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
628         `make-local-variable' instead of `make-variable-buffer-local'.
629
630 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
631
632         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
633
634 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
635
636         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
637
638 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
641         of working buffer.
642
643 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
646
647         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
648         value into recipients; Bind `wl-draft-remove-group-list-contents'
649         as nil.
650
651 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
652
653         * wl-summary.el (wl-summary-sort): Fixed the last change.
654
655         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
656         (wl-summary-sort-messages): Ditto.
657         (wl-summary-rescan): Use it.
658         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
659         `completing-read'; Append candidates for reverse order.
660
661 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * Version number is increased to 2.15.2.
664
665 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
666
667         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
668         "Smaller".
669         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
670
671 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
674
675 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-vars.el (wl-draft-additional-header-alist): Add into the
678         customize group `wl-draft'.
679         (wl-draft-add-in-reply-to): Move customize group from `wl' to
680         `wl-draft'.
681         (wl-draft-add-references): Ditto.
682
683         * wl-action.el (wl-summary-print-argument): Rename argument from
684         `folder' to `data'.
685
686 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-summary.el (wl-summary-rescan-message): Call
689         `wl-thread-cleanup-symbols' before insert thread.
690
691 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl.el (wl-init): Set `elmo-get-folder-function' as
694         `wl-folder-make-elmo-folder'.
695
696         * wl-spam.el (wl-summary-exec-action-spam): Use
697         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
698
699         * wl-folder.el (wl-folder-make-elmo-folder): New function.
700         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
701         `elmo-make-folder'.
702         (wl-folder-get-elmo-folder): Ditto.
703         (wl-folder-create-subr): Simplify.
704
705 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
708
709 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
710
711         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
712         contents in message buffer instead of original buffer. If optional
713         argument specified, ask coding system for encode.
714
715 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
716
717         * wl-spam.el (wl-summary-test-spam-region): New function.
718         (wl-spam-setup): Bind "rkc".
719
720 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
721
722         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
723
724 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
725
726         * wl-spam.el (wl-summary-test-spam): Fix typo.
727         (wl-message-check-spam): Ditto.
728
729 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-summary.el (wl-summary-default-from): Simplify.
732
733 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-action.el (wl-summary-exec-action-refile): Simplify.
736         (wl-summary-exec-action-copy): Ditto.
737         (wl-summary-auto-refile): Check existence of temporary mark.
738
739 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-summary.el (wl-summary-create-line): Use
742         `elmo-time-to-datevec'.
743
744         * wl-expire.el (wl-expire-archive-date): Ditto.
745         (wl-expire-localdir-date): Ditto.
746
747         * wl-util.el (wl-day-number): Abolish.
748
749         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
750         of `wl-day-number'.
751         (wl-score-followup): Ditto.
752         (wl-score-add-followups): Ditto.
753         (wl-score-get-latest-msgs): Ditto.
754         (wl-score-get-header-entry): Ditto.
755         (wl-score-edit-insert-date): Ditto.
756
757 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
760         `elmo-message-entity-field' with 2nd argument `type'.
761
762 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
763
764         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
765
766 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-thread.el (wl-thread-delete-message): Delete descendant
769         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
770
771 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
772
773         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
774
775 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
778         `Access folder'.
779
780 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-vars.el (wl-access-folder-icon): New user option.
783
784         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
785         `Access folder'.
786
787 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-summary.el (wl-summary-buffer-set-folder): Use
790         `wl-folder-mime-charset'.
791
792         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
793         `mime-charset'.
794         (wl-folder-get-elmo-folder): Ditto.
795         (wl-folder-mime-charset): New function.
796
797 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-util.el (wl-parse-addresses): Define alias of
800         `elmo-parse-addresses' (move to `elmo-util.el').
801
802         * wl-summary.el (wl-summary-default-from): Follow the API change.
803         (wl-summary-overview-entity-compare-by-date): Ditto.
804         (wl-summary-overview-entity-compare-by-from): Ditto.
805         (wl-summary-get-list-info): Get value of `ml-info' field from
806         entity at first.
807         (wl-summary-rescan-message): Treat prefix argument.
808         (wl-summary-prefetch-msg): Follow the API change.
809         (wl-summary-search-by-subject): Ditto.
810         (wl-summary-insert-thread): Ditto.
811         (wl-summary-line-subject): Ditto.
812         (wl-summary-line-from): Ditto.
813         (wl-summary-create-line): Ditto.
814         (wl-summary-print-message-with-ps-print): Ditto.
815
816         * wl-score.el (wl-score-ov-entity-get): Ditto.
817         (wl-score-followup): Ditto.
818         (wl-score-add-followups): Use `elmo-message-entity-field' instead
819         of `car'.
820         (wl-score-get-latest-msgs): Follow the API change.
821         (wl-score-get-header): Ditto.
822
823         * wl-refile.el (wl-refile-learn): Ditto.
824         (wl-refile-subject-learn): Ditto.
825         (wl-refile-get-field-value): Ditto.
826         (wl-refile-guess-by-history): Ditto.
827         (wl-refile-guess-by-subject): Ditto.
828
829         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
830
831         * wl-expire.el (wl-expire-date-p): Removed.
832         (wl-expire-archive-date): Follow the API change.
833         (wl-expire-localdir-date): Ditto.
834         (wl-summary-expire): Ditto.
835
836         * Version number is increased to 2.15.1.
837
838 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
839
840         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
841         group is access or not (it is not strict, like wl-fldmgr-rename).
842
843 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
846         duplicate call of `wl-summary-print-argument' on the wrong line.
847
848 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
851         even if argument `number' is nil.
852         (wl-summary-insert-line): Print action argument if current message
853         has it.
854
855 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
856
857         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
858         (wl-draft-reply): Ditto.
859         (wl-draft): Add optional argument `parent-number' and call
860         `wl-draft-create-buffer' with it.
861         (wl-draft-create-buffer): Add optional argument
862         `parent-number'. Set wl-draft-parent-number as it.
863
864 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
865
866         * wl-folder.el (wl-folder-set-persistent-mark): If summary
867         buffer is not for given folder, don't use it.
868
869 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
870
871         * Version number is increased to 2.15.0.
872
873 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
876
877         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
878         (wl-highlight-get-face-by-name): New internal function.
879         (wl-highlight-summary-line-face-spec): Use it and fixed.
880
881 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
882
883         * wl-summary.el (wl-summary-sync-update): Use
884         `elmo-message-entity-field' instead of `car' to get message-id
885         from overview entity.
886
887         * wl-summary.el (wl-summary-rescan-message): Call
888         `wl-highlight-summary-displaying' when displaying a message.
889
890 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
891
892         * wl-draft.el (wl-draft-config-info-filename): Extracted from
893         `wl-draft-config-info-operation'.
894         (wl-draft-buffer-change-number): New function.
895         (wl-draft-rename-saved-config): Ditto.
896         * wl.el (wl-init): Connect slot for message-number-changed.
897         (toplevel): Add autoload for wl-draft-rename-saved-config.
898
899 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
900
901         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
902         `update-overview'
903         (wl-summary-buffer-detach): Disconnect from it.
904         (wl-summary-rescan-message): Use command.
905
906         * wl-message.el (wl-message-buffer-display): Use
907         `with-current-buffer' instead of `save-excursion'.
908
909 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
910
911         * wl-mime.el (wl-draft-preview-attributes-list): Protect
912         wl-draft-preview-attributes-list from distraction.
913
914 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * wl-summary.el (wl-summary-sync-update): Sort the return value of
917         `elmo-list-diff'.
918
919 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-summary.el
922         (wl-summary-edit-addresses-collect-candidate-fields): Use
923         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
924
925         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
926         instead of `elmo-set-work-buf'.
927
928         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
929         (wl-address-make-address-list): Ditto.
930
931         * Version number is increased to 2.13.3.
932
933 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
936         user option.
937
938         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
939         argument `5'.
940
941         * wl-message.el (wl-message-display-no-merge-p): New function.
942         (wl-message-buffer-display): Check whether the message is
943         reassembled and follow the API change.
944
945 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
948         multibyte on working buffer and removed unnecessary
949         `buffer-disable-undo'.
950
951 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-util.el (wl-read-search-condition-internal): Fixed the last
954         change.
955
956 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
957
958         * wl-util.el (wl-read-search-condition-internal): Protect
959         elmo-global-flags from distraction.
960
961 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
964
965         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
966         (wl-summary-event-handler): Ditto.
967         (wl-summary-update-persistent-mark-on-event): New
968         function (renamed from `elmo-event-handler-flag-changed').
969         (wl-summary-buffer-attach): New function.
970         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
971         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
972         instead of `elmo-folder-add-handler'.
973
974         * Version number is increased to 2.13.2.
975
976 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
979         and "\177" to the `wl-news-previous-page'.
980         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
981         (wl-news-previous-page): New function.
982
983 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
986         instead of `write-region' and simplify.
987
988 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-template.el (wl-template-select): Cause error if
991         `wl-template-alist' is nil.
992
993 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
994
995         * wl-news.el.in: Set file variable `no-byte-compile'.
996
997 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1000         whether a target message is within displaying area.
1001         (elmo-event-handler-cache-changed): Ditto.
1002
1003 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1004
1005         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1006         to `defun'.  Use `nconc' instead of `append' to collect descendant
1007         message numbers.
1008
1009 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1010
1011         * wl-thread.el (wl-thread-save-top-list)
1012         (wl-thread-save-entities): Use `with-temp-buffer'.
1013         * wl-news.el.in (wl-news-previous-version-load):
1014         (wl-news-previous-version-save): Ditto.
1015         * wl-summary.el (wl-summary-load-file-object)
1016         (wl-summary-save-view-cache): Ditto.
1017
1018 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-util.el (toplevel): Require 'elmo-flag'.
1021         (wl-read-search-condition): New function (Renamed from
1022         `elmo-read-search-condition').
1023         (wl-read-search-condition-internal): Likewise.
1024
1025         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1026         invalid.
1027         (wl-summary-pick): Use `wl-read-search-condition' instead of
1028         `elmo-read-search-condition'.
1029         (wl-summary-virtual): Ditto.
1030
1031         * wl-folder.el (wl-folder-virtual): Ditto.
1032         (wl-folder-pick): Ditto.
1033
1034         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1035
1036 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-summary.el (wl-summary-reedit): Call
1039         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1040
1041 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1042
1043         * wl-mime.el (toplevel): Require wl-vars.
1044
1045         * wl-message.el (toplevel): Require cl at compile.
1046
1047         * wl-draft.el (toplevel): Require elmo.
1048
1049 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1050
1051         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1052         and do nothing when it is not positive.
1053         (wl-message-buffer-prefetch-next): Ditto.
1054
1055 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1058         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1059         (wl-summary-redisplay-internal): Ditto.
1060
1061         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1062         message (the condition is borrowed from `wl-check-variables-2').
1063         (wl-summary-redisplay-internal): Ditto.
1064
1065 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-mime.el (wl-draft-nntp-attribute): New function.
1068         (wl-draft-attribute-nntp-posting-server): Use it.
1069         (wl-draft-attribute-nntp-posting-port): Ditto.
1070
1071         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1072         (wl-draft-show-attributes-buffer): Ditto.
1073         (wl-draft-hide-attributes-buffer): Ditto.
1074         (wl-draft-attribute-newsgroups): Ditto.
1075         (wl-draft-attribute-nntp-posting-server): Ditto.
1076         (wl-draft-attribute-nntp-posting-port): Ditto.
1077         (wl-draft-preview-message): Use there functions.
1078
1079         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1080         value.
1081
1082 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1085         (wl-draft-reedit): Ditto.
1086         (wl-draft-queue-flush): Ditto.
1087
1088         * wl-mime.el (wl-message-request-partial): Ditto.
1089         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1090         instead of `elmo-message-fetch'.
1091
1092         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1093
1094         * wl-summary.el (wl-summary-message-string): Ditto.
1095
1096 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-util.el (wl-current-message-buffer): Follow the API change.
1099
1100         * wl-summary.el (wl-summary-redisplay-internal): Call
1101         `wl-summary-mark-as-read' with 2nd argument as nil and update
1102         unread count instead of persistent mark.
1103
1104         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1105         variable.
1106         (wl-message-redisplay): Follow the API change.
1107         (wl-message-buffer-display): Managed mime-entity directly and
1108         return preview buffer only.
1109         (wl-message-display-internal): Rewrite.
1110         (wl-message-buffer-prefetch-subr): Not save return value of
1111         `wl-message-buffer-display'.
1112
1113         * Version number is increased to 2.13.1.
1114
1115 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1118         'elmo-multiple-fields-body-list' with boundary specified.
1119
1120 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1121
1122         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1123         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1124         cache if `wl-summary-resend-use-cache' is non-nil.
1125
1126 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1127
1128         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1129         (wl-nntp-posting-stream-type): Ditto.
1130
1131 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1132
1133         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1134
1135 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1136
1137         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1138         message.
1139
1140 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1143         Abolish.
1144         (wl-summary-buffer-persistent-mark-version): New internal
1145         variable.
1146         (wl-summary-update-mark-and-highlight-window): Check by
1147         wl-summary-persistent-mark-invalid-p.
1148         (wl-summary-update-status-marks): Ditto.
1149         (elmo-event-handler-flag-changed): Rewrite.
1150         (elmo-event-handler-cache-changed): Define.
1151         (wl-summary-prefetch-msg): Does not update persistent mark here.
1152         (wl-summary-delete-cache): Ditto.
1153         (wl-summary-resume-cache-status): Ditto.
1154         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1155         (wl-summary-persistent-mark-invalid-p): New function.
1156         (wl-summary-validate-persistent-mark): Ditto.
1157         (wl-summary-validate-persistent-mark-string): Ditto.
1158         (wl-summary-invalidate-persistent-mark): Ditto.
1159         (wl-summary-update-persistent-mark): Call
1160         `wl-summary-validate-persistent-mark'.
1161         (wl-summary-create-line): Call
1162         `wl-summary-validate-persistent-mark-string'.
1163
1164         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1165         status as t if cache used.
1166
1167 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1168
1169         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1170         only if the target is group.
1171         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1172
1173 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1174
1175         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1176
1177 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1180
1181         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1182
1183 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1184
1185         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1186         (Thanks to Yoichi NAKAYAMA).
1187
1188 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-util.el (wl-save-drafts): Restore echo area.
1191
1192 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1193
1194         * Version number is increased to 2.13.0.
1195
1196         * wl-util.el (wl-biff-check-folder-async): Use
1197         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1198
1199 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-message.el (wl-message-display-internal): Does not put
1202         wl-message-display-type property on message buffer.
1203         (wl-message-buffer-display-type): New function.
1204
1205         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1206
1207         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1208         `wl-summary-buffer-detach'.
1209         (wl-summary-message-display-type): Use
1210         `wl-summary-buffer-display-type'.
1211
1212 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1213
1214         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1215         buffer-local.
1216
1217         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1218         kill-buffer-hook instead of make-local-variable.
1219         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1220
1221 2004-12-12  Scott Renfro <scott@renfro.org>
1222
1223         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1224         regex for square-branket.
1225
1226 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1229         `wl-message-mime-analysis-p' with argument `header'.
1230
1231 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1232
1233         * wl-mime.el (wl-draft-yank-current-message-entity): 
1234         Switch to no-mime following method according to wl-message-display-type
1235         property.
1236         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1237
1238         * wl-message.el (wl-message-display-internal): 
1239         Put wl-message-display-type property on message buffer.
1240
1241         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1242         (wl-message-display-internal): Ditto;
1243
1244         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1245
1246 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-message.el (wl-message-make-display-type): New function.
1249         (wl-message-display-type-property): Ditto.
1250         (wl-message-mime-analysys-p): Ditto.
1251         (wl-message-display-all-header-p): Ditto.
1252         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1253         added `display-type'.
1254         (wl-message-buffer-display): Likewise.
1255         (wl-message-display-internal): Likewise.
1256         (wl-message-buffer-display-type): Abolish.
1257         (wl-message-buffer-prefetch-subr): Follow the API changed.
1258
1259         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1260         from wl-summary-buffer-display-all-header and changed default value.
1261         (wl-summary-message-display-type): New function.
1262         (wl-summary-buffer-display-mime-mode): Ditto.
1263         (wl-summary-buffer-display-header-mode): Ditto.
1264         (wl-summary-toggle-mime): Rewrite with above functions.
1265         (wl-summary-toggle-all-header): Ditto.
1266         (wl-summary-redisplay): Force redisplay with default mode.
1267         (wl-summary-redisplay-internal): Renamed argument from `mode',
1268         `all-header' to `mime-mode', `header-mode'.
1269         Use `wl-message-make-display-type'.
1270
1271         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1272         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1273
1274 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1277
1278 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1279
1280         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1281         in original message buffer.
1282         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1283         buffer.
1284
1285 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1286
1287         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1288
1289 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1290
1291         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1292
1293 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1294
1295         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1296         when actions succeeded.
1297         (wl-summary-exec-action-copy): Likewise.
1298
1299 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1300
1301         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1302         there is switch-to-buffer at the end of wl-message-select-buffer.
1303         (wl-summary-reply): Ditto.
1304
1305 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1306
1307         * wl-summary.el (wl-summary-forward): Put subject in original
1308         message buffer as argument of wl-draft-forward.
1309         * wl-draft.el (wl-draft-forward): Decode subject as in
1310         wl-draft-reply.
1311
1312 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1315         a folder under access group.
1316
1317 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1320         wl-message-buffer-display.
1321
1322         * wl-util.el (wl-set-save-drafts): Fix typo.
1323
1324 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1325
1326         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1327         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1328         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1329         the way to measure the width of a bitmap image; don't put face on
1330         ascii and bitmap images; put the mark which should not use the
1331         variable-pitch face on ascii and bitmap images.
1332         (wl-demo-setup-properties): Don't use the variable-pitch face on
1333         ascii and bitmap images; made it work on Emacs 20 and earlier.
1334         (wl-demo-insert-text): End with a newline at the bottom; don't put
1335         face on text.
1336
1337         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1338
1339 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1342
1343         * wl-util.el (wl-save-drafts): Moved from sample setting.
1344         (wl-set-save-drafts): New function to set idle timer.
1345         * wl-draft.el (wl-draft): Call it.
1346         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1347
1348 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1349
1350         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1351         a summary which has toggle display status off.
1352
1353 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1354
1355         * wl-draft.el (wl-draft-do-fcc): No cache save.
1356
1357 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-summary.el (elmo-event-handler-flag-changed): Use
1360         `set-buffer' instead of `with-current-buffer'.
1361
1362 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1363
1364         * wl-summary.el (wl-summary-after-resize-function): New function.
1365         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1366         window-size-change-functions.
1367
1368 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-draft.el (wl-draft-create-buffer): Bind
1371         `change-major-mode-hook' after current buffer is changed.
1372
1373         * wl-summary.el (wl-summary-buffer-detach): New function.
1374         (wl-summary-buffer-set-folder): Call it.
1375         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1376         change-major-mode-hook and kill-buffer-hook.
1377         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1378         (wl-summary-switch-to-clone-buffer): Ditto.
1379         (wl-summary-goto-folder-subr): Ditto.
1380
1381 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1382
1383         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1384         after boundp check.
1385
1386 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1389         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1390         for `kill-buffer'.
1391
1392         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1393         handler of current buffer from elmo-folder.
1394
1395 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1396
1397         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1398
1399 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1400
1401         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1402         variable.
1403         (wl-summary-event-handler): New class.
1404         (elmo-event-handler-flag-changed): Define to update persistent
1405         mark.
1406         (wl-summary-buffer-set-folder): Register event handler to
1407         elmo-folder.
1408         (wl-summary-exit): Unregister event handler.
1409         (wl-summary-goto-folder-subr): Ditto.
1410         (wl-summary-mark-as-read-all): Does not call
1411         `wl-summary-update-persistent-mark' directly.
1412         (wl-summary-mark-as-read-internal): Ditto.
1413         (wl-summary-set-persistent-mark-internal): Ditto.
1414         (wl-summary-set-flags-internal): Ditto.
1415
1416         * Version number is increased to 2.11.33.
1417
1418 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1419
1420         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1421         to nil.
1422
1423 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1424
1425         * wl-spam.el (wl-spam-setup): Add hook
1426         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1427         instead of `wl-summary-prepare-hook'.
1428
1429         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1430         if folder type is `'flag'.
1431         (wl-summary-mark-as-important): Ditto.
1432
1433 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1434
1435         * wl-address.el (wl-address-minibuffer-history): New variable.
1436         (wl-address-minibuffer-local-map): New keymap.
1437         (wl-address-read-from-minibuffer): New function.
1438
1439         * wl-action.el (wl-summary-get-resend-address): Use
1440         `wl-address-read-from-minibuffer' instead of `completing-read'.
1441
1442 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * Version number is increased to 2.11.32.
1445
1446 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1447
1448         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1449         without mule to iso-8859-1.
1450         (wl-draft-add-in-reply-to): Add note in description.
1451         (wl-draft-add-references): Ditto.
1452
1453 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1454
1455         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1456         definition for `m'.
1457         (wl-summary-mode-line-format): Add '[%m]'.
1458         (wl-message-mode-line-format-spec-alist): Ditto.
1459         (wl-summary-display-mime-mode-list): New variable.
1460
1461         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1462         from wl-summary-buffer-display-as-is.
1463         (wl-summary-buffer-display-all-header): New buffer local variable.
1464         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1465         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1466         instead of wl-summary-buffer-display-as-is.
1467         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1468         (wl-summary-set-persistent-mark): Ditto.
1469         (wl-summary-set-message-buffer-or-redisplay): Just call
1470         `wl-summary-redisplay-internal' without optional arguments.
1471         (wl-summary-toggle-mime): Rewrite.
1472         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1473         (wl-summary-toggle-all-header): New function.
1474         (wl-summary-redisplay-internal): Treat mime mode.
1475
1476         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1477         to wl-mime-preview-follow-no-mime.
1478         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1479         accodring to the display-mode.
1480
1481         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1482         (wl-message-buffer-display): Changed argument name from `as-is' to
1483         `mode'.
1484         (wl-message-display-internal): Ditto;
1485         Bind elmo-mime-display-header-analysis according to the mode.
1486         (wl-message-display-internal): Put wl-message-display-mime-mode
1487         property on entire buffer.
1488
1489 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1490
1491         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1492
1493 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1494
1495         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1496         Don't extract mail address.
1497         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1498
1499         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1500
1501         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1502
1503 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1504
1505         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1506         wl-fldmgr-cut-entity-list on confirmation.
1507
1508 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1511         (wl-mime-quit-preview): Check existence of
1512         mime-edit-temp-message-buffer here.
1513
1514 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1517         after deletion.
1518
1519         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1520         before calling wl-mime-quit-preview.
1521
1522 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-summary.el (wl-summary-pick): If call it with prefix
1525         argument, set `delete-marks' as non-nil. Pick from only visible
1526         messages.
1527         (wl-summary-check-target-mark): New function.
1528         (wl-summary-target-mark-mark-as-read): Use it.
1529         (wl-summary-target-mark-mark-as-unread): Ditto.
1530         (wl-summary-target-mark-operation): Ditto.
1531         (wl-summary-target-mark-set-flags): Ditto.
1532         (wl-summary-target-mark-save): Ditto.
1533         (wl-summary-target-mark-pick): Ditto.
1534         (wl-summary-target-mark-forward): Ditto.
1535         (wl-summary-target-mark-reply-with-citation): Ditto.
1536         (wl-summary-target-mark-print): Ditto.
1537         (wl-summary-target-mark-uudecode): Ditto.
1538
1539         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1540         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1541         with `ask-coding' is non-nil.
1542
1543 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1544
1545         * wl-thread.el (wl-thread-set-parent): If parent is a message
1546         which is identified by references, set linked as nil.
1547
1548 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1551         (wl-message-mode-line-format-spec-alist): Ditto.
1552         (wl-message-mode-line-format): Ditto.
1553         (wl-summary-mode-line-format): Ditto for docstring.
1554         (wl-summary-no-mime-folder-list): Fix typo.
1555
1556         * wl-util.el (wl-current-message-buffer): Call
1557         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1558
1559         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1560         variable.
1561         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1562         of `wl-summary-redisplay-no-mime'.
1563         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1564         (wl-summary-toggle-mime): New function.
1565         (wl-summary-redisplay-all-header): Rewrite.
1566         (wl-summary-redisplay-no-mime): Ditto.
1567         (wl-summary-redisplay-internal): Added argument `as-is' and
1568         `all-header'.
1569
1570         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1571         New variable.
1572         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1573         bottom.
1574         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1575         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1576         "/" unconditionally.
1577
1578         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1579         wl-mime-preview-follow-no-mime for as-is content.
1580         (wl-mime-preview-follow-no-mime): New function.
1581         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1582
1583         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1584         and added `as-is', `all-header'.
1585         (wl-message-buffer-display): Ditto.
1586         (wl-message-buffer-display-type): New function.
1587
1588 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-vars.el (wl-message-header-button-alist): Change default
1591         value.
1592         (wl-message-body-button-alist): Ditto.
1593
1594 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1597
1598 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1599
1600         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1601
1602 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1605         is always true.
1606
1607 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1610         on null entity.
1611
1612 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1615
1616 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1617
1618         * wl-vars.el (wl-summary-resend-hook): New hook.
1619
1620         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1621         `wl-summary-resend-hook'.
1622
1623 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1624
1625         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1626         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1627         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1628         (wl-summary-new-cached-mark): Changed default value to 'n'.
1629         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1630         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1631         (wl-folder-sync-range-alist): Remove spec for 'flag.
1632         (wl-summary-force-prefetch-folder-list): New user option.
1633
1634         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1635         `wl-summary-toggle-persistent-mark'.
1636         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1637         number is nil.
1638         (wl-summary-mark-as-answered-region): Set interactive argument of
1639         `wl-summary-set-persistent-mark-internal'.
1640         (wl-summary-mark-as-important-region): Ditto.
1641         (wl-summary-unset-persistent-mark): Ditto.
1642         (wl-summary-set-persistent-mark): Ditto.
1643         (wl-summary-mark-as-answered): Ditto.
1644         (wl-summary-mark-as-important): Ditto.
1645         (wl-summary-set-persistent-mark-internal): Do nothing
1646         when `elmo-message-flag-available-p' is nil.
1647         (wl-summary-toggle-persistent-mark): New function.
1648         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1649         when the folder matches `wl-summary-force-prefetch-folder-list'.
1650
1651
1652         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1653         when number is nil.
1654         (wl-highlight-summary-forwarded-face): New face.
1655
1656 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * Version number is increased to 2.11.31.
1659
1660 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1661
1662         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1663         (wl-biff-check-folder-async): Ditto.
1664         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1665
1666 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1667
1668         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1669         Add an argument `reverse'.  All callers are updated.
1670         (wl-summary-sort): Add a prefix argument `reverse' to specify
1671         reverse sorting.
1672         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1673         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1674         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1675
1676 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-message.el (wl-message-redisplay): Does not narrow header if
1679         disply-type is all-header or as-is.
1680
1681         * wl-summary.el (wl-summary-enter-handler): Use
1682         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1683
1684 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1687         after adding wl-draft-parent-variables.
1688         (wl-draft-forward): Ditto.
1689
1690 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-summary.el (wl-summary-sync-marks): Call
1693         `wl-summary-set-persistent-mark' and
1694         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1695         (wl-summary-set-persistent-mark-internal): Add 4th argument
1696         `no-server'.
1697         (wl-summary-unset-persistent-mark): Ditto.
1698         (wl-summary-set-persistent-mark): Ditto.
1699         (wl-summary-add-flags-internal): Abolish.
1700         (wl-summary-remove-flags-internal): Ditto.
1701         (wl-summary-mark-as-important-internal): Ditto.
1702         (wl-summary-mark-as-important): Use
1703         `wl-summary-set-persistent-mark' instead of
1704         `wl-summary-add-flags-internal'.
1705         (wl-summary-mark-as-important-region): Ditto.
1706
1707         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1708
1709         * wl-summary.el (wl-summary-get-available-flags): New function.
1710         (wl-summary-sync-marks): Use it and simplified.
1711         (wl-summary-unset-persistent-mark): Use
1712         `wl-summary-get-available-flags'.
1713         (wl-summary-set-persistent-mark): Ditto.
1714
1715 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1716
1717         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1718         id.
1719
1720 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1723         number, call `wl-summary-prev-line-content'. Show message when the
1724         message is not found.
1725
1726 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1727
1728         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1729         wl-summary-enter-handler.
1730         (wl-summary-enter-handler): New command.
1731
1732         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1733         docstring and custom spec.
1734
1735         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1736         flags too; Don't treat Cached and New.
1737         (wl-summary-set-persistent-mark): Ditto.
1738
1739         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1740         `wl-folder-set-flag'.
1741
1742         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1743         instead of `wl-folder-set-flag'.
1744
1745         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1746         for completion.
1747         (wl-summary-set-persistent-mark): Ditto.
1748
1749         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1750         instead of `wl-draft-quit-preview'.
1751
1752         * wl-mime.el (toplevel): Avoid compile warning.
1753         (wl-mime-quit-preview): New function
1754         (formarly defined as `wl-draft-quit-preview').
1755         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1756         quitting method.
1757
1758         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1759
1760         * wl-folder.el (wl-folder-set-flag): Renamed from
1761         `wl-draft-set-flag-on-parent'.
1762
1763         * wl-draft.el (wl-draft-quit-preview): New function.
1764         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1765         (wl-draft-send): Call `wl-folder-set-flag' instead of
1766         `wl-draft-set-flag-on-parent'.
1767         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1768
1769 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1772         (wl-draft-send): Ditto.
1773
1774 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1775
1776         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1777         (wl-draft-kill-pre-hook): Set default value as nil.
1778         (wl-summary-reply-hook): Ditto.
1779         (wl-draft-kill-flags): Abolish.
1780
1781         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1782         (wl-draft-parent-variables): Renamed from
1783         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1784         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1785         argument; Add wl-draft-parent-variables to
1786         wl-draft-config-variables.
1787         (wl-draft-reply): Likewise.
1788         (wl-draft-kill-flags): Abolish.
1789         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1790         (wl-draft-set-flag-on-parent): New function.
1791         (wl-draft-setup-parent-flag): Ditto.
1792
1793 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1794
1795         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1796         `wl-draft-parent-folder' is "".
1797
1798 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1799
1800         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1801         (wl-summary-digit-jump): New function.
1802         (Adviced by John Owens and Hiroya Murata)
1803
1804         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1805         (Adviced by John Owens)
1806
1807         * wl-xmas.el (wl-message-define-keymap): Ditto.
1808
1809         * wl-mule.el (wl-message-define-keymap): Ditto.
1810
1811 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1812
1813         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1814         change of return value of elmo-folder-count-flags.
1815
1816         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1817         (wl-summary-mark-as-read-internal): Ditto.
1818         (wl-summary-set-persistent-mark-internal): Ditto.
1819         (wl-summary-folder-info-update): Ditto.
1820         (wl-summary-sync-update): Fixed the last change.
1821
1822         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1823
1824 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1825
1826         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1827         (wl-draft-kill-flags): Fixed docstring.
1828
1829         * wl-draft.el (wl-draft-kill-flags): New function.
1830         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1831
1832 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-vars.el (wl-reply-hook): Abolish.
1835         (wl-draft-reply-hook): New hook.
1836         (wl-summary-reply-hook): Ditto.
1837         (wl-draft-forward-hook): Ditto.
1838         (wl-summary-forward-hook): Ditto.
1839         (wl-draft-kill-flags): New variable.
1840
1841         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1842         wl-summary-set-persistent-mark-internal.
1843         (wl-summary-sync-marks): Use elmo-preserved-flags.
1844         (wl-summary-update-persistent-mark): Make it interactive.
1845         (wl-summary-set-persistent-mark-internal): New inline function.
1846         (wl-summary-mark-as-answered): Use it.
1847         (wl-summary-mark-as-unanswered): Ditto.
1848         (wl-summary-unset-persistent-mark): New function.
1849         (wl-summary-set-persistent-mark): Ditto.
1850         (wl-summary-reply): Don't set answered flag;
1851         Run wl-summary-reply-hook instead.
1852         (wl-summary-forward): Call wl-draft-forward with number.
1853         Run wl-summary-forward-hook.
1854
1855         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1856         (wl-highlight-summary-line-face-spec): Use it as a default
1857         persistent mark face.
1858
1859         * wl-draft.el (wl-draft-forward): Added optional argument number;
1860         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1861         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1862         (wl-draft-kill): Use wl-draft-kill-flags.
1863
1864         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1865
1866         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1867         of return value of elmo-folder-count-flags.
1868
1869         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1870
1871         * wl-summary.el (wl-summary-count-unread): Ditto.
1872         (wl-summary-sync-update): Follow the change above.
1873         (wl-summary-force-prefetch): New function.
1874
1875 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1876
1877         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1878         variable `buf' with `let' instead of `setq'.
1879
1880 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1881
1882         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1883         add Content-Disposition heaeder on the deleted part.
1884
1885 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1886
1887         * wl-draft.el (wl-draft-save): Encode address list under edit by
1888         `eword-encode-unstructured-field-body'.
1889
1890         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1891
1892 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1893
1894         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1895         wl-current-summary-buffer.
1896
1897 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1898
1899         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1900         `numbers' is ignored.
1901
1902 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1903
1904         * wl-folder.el (wl-folder-open-folder): Avoid error.
1905         Reported by John Owens, [wl-en:815]
1906
1907         * wl.el (wl): Set timer for biff process even if prefix argument
1908         is given or auto-checking is quitted.
1909
1910         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1911         immediately.
1912         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1913         (wl-toggle-plugged): Ditto.
1914
1915         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1916         * wl-util.el (wl-biff-start): Use idle timer if
1917         `wl-biff-use-idle-timer' is non-nil.
1918
1919 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-highlight.el (wl-highlight-message): Fix description.
1922
1923 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1926         tty.
1927
1928 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-action.el (wl-summary-exec): Print failure count.
1931
1932 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1933
1934         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1935         to `defun', remove interactive form.
1936         Set elmo-message-fetch-confirm when force-reload is non-nil.
1937
1938 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1939
1940         * wl-summary.el (toplevel): Removed unnecessary autoload.
1941
1942 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1943
1944         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1945         the buffer is generated from another message buffer.
1946
1947 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1948
1949         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1950         extracted from `wl-fldmgr-save-folders'.
1951         (wl-fldmgr-delete): Call it after deletion.
1952
1953 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1954
1955         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1956         multi-tty support.
1957
1958 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1959
1960         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1961
1962 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1963
1964         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1965         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1966
1967 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1968
1969         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1970         unsubscribe list only if argument CLEAR is nil.
1971
1972 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1973
1974         * wl-draft.el (wl-draft-reply): Decode subject before removing
1975         Re: prefix.
1976
1977 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1978
1979         * wl-summary.el (wl-summary-sort-by-size): New command.
1980
1981 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-summary.el (wl-summary-number-list-from-region): New
1984         function.
1985         (wl-summary-mark-as-read-region): Use it.
1986         (wl-summary-mark-as-unread-region): Ditto.
1987         (wl-summary-set-flags-region): Ditto and add optional argument
1988         remove.
1989         (wl-summary-mark-as-answered-region): Ditto.
1990         (wl-summary-mark-as-important-region): Ditto.
1991         (wl-summary-target-mark-mark-as-important): Added optional
1992         argument remove.
1993         (wl-summary-target-mark-mark-as-answered): Ditto.
1994         (wl-summary-target-mark-set-flags): Ditto.
1995
1996 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-summary.el (wl-summary-set-flags-region): Call
1999         `wl-summary-set-flags-internal' with number list instead of call
2000         one by each message.
2001         (wl-summary-target-mark-set-flags): Likewise.
2002
2003 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2006         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2007         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2008         (wl-summary-target-mark-mark-as-answered): Likewise.
2009
2010 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2011
2012         * wl-summary.el (wl-summary-target-mark-forward): Use
2013         `wl-summary-delete-all-target-marks' instead of
2014         `wl-summary-delete-all-temp-marks'.
2015         (wl-summary-target-mark-reply-with-citation): Ditto.
2016         (wl-summary-target-mark-uudecode): Ditto.
2017         (wl-summary-target-mark-set-flags): Ditto and remove needless
2018         cursor move.
2019
2020 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2021
2022         * wl-summary.el (wl-summary-target-mark-forward): Protect
2023         wl-summary-buffer-target-mark-list from nreverse.
2024         (wl-summary-target-mark-reply-with-citation): Ditto.
2025
2026 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2029         `elmo-display-progress-threshold'.
2030
2031 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2034         check `wl-summary-highlight'.
2035         (wl-summary-window-scroll-functions): Respect value of
2036         `wl-summary-highlight'.
2037         (wl-summary-sync-update): Run hooks
2038         `wl-summary-buffer-window-scroll-functions' at any time.
2039
2040 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2043         from `wl-summary-cleanup-temp-marks'.
2044         (wl-summary-cleanup-temp-marks): Abolish argument.
2045         * wl.el (wl-save-status): Revert previous change.
2046         (wl-execute-temp-marks): New function, call
2047         `wl-summary-exec-with-confirmation'.
2048         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2049         (wl-folder-save-and-exec-marks): Abolished.
2050
2051 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-e21.el (wl-e21-display-image-p): Respect
2054         `wl-highlight-folder-with-icon'.
2055         (wl-e21-highlight-folder-group-line): Highlight mouse line
2056         even if wl-e21-display-image-p is nil.
2057
2058         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2059         Respect value of `wl-summary-highlight'.
2060
2061         * wl.el (wl-save-status): Remove unused variable.
2062
2063         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2064         (wl-folder-mode-map): Bind it to "x".
2065
2066 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2069
2070         * wl-thread.el (wl-thread-get-parent-list): Don't check
2071         disconnected ancestors, neglecting needless work in
2072         `wl-thread-update-indent-string-thread'.
2073
2074         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2075         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2076         argument, add argument default-keep to keep marks by default.
2077
2078         * Version number is increased to 2.11.30.
2079
2080         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2081         customization type and docstring.
2082         (wl-draft-reply-without-argument-list): Ditto.
2083
2084 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2087
2088         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2089
2090 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2093
2094 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2097         save-excursion so as not to include run-hooks.
2098
2099 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2102         Clarify that marks are going to be cleared.
2103
2104 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2105
2106         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2107         according to 3rd element of wl-summary-flag-mark.
2108
2109         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2110
2111 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2112
2113         * wl-action.el (wl-summary-target-mark-all): Don't set
2114         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2115
2116 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2117
2118         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2119         (wl-forward-subject-prefix): Ditto.
2120         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2121         (wl-draft-reply-make-subject): Ditto.
2122
2123         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2124         `wl-draft-forward'.
2125         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2126
2127 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2128
2129         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2130         target message does not exist.
2131
2132 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2133
2134         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2135         `wl-subject-prefix-regexp'.
2136         (wl-subject-forward-prefix-regexp): New variable.
2137         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2138         `wl-draft-strip-subject-re' and take regexp as argument.
2139         (wl-draft-forward): Use it.
2140         (wl-draft-reply): Ditto.
2141
2142 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2143
2144         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2145         emacs multi-tty support.
2146
2147 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2148
2149         * wl-e21.el (wl-e21-display-image-p): Don't call
2150         `display-images-p'.
2151         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2152         support.
2153         (wl-highlight-folder-current-line): Ditto.
2154         (wl-folder-init-icons): Ditto.
2155
2156 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2159         the last line of summary in unplugged mode.
2160
2161 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2162
2163         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2164
2165 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2168         * wl-address.el (wl-address-user-mail-address-p): Use it.
2169         (wl-address-delete-user-mail-addresses): Ditto.
2170         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2171
2172         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2173         (wl-address-delete-user-mail-addresses): Ditto.
2174
2175         * wl-address.el (wl-address-delete-user-mail-addresses): New
2176         function.
2177         * wl-refile.el (wl-refile-guess-by-history): Use it.
2178         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2179         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2180
2181         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2182         use wl-address-user-mail-address-p.
2183
2184 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2187         after opening group.
2188
2189 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2190
2191         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2192         of elmo-set-buffer-multibyte.
2193
2194         * wl-message.el (wl-original-message-mode): Ditto.
2195
2196         * wl-score.el (wl-score-insert-header): Ditto.
2197
2198         * wl-summary.el
2199         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2200         (wl-summary-goto-folder-subr): Ditto.
2201         (wl-summary-insert-headers): Ditto.
2202
2203         * wl-util.el (wl-set-string-width): Ditto.
2204
2205         * Version number is increased to 2.11.29.
2206
2207 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2208
2209         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2210         (wl-highlight-summary-line-help-echo-alist): New variable.
2211         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2212         into `wl-highlight-summary-line-help-echo' and
2213         `wl-highlight-flag-folder-help-echo'.
2214         (wl-highlight-summary-line-string): Change accordingly.
2215         (wl-highlight-summary-current-line): Ditto.
2216
2217 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2220         at the beginning of field body (Thanks to Markus Knittig).
2221
2222         * wl-draft.el (wl-draft-insert-current-message): Also check
2223         summary buffer, remove unnecessary tag.
2224
2225 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2226
2227         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2228         when wl-message-buffer is nil.
2229
2230         * wl-folder.el (wl-folder): Abolish unused argument.
2231         Call wl-folder-init when wl-folder-entity is nil.
2232         * wl.el (wl): Change accordingly.
2233
2234 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2235
2236         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2237         multibyte string before insert into draft buffer.
2238         (wl-draft-create-buffer): Always enable multibyte characters for
2239         draft buffer.
2240
2241         * Version number is increased to 2.11.28.
2242
2243 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2244
2245         * wl-folder.el (wl-folder-open-close): Handle blank line.
2246         (wl-folder-jump-to-current-entity): Ditto.
2247
2248 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * Version number is increased to 2.11.27.
2251
2252 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2253
2254         * wl-thread.el (wl-thread-insert-message): When the thread is
2255         devided by wl-summary-max-thread-depth, insert line at the end of
2256         buffer.
2257
2258 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2259
2260         * Version number is increased to 2.11.26.
2261
2262 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2263
2264         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2265
2266 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2269         value of stream-type and session.
2270
2271 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2272
2273         * Version number is increased to 2.11.25.
2274
2275 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2276
2277         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2278         in a quit message.
2279
2280 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2283         (wl-summary-redisplay-no-mime-internal): Ditto.
2284
2285 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2288         * wl-vars.el (wl-smtp-connection-type): Ditto.
2289
2290 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2291
2292         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2293         for the separator line and quote mail-header-separator.
2294
2295 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2296
2297         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2298         result message.
2299
2300         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2301         `elmo-multiple-fields-body-list' with boundary as
2302         mail-header-separator.
2303
2304 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2307
2308 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-util.el (wl-list-diff): Remove unused function.
2311
2312         * wl-draft.el (wl-draft-send-confirm): Discard input before
2313         confirmation.
2314
2315 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2316
2317         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2318         order of flag and new.
2319
2320 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-vars.el (wl-refile-policy-alist): Abolished.
2323
2324         * wl-action.el (wl-summary-set-action-refile): Follow the change
2325         above.
2326
2327 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2328
2329         * wl-highlight.el (wl-highlight-signature-search): Don't use
2330         re-search-backward for a long word since it is possible to crash
2331         XEmacs because of a bug.
2332
2333 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2334
2335         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2336
2337 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2338
2339         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2340         argument for wl-summary-sync-force-update.
2341
2342 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2343
2344         * wl-summary.el (wl-summary-mode-map): Revival of
2345         wl-summary-mark-as-important related bindings;
2346         Bind 'F','tF','mF','rF','m&'.
2347         (wl-summary-mark-as-important-region): Revival.
2348         (wl-summary-target-mark-mark-as-important): Ditto.
2349         (wl-summary-target-mark-operation): New function.
2350         (wl-summary-target-mark-mark-as-answered): Use it.
2351         (wl-summary-decide-flag): Don't set Important as default.
2352         (wl-summary-mark-as-important-internal): Revival.
2353         (wl-summary-mark-as-important): Ditto.
2354
2355         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2356
2357         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2358         instead of facep.
2359
2360 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2361
2362         * wl-dnd.el (wl-dnd-drop-func): Fix.
2363
2364         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2365         mouse-set-point instead of posn-point.
2366
2367         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2368
2369         * wl-mule.el (wl-completing-read-multiple): Ditto.
2370
2371 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2372
2373         * wl-demo.el (face-background-name): Defalias to avoid compile
2374         warning.
2375
2376 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2377
2378         * wl-summary.el (wl-summary-decide-flag): Use
2379         wl-completing-read-multiple instead of completing-read-multiple.
2380
2381         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2382         New alias.
2383
2384         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2385         Use face-background-name instead of face-background.
2386
2387         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2388
2389         * wl-summary.el (wl-summary-save): Use it.
2390         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2391
2392         * wl-mime.el (wl-mime-save-content): Fix last change.
2393
2394 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2395
2396         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2397         New function.
2398         (wl-summary-sort-specs): Added sort.
2399         * wl-mime.el (wl-mime-save-content): Expand file name.
2400
2401 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2404
2405         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2406
2407 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2408
2409         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2410         for flag if it is not defined.
2411
2412 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-e21.el (wl-highlight-folder-current-line): Use
2415         elmo-folder-type-internal when elmo-folder-type returns nil.
2416
2417         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2418
2419         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2420
2421         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2422
2423         * wl-e21.el (wl-summary-toolbar): Ditto.
2424
2425         * wl-vars.el (wl-demo-background-color): Abolished.
2426         (wl-summary-persistent-mark-priority-list): Renamed from
2427         wl-summary-flag-priority-list.
2428         (wl-summary-flag-alist): New user option.
2429         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2430         (wl-message-mode-line-format-spec-alist): Added 'F'.
2431         (wl-message-mode-line-format): Likewise.
2432         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2433         instead of wl-summary-important-mark.
2434         (wl-file-folder-icon): New variable.
2435
2436         * wl-thread.el (wl-thread-set-flags): Renamed from
2437         wl-thread-mark-as-important.
2438
2439         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2440         warning.
2441         (wl-summary-mode-menu-spec): Follow the change of 
2442         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2443         (wl-summary-mode-map): Follow the change of
2444         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2445         (wl-summary-detect-mark-position): Follow the variable name change.
2446         (wl-summary-set-flags-region): New function for the replacement of
2447         wl-summary-mark-as-important-region.
2448         (wl-summary-sync-marks): Sync all global-flags.
2449         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2450         instead of elmo-message-flagged-p.
2451         (wl-summary-persistent-mark-string): Follow the variable name change;
2452         Put wl-summary-flag-mark if the message has global-flag.
2453         (wl-summary-target-mark-set-flags): Renamed from 
2454         wl-summary-target-mark-mark-as-important.
2455         (wl-summary-decide-flag): New function.
2456         (wl-summary-set-flags-internal): Renamed from
2457         wl-summary-mark-as-important-internal.
2458         (wl-summary-add-flags-internal): New function.
2459         (wl-summary-remove-flags-internal): Ditto.
2460         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2461         (wl-summary-mark-as-unimportant): Abolish.
2462         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2463         (wl-summary-next-message): List flagged messages in the msgdb.
2464
2465         * wl-score.el (wl-summary-score-update-all-lines): Use
2466         wl-summary-add-flags-internal instead of 
2467
2468         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2469
2470         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2471         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2472         (wl-message-buffer-require-all-header): Renamed from
2473         wl-message-buffer-all-header-flag (Ditto).
2474         (wl-message-buffer-flag-indicator): New variable.
2475         (wl-message-redisplay): Changed local varibale name from `flag' to
2476         `display-type'; Set up wl-message-buffer-flag-indicator.
2477         (wl-message-buffer-display): Changed varibale name from `flag' to
2478         `display-type'.
2479         (wl-message-display-internal): Likewise.
2480
2481         * wl-highlight.el (wl-highlight-demo-face): Define default background
2482         color.
2483         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2484
2485         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2486
2487         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2488         (wl-demo-setup-properties): Renamed from
2489         `wl-demo-set-background-color'.
2490         (wl-demo): Follow the change above.
2491         
2492         * Version number is increased to 2.11.24.
2493
2494 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2495
2496         * wl-summary.el (wl-summary-toggle-thread): Call
2497         `wl-summary-rescan' with disable-thread as non-nil.
2498         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2499
2500 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2503         foreground property of the face.
2504         (wl-demo-insert-text): Don't set up face property here.
2505         (wl-demo): Call wl-demo-set-background-color, anyway.
2506
2507 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2508
2509         * wl-vars.el (wl-demo-background-color): The value can be nil.
2510
2511 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2512
2513         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2514         to wl-summary-wheel-dispatcher.
2515
2516         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2517         wl-message-wheel-dispatcher.
2518         (wl-message-wheel-dispatcher): New function.
2519         (wl-summary-wheel-dispatcher): Ditto.
2520
2521 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-action.el (wl-summary-target-mark-all): List messages which are
2524         not in the killed-list.
2525
2526         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2527         only when the folder is 'flag/important.
2528
2529         * wl-address.el (wl-complete-field-body): Complete if the last
2530         character is a space.
2531
2532 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2533
2534         * wl-folder.el (wl-folder-clear-entity-info): Use
2535         elmo-clear-hash-val.
2536
2537         * wl-fldmgr.el (wl-fldmgr-rename): Set
2538         wl-folder-info-alist-modified as t.
2539
2540 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2541
2542         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2543
2544 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2545
2546         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2547         (wl-folder-buffer-last-visited-entity-id): New buffer local
2548         variable.
2549         (wl-folder-revisit-last-visited-folder): New function.
2550         (wl-folder-mode-map): Bind it to "C-i".
2551         (wl-folder-set-current-entity-id): Set last visited folder.
2552         * wl-summary.el (wl-summary-exit): Ditto.
2553
2554 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2555
2556         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2557         before calling `recenter' in order to cope with an XEmacs bug.
2558
2559 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2560
2561         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2562         to the default value.
2563
2564 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2567         change.
2568         (wl-summary-sync-marks): Ditto.
2569         (wl-summary-mark-as-read-internal): Ditto.
2570         (wl-summary-mark-as-answered-internal): Ditto.
2571         (wl-summary-mark-as-important-internal): Ditto.
2572         (wl-summary-reply): Ditto.
2573
2574         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2575         instead of `elmo-folder-unflag-answered'.
2576
2577         * Version number is increased to 2.11.23.
2578
2579         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2580         the last change.
2581
2582 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2583
2584         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2585         Specify "spam" or "good".
2586
2587 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2588
2589         * wl-spam.el (wl-summary-exec-action-spam): Call
2590         wl-folder-confirm-existence for spam folder.
2591         (wl-spam-setup): Bind "mk".
2592
2593 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2594
2595         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2596
2597 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2598
2599         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2600         destination folder is empty.
2601
2602 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2605         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2606
2607         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2608         (wl-summary-refile-prev-destination-region): New function.
2609         (wl-thread-refile-prev-destination): Ditto.
2610         (wl-summary-target-mark-refile-prev-destination): Ditto.
2611
2612 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2613
2614         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2615         (wl-demo-background-color): Changed default value.
2616
2617         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2618         color.
2619
2620         * wl-demo.el (wl-demo-set-background-color): New function.
2621         (wl-demo): Call it.
2622
2623 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2624
2625         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2626         * wl-address.el (wl-address-add-or-change): Don't add empty
2627         address.
2628
2629 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2630
2631         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2632
2633 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-vars.el (wl-demo-image-filter-alist): New variable
2636         (wl-demo-background-color): Ditto.
2637
2638         * wl-demo.el (wl-demo-xpm-set-background): New function.
2639         (wl-demo-image-filter): Ditto.
2640         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2641
2642         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2643
2644         * wl-demo.el (wl-demo-icon-name): Define as function.
2645         (wl-demo-insert-image): Use it.
2646
2647 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2648
2649         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2650
2651 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2652
2653         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2654
2655 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2658
2659 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2660
2661         * wl-thread.el (wl-thread-mark-as-answered): New function.
2662
2663         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2664         answered" entry.
2665         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2666         "r&" and wl-thread-mark-as-answered to "t&".
2667         (wl-summary-mark-as-important-region): Refine to toggle mark.
2668         (wl-summary-mark-as-answered-region): New function.
2669         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2670         and 3rd argument.
2671         (wl-summary-mark-as-important-internal): Likewise.
2672
2673 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2674
2675         * wl-template.el (wl-template-preview): New internal variable.
2676         (wl-template-preview-p): New function.
2677         (wl-template-show): Bind `wl-template-preview' as t.
2678
2679 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2680
2681         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2682         `elmo-message-entity-field' with 3rd argument which is non-nil.
2683
2684 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2685
2686         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2687         Removed duplicate local bind `folder'.
2688
2689 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2690
2691         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2692
2693 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2696         duplicate definition.
2697
2698 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2699
2700         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2701         non-nil, use it; Don't fetch message if there's no message in the
2702         current cursor position.
2703
2704 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2705
2706         * wl-util.el (wl-region-exists-p): Use region-active-p.
2707         (wl-deactivate-region): New function.
2708         * wl-message.el (wl-message-redisplay): Deactivate region.
2709
2710         * wl-summary.el (wl-summary-reply): Call
2711         `wl-summary-set-message-buffer-or-redisplay' instead of
2712         `wl-summary-redisplay-internal', don't move point.
2713
2714 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2715
2716         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2717         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2718         by regexp.
2719
2720 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2723         if no need.
2724
2725 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2728         default value to nil.
2729         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2730         `wl-summary-prepare-hook'; Replace refile action to
2731         `wl-summary-exec-action-refile-with-register'.
2732
2733         * Version number is increased to 2.11.22.
2734
2735 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2736
2737         * wl-summary.el (wl-summary-detect-mark-position): Set
2738         `wl-summary-buffer-weekday-name-lang'.
2739
2740 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2741
2742         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2743         (wl-summary-mark-as-read-all): Ditto.
2744         (wl-summary-delete-messages-on-buffer): Ditto.
2745         (wl-summary-sync-update): Ditto.
2746         (wl-summary-mark-as-read-internal): Ditto.
2747         (wl-summary-mark-as-answered-internal): Ditto.
2748         (wl-summary-update-folder-info): Abolished.
2749
2750 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2751
2752         * wl-summary.el (wl-summary-mark-as-read-all): Use
2753         `wl-summary-update-folder-info' instead of
2754         `wl-folder-update-unread'.
2755
2756 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2757
2758         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2759         `wl-summary-folder-info-update'.
2760         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2761         instead of `wl-summary-folder-info-update'.
2762         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2763         `wl-folder-set-folder-updated'.
2764         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2765         instead of `wl-folder-update-unread'.
2766         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2767         the value of `wl-summary-buffer-unread-count' for the second parameter of
2768         `wl-folder-update-unread'.
2769
2770         * Version number is increased to 2.11.21.
2771
2772 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2773
2774         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2775         a local variable.
2776
2777 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2780         interactively.
2781
2782         * wl-summary.el (wl-summary-mark-as-important-internal): New
2783         internal function.
2784         (wl-summary-mark-as-important): Use it.
2785         (wl-summary-mark-as-unimportant): New function.
2786         (wl-summary-sync-marks): Follow the API change.
2787
2788         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2789
2790         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2791
2792 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2793
2794         * wl-folder.el (wl-folder-update-unread): Re-indent.
2795         Narrow the scope of a local variable.
2796
2797 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2800         (wl-addrmgr-merge-entries): Ditto.
2801         (wl-addrmgr): Added to address entry which exists in draft buffer
2802         if no entry is in original.
2803
2804 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2805
2806         * wl-batch.el: New file.
2807
2808 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2809
2810         * wl-vars.el (wl-use-semi): Remove unused variable.
2811
2812 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2813
2814         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2815         "?".
2816
2817 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2820         wl-summary-new-mark.
2821         (wl-summary-new-cached-mark): New user option.
2822         (wl-summary-score-marks): Follow the change above.
2823         (wl-summary-auto-refile-skip-marks): Ditto.
2824         (wl-summary-incorporate-marks): Ditto.
2825         (wl-summary-expire-reserve-marks): Ditto.
2826
2827         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2828
2829         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2830         (wl-summary-persistent-mark-string): Distinguished between cached
2831         and uncached mark when the message is new.
2832
2833 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2834
2835         * wl-spam.el (wl-spam-domain): Renamed from
2836         `wl-spam-folder-guess-domain'.
2837         (wl-summary-exec-action-spam): Register as spam if domain of the
2838         source folder is good.
2839         (wl-summary-exec-action-refile-with-register): Register message if
2840         domain of the source folder is not undecided.
2841
2842 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2843
2844         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2845         detect thread loop.
2846
2847 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2850         and wl-summary-skip-mark-list.
2851
2852 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2853
2854         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2855
2856         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2857
2858         * wl-spam.el (toplevel): Require wl-highlight.
2859         (wl-spam-auto-check-policy-alist): Abolish.
2860         (wl-spam-auto-check-folder-regexp-list): New user option.
2861         (wl-spam-auto-check-marks): Ditto.
2862         (wl-spam-mark-action-list): Ditto.
2863         (wl-highlight-summary-spam-face): New face.
2864         (wl-spam-auto-check-message-p): New function.
2865         (wl-spam-map-spam-messages): Fixed message.
2866         (wl-spam-register-spam-messages): Ditto.
2867         (wl-spam-register-good-messages): Ditto.
2868         (wl-summary-spam-map): Add and remove keybind.
2869         (wl-summary-target-mark-spam): Abolish.
2870         (wl-summary-refile-spam): Ditto.
2871         (wl-summary-test-spam): New function.
2872         (wl-summary-mark-spam): Ditto.
2873         (wl-summary-auto-check-spam): Follow the above change.
2874         (wl-summary-exec-action-spam): New function.
2875         (wl-summary-exec-action-refile-with-register): Fixed message.
2876         (wl-message-check-spam): New function.
2877         (wl-spam-setup): Ditto.
2878         (toplevel): Call it if this file is loaded interactivity.
2879
2880         * Version number is increased to 2.11.20.
2881
2882 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2885         when new optional argument `force' is non nil or modified.
2886
2887 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2888
2889         * wl.el (toplevel): Require wl-spam when compile.
2890         (wl-save-status): Call wl-spam-save-status.
2891
2892         * wl-spam.el (wl-spam-register-spam-messages): New function.
2893         (wl-spam-register-good-messages): Ditto.
2894         (wl-spam-save-status): Ditto.
2895         (wl-summary-mode-map): Bind
2896         wl-summary-target-mark-register-as-spam to "ms" and
2897         wl-summary-target-mark-register-as-good to "mn".
2898         (wl-summary-register-as-spam): Abolish optional argument; Use
2899         wl-spam-register-spam-messages.
2900         (wl-summary-register-as-spam-all): Use
2901         wl-spam-register-spam-messages.
2902         (wl-summary-register-as-good): Abolish optional argument; Use
2903         wl-spam-register-good-messages.
2904         (wl-summary-register-as-good-all): Use
2905         wl-spam-register-good-messages.
2906         (wl-summary-target-mark-register-as-spam): New funtion.
2907         (wl-summary-target-mark-register-as-good): Ditto.
2908
2909 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2910
2911         * wl-spam.el: New file.
2912
2913 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2916
2917         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2918         (wl-summary-auto-refile): Call wl-refile-guess with
2919         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2920
2921 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2924         with disable-thread argument non-nil.
2925
2926 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-summary.el (wl-summary-rescan): Added optional argument
2929         disable-thread.
2930         (wl-summary-sync): Call wl-summary-rescan with argument
2931         disable-thread.
2932         (wl-summary-input-range): Added new range `rescan-thread'.
2933
2934 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2937
2938 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2941         internal variable.
2942         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2943         wl-summary-search-parent-by-subject-regexp and
2944         wl-summary-divide-thread-when-subject-changed as nil.
2945         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2946         (wl-summary-insert-thread): Search parent entity from
2947         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2948         thread loop.
2949
2950 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2951
2952         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2953
2954         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2955
2956         * wl-util.el (wl-require-update-all-folder-p): New function.
2957         (wl-get-assoc-list-value): Added `function' to match directive.
2958         (wl-collect-draft): Rewrite.
2959
2960         * wl-summary.el (wl-summary-sync-update): Clear faces
2961         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2962         are non-nil.
2963         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2964         argument as function.
2965         (wl-summary-input-range): Ditto.
2966
2967         * wl-folder.el (wl-draft-get-folder): New function.
2968         (wl-folder-get-elmo-folder): Consider draft folder.
2969
2970         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2971         (wl-draft-buffer-message-number): New buffer local variable.
2972         (wl-draft-folder-internal): New internal variable.
2973         (wl-draft-delete): Rewrite.
2974         (wl-draft-save): Ditto.
2975         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2976         wl-folder-get-elmo-folder.
2977         (wl-draft-config-info-operation): Ditto.
2978         (wl-jump-to-draft-folder): Ditto.
2979         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2980         (wl-draft-reedit): Rewrite.
2981
2982         * Version number is increased to 2.11.19.
2983         
2984 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2985
2986         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2987         variable.
2988
2989 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2990
2991         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2992         Use ignore-errors instead of unwind-protect.
2993
2994 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2995
2996         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2997         for updating `wl-thread-entity-list'.
2998
2999 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3000
3001         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3002         parameter from calling `wl-thread-entity-get-older-brothers' and
3003         `wl-thread-entity-get-younger-brothers'.
3004         Replace nested `append' with a single one.
3005
3006 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-summary.el (wl-summary-mode): Don't use the return value of
3009         `make-local-hook'.
3010
3011 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3012
3013         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3014         instead of `let*'.
3015         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3016         of local variables.
3017
3018 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3021         Renamed from wl-summary-window-scroll-functions.
3022         (wl-summary-window-scroll-functions): Don't set to variable.
3023         (wl-summary-display-top): Use run-hooks.
3024         (wl-summary-display-bottom): Ditto.
3025         (wl-summary-toggle-disp-msg): Ditto.
3026         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3027         Use it instead of wl-summary-window-scroll-functions.
3028         (wl-summary-goto-folder-subr): Don't call
3029         wl-summary-window-scroll-functions, use
3030         wl-summary-buffer-window-scroll-functions instead.
3031
3032 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3035         make-local-variable.
3036
3037 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3038
3039         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3040         set-buffer-modified-p.
3041         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3042         (wl-summary-display-bottom): Ditto.
3043         (wl-summary-toggle-disp-msg): Ditto.
3044
3045 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3048
3049         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3050         (wl-summary-forward): Use elmo-message-entity-field instead of
3051         elmo-message-field.
3052
3053         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3054
3055 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3056
3057         * wl-summary.el (wl-summary-window-scroll-functions): No use
3058         `append'.
3059
3060 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3061
3062         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3063         function.
3064         (wl-summary-window-scroll-functions): Call it when both
3065         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3066         (wl-summary-temp-mark): Added optional argument number.
3067         (wl-summary-message-mark): Added optional argument flag.
3068         (wl-summary-persistent-mark): Added optional argument number and flag.
3069         (wl-summary-update-persistent-mark): Ditto.
3070         (wl-summary-update-status-marks): Set "r" for interactive spec.
3071
3072         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3073         argument number and flag.
3074
3075         * wl-action.el (wl-summary-registered-temp-mark): 
3076         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3077
3078 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3081         internal variable (buffer local).
3082         (wl-summary-window-scroll-functions): New function.
3083         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3084         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3085         as nil.
3086         (wl-summary-update-status-marks): Added arguments beg, end and
3087         check.
3088         (wl-summary-update-mark-window): Use function.
3089         (wl-summary-sync-update): Follow the change above.
3090         (wl-summary-switch-to-clone-buffer): Copy
3091         wl-summary-buffer-unsync-mark-number-list.
3092         (wl-summary-goto-folder-subr): Set
3093         wl-summary-buffer-unsync-mark-number-list and
3094         use wl-summary-window-scroll-functions instead of
3095         wl-summary-lazy-highlight.
3096
3097         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3098
3099 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3100
3101         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3102
3103         * wl-summary.el (wl-summary-update-persistent-mark): Call
3104         wl-summary-set-message-modified.
3105
3106         * wl-summary.el (wl-summary-sync-update): Don't call
3107         wl-summary-update-status-marks.
3108
3109         * Version number is increased to 2.11.18.
3110
3111 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3114         (wl-message-next-page): Ditto.
3115
3116 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3117
3118         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3119         local variable.  Change the order of a collected list into the
3120         same as the specified range.  Remove nil from a collected list.
3121
3122 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3123
3124         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3125         argument for elmo-folder-list-messages.
3126
3127 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3128
3129         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3130         change (wl-summary-count-unreads return a list instead of a cons
3131         cell).
3132
3133 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3134
3135         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3136         `wl-summary-folder-info-update'.
3137
3138 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-set-message-modified): No use
3141         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3142         (wl-summary-set-mark-modified): Abolish.
3143         (wl-summary-mark-modified-p): Ditto.
3144         (wl-summary-save-view): Follow the change above.
3145
3146         * wl-expire.el (wl-summary-expire): Likewise.
3147
3148 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3149
3150         * wl-summary.el (wl-summary-detect-mark-position): Use
3151         modb-entity-handler.
3152         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3153
3154         * Version number is increased to 2.11.17.
3155
3156 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3157
3158         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3159         entity field value.
3160         (wl-summary-prefetch-msg): Ditto.
3161         (wl-summary-print-message-with-ps-print): Ditto.
3162
3163 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3164
3165         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3166         for dummy entity.
3167         (wl-summary-insert-thread): Use elmo-message-entity-field.
3168         (wl-summary-update-thread): Use elmo-message-entity-field and
3169         elmo-message-entity-number.
3170         (wl-summary-line-number):  Use elmo-message-entity-number.
3171         (wl-summary-line-size): Use elmo-message-entity-field.
3172         (wl-summary-line-subject): Ditto.
3173         (wl-summary-line-from): Ditto.
3174         (wl-summary-line-attached): Ditto.
3175         (wl-summary-create-line): Ditto.
3176         (wl-summary-create-line): Use elmo-message-entity-number.
3177         (wl-summary-print-message-with-ps-print): Use
3178         elmo-message-entity-field.
3179
3180 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3183         change in elmo-msgdb-make-message-entity.
3184         (wl-summary-buffer-set-folder): Don't call
3185         wl-summary-detect-mark-position here.
3186         (wl-summary-rescan): Call elmo-message-entity-number.
3187         (wl-summary-sync-update): Ditto.
3188         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3189
3190         * wl-score.el (wl-score-header-index): Redefine 2th element.
3191         (wl-score-overview-entity-get-extra): Abolish.
3192         (wl-score-ov-entity-get): Rewrite.
3193         (wl-score-string-index<, wl-score-string-func<): Abolish.
3194         (wl-score-string<): New function.
3195         (wl-score-string-sort): Use it.
3196
3197         * wl-refile.el (wl-refile-guess-by-history): Use
3198         elmo-message-entity-field.
3199         (wl-refile-guess-by-from): Ditto.
3200         (wl-refile-guess-by-msgid): Ditto.
3201
3202         * Version number is increased to 2.11.16.
3203
3204 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3205
3206         * wl-folder.el (wl-folder-confirm-existence): Don't call
3207         file-exists-p if msgdb-path is nil.
3208         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3209         `wl-read-folder-hist' to `wl-read-folder-history'.
3210
3211 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3212
3213         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3214         `y-or-n-p'.
3215
3216 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3217
3218         * wl-score.el (wl-score-headers): Don't use
3219         elmo-folder-do-each-message-entity.
3220
3221         * Version number is increased to 2.11.15.
3222
3223 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-summary.el (wl-summary-delete-all-msgs): Use
3226         elmo-folder-move-messages instead of elmo-folder-delete-messages
3227         and elmo-folder-detach-messages.
3228         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3229
3230         * wl-expire.el (wl-expire-delete): Ditto.
3231         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3232
3233 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3236         (wl-message-header-narrowing-fields): Ditto.
3237         (wl-message-header-narrowing-lines): Ditto.
3238         (wl-message-header-narrowing-string): Ditto.
3239
3240         * wl-summary.el (wl-summary-mode-map): Bind
3241         wl-summary-toggle-header-narrowing to "C-cC-f".
3242         (wl-summary-toggle-header-narrowing): New function.
3243
3244         * wl-message.el (wl-message-buffer-create): Call
3245         wl-message-header-narrowing-setup.
3246         (wl-message-redisplay): Call wl-message-header-narrowing.
3247         (wl-message-header-narrowing): New function.
3248         (wl-message-header-narrowing-map): New keymap.
3249         (wl-message-header-narrowing-widen-map): New keymap.
3250         (wl-message-header-narrowing-again-at-mouse): New function.
3251         (wl-message-header-narrowing-1): Ditto.
3252         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3253         (wl-message-header-narrowing-setup): Ditto.
3254         (wl-message-header-narrowing-toggle): Ditto.
3255         
3256         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3257
3258         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3259         'flag as all.
3260         (wl-use-flag-folder-help-echo): New user option.
3261
3262         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3263         wl-summary-highlight as nil.
3264         (wl-summary-set-mark-modified): Follow the API change.
3265         (wl-summary-mark-modified-p): Ditto.
3266         (wl-summary-mark-as-read-all): Ditto.
3267         (wl-summary-sync-marks): Don't call
3268         elmo-folder-list-messages-with-global-mark.
3269         (wl-summary-mark-as-read-internal): Follow the API change.
3270         (wl-summary-mark-as-answered-internal): Ditto.
3271         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3272         Follow the API change.
3273         (wl-summary-create-line): Call with number argument.
3274         (wl-summary-reply): Follow the API change.
3275
3276         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3277         function.
3278         (wl-highlight-summary-line-string): Call it when
3279         wl-use-flag-folder-help-echo is non-nil.
3280         (wl-highlight-summary-current-line): Ditto.
3281         (elmo-flag-folder-referrer): Added autoload setting.
3282
3283         * wl-draft.el (wl-draft-kill): Follow the API change.
3284
3285         * Version number is increased to 2.11.14.
3286         
3287 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3290
3291 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3292
3293         * Version number is increased to 2.11.13.
3294
3295 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3296
3297         * wl-draft.el (wl-draft-previous-history-element): Fixed
3298         unbalanced parenthesis and bind unbound local variables.
3299
3300 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3301
3302         * wl-draft.el (wl-draft-previous-history-element): New function.
3303         (wl-draft-next-history-element): Ditto.
3304         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3305         them to M-p and M-n.
3306
3307 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * Version number is increased to 2.11.12.
3310
3311 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3312
3313         * wl-draft.el (wl-draft-hide): Select buffer-window.
3314
3315 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3316
3317         * wl-summary.el (wl-summary-narrow-to-region): New function.
3318         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3319         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3320         (wl-summary-save-region): Use it.
3321         * wl-action.el (wl-summary-collect-numbers-region)
3322         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3323
3324 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3325
3326         * wl-folder.el (wl-folder-count-incorporates): Don't use
3327         `elmo-msgdb-mark-load'
3328
3329         * Version number is increased to 2.11.11.
3330
3331 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3332
3333         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3334         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3335
3336 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3339
3340 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * Version number is increased to 2.11.10.
3343
3344 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3345
3346         * wl-mime.el (wl-draft-attribute-value): Fixed.
3347
3348 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3349
3350         * wl-util.el (wl-copy-local-variables): New function.
3351
3352         * wl-mime.el (wl-draft-attribute-recipients): New function.
3353         (wl-draft-attribute-envelope-from): Ditto.
3354         (wl-draft-attribute-smtp-posting-server): Ditto.
3355         (wl-draft-attribute-smtp-posting-port): Ditto.
3356         (wl-draft-attribute-value): Ditto.
3357         (wl-draft-preview-message): Use it to get value for
3358         attributes. Reflect result of `wl-draft-config'.
3359
3360         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3361         and call `wl-summary-mark-as-read' before to call
3362         `wl-summary-unset-mark'.
3363         (wl-summary-target-mark-mark-as-unread): Likewise.
3364         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3365
3366 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3367
3368         * wl-mime.el (wl-draft-preview-message): Use actual value for
3369         attributes; Fix for small window.
3370
3371 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3372
3373         * wl-refile.el (wl-refile-get-field-value): Call
3374         `elmo-message-entity-field' with 3rd argument is non-nil.
3375
3376 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-vars.el (wl-draft-preview-attributes): New user option.
3379         (wl-draft-preview-attributes-list): Ditto.
3380         (wl-draft-preview-attributes-buffer-lines): Ditto.
3381         (wl-draft-preview-attributes-buffer-name): Ditto.
3382
3383         * wl-mime.el (wl-draft-preview-message): Display attributes.
3384
3385 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * wl-summary.el (wl-summary-detect-mark-position): Bind
3388         wl-summary-flag-priority-list to '(new).
3389
3390 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3393         funtion.
3394         (wl-highlight-summary-line-string): Use it.
3395         (wl-highlight-summary-current-line): Ditto.
3396
3397 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3398
3399         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3400         line even when the mark string is not changed.
3401
3402         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3403         argument change in the wl-summary-create-line.
3404         (wl-thread-insert-entity-sub): Ditto.
3405
3406         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3407         argument change in the wl-summary-create-line.
3408         (wl-summary-insert-sequential): Ditto.
3409         (wl-summary-update-thread): Ditto.
3410         (wl-summary-persistent-mark-string): New inline function.
3411         (wl-summary-message-mark): Use it.
3412         (wl-summary-create-line): Abolish argument wl-persistent-mark
3413         and added wl-flags, wl-cached.
3414
3415         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3416         mark to flags.
3417         (wl-highlight-summary-current-line): Decide the face not by the 
3418         persistent mark but flags.
3419
3420 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3421
3422         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3423         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3424         wl-summary-read-uncached-mark): Revive.
3425         (wl-summary-answered-cached-mark,
3426         wl-summary-answered-uncached-mark): New user option.
3427         (wl-summary-score-marks): Follow the change above.
3428         (wl-summary-auto-refile-skip-marks): Ditto.
3429         (wl-summary-incorporate-marks): Ditto.
3430         (wl-summary-expire-reserve-marks): Ditto.
3431         (wl-summary-flag-priority-list): New user option.
3432
3433         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3434         changes.
3435         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3436         of elmo-message-mark.
3437         (wl-summary-mark-as-read-internal): Ditto.
3438         (wl-summary-mark-as-answered): Ditto.
3439         (wl-summary-mark-as-important): Ditto.
3440         (wl-summary-redisplay-internal): Ditto.
3441         (wl-summary-redisplay-no-mime-internal): Ditto.
3442         (wl-summary-message-mark): New function.
3443         (wl-summary-insert-sequential): Use wl-summary-message-mark
3444         instead of elmo-message-mark.
3445         (wl-summary-update-thread): Ditto.
3446         (wl-summary-persistent-mark): Ditto.
3447         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3448         instead of elmo-message-mark.
3449
3450         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3451         wl-summary-message-mark instead of elmo-message-mark.
3452         (wl-thread-insert-entity-sub): Ditto.
3453         (wl-thread-get-children-msgs-uncached): Ditto.
3454
3455         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3456         variable name changes.
3457         (wl-highlight-summary-current-line): Ditto.
3458
3459         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3460         wl-summary-message-mark instead of elmo-message-mark.
3461
3462         * wl-expire.el (wl-expire-message-p): Ditto.
3463
3464         * wl-score.el (wl-score-headers): Ditto.
3465
3466         * Version number is increased to 2.11.9.
3467
3468         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3469         (wl-summary-sync-update): Follow the change above.
3470         (wl-summary-switch-to-clone-buffer): Ditto.
3471         (wl-summary-open-folder): Ditto.
3472
3473 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3474
3475         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3476         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3477
3478         * Version number is increased to 2.11.8.
3479
3480         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3481
3482         * wl-expire.el (wl-expire-refile): Follow the API change on
3483         `elmo-folder-move-messages'.
3484         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3485
3486         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3487         (wl-summary-exec-action-refile): Ditto.
3488         (wl-summary-exec-action-copy): Ditto.
3489         (wl-summary-no-auto-refile-message-p): No use
3490         `wl-summary-buffer-msgdb'.
3491         (wl-summary-auto-refile): Ditto.
3492
3493 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3494
3495         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3496
3497 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3498
3499         * wl-summary.el (wl-summary-sync): Treat no-sync.
3500
3501         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3502         (wl-default-sync-range): Ditto.
3503
3504 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3505
3506         * wl-refile.el (wl-refile-subject-learn): Call
3507         `elmo-message-entity-field' with 3rd argument is non-nil.
3508         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3509         instead of `elmo-msgdb-overview-entity-get-subject'.
3510
3511 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3512
3513         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3514         scan-type is rescan.
3515         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3516         new optional argument force is non-nil.
3517         (wl-summary-save-view-cache): Call it with force argument non-nil.
3518
3519         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3520
3521 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3522
3523         * wl-action.el (wl-summary-print-argument): Fixed last change.
3524
3525 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3526
3527         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3528         simplified.
3529         (wl-summary-target-mark-mark-as-unread): Likewise.
3530         (wl-summary-target-mark-mark-as-important): Likewise.
3531
3532 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3533
3534         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3535         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3536         (wl-summary-mark-as-important-region): Change accordingly.
3537         (wl-summary-target-mark-mark-as-important): Ditto.
3538
3539 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3540
3541         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3542
3543         * wl-action.el (wl-summary-print-argument): Print argument to
3544         right side of window if `wl-summary-print-argument-within-window'
3545         is non-nil.
3546
3547 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3548
3549         * wl-action.el (wl-summary-set-mark): Use
3550         `wl-summary-message-visible-p' to check visibility of the message
3551         and jump to message only when the message line is visible and have
3552         different number; Call wl-summary-unset-mark with number argument.
3553         (wl-summary-unset-mark): 
3554         Use `wl-summary-message-visible-p'
3555         to check visibility of the message and jump to message only when
3556         the message line is visible and have different number;
3557
3558 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3559
3560         * Version number is increased to 2.11.7.
3561
3562         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3563         and wl-folder-summary-line-format.
3564
3565         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3566         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3567         (wl-summary-set-score-mark): Use it.
3568         (wl-summary-target-mark-mark-as-read): Ditto.
3569         (wl-summary-target-mark-mark-as-unread): Ditto.
3570         (wl-summary-target-mark-mark-as-important): Ditto.
3571         (wl-summary-target-mark-msgs): Simplified.
3572         (wl-summary-detect-mark-position): Fixed problem when
3573         summary-line-format no contain persisten/temp mark spec.
3574         (wl-summary-temp-mark): Ditto.
3575         (wl-summary-persistent-mark): Ditto.
3576         (wl-summary-update-persistent-mark): Ditto.
3577
3578         * wl-action.el (wl-summary-set-mark): Ditto.
3579         (wl-summary-unset-mark): Ditto.
3580         All other related portions are changed.
3581
3582 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * Version number is increased to 2.11.6.
3585
3586 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3587
3588         * wl-util.el (wl-current-message-buffer): Define as function;
3589         Don't use the value of wl-messge-buffer.
3590
3591         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3592         persistent mark.
3593
3594         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3595         no current message, cause an error.
3596
3597 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3598
3599         * wl-summary.el (wl-summary-set-message-modified): Use
3600         elmo-folder-set-message-modified instead of
3601         elmo-folder-set-message-modified-internal.
3602
3603 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3606         interactively.
3607         (wl-summary-sync): nokill->entirely.
3608         (wl-summary-sync-marks): Fixed message.
3609         (wl-summary-input-range): Added mark, nokill->entirely.
3610
3611         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3612         messages as read.
3613
3614 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3615
3616         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3617         update-noscore.
3618         (wl-summary-sync): Follow the change above.
3619
3620 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3621
3622         * wl-action.el (wl-summary-target-mark-all): Use
3623         elmo-folder-list-messages.
3624
3625 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3626
3627         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3628         (wl-summary-rescan): Set wl-summary-scored as nil.
3629         (wl-summary-sync-force-update): Follow the change above.
3630         (wl-summary-sync): Ditto.
3631         (wl-summary-sync-update): Added argument disable-killed.
3632         (wl-summary-insert-headers): Set visible-only argument for
3633         elmo-folder-list-messages.
3634         (wl-summary-input-range): Added update-nokill, update-noscore,
3635         all-nokill, all-noscore and mark.
3636
3637         * Version number is increased to 2.11.5.
3638
3639         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3640
3641 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3642
3643         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3644         (wl-summary-prefetch-region-no-mark): Change accordingly.
3645         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3646
3647 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3648
3649         * wl-address.el (wl-complete-field-to): Abolished.
3650         (wl-complete-address): Completion function for completing-read.
3651         * wl-action.el (wl-summary-get-resend-address): Use it.
3652
3653         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3654         wl-summary-update-mark and abolish unused argument.
3655         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3656         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3657         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3658         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3659         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3660         * wl-draft.el (wl-draft-kill): Ditto.
3661
3662         * wl-summary.el: Remove unused binding of case-fold-search.
3663         (wl-summary-replace-status-marks): Abolished.
3664
3665 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3668         is specified or folder length is zero.
3669
3670 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3671
3672         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3673         (wl-folder-archive-current-entity): Ditto.
3674
3675 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3678         retrieving message mark.
3679         (wl-summary-redisplay-internal): Ditto.
3680
3681         * wl-message.el (wl-message-buffer-display): Ignore errors while
3682         retrieving message-id field.
3683
3684         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3685         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3686         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3687         order of the arguments for `wl-expire-message-p'.
3688         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3689
3690         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3691         Check return value of wl-summary-reply.
3692         (wl-summary-reply): Recover window configuration when an error occured.
3693
3694 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3695
3696         * wl-summary.el (wl-summary-resend-message): Abolished, the
3697         feature is inherited by wl-summary-resend (put resend mark).
3698
3699 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3700
3701         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3702         wl-message-buffer to nil when the message is hide.
3703
3704 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3705
3706         * .cvsignore: New file.
3707
3708 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3709
3710         * wl-action.el (wl-summary-action-docstring): Add more info.
3711         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3712         duplicate definition.
3713         (wl-summary-define-mark-action): Functions wl-summary-*-region
3714         keep current position.
3715         (wl-summary-unregister-target-mark): Store result to the variable.
3716
3717 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * Version number is increased to 2.11.4.
3720
3721 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3724         wl-summary-delete-all-temp-marks.
3725         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3726
3727         * wl-action.el (wl-summary-set-mark): Changed terminology
3728         refile-destination -> action-argument.
3729         (wl-summary-unset-mark): Ditto.
3730         (wl-summary-remove-argument): Ditto.
3731         (wl-summary-print-argument): Ditto.
3732
3733         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3734         (wl-thread-remove-argument-region): Ditto.
3735         (wl-thread-print-argument-region): Ditto.
3736         (wl-thread-close): Ditto.
3737         (wl-thread-open): Ditto.
3738
3739         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3740         (wl-highlight-refile-destination-face is abolished)
3741         (wl-highlight-action-argument-string): Ditto.
3742         (wl-highlight-summary-current-line): Highlight action argument.
3743
3744         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3745         color for light backgrounds.
3746         (wl-highlight-summary-answered-face): Ditto.
3747
3748 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3751
3752         * wl-score.el (wl-summary-score-update-all-lines): Use
3753         wl-summary-set-mark.
3754         (wl-summary-score-update-all-lines): Kill expunged messages.
3755
3756         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3757
3758 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3761         directly.
3762         (wl-score-overview-entity-get-lines): Ditto.
3763         (wl-score-overview-entity-get-xref): Ditto.
3764         (wl-score-get-latest-msgs): Ditto.
3765         (wl-summary-rescore): Ditto.
3766
3767         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3768         to "&".
3769         (wl-summary-mark-as-answered-internal): New inline function.
3770         (wl-summary-mark-as-answered): New function.
3771         (wl-summary-mark-as-unanswered): Ditto.
3772         (wl-summary-sync-marks): Modified for answered-mark synching.
3773
3774 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-action.el (wl-summary-set-mark): Fixed last change.
3777
3778 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3779
3780         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3781         behavior of wl-summary-unread-message-hook
3782         (Pointed out by akira yamada <akira@arika.org>).
3783
3784 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3785
3786         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3787         wl-summary-delete.
3788         * wl-xmas.el (wl-summary-toolbar): Ditto.
3789
3790         * wl-action.el (wl-summary-set-mark): Don't override current
3791         temp-mark.
3792
3793         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3794
3795 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3798         (wl-refile-msgid-learn): Ditto.
3799         (wl-refile-get-field-value): Ditto.
3800
3801         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3802
3803         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3804         (wl-expire-delete-reserved-messages): Renamed from
3805         wl-expire-reserve-marked-msgs-from-list.
3806         (wl-expire-delete): Removed argument `msgdb'.
3807         (wl-expire-refile): Ditto.
3808         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3809         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3810         mark-alist as argument.
3811         (wl-expire-archive-number1): Removed argument `msgdb'.
3812         (wl-expire-archive-number2): Ditto.
3813         (wl-expire-archive-date): Ditto.
3814         (wl-expire-localdir-date): Ditto.
3815         (wl-expire-hide): Ditto.
3816         (wl-archive-number1): Ditto.
3817         (wl-archive-number2): Ditto.
3818         (wl-archive-date): Ditto.
3819         (wl-archive-folder): Ditto.
3820         All other related portions are changed.
3821
3822 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3823
3824         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3825         mean move up and down. (suggested by Takashi Kawachi)
3826
3827 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-acap.el (toplevel): Don't require un-define.
3830
3831 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-thread.el (wl-thread-delete-message): Always update
3834         wl-summary-buffer-number-list.
3835
3836         * wl-action.el (wl-summary-print-destination): 
3837         Do nothing when folder is nil.
3838
3839 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3840
3841         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3842         persistent mark when prefetch is succeeded.
3843
3844 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3845
3846         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3847         instead of elmo-msgdb-delete-msgs.
3848         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3849         (wl-expire-hide): Ditto.
3850
3851         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3852
3853         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3854         elmo-msgdb interface.
3855         (wl-thread-get-exist-children): Likewise.
3856         (wl-thread-insert-message): Likewise.
3857         (wl-thread-msg-mark-as-important): Likewise.
3858         (wl-thread-insert-entity-sub): Likewise.
3859         (wl-thread-get-children-msgs-uncached): Likewise.
3860
3861         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3862         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3863         (wl-summary-sync-update): Likewise.
3864         (wl-summary-auto-select-msg-p): Likewise.
3865         (wl-summary-update-thread): Likewise.
3866         (wl-summary-mark-as-important): Likewise.
3867         (wl-summary-jump-to-msg-internal): Likewise.
3868         (wl-summary-redisplay-internal): Likewise.
3869         (wl-summary-print-message-with-ps-print): Likewise.
3870         (wl-summary-folder-info-update): Likewise.
3871
3872         * wl-folder.el (wl-folder-check-one-entity):
3873         elmo-folder-count-flags instead of wl-summary-count-unread.
3874
3875         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3876
3877         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3878
3879         * wl-summary.el (wl-summary-set-message-modified): 
3880         Call wl-summary-set-mark-modified.
3881         (wl-summary-delete-messages-on-buffer): Call
3882         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3883         (wl-summary-sync-update): Call elmo-folder-length instead of
3884         elmo-folder-messages.
3885         (wl-summary-insert-headers): Don't call
3886         elmo-folder-list-message-entities.
3887
3888 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3889
3890         * wl-action.el (wl-summary-define-mark-action): Call
3891         `wl-summary-set-mark' with argument `data'.
3892         (wl-summary-auto-refile): Fixed order of arguments when call
3893         `wl-summary-refile'.
3894
3895 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3898
3899         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3900
3901         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3902         (Renamed from wl-highlight-summary-deleted-face).
3903         (wl-highlight-summary-resend-face): New face.
3904
3905         (wl-highlight-summary-deleted-face): Renamed from
3906         wl-highlight-summary-erased-face.
3907
3908         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3909
3910         * wl-action.el (wl-summary-get-resend-address): New function.
3911         (wl-summary-exec-action-resend): Ditto.
3912         (wl-summary-exec-action-resend-subr): Ditto.
3913
3914         * w-thread.el (wl-thread-copy): Removed definition.
3915         (wl-thread-refile): Ditto.
3916         (wl-thread-delete): Ditto.
3917         (wl-thread-target-mark): Ditto.
3918
3919         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3920         (wl-summary-target-mark-set-action): Fixed.
3921         (wl-summary-define-mark-action): Fixed quotation.
3922         (wl-summary-move-mark-list-messages): Display message.
3923         (wl-summary-define-mark-action): Define thread functions.
3924         (wl-summary-exec-action-refile): Changed message.
3925         (wl-summary-exec): Ditto.
3926
3927 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3928         
3929         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3930         '%%'.
3931
3932 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3933
3934         * wl.el (toplevel): Require wl-action.
3935         (wl-init): Call wl-summary-define-mark-action.
3936
3937         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3938
3939         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3940         wl-summary-delete and wl-summary-erase.
3941         (wl-summary-mode-map): Ditto.
3942
3943         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3944         wl-delete-folder-alist.
3945
3946         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3947         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3948         (toplevel): Moved mark & action related functions to the wl-action.el.
3949
3950         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3951         in wl-summary-mark-action-list.
3952         (wl-highlight-summary-current-line): Ditto.
3953
3954         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3955         empty lines.
3956
3957         * wl-action.el: New file. 
3958
3959 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-summary.el (wl-summary-target-mark-replace): New function.
3962         (wl-summary-target-mark-prefetch): Use it.
3963         (wl-summary-target-mark-delete): Ditto.
3964         (toplevel): Rearranged definition order.
3965         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3966         (wl-summary-target-mark-erase): Rewrite.
3967         (wl-summary-erase-region): New function.
3968         (wl-summary-exec-action-erase): Changed message.
3969         (wl-summary-move-mark-list-messages): New function.
3970         (wl-summary-exec-action-delete): Use it.
3971         (wl-summary-exec-action-erase): Ditto.
3972
3973         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3974         (wl-summary-skip-mark-list): Added "d".
3975
3976         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3977         while searching.
3978
3979         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3980         and define using defcustom;
3981         Define 4th element as a face.
3982         
3983         * wl-summary.el (wl-summary-incorporate): Use 
3984         `wl-summary-prefetch-region-no-mark' instead of
3985         `wl-summary-prefetch-region'.
3986         (wl-summary-prefetch-region-no-mark): Revival of old
3987         `wl-summary-prefetch-region'.
3988         (wl-summary-mark-action-list): Moved to wl-vars.el
3989
3990         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3991         face according to the `wl-summary-mark-action-list'.
3992         (wl-highlight-summary-current-line): Ditto;
3993         Removed destination highlighting.
3994
3995         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3996         (wl-highlight-summary-line-string): Highlight for "i" mark.
3997         (wl-highlight-summary-current-line): Ditto.
3998
3999         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4000         no destination.
4001
4002         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4003         exists, just go ahead.
4004         (wl-summary-prefetch-region): Rewrite.
4005         (wl-summary-prefetch): Ditto.
4006         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4007         (wl-summary-exec-action-prefetch): New function.
4008         (wl-summary-target-mark-prefetch): Rewrite.
4009
4010 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4011
4012         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4013         (wl-highlight-summary-line-string): Added "d" and "D".
4014         (wl-highlight-summary-current-line): Ditto.
4015
4016         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4017         in wl-summary.el.
4018         (wl-thread-insert-entity-sub): Ditto.
4019         (wl-thread-remove-destination-region): Ditto.
4020         (wl-thread-print-destination-region): Ditto.
4021
4022         * wl-summary.el (wl-summary-buffer-refile-list,
4023         wl-summary-buffer-delete-list,
4024         wl-summary-buffer-copy-list): Abolish.
4025         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4026         All other related portions are changed.
4027         (wl-summary-mark-action-list): New variable.
4028         (wl-summary-set-mark): New function.
4029         (wl-summary-register-target-mark): Ditto.
4030         (wl-summary-unregister-target-mark): Ditto.
4031         (wl-summary-have-target-mark-p): Ditto.
4032         (wl-summary-register-temp-mark): Ditto.
4033         (wl-summary-unregister-temp-mark): Ditto.
4034         (wl-summary-registered-temp-mark): Ditto.
4035         (wl-summary-collect-temp-mark): Ditto.
4036         (wl-summary-unset-mark): Ditto.
4037         (wl-summary-set-target-mark): Ditto.
4038         (wl-summary-unset-target-mark): Ditto.
4039         (wl-summary-set-action-generic): Ditto.
4040         (wl-summary-unset-action-generic): Ditto.
4041         (wl-summary-exec-action-delete): Ditto.
4042         (wl-summary-exec-action-erase): Ditto.
4043         (wl-summary-set-action-refile): Ditto.
4044         (wl-summary-set-action-refile-subr): Ditto.
4045         (wl-summary-unset-action-refile): Ditto.
4046         (wl-summary-make-destination-numbers-list): Ditto.
4047         (wl-summary-exec-action-refile): Ditto.
4048         (wl-summary-set-action-copy): Ditto.
4049         (wl-summary-unset-action-copy): Ditto.
4050         (wl-summary-exec-action-copy): Ditto.
4051         (wl-summary-collect-numbers-region): Ditto.
4052         (wl-summary-delete): Rewrite.
4053         (wl-summary-erase): Ditto.
4054         (wl-summary-remove-destination): Ditto.
4055         (wl-summary-exec): Ditto.
4056         (wl-summary-exec-region): Ditto.
4057         (wl-summary-target-mark-erase): Ditto.
4058         (wl-summary-refile): Ditto.
4059         (wl-summary-copy): Ditto.
4060         (wl-summary-unmark): Ditto.
4061         (wl-summary-delete-all-mark): Ditto.
4062         (wl-summary-mark-line): Don't highlight.
4063         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4064         (wl-summary-target-mark-refile-subr): Rewrite.
4065
4066         (wl-summary-copy-prev-destination): Abolish.
4067
4068 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4069
4070         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4071         default values along the value of wl-on-mule.
4072         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4073         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4074         It is not used anywhere.
4075
4076 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4077
4078         * wl-summary.el (wl-summary-print-destination): Keep position.
4079         (wl-summary-cursor-move-surface): Keep horizontal position.
4080
4081 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4082
4083         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4084         write sendlog.
4085
4086 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4087
4088         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4089         `wl-summary-highlight'.
4090
4091 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4092
4093         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4094         trivial condition for temp-mark.
4095
4096 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4097
4098         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4099         when it hits killed buffer.
4100
4101 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4102
4103         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4104         * wl-news.el.in: `message' and `error' take format string.
4105
4106 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4107
4108         * wl-folder (wl-folder-insert-entity): Display a message,
4109         `...done', when the work finish.
4110         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4111
4112 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4113
4114         * wl-message.el (wl-message-redisplay): Remove unused local
4115         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4116
4117 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4118
4119         * wl-summary.el (wl-summary-replace-status-marks): Disable
4120         interactive use.
4121         (wl-summary-reedit): Check message existence at first.
4122         (wl-summary-mark-line): Fix doc, return value is indefinite.
4123
4124         * wl-highlight.el (wl-highlight-message): Arranged.
4125
4126         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4127         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4128         check temp-mark by wl-summary-temp-mark always.
4129         (wl-highlight-summary): Change accordingly.
4130         * wl-summary.el (wl-summary-mark-as-read-all)
4131         (wl-summary-delete-cache, wl-summary-set-score-mark)
4132         (wl-summary-mark-as-unread, wl-summary-unmark)
4133         (wl-summary-mark-line, wl-summary-mark-as-read)
4134         (wl-summary-mark-as-important): Ditto.
4135
4136         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4137         end of the window if possible.
4138         * wl-summary.el (wl-summary-sync-update): Support lazy
4139         highlighting.
4140         (wl-summary-toggle-disp-msg): Ditto.
4141
4142 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4143
4144         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4145
4146 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4147
4148         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4149         change.
4150
4151 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4154         API.
4155         (wl-summary-sync-update): Ditto.
4156
4157         * wl-score.el (wl-score-get-score-alist): Changed argument.
4158         (wl-summary-rescore-msgs): Likewise.
4159         (wl-summary-score-headers): Likewise.
4160         (wl-score-headers): Likewise;
4161         Use elmo-folder-do-each-message-entity, etc.
4162         (wl-summary-score-effect): Follow the changes above.
4163         (wl-summary-rescore): Ditto.
4164         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4165         (wl-score-get-overview): Abolish.
4166
4167         * wl-summary.el (wl-summary-default-from): Follow the API change in
4168         elmo-msgdb.
4169         (wl-summary-count-unread): Ditto.
4170         (wl-summary-detect-mark-position): Ditto.
4171         (wl-summary-overview-entity-compare-by-date): Ditto.
4172         (wl-summary-overview-entity-compare-by-number): Ditto.
4173         (wl-summary-overview-entity-compare-by-from): Ditto.
4174         (wl-summary-overview-entity-compare-by-subject): Ditto.
4175         (wl-summary-get-list-info): Ditto.
4176         (wl-summary-rescan): Ditto.
4177         (wl-summary-jump-to-msg-by-message-id): Ditto.
4178         (wl-summary-sync-update): Ditto; Removed comment.
4179         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4180         (wl-summary-insert-message): Use wl-summary-insert
4181         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4182         (wl-summary-insert-headers): Changed argument overview to folder.
4183         (wl-summary-search-by-subject): Likewise.
4184         (wl-summary-insert-thread): Renamed from 
4185         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4186
4187         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4188         too.
4189
4190         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4191         wl-string-member.
4192
4193 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4196         elmo-folder-append-buffer.
4197         (wl-draft-queue-append): Likewise.
4198
4199         * wl-mime.el (wl-message-delete-current-part): Ditto.
4200         (wl-summary-burst-subr): Ditto.
4201
4202         * wl-news.el.in (wl-news-send-news): Ditto.
4203
4204 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4207         function.
4208         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4209         (wl-summary-update-mark): Enclose with save-excursion.
4210         (wl-summary-mark-as-read-internal): Fixed last change.
4211         (wl-summary-mark-as-important): Use 3rd argument of
4212         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4213         Don't use elmo-msgdb-set-mark.
4214         (wl-summary-redisplay-internal): If msgdb flag is already read,
4215         just update the mark on buffer.
4216
4217 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4218
4219         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4220         cut visible folder when elmo-folder-delete returns non-nil value.
4221
4222 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4223
4224         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4225         by Kenichi OKADA <okada@opaopa.org>).
4226
4227 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4228
4229         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4230
4231 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4232
4233         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4234         Fixed the last change, search group entity by its real name.
4235         (Thanks to: KOBAYASHI Shinji)
4236
4237 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4238
4239         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4240         (wl-fldmgr-access-display-all): Don't refer visible name.
4241         * wl-expire.el (wl-folder-archive-current-entity)
4242         (wl-folder-expire-current-entity): Ditto.
4243         * wl-folder.el (wl-folder-jump-to-current-entity)
4244         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4245         (wl-folder-open-folder-sub,wl-folder-open-all)
4246         (wl-folder-write-current-folder): Ditto.
4247         (wl-folder-insert-entity): Don't use petname for normal group.
4248         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4249         is the real name.
4250         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4251         Abolished.
4252
4253 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4254
4255         * wl-draft.el (wl-draft-create-buffer): Add
4256         `wl-summary-reply-with-citation'
4257
4258 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4259
4260         * wl-draft.el (wl-draft-reply): Fixed.
4261
4262 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4263
4264         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4265         when `wl-draft-send-confirm-with-preview' is non-nil.
4266         You can scroll up/down by j/k.
4267         (wl-draft-send-confirm-with-preview): New variable (default=t).
4268
4269 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4270
4271         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4272         (wl-fldmgr-save-folders): Fix comment.
4273
4274 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4277         along the last change in `wl-folder-buffer-group-p'.
4278
4279 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4280
4281         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4282         folder.
4283
4284         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4285         the default value.
4286
4287         * wl-mime.el (wl-summary-burst): Update summary only when target
4288         folder equals current folder.
4289
4290 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4291
4292         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4293
4294 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4297         value.
4298
4299 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4300
4301         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4302         `map-extents' instead of `extent-at' repeatedly.
4303         (wl-highlight-folder-current-line): Ditto.
4304
4305         * wl-highlight.el: Remove useless dummy functions.
4306
4307 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4308
4309         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4310         (wl-folder-put-folder-property): New function to put text property.
4311         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4312         (wl-folder-insert-entity, wl-folder-update-diff-line)
4313         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4314         * wl-e21.el, wl-xmas.el, wl-mule.el
4315         (wl-highlight-folder-current-line): Ditto.
4316         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4317         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4318         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4319         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4320
4321 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * Version number is increased to 2.11.3.
4324
4325 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4326
4327         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4328         Resume current-buffer since it is assumed by remaining tasks.
4329
4330 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4331
4332         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4333         (wl-folder-completion-function): Abolished.
4334         (wl-folder-complete-folder): New function.
4335         (wl-folder-complete-filter-condition): Ditto.
4336         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4337         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4338
4339 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-draft.el (wl-draft-send-confirm): New function.
4342         (wl-draft-send): Use it.
4343
4344         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4345         cursor-in-echo-area while confirming.
4346
4347         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4348
4349         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4350         searching via nntp if wl-summary-search-via-nntp is 'force.
4351         Otherwise, invoke searching in nntp folder only.
4352         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4353
4354         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4355         explicitly for mime-make-text-tag.
4356
4357 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4358
4359         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4360         `mime-make-text-tag' instead of `mime-create-tag'.
4361
4362 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4365         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4366
4367 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-score.el (wl-score-save): Bind print-length and print-level.
4370         (wl-score-pretty-print): Ditto.
4371         (wl-score-edit-insert-header-entry): Ditto.
4372
4373         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4374         "From" entry to be treated with wl-draft-eword-encode-address-list.
4375         * wl-mime.el (wl-draft-preview-message): Ditto.
4376
4377         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4378         (wl-summary-mark-as-unread): Ditto.
4379         (wl-summary-mark-as-read-region): Change accordingly.
4380         (wl-summary-mark-as-unread-region): Ditto.
4381         (wl-summary-target-mark-mark-as-read): Ditto.
4382         (wl-summary-target-mark-mark-as-unread): Ditto.
4383
4384 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * Version number is increased to 2.11.2.
4387
4388 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4389
4390         * wl-news.el.in (wl-news-previous-version-save): Bind
4391         print-length and print-level.
4392         * wl-thread.el (wl-thread-save-entities): Ditto.
4393         (wl-thread-save-top-list): Bind print-length.
4394
4395 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4396
4397         * wl-highlight.el (wl-highlight-summary-line-string): Use
4398         wl-summary-score-below-mark, wl-summary-score-over-mark.
4399         (wl-highlight-summary-current-line): Ditto.
4400
4401 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4402
4403         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4404         insert it.
4405
4406 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4407
4408         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4409
4410 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4413         message without msgid.
4414         Rewrite with elmo-folder-move-messages.
4415         Set wl-message-buffer to nil.
4416
4417         * wl-summary.el (wl-summary-erase-subr): New function. Use
4418         elmo-folder-move-messages.
4419         (wl-summary-erase): Call it.
4420         (wl-summary-target-mark-erase): Ditto.
4421
4422 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4425         it is not up-tp-date.
4426
4427 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4430         buffer after calling `wl-summary-goto-folder-subr' without the
4431         argument `interactive'.
4432         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4433
4434 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4435
4436         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4437         `mime-create-tag'. Use `string=' instead of `looking-at'.
4438
4439 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4442         to avoid compile warning.
4443
4444         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4445         entity-id when folder is given.
4446         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4447         save-excursion, use save-selected-window instead.
4448         Select folder buffer window if exists.
4449         (To correct behavior with wl-folder-move-cur-folder.)
4450
4451 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4452
4453         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4454
4455 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4456
4457         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4458         list-count instead of %d.
4459
4460 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4463         (wl-news): Set it.
4464         (wl-news-append-to-folder): Use it.
4465
4466         * wl-news.el.in (wl-news-send-news): Append to specified folder
4467         instead of wl-default-folder.
4468         (wl-news-append-to-folder): Show error message with specified folder.
4469
4470         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4471                 In most major modes, Emacs assumes that any opening
4472                 delimiter found at the left margin is the start of a
4473                 top-level definition, or defun. Therefore, *never put an
4474                 opening delimiter at the left margin unless it should have
4475                 that significance.*
4476
4477         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4478
4479 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4480
4481         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4482
4483 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4484
4485         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4486
4487 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4488
4489         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4490         for sequential numbering case.
4491
4492 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4495         value.
4496         (wl-draft-reply-without-argument-list): Ditto.
4497         (wl-draft-reply-myself-with-argument-list): Abolish.
4498         (wl-draft-reply-myself-without-argument-list): Ditto.
4499         * wl-draft.el (wl-draft-self-reply-p): New function.
4500         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4501
4502 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4503
4504         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4505         (avoid error for the case without byte-compiling)
4506
4507 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-news.el.in (wl-news-append-to-folder): New function.
4510         (wl-news-exit): Rewrite.
4511         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4512
4513 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4514
4515         * wl-draft.el (wl-draft-reply-position): New function.
4516         (wl-draft-reply-position): Fix.
4517         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4518         (wl-summary-target-mark-reply-with-citation): Ditto.
4519         (wl-summary-reply-with-citation): Ditto.
4520         * wl-vars.el (wl-draft-reply-default-position): New variable.
4521
4522 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4523
4524         * wl-draft.el (wl-draft-send): Preview when interactive send.
4525
4526 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4527
4528         * wl-draft.el (wl-draft-reply): Set default position.
4529         * wl-summary.el (wl-summary-reply): Ditto.
4530         (wl-summary-reply-with-citation): Ditto.
4531         (wl-summary-target-mark-reply-with-citation): Ditto.
4532
4533 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4534
4535         * wl-news.el.in (wl-news-lang): Set default value according to
4536         current-language-environment.
4537         (wl-news-append-news): Do nothing when news-list is nil.
4538
4539 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4542         (wl-news): Change message.
4543         (wl-news-exit): Check buffer.
4544         (wl-news-force-exit): New function.
4545         (wl-news-show-all): New function.
4546         (wl-news-discard-and-exit): Fix.
4547
4548 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4551         according to current-language-environment.
4552
4553         * wl-news.el.in (wl-news): If arg, show all NEWS after
4554         wl-news-default-previous-version.
4555
4556 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl-news.el.in (wl-news-check): Rewritten.
4559         (wl-news-previous-version-load): Change data type.
4560         (wl-news-previous-version-save): Change data type.
4561         (wl-news-append-news): Add return value.
4562         (wl-news-check-news): New function.
4563         (wl-news-already-current-p): New function.
4564         (wl-news-send-news): Rewritten.
4565         (wl-news-mode-map): Add new keybind.
4566         (wl-news): Rewritten.
4567         (wl-news-exit): Rewritten.
4568         (wl-news-discard-and-mail): New function.
4569         (wl-news-send-to-address): Abolished.
4570         * wl.el (wl-init): Delete a message.
4571
4572 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-news.el.in (wl-news-exit): Update previous version.
4575         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4576
4577 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4580
4581 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4582
4583         * wl-news.el.in (wl-news): New function.
4584         (wl-news-mode): New function.
4585         (wl-news-next-line): New function.
4586         (wl-news-next-page): New function.
4587         (wl-news-exit): New function.
4588         (wl-news-buf-name): New variable.
4589         (wl-news-mode-map): New variable.
4590         (wl-news-winconf): New variable.
4591         (wl-news-append-news): Add an option.
4592
4593 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4594
4595         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4596
4597 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-news.el.in (wl-news-send-to-address): New variable.
4600         (wl-news-send-news): Use it.
4601         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4602         Return updating status.
4603         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4604
4605 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4606
4607         * wl-news.el.in (wl-news-send-news): Delete
4608         Organization and X-Face.
4609
4610 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4613         (wl-news-append-news): New function.
4614         (wl-news-send-news): New function.
4615
4616 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * Version number is increased to 2.11.1.
4619
4620 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-news.el.in : New file.
4623
4624 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4627         default value.
4628         (wl-draft-reply-without-argument-list): Ditto.
4629
4630 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4631
4632         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4633         (wl-message-buffer-prefetch-idle-time): Ditto.
4634         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4635
4636 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4637
4638         * wl-thread.el (wl-thread-insert-message): Use
4639         wl-summary-max-thread-depth.
4640
4641         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4642         loop detection.
4643
4644         * wl-message.el (wl-message-buffer-display): Back to the first page
4645         when cache is hit.
4646
4647 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4650
4651         * wl-summary.el (wl-summary-insert-thread-entity):
4652         If the thread depth is reached to wl-summary-max-thread-depth,
4653         divide the thread.
4654
4655 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4658         for elmo-remove-passwd.
4659
4660 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4661
4662         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4663         folder is sticky.
4664         (wl-folder-mark-as-read-all-entity): Ditto.
4665         (wl-folder-prefetch-entity): Ditto.
4666
4667 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4668
4669         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4670
4671 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4672
4673         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4674         Delete messages on buffer for unplugged operation.
4675         (wl-summary-erase): Ditto.
4676
4677 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4680         take nil so as not to search parent by subject.
4681
4682 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4685         (wl-folder-get-next-folder): Ditto.
4686         (wl-folder-get-path): Ditto.
4687
4688 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4689
4690         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4691         system and encode the region with it before verifying.
4692
4693 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4694
4695         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4696         system of the echo buffer before decoding.
4697
4698 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4699
4700         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4701         original contents.
4702
4703 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4706         with argument 'any-exists.
4707
4708 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4709
4710         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4711         Use `wl-cs-autoconv'.
4712
4713 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4714
4715         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4716         by `mime-view-automatic-conversion'.
4717
4718         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4719         (wl-message-verify-pgp-nonmime): Ditto.
4720         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4721         Bind them to C-c:d and C-c:v respectively.
4722
4723         Merge following code by Teranishi-san from [wl-en:00167].
4724         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4725         (wl-mime-preview-application/pgp-encrypted): Ditto.
4726         (wl-mime-setup): Add entry.
4727
4728 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4729
4730         * wl-summary.el (wl-summary-target-mark-erase): New function.
4731         Bind it to "mD".
4732
4733 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4734
4735         * wl-vars.el (wl-draft-write-file-function): Fix.
4736         (wl-draft-reedit-hook): Changed default value.
4737
4738         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4739         wl-draft-reedit-hook.
4740         (wl-draft-remove-text-plain-tag): New function.
4741         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4742
4743         * wl-vars.el (wl-draft-write-file-function): New user option.
4744
4745         * wl-draft.el (wl-draft-prepare-edit): Use it for
4746         local-write-file-hooks.
4747         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4748
4749         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4750         (wl-draft-insert-mail-header-separator): Return the body beginning
4751         point.
4752         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4753         text/plain.
4754         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4755
4756 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-summary.el (wl-summary-erase): New function to erase message
4759         without moving it to trash. Bind to "D".
4760
4761         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4762         as `keep' unless switch-function.
4763
4764 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4767         message buffer by using `wl-summary-toggle-disp-msg'.
4768         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4769         buffer window.
4770         (wl-summary-supresedes-message): Ditto.
4771
4772         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4773         Do not delete other windows.
4774         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4775         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4776         (wl-draft-create-buffer): Set reply-or-forward also for target
4777         mark commands.
4778
4779 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4780
4781         * wl-draft.el (wl-user-agent-compose): Delete special case for
4782         switch-to-buffer-other-window.
4783
4784         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4785         (wl-summary-forward): Ditto.
4786
4787         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4788         function.
4789         (wl-draft-buffer-style): New use option.
4790
4791         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4792         (wl-draft): Follow the change above.
4793         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4794         wl-draft-buffer-style.
4795         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4796         switch-function.
4797
4798 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4799
4800         * wl-address.el (wl-address-make-completion-entry): Extracted from
4801         `wl-address-make-completion-list'.
4802         (wl-address-enable-strict-loading): New variable.
4803         (wl-address-make-completion-list): Revive petname duplication
4804         inquiry, and enable it if `wl-address-enable-strict-loading'.
4805         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4806
4807 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-message.el (wl-message-get-original-buffer): Avoid
4810         'Selecting deleted buffer' error when original buffer is killed.
4811
4812 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-summary.el (wl-summary-next-message): Use
4815         elmo-message-accessible-p instead of elmo-message-cached-p.
4816
4817 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4818
4819         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4820
4821         * wl-thread.el (wl-thread-open-all-unread): Use
4822         elmo-folder-list-flagged instead of
4823         elmo-folder-list-messages-mark-match.
4824
4825         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4826         instead of elmo-folder-list-messages-mark-match.
4827         (wl-summary-move-spec-alist): New variable.
4828         (wl-summary-move-spec-plugged-alist,
4829         wl-summary-move-spec-unplugged-alist): Abolish.
4830         (wl-summary-next-message): Follow the change above.
4831         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4832         with 'no-msg' argument.
4833
4834         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4835         variable.
4836         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4837         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4838         (wl-message-buffer-prefetch-get-next): Follow the change above.
4839
4840 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4841
4842         * wl-version.el (wl-version): Changed codename.
4843
4844         * Version number is increased to 2.11.0.
4845
4846 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4847
4848         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4849         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4850         `wl-draft-config-variables'.
4851         (wl-draft-kill): Fixed problem when the draft is reedit.
4852
4853 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4854
4855         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4856         buffer-modified status (Thanks to
4857         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4858
4859 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-util.el (wl-region-exists-p): New function.
4862
4863         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4864         Remove defvars for byte-compile warnings.
4865
4866 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4867
4868         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4869         defvar-maybe. Removed unused bind.
4870
4871 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4874         summary buffer window before creating new frame.
4875         (wl-draft-reply): Ditto.
4876
4877 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4878
4879         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4880
4881 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4882
4883         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4884
4885 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4886
4887         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4888         instead of `kill-region'.
4889
4890 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4891
4892         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4893         (wl-highlight-summary-line-string): Use it.
4894         (wl-highlight-summary-current-line): Ditto.
4895
4896         * wl-mime.el (wl-message-delete-current-part): Check the class of
4897         mime-entity.
4898
4899         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4900
4901         * wl-summary.el (wl-summary-make-number-list): Initialize.
4902         (wl-summary-update-mark): New function.
4903         (wl-summary-reply): Put `answered' mark on the message.
4904         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4905
4906         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4907         (wl-draft-reply): Added optional argument `number';
4908         Set wl-draft-parent-number.
4909         (wl-draft-kill): Delete answered mark if it is a reply.
4910
4911 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4912
4913         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4914         that originates in mime-preview-follow-current-entity.
4915         (wl-draft-yank-current-message-entity): Use it if region is active.
4916
4917         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4918         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4919         `wl-message-delete-current-part'.
4920         * wl-mule.el (wl-message-define-keymap): Ditto.
4921         * wl-xmas.el (wl-message-define-keymap): Ditto.
4922
4923 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-mime.el (wl-message-delete-current-part): New function.
4926         (wl-mime-node-id-to-string): Ditto.
4927
4928         * wl-mime.el (wl-message-delete-current-part): Use existing
4929         original buffer which corresponds current mime-view buffer.
4930         (fetched buffer might have different structure, possibly)
4931
4932         * wl-mime.el (wl-message-delete-current-part): Quit if the
4933         message content differs from the actual message.
4934
4935 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4938         order.
4939         (wl-summary-search-by-subject): Search parent message from tail;
4940         Check the existence of the parent message on the current thread tree.
4941         (wl-summary-update-thread): Check whether the line is inserted.
4942
4943 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-vars.el (wl-summary-line-format): Undo last change.
4946         * wl-summary.el (wl-summary-print-destination): Do not put
4947         invisible property when `wl-summary-width' is nil.
4948         (wl-summary-line-subject-minimum-length): Abolished.
4949         (wl-summary-line-subject): Ditto.
4950
4951 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4952
4953         * wl-vars.el (wl-summary-line-format): Change default value.
4954         (wl-summary-subject-length-limit): Abolished.
4955         * wl-summary.el (wl-summary-line-subject): Ditto.
4956
4957 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4958
4959         * wl-template.el (wl-template-select): Added optional argument.
4960         If optional argument is specified, reverse
4961         `wl-template-visible-select'.
4962
4963 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4966         Take prefix argument to force asking the destination folder.
4967
4968 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4969
4970         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4971         count and update status.
4972
4973 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-summary.el (wl-summary-redisplay-internal): If
4976         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4977         after fetching.
4978
4979 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4980
4981         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4982         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4983
4984         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4985
4986 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4987
4988         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4989         (All other related portions are changed).
4990         (wl-summary-mark-as-read-all): Rewrite.
4991
4992 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4993
4994         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4995         `wl-summary-mark-as-read'.
4996         (wl-summary-mark-as-unread): Rewrite.
4997         (wl-summary-mark-as-read): Added no-modeline argument.
4998         (wl-summary-resume-cache-status): Rewrite.
4999         (wl-summary-exec-subr): Remove unused local variable.
5000
5001 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5002
5003         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5004         logic to call `wl-summary-buffer-prev-folder-function'.
5005         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5006
5007 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5008
5009         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5010         is nil.
5011
5012 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5013
5014         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5015         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5016         (wl-mime-setup): Add its entry.
5017
5018 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5021         (wl-summary-delete-cache): Likewise.
5022         (wl-summary-mark-as-read): Rewrite.
5023
5024 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5027         `wl-summary-count-unread'.
5028
5029         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5030
5031         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5032
5033 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5036         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5037         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5038         Renamed to the elmo-msgdb-*-mark.
5039         (wl-summary-score-marks): Follow the change above.
5040         (wl-summary-auto-refile-skip-marks): Ditto.
5041         (wl-summary-incorporate-marks): Ditto.
5042         (wl-summary-expire-reserve-marks): Ditto.
5043
5044         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5045         changes.
5046         (wl-thread-insert-top): Changed updating message.
5047
5048         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5049         variable.
5050         (wl-summary-count-unread): Count answered marks.
5051         (wl-summary-rescan): Call wl-summary-insert-message instead of
5052         wl-summary-append-message-func-internal.
5053         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5054         (wl-summary-prefetch-msg): Follow the variable name changes.
5055         (wl-summary-prefetch-region): Ditto.
5056         (wl-summary-mark-as-read-all): Follow the API changes;
5057         Don't call elmo-folder-replace-marks.
5058         (wl-summary-delete-cache): Follow the variable name changes.
5059         (wl-summary-resume-cache-status): Ditto.
5060         (wl-summary-update-status-marks): New function.
5061         (wl-summary-insert-message): New function.
5062         (wl-summary-sync-marks): Follow the variable name changes.
5063         (wl-summary-sync-update): Synchronize to the msgdb, too;
5064         Changed update messages.
5065         (wl-summary-make-number-list): Rewrite.
5066         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5067         (wl-summary-mark-as-unread): Follow the API changes.
5068         (wl-summary-exec-subr): Follow the variable name changes.
5069         (wl-summary-mark-as-read): Ditto.
5070         (wl-summary-move-spec-plugged-alist): Ditto.
5071         (wl-summary-move-spec-unplugged-alist): Ditto.
5072         (wl-summary-cursor-move-surface): Ditto.
5073
5074         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5075         variable name changes.
5076         (wl-highlight-summary-current-line): Ditto.
5077
5078         * wl-expire.el (wl-expire-refile): Follow the API change in
5079         elmo-folder-move-messages.
5080         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5081         (wl-summary-archive): Use elmo-folder-msgdb instead of
5082         elmo-msgdb-load.
5083
5084 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5085
5086         * wl-mime.el (wl-draft-preview-message): Restore the position
5087         before evaluating wl-draft-send-hook in preview buffer.
5088
5089 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5090
5091         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5092         when it creates new draft buffer.
5093
5094         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5095         without argument.
5096
5097         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5098         Evaluate content and if the value is string, insert it.
5099         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5100         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5101         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5102         wl-draft-config-sub-part-bottom): Use it.
5103
5104         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5105         with the folder name. The question was unintelligible when it is
5106         called from wl-save-status.
5107
5108 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5109
5110         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5111         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5112         cannot take second argument).
5113
5114 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5115
5116         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5117         as t. Since type and subtype are not case sensitive (RFC 2045).
5118
5119 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5120
5121         * wl-vars.el (wl-message-mode-line-format): New variable.
5122         (wl-message-mode-line-format-spec-alist): Ditto.
5123         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5124         (wl-message-redisplay): Use wl-message-mode-line-format.
5125
5126 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5129
5130 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5131
5132         * wl-summary.el (wl-summary-default-from): Write description.
5133
5134 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-vars.el (wl-ldap-objectclass): Abolish.
5137
5138         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5139         (wl-ldap-make-filter): Removed condition for objectclass.
5140         (wl-ldap-make-matched-value-list): Remove meaningless process.
5141         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5142         (wl-address-ldap-search): Don't add `*' to `pat' string;
5143         use ignore-errors; added `email';
5144         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5145         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5146         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5147
5148
5149 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-draft.el (wl-draft-parent-folder): Write description.
5152         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5153
5154 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5155
5156         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5157         as "" (zero-length string) if no parent.
5158         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5159
5160 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-address.el (wl-address-make-completion-list): Skip duplication
5163         checking.
5164         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5165         `append'.
5166
5167 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5168
5169         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5170         instead of `beginning-of-buffer'.
5171
5172 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5175
5176 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5179         Refer wl-message-buffer-name.
5180         (wl-message-wheel-down): Ditto.
5181
5182 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-vars.el (wl-message-buffer-name): New user option.
5185
5186         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5187         directly instead of making alist dinamically.
5188
5189         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5190         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5191         wl-message-buffer-cache-name.
5192         (wl-message-buffer-cache-clean-up): Ditto.
5193
5194         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5195
5196         * Version number is increased to 2.9.15.
5197
5198 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-vars.el (wl-summary-default-view-alist): New user option.
5201
5202         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5203
5204         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5205         while deleting address.
5206         (wl-draft-delete-myself-from-cc): Ditto.
5207
5208         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5209         If optional argument is specified, reverse sort order.
5210
5211         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5212
5213 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * wl-thread.el (wl-thread-insert-message): Return parent number if
5216         exists.
5217         (wl-thread-update-indent-string-region): Use
5218         wl-thread-update-line-on-buffer-sub instead of
5219         wl-thread-update-line-on-buffer.
5220
5221 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5222
5223         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5224         (wl-folder-close-all): Ditto.
5225
5226 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5227
5228         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5229         and mailing-list:.
5230         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5231         value.
5232         (wl-summary-line-list-info): Print mailing-list name even when 
5233         list-number is empty.
5234
5235 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5236
5237         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5238
5239         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5240         (wl-draft-open-file): Ditto.
5241         (wl-draft-random-alphabet): Ditto.
5242
5243         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5244         bindings.
5245
5246 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5247
5248         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5249         * wl-vars.el (wl-draft-config-alist): Ditto.
5250
5251 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * Version number is increased to 2.9.14.
5254
5255         * wl.el (wl): Don't set wl-init as nil when error occured while
5256         auto-checking folders.
5257
5258         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5259         `elmo-expand-newtext'.
5260
5261 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5262
5263         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5264         `this-command' so that `wl-folder-goto-folder' contained in
5265         `wl-summary-keep-cursor-command' work.
5266
5267 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5270         message buffer displaying state.
5271
5272 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5273
5274         * wl-vars.el (wl-summary-default-view): New variable to specify
5275         default value for `wl-summary-buffer-view' instead of using
5276         set-default.
5277         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5278
5279 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5280
5281         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5282
5283         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5284
5285 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5286
5287         * wl-vars.el (wl-forward-subject-prefix): New variable.
5288         * wl-draft.el (wl-draft-forward): Use it.
5289
5290 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5291
5292         * wl-message.el (wl-message-prev-page): When it is called without
5293         lines argument, scroll down by wl-message-scroll-amount lines.
5294         (wl-message-next-page): Ditto.
5295         * wl-vars.el (wl-message-scroll-amount): Change default value
5296         to preserve current behavior.
5297
5298 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5299
5300         * wl-summary.el (wl-summary-prefetch-msg): Bind
5301         `wl-message-entity' to call `wl-summary-from-function'.
5302
5303 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5304
5305         * wl-message.el (wl-message-buffer-create): Run
5306         wl-message-buffer-created-hook.
5307
5308 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5309
5310         * wl-summary.el (wl-summary-sort-specs): New variable.
5311         (wl-summary-default-sort-spec): Ditto.
5312         (wl-summary-sort): Rewrite.
5313         (wl-summary-sort-by-list-info): New function.
5314
5315 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5316
5317         * wl-summary.el (wl-summary-get-list-info): New function.
5318         (wl-summary-sort): Rewrite.
5319         (wl-summary-line-list-info): Ditto.
5320         (wl-summary-line-list-count): Ditto.
5321         (wl-summary-refile-region): Fixed docstring.
5322
5323 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5324
5325         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5326         `wl-folder-entity-hashtb' as completion table.
5327
5328 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5331         only when this command is called interactively; silence the byte-
5332         compiler.
5333
5334 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5335
5336         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5337         active in XEmacs.
5338
5339 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5340
5341         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5342         plural lines.
5343
5344 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5345
5346         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5347         of current line when the cursor is on the header name.
5348         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5349
5350 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5351
5352         * wl-util.el (wl-read-directory-name): Return displayed directory
5353         as the default value also on XEmacs.
5354
5355 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5358         formatting.
5359
5360 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5363         argument and when it is non-nil, check face property before
5364         highlighting for each line.
5365         (wl-highlight-summary-window): Set it.
5366
5367 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5370         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5371
5372         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5373         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5374         (wl-draft-get-fcc-list): Likewise.
5375
5376 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5377
5378         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5379         (wl-thread-entity-cur): Ditto.
5380         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5381         wl-thread-indent-regexp setting.
5382         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5383
5384         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5385         wl-summary-lazy-highlight.
5386         (wl-summary-display-bottom): Ditto.
5387
5388         * wl-thread.el (wl-thread-open-close): Likewise.
5389
5390         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5391         from and subject;
5392         Bind wl-draft-use-frame;
5393         Enclose with save-window-excursion;
5394         Use wl-draft-create-buffer instead of with-temp-buffer;
5395         Use wl-draft-prepare-edit;
5396         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5397         Use wl-draft-send instead of wl-draft-raw-send.
5398
5399 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5400
5401         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5402         of using wl-from.
5403
5404 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5405
5406         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5407         insert-buffer instead of clone-buffer.
5408         (wl-draft-doing-mime-bcc): New variable.
5409         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5410         infinite loop.
5411         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5412
5413         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5414         (wl-draft-mime-bcc-body): Ditto.
5415
5416         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5417         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5418         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5419         wl-draft-do-mime-bcc.
5420         (wl-draft-mime-bcc-field): New function.
5421         (wl-draft-do-mime-bcc): Ditto.
5422
5423         * wl-address.el (wl-address-complete-header-list): New variable.
5424         (wl-address-complete-header-regexp): Changed default value.
5425
5426         * Version number is increased to 2.9.13.
5427
5428 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5431         it is differed.
5432
5433 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5434
5435         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5436         (wl-summary-line-list-count): Ditto.
5437
5438 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5439
5440         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5441         (wl-nntp-posting-function): New variable.
5442         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5443         `wl-nntp-posting-config-alist'.
5444
5445 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5446
5447         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5448         FLIM.
5449
5450 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5451
5452         * wl-summary.el (wl-summary-target-mark-refile-sub):
5453         Remove a nuisance funcall.
5454
5455 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5458         as t for `try-completion'.
5459
5460 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-summary.el (wl-summary-default-from): Use
5463         wl-address-header-extract-address instead of
5464         std11-extract-address-components.
5465         (wl-summary-simple-from): Ditto.
5466         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5467         (wl-summary-insert-headers): Show message.
5468         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5469         for whole line.
5470         (wl-summary-default-from): Revert last change.
5471         (wl-summary-simple-from): Ditto.
5472         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5473         (wl-summary-mark-as-read-region): Follow the change above.
5474         (wl-summary-sync-marks): Ditto.
5475         (wl-summary-target-mark-mark-as-read): Ditto.
5476         (wl-summary-redisplay-internal): Ditto.
5477         (wl-summary-redisplay-no-mime-internal): Ditto.
5478         (wl-summary-redisplay-all-header): Ditto.
5479         (wl-summary-mark-as-read): Removed argument `cached';
5480         Use current cache status to set cache mark.
5481         (wl-summary-redisplay-internal): Follow the change above.
5482         (wl-summary-redisplay-no-mime-internal): Ditto.
5483         (wl-summary-redisplay-all-header): Ditto.
5484
5485         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5486
5487         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5488         Don't call itself recursively (Adviced by Yamaoka-san).
5489
5490 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5491
5492         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5493         bind wl-summary-highlight as nil to avoid error caused by missing
5494         local variables.
5495
5496 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5497
5498         * wl-vars.el (wl-invalid-character-message): New user option.
5499
5500         * wl-util.el (wl-set-string-width): If truncated string-width is
5501         larger than specified width, use `wl-invalid-character-message'.
5502
5503 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5504
5505         * wl-summary.el (wl-summary-prefetch-msg): 
5506         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5507
5508 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-vars.el (wl-summary-check-line-format): New user option.
5511         (wl-summary-line-format-file): Ditto.
5512
5513         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5514         variable.
5515         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5516         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5517         and `wl-summary-view-old-p' to check whether do a rescan or not.
5518         (wl-summary-view-old-p): New function.
5519         (wl-summary-line-format-changed-p): Ditto.
5520         (wl-summary-line-format-save): Ditto.
5521         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5522
5523         * wl-util.el (wl-set-string-width): Avoid using negative number
5524         for make-string.
5525
5526 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5527
5528         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5529         return value.
5530
5531         * wl-util.el (wl-set-string-width): Added optional argument
5532         `padding' (All other related portions are changed).
5533         (wl-line-parse-format): If the first letter of column number is
5534         `0', zero-padding the result (ex: "%05l").
5535
5536         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5537
5538 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5541         sequential summary view.
5542
5543 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5544
5545         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5546         if it doesn't have a -unix version.
5547
5548 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5549
5550         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5551
5552 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5555         content.
5556         (wl-draft): Follow the change above.
5557
5558         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5559
5560         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5561         and wl-folder-summary-line-format-alist contain %T and %P.
5562
5563         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5564         (wl-summary-mode-line-format): New user option.
5565         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5566         (wl-summary-line-format): Changed default value.
5567         (wl-summary-lazy-highlight): Changed default value.
5568
5569         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5570         change in wl-summary-create-line.
5571         (wl-thread-insert-entity-sub): Ditto.
5572
5573         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5574         (wl-summary-buffer-unread-status): Ditto.
5575         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5576         (wl-summary-buffer-persistent-mark-column): Ditto.
5577         (wl-summary-buffer-mode-line-formatter): Ditto.
5578         (wl-summary-buffer-mode-line): Ditto.
5579         (wl-summary-message-regexp): Abolished.
5580         (All other related portions are changed.)
5581         (wl-summary-detect-mark-position): New function.
5582         (wl-summary-buffer-set-folder): Setup
5583         wl-summary-buffer-mode-line-formatter.
5584         (wl-summary-mode): Setup selective-display;
5585         Setup pre-idle-hook when xemacs.
5586         (wl-summary-update-modeline): Rewrite.
5587         (wl-summary-jump-to-msg): Define as function;
5588         Changed regexp for searching messages.
5589         (wl-summary-message-number): Rewrite.
5590         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5591         Do rescan when old type summary cache.
5592         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5593         (wl-summary-remove-destination): Use '\r' to detect EOL.
5594         (wl-summary-print-destination): Ditto.
5595         (wl-summary-temp-mark): New inline function.
5596         (wl-summary-persistent-mark): Ditto.
5597         (wl-summary-line-number): New function.
5598         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5599         (wl-summary-line-list-count): New function.
5600         (wl-summary-create-line): Added argument persistent-mark.
5601         (All other related portions are changed)
5602         (wl-summary-create-line): Insert '\r'.
5603         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5604         (wl-summary-cursor-move-surface): New inline function.
5605         (wl-summary-prev): Use it.
5606         (wl-summary-next): Ditto.
5607
5608         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5609         wl-summary-message-regexp.
5610         (wl-highlight-summary): Delete progress message.
5611         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5612
5613         * Version number is increased to 2.9.12.
5614
5615 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5616
5617         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5618         variable (nil: no minimum).
5619         (wl-summary-line-subject): Add some spaces after subject by
5620         wl-summary-line-subject-minimum-length.
5621
5622 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5623
5624         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5625         and removed `F'.
5626         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5627         change above).
5628
5629 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5630
5631         * wl-summary.el (wl-summary-line-list-count): Reverted.
5632         (example setting in samples/*/dot.wl is also updated)
5633
5634 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5637
5638         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5639
5640         * wl-vars.el (wl-summary-line-format): Addes some description to the
5641         docstring.
5642
5643         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5644         (wl-summary-line-close-bracket): Ditto.
5645         (wl-summary-line-children-number): Ditto.
5646         (wl-summary-line-thread-indent): Ditto.
5647         (wl-summary-line-children-and-from): Ditto.
5648
5649         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5650         't', 'c', 'F' and added 'C'.
5651
5652         * wl-util.el (wl-set-string-width): Accept negative value.
5653         (wl-line-parse-format): Added "%number(" and "%)".
5654
5655 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5656
5657         * wl-summary.el (wl-summary-line-list-count): Change format of the
5658         return value.
5659
5660 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5661
5662         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5663         from the recent message.el.
5664         (wl-draft-point-in-header-p): Ditto.
5665         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5666         wl-draft-beginning-of-line.
5667         * wl-e21.el (wl-draft-mode-map): Ditto.
5668         * wl-xmas.el (wl-draft-mode-map): Ditto.
5669
5670         * wl-folder.el: Sort macrodefs by dependencies.
5671
5672 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5673
5674         * wl-summary.el (wl-summary-prev): Fixed regexp.
5675         (wl-summary-next): Ditto.
5676
5677 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5678
5679         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5680
5681 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5682
5683         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5684         for backward compatibility.
5685
5686 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5687
5688         * wl-summary.el (wl-summary-line-list-count): New function, merged
5689         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5690         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5691         list counts.
5692
5693 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5694
5695         * wl-summary.el (wl-summary-create-line): Ignore errors while
5696         timezone-fix-time.
5697
5698         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5699
5700         * wl-summary.el (wl-summary-sync-update): Ditto.
5701         (wl-summary-default-from): Use wl-message-entity
5702         instead of entity.
5703
5704         * wl-summary.el (wl-summary-create-line): Fix.
5705
5706         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5707         (wl-summary-line-format): New user option.
5708         (wl-folder-summary-line-format-alist): Ditto.
5709         (wl-summary-from-width): Abolished.
5710
5711         * wl-util.el (toplevel): Require 'bytecomp.
5712         (wl-line-parse-format): New function.
5713         (wl-line-formatter-setup): New macro.
5714
5715         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5716         (wl-summary-buffer-line-formatter): New buffer local variable.
5717         (wl-summary-switch-to-clone-buffer): Follow the change above.
5718         (wl-summary-message-regexp): Fix.
5719         (wl-summary-from-func-internal): Abolished.
5720         (wl-summary-subject-func-internal): Ditto.
5721         (wl-summary-subject-filter-func-internal): Ditto.
5722         (All other related portions are changed.)
5723         (wl-summary-buffer-set-folder):
5724         Set up wl-summary-buffer-number-column and 
5725         wl-summary-buffer-line-formatter
5726         (All other related portions are changed.)
5727         (wl-summary-buffer-number-column-detect): Abolished.
5728         (All other related portions are changed.)
5729         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5730         (wl-summary-delete-all-temp-marks-on-buffer): Use
5731         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5732         (wl-summary-target-mark-delete): Ditto.
5733         (wl-summary-target-mark-refile-subr): Ditto.
5734         (wl-summary-target-mark-mark-as-read): Ditto.
5735         (wl-summary-target-mark-mark-as-unread): Ditto.
5736         (wl-summary-target-mark-mark-as-important): Ditto.
5737         (wl-summary-target-mark-save): Ditto.
5738         (wl-summary-replace-status-marks): Renamed from
5739         wl-summary-set-status-marks-on-buffer;
5740         Use wl-summary-message-regexp instead of
5741         wl-summary-buffer-number-regexp.
5742         (wl-summary-sync-update): Follow the change above.
5743         (wl-summary-goto-previous-message-beginning): New function.
5744         (wl-summary-mark-as-unread): Use it.
5745         (wl-summary-mark-as-important): Ditto.
5746         (wl-summary-line-formatter): New variable.
5747         (wl-summary-line-year): New function.
5748         (wl-summary-line-day): Ditto.
5749         (wl-summary-line-day-of-week): Ditto.
5750         (wl-summary-line-hour): Ditto.
5751         (wl-summary-line-minute): Ditto.
5752         (wl-summary-line-open-bracket): Ditto.
5753         (wl-summary-line-close-bracket): Ditto.
5754         (wl-summary-line-children-number): Ditto.
5755         (wl-summary-line-thread-indent): Ditto.
5756         (wl-summary-line-size): Ditto.
5757         (wl-summary-line-subject): Ditto.
5758         (wl-summary-line-from): Ditto.
5759         (wl-summary-line-children-and-from): Ditto.
5760         (wl-summary-create-line): Rewritten.
5761         (wl-summary-format-date): Abolished.
5762
5763         * wl-highlight.el (wl-highlight-summary-current-line): Use
5764         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5765         Use thread structure to detect thread top message.
5766
5767         * wl-draft.el (wl-default-draft-cite): Don't use
5768         wl-summary-from-func-internal.
5769
5770         * wl-refile.el (wl-refile-subject-learn): Don't use
5771         wl-summary-subject-filter-func-internal.
5772         (wl-refile-guess-by-subject): Ditto.
5773
5774         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5775         parameters.
5776
5777         * wl-thread.el (wl-thread-update-indent-string-region):
5778         Use wl-thread-update-line-on-buffer instead of
5779         wl-thread-update-indent-string.
5780         (wl-thread-update-children-number): Redefine using
5781         wl-thread-update-line-on-buffer.
5782         (wl-thread-update-indent-string): Abolished.
5783
5784         * Version number is increased to 2.9.11.
5785
5786 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5787
5788         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5789         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5790         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5791
5792         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5793         as nil.
5794
5795         * wl-thread.el (wl-thread-open-all-unread): Use 
5796         elmo-folder-list-messages-mark-match.
5797         (wl-thread-insert-message): Removed argument `mark-alist'.
5798         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5799         elmo-msgdb-set-mark.
5800         (wl-thread-get-children-msgs-uncached): Likewise.
5801         (wl-thread-get-exist-children): Added argument include-self.
5802         (wl-thread-delete-message): Follow the change above.
5803
5804         * wl-summary.el (wl-summary-count-unread): Removed argument.
5805         (wl-summary-rescan): Follow the change above.
5806         (wl-summary-mark-as-read-region): Ditto
5807         (wl-summary-mark-as-unread-region): Ditto.
5808         (wl-summary-delete-messages-on-buffer): Ditto.
5809         (wl-summary-sync-update): Ditto.
5810         (wl-summary-switch-to-clone-buffer): Ditto.
5811         (wl-summary-goto-folder-subr): Ditto.
5812         (wl-summary-target-mark-mark-as-read): Ditto.
5813         (wl-summary-target-mark-mark-as-unread): Ditto.
5814         (wl-summary-target-mark-mark-as-important): Ditto.
5815         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5816         (wl-summary-update-thread): Removed argument `mark-alist'.
5817         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5818         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5819         (wl-summary-resume-cache-status): Likewise.
5820         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5821         elmo-msgdb-set-mark.
5822         (wl-summary-mark-as-read-all): Likewise.
5823         (wl-summary-delete-cache): Ditto.
5824         (wl-summary-auto-select-msg-p): Ditto.
5825         (wl-summary-mark-as-unread): Ditto.
5826         (wl-summary-no-auto-refile-message-p): Ditto.
5827         (wl-summary-mark-as-read): Ditto.
5828         (wl-summary-mark-as-important): Ditto.
5829         (wl-summary-auto-refile): Follow the change above.
5830         (wl-summary-delete-all-marks): Removed.
5831         (wl-summary-resume-marks-and-highlight): Ditto.
5832         (wl-summary-resume-marks): Ditto.
5833         (wl-summary-delete-important-msgs-from-list): Ditto.
5834         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5835
5836         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5837         wl-summary-count-unread.
5838
5839         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5840         (wl-summary-score-update-all-lines): Use
5841         elmo-msgdb-set-mark.
5842
5843 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5846         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5847         (wl-summary-create-line): Renamed from
5848         wl-summary-overview-create-summary-line;
5849         Argument rearrangement.
5850         (wl-summary-update-thread): Follow the change above.
5851
5852         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5853         (wl-thread-insert-entity-sub): Likewise.
5854
5855         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5856         argument `overview', `mark-alist' and added `msgdb'.
5857
5858         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5859
5860         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5861         (wl-summary-rescan): Follow the change above.
5862         (wl-summary-sync-update): Ditto.
5863         (wl-summary-insert-thread-entity): Ditto;
5864         Don't use `let*' in every while loop;
5865         Detect infinite loop of threads.
5866         (wl-summary-update-thread): Removed argument `overview'.
5867
5868         * wl-thread.el (wl-thread-insert-message): Ditto.
5869
5870         * Version number is increased to 2.9.10.
5871
5872         * wl-message.el (wl-message-redisplay): Ignore errors while
5873         wl-message-redisplay-hook.
5874
5875 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5876
5877         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5878
5879 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5880
5881         * wl.el (wl): inhibit-quit while wl-folder.
5882
5883 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5884
5885         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5886         while msgdb access.
5887
5888 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5889
5890         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5891         even if no folder is not created.
5892
5893 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5896
5897         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5898         implementation.
5899         (wl-summary-target-mark-thread): Ditto.
5900
5901         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5902
5903 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5904
5905         * wl-util.el (wl-display-bytes): Remove unused function.
5906
5907 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5908
5909         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5910         seems critical one (partially reverse the change in 2002/03/17).
5911
5912 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5913
5914         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5915         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5916
5917 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5918
5919         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5920         is not writable.
5921         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5922         plugged status instead of `'force' as 2nd argument.
5923
5924         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5925         is not creatable.
5926
5927         * Version number is increased to 2.9.9.
5928
5929 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5930
5931         * wl-summary.el (wl-summary-suspend): New function.
5932
5933 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5934
5935         * wl.el (wl): Do not check variables if check is nil.
5936         * wl-utils.el (wl-collect-draft): New function.
5937         * wl-folder.el (wl-folder-suspend): Put summary buffers
5938         and draft buffers at the end of buffer list.
5939         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5940
5941 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5942
5943         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5944         loop instead of recursive call.
5945
5946         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5947         2nd argument.
5948
5949 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5950
5951         * wl-draft.el (wl-draft-create-contents): Don't take neither
5952         (function . args) nor (string . something) any more.
5953
5954         * wl-version.el (wl-generate-user-agent-string): Return string
5955         without header symbol.
5956         * wl-draft.el (wl-draft-default-headers): Use it.
5957
5958         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5959         `wl-draft-insert-ccs' and return field value instead of inserting
5960         the header. Abolish cc argument.
5961         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5962
5963         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5964         rather than one with string car.
5965
5966         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5967         * wl-draft.el (wl-draft-create-contents): Add it after the default
5968         headers.
5969
5970         * wl-draft.el (wl-draft-create-contents): For the case of
5971         (symbol-or-string . function) insert header only when the function
5972         returns string value.
5973
5974 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5975
5976         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5977         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5978
5979 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl.el (wl-check-environment): Don't check Message-ID when
5982         `wl-insert-message-id' is nil.
5983         Revive checking if `wl-message-id-domain' contains "@".
5984
5985 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5986
5987         * wl.el (wl-check-environment): Merge examination for "@" at
5988         inappropriate position into the first string-match.
5989
5990         * wl-summary.el (wl-summary-target-mark-print): New function.
5991         (wl-summary-pipe-message-subr): Extracted from
5992         `wl-summary-pipe-message'.
5993         (wl-summary-target-mark-pipe): New function.
5994         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5995         `wl-summary-target-mark-pipe'.
5996
5997 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6000
6001 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6002
6003         * wl.el (wl-check-environment): Use elmo-warning instead of
6004         error for non-critical ones.
6005         Remove trash folder check.
6006         (wl): Don't ignore error in wl-check-environment.
6007
6008         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6009         check, which is moved from `wl-check-environment'.
6010         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6011
6012 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6015         guess anything, call wl-summary-write.
6016         (wl-summary-write): Create draft with blank To field.
6017         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6018
6019 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020
6021         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6022         argument full as well for wl-folder-write-current-folder.
6023         If wl-*-write-current-folder cannot guess addressee, add blank
6024         To header.
6025         Rewrite condition for positioning cursor.
6026
6027 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6028
6029         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6030         summary buffer is present, use it.
6031         (wl-folder-jump-to-previous-summary): Ditto.
6032
6033 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6036
6037         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6038         wl-summary-previous-buffer and wl-summary-next-buffer.
6039
6040         * wl-folder.el (wl-folder-mode-map): Bind
6041         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6042         (wl-folder-jump-to-next-summary): New function.
6043         (wl-folder-jump-to-previous-summary): Ditto.
6044
6045         * wl-draft.el (wl-draft): Rearranged.
6046
6047 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6050         of header.
6051         (wl-draft): Collect arguments for the header as header-alist.
6052         (wl-draft-forward): Arrange arguments for wl-draft.
6053         (wl-draft-reply): Ditto.
6054         (wl-draft-edit-string): Ditto.
6055         * wl-summary.el (wl-summary-write): Ditto.
6056         (wl-summary-write-current-folder): Ditto.
6057
6058         * Version number is increased to 2.9.8.
6059
6060 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6063
6064         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6065
6066         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6067         even if the guess failed.
6068
6069         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6070         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6071         wl-summary-write-current-folder.
6072         * wl-xmas.el: Ditto.
6073
6074 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-summary.el (wl-summary-next-page): Force display message if
6077         message is not displayed yet.
6078         (wl-summary-prev-page): Ditto.
6079
6080 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6081
6082         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6083
6084 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6087         add "Preview Message" and "Save Draft and Exit".
6088
6089 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090
6091         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6092         if addrmgr is called from draft in splitted window.
6093
6094         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6095         * wl-mule.el: Ditto.
6096         * wl-xmas.el: Ditto.
6097
6098 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6099
6100         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6101
6102         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6103         * wl-xmas.el (wl-folder-toolbar): Ditto.
6104
6105 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6108         and wl-draft-save-and-exit.
6109         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6110         * wl-xmas.el: Ditto.
6111         * wl-mule.el: Ditto.
6112
6113         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6114         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6115
6116 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6117
6118         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6119         lists for saving buffer.
6120
6121 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6124         parent-folder argument instead of it.
6125         (wl-draft-create-buffer): Ditto.
6126         (wl-draft-forward): Ditto.
6127         (wl-draft-reply): Ditto.
6128         * wl-summary.el (wl-summary-write): Ditto.
6129         (wl-summary-write-current-folder): Ditto.
6130
6131         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6132         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6133         Folder buffer after composing.
6134
6135 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6136
6137         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6138         header if the file `wl-x-face-file' already contains it.
6139
6140 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6141
6142         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6143         folder" entry.
6144         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6145         * wl-e21.el (wl-folder-toolbar): Ditto.
6146         * wl-xmas.el (wl-folder-toolbar): Ditto.
6147
6148 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6149
6150         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6151         wl-folder-goto-folder with sticky argument.
6152         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6153
6154 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6157         and wl-summary-previous-buffer.
6158         (wl-summary-next-buffer): New function.
6159         (wl-summary-previous-buffer): Ditto.
6160
6161 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6162
6163         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6164         wl-folder-jump-to-current-entity-with-arg.
6165         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6166         `wl-folder-jump-to-current-entity'.
6167         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6168         `wl-summary-goto-folder-sticky'.
6169         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6170         `wl-summary-goto-folder'.
6171         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6172         Unless force-exit, do not clean temp. marks for sticky summary.
6173         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6174
6175 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6176
6177         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6178         not entire.
6179
6180 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6183         to `C-x C-s'.
6184         (wl-summary-save-status): New command.
6185         (wl-summary-exit): Don't clean-up temp marks when sticky.
6186         (Applied patch from Nakayama-san [wl: 09548])
6187         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6188         Do nothing when no mark data.
6189         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6190         Call `wl-summary-delete-all-temp-marks' before saving.
6191
6192 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6193
6194         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6195
6196 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6197
6198         * wl.el (wl-check-environment): Also cause error when (system-name)
6199         returns "localhost.localdomain". (Although it doesn't affect because
6200         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6201
6202 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6203
6204         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6205         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6206
6207         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6208         value.
6209
6210 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6213         Likewise r-cc-list and r-ng-list.
6214
6215 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6218         only if it is bound as variable.
6219
6220         * wl-mime.el (wl-draft-preview-message): Ditto.
6221
6222 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6225         needless `goto-char'.
6226
6227         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6228         `wl-summary-redisplay-no-mime-internal' instead of
6229         `wl-summary-redisplay-no-mime'.
6230         (wl-summary-redisplay-no-mime): Changed argument;
6231         Call `wl-summary-redisplay-no-mime-internal'.
6232
6233         * wl-mime.el (wl-draft-preview-message): Bind
6234         `mime-header-encode-method-alist' locally.
6235
6236         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6237         (wl-draft-std11-parse-addresses): Added the first address check.
6238         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6239
6240         * Version number is increased to 2.9.7.
6241
6242 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6243
6244         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6245
6246 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6247
6248         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6249         related to scrollbar support, if there is no such a feature
6250         compiled in.
6251
6252 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6253
6254         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6255         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6256         for prefetch.
6257
6258 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6259
6260         * wl-summary.el (wl-summary-pick): Fix for no match.
6261
6262 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6263
6264         * wl-draft.el (wl-draft-save):
6265         Override `mime-header-encode-method-alist'.
6266
6267 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6268
6269         * wl-folder.el (wl-folder-pick): New function.
6270         Define key as "?".
6271
6272 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6273
6274         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6275         Fix for unplugged.
6276
6277 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6278
6279         * wl-folder.el (wl-folder-virtual): New function.
6280         Define key as "V".
6281
6282 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6283
6284         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6285         multi folder if entity is group.
6286
6287 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6288
6289         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6290         is nil.
6291
6292 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6293
6294         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6295         (wl-summary-target-mark-msgs): Return the number of marked messages.
6296
6297 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6298
6299         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6300         "first:" is specified.
6301
6302 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6303
6304         * wl-vars.el (wl-from): Use return value of function
6305         user-full-name instead of the variable user-full-name since
6306         XEmacs-20.4 doesn't set this variable.
6307
6308 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6311         call `wl' directly.
6312
6313 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6314
6315         * wl-draft.el (wl-draft-reedit): Removed duplicated
6316         switch-to-buffers.
6317
6318 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6319
6320         * wl.el (wl-other-frame): Removed garbages.
6321
6322 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6325
6326         * wl-xmas.el (wl-draft-key-setup): Ditto.
6327
6328         * wl-mule.el (wl-draft-key-setup): Ditto.
6329
6330         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6331         (wl-draft-reedit): Ditto.
6332         (wl-draft-prepare-edit): Add `wl-draft-save' to
6333         `local-write-file-hooks'.
6334         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6335         (wl-draft-reedit): Set buffer-file-name.
6336         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6337
6338
6339         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6340         call it.
6341         (wl-delete-startup-frame-function): New variable.
6342         (wl-other-frame): New function
6343         (Original was written by Yamaoka san [wl: 09239]).
6344
6345         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6346         if `wl-folder-use-frame'.
6347
6348 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6349
6350         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6351
6352 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6355         New variable.
6356         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6357         (wl-message-buffer-prefetch-get-next): Use them.
6358         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6359
6360 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6363         with unwind-protect.
6364
6365         * wl-draft.el (wl-draft-reedit): Rewrite.
6366         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6367         (wl-draft-save): Insert header separator if it does not exist;
6368         Removed condition-case.
6369
6370         * wl-summary.el (wl-summary-reedit): Revert last change.
6371
6372         * wl-draft.el (wl-draft-save): Rewrite.
6373         (wl-draft-create-buffer): Set buffer-file-name as nil.
6374
6375         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6376
6377         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6378
6379         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6380         nil.
6381
6382 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6383
6384         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6385         If count is nil, do not prefetch.
6386         (wl-message-buffer-prefetch-next): Next.
6387
6388 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6389
6390         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6391
6392 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6395         `delete-backward-char'
6396         (wl-draft-prepare-edit): Check major-mode.
6397         (wl-draft-decode-header): Rewrite.
6398         (wl-draft): Fix.
6399
6400 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6403
6404 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6407         (wl-message-buffer-prefetch-get-next): Remove size checking.
6408         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6409
6410 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6411
6412         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6413         (wl-draft-default-headers): Fix.
6414
6415 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6416
6417         * wl-draft.el (wl-draft-default-headers): Insert return value of
6418         `wl-generate-mailer-string-function'.
6419
6420 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6423         (wl-draft-insert-mail-header-separator): Ditto.
6424
6425         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6426         again (Reverted the change on 2002-01-17 by OKADA san).
6427
6428 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6429
6430         * wl-draft.el (wl-draft): Rewrite.
6431         (wl-draft-create-buffer): New function.
6432         (wl-draft-create-contents): Ditto.
6433         (wl-draft-prepare-edit): Ditto.
6434         (wl-draft-decode-header): Ditto.
6435         (wl-draft-decode-body): Ditto.
6436         (wl-draft-check-new-line): Ditto.
6437         (wl-draft-default-headers): Ditto.
6438         (wl-draft-insert-mail-header-separator): Ditto.
6439
6440 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * Version number is increased to 2.9.6.
6443
6444 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6445
6446         * wl-draft.el (wl-draft-delete-field): Optional argument.
6447         (wl-draft-delete-fields): Ditto.
6448
6449 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6450
6451         * wl-message.el (toplevel): Eliminated byte-compile warning.
6452         for `itimer-function', `delete-timer' and `itimer-list'.
6453
6454 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6457         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6458         `wl-message-buffer-prefetch-threshold'.
6459         * wl-summary.el (wl-summary-redisplay-internal): Remove
6460         the check of `wl-message-buffer-prefetch-depth'.
6461
6462 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6465         size of article.
6466         (wl-message-buffer-prefetch-subr): Remove size check.
6467
6468 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6469
6470         * wl-vars.el (wl-plugged): Make customizable.
6471
6472 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6475         (wl-message-buffer-prefetch-set-timer): New function.
6476         (wl-message-buffer-prefetch-get-next): New function.
6477         (wl-message-buffer-prefetch): New function.
6478         (wl-message-buffer-prefetch-next): Rewrite.
6479         (wl-message-buffer-prefetch-subr): Rewrite.
6480         * wl-vars.el (wl-auto-prefetch-first): New variable.
6481         * wl-summary.el (wl-summary-goto-folder-subr): Call
6482         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6483
6484 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6487         `wl-summary-unread-message-hook'.
6488
6489 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6492         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6493         if range is `cache-status'.
6494
6495 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-message.el (wl-message-buffer-prefetch-subr):
6498         Improve debug message.
6499
6500 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6501
6502         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6503         `wl-mail-send-pre-hook'.
6504         (wl-draft-send-mail-with-qmail): Ditto.
6505         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6506
6507 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-message.el (wl-message-buffer-prefetch-subr):
6510         Fix for cancel-function-timers bug.
6511         (wl-message-buffer-prefetch-debug): Default value is t.
6512
6513 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6516         (wl-message-buffer-prefetch-subr): Rewrite.
6517         Rename from `wl-message-buffer-prefetch'.
6518
6519 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6520
6521         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6522         (wl-default-draft-cite-decorate-author): Ditto.
6523
6524         * wl-draft.el (wl-draft-cite-function): Removed.
6525         (wl-default-draft-cite-decorate-author): Ditto.
6526
6527 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6528
6529         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6530         (wl-default-draft-cite): Do not arrange author name if the value of
6531         `wl-default-draft-cite-decorate-author' is nil.
6532
6533 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6534
6535         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6536
6537         * wl-folder.el (wl-folder-check-one-entity): Don't care
6538         `elmo-folder-use-flag-p'.
6539
6540 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * wl-folder (wl-folder-check-one-entity): Fix
6543         problem if unread is nil.
6544
6545 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6546
6547         * wl-address.el (wl-address-make-completion-list): Check whether
6548         the address is a group list.
6549         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6550
6551 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6552
6553         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6554         The number of the messages of new and unread does not count
6555         correctly.
6556
6557         * wl-summary.el (wl-summary-count-unread): Changed to return
6558         `(new . unread)' instead of total.
6559         (wl-summary-sync-update): Follow the change above.
6560
6561         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6562
6563 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6564
6565         * wl-address.el (wl-address-make-completion-list): Do not enclose
6566         address by " <" and ">" if associated realname is "".
6567         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6568         This is against the promblem with group list in .addresses pointed
6569         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6570
6571 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6572
6573         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6574         message is a format control string.
6575         * wl-expire.el (wl-expire-append-log): Ditto.
6576         * wl-mime.el (wl-summary-burst-subr): Ditto.
6577         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6578         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6579
6580 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6583         wl.el (wl-check-variables): Rename from `wl-check-type'.
6584         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6585         (wl-check-variables-2): New function.
6586         (wl): Call `wl-check-variables-2'.
6587
6588 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6589
6590         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6591         after renaming folder in access group.
6592
6593 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6594
6595         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6596         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6597         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6598         (wl-message-buffer-prefetch): Rewrite.
6599         (wl-message-buffer-prefetch-idle-time): Removed.
6600         * wl-summary.el (wl-summary-redisplay-internal):
6601         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6602         Error check for `wl-message-buffer-prefetch-depht'.
6603
6604 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * Version number is increased to 2.9.5.
6607         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6608
6609 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6612         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6613         Based on the patch written by
6614         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6615
6616 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * wl-draft.el (wl-draft-raw-send): Fix for
6619         `wl-news-send-pre-hook'
6620
6621 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-utils.el (wl-message-id-function): New variable.
6624         * wl-draft.el (wl-draft-insert-required-fields):
6625         Use `wl-message-id-function'.
6626
6627 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6630         * wl-utils.el (wl-draft-make-message-id-string):
6631         Use `wl-from' for domain part of Message-ID
6632         if `wl-message-id-use-wl-from' if non-nil.
6633         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6634
6635 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl.el (wl): Call `wl-check-type'
6638         Do not 'condition-case'.
6639
6640 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl.el (wl-check-type): New function.
6643         (wl-check-type-variables): New variable.
6644
6645 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6646
6647         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6648
6649 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * wl-draft.el (wl-smtp-password-key): New function.
6652         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6653         (wl-draft-send-mail-with-smtp): Ditto.
6654         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6655
6656 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6657
6658         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6659         * wl-utils.el (wl-unique-id-suffix): Remove.
6660
6661 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * Version number is increased to 2.9.4.
6664
6665 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-utils.el (wl-unique-id-suffix): New variable.
6668         (wl-unique-id): Use `wl-unique-id-suffix'
6669
6670 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6671
6672         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6673         instead of `elmo-msgdb-search'.
6674
6675         * Version number is increased to 2.9.3.
6676
6677 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6678
6679         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6680
6681 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6684         (wl-draft-dispatch-message): Changed for send-later.
6685         (wl-draft-queue-flush): Ditto.
6686         (wl-draft): Clear `wl-sent-message-queued'.
6687         (wl-draft-reedit): Ditto.
6688         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6689         * wl-vars.el (wl-draft-force-queuing): New variable.
6690         (wl-draft-force-queuing-mail): New variable.
6691         (wl-draft-force-queuing-news): New variable.
6692
6693 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6694
6695         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6696         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6697
6698 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6699
6700         * Version number is increased to 2.9.2.
6701
6702 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6703
6704         * wl-draft.el (wl-draft-elide-region): New user command.
6705         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6706
6707         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6708         command `wl-draft-elide-region'.
6709         * wl-mule.el: Ditto.
6710         * wl-xmas.el: Ditto.
6711
6712 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6713
6714         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6715         (wl-biff-check-folder-async): Removed needless let.
6716
6717 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6718
6719         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6720         wl-folder-get-elmo-folder.
6721         (wl-biff-check-folder): Set `biff' argument of
6722         `wl-folder-check-one-entity'.
6723         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6724
6725         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6726         (wl-folder-check-one-entity): Added `biff' argument;
6727         Setup `biff' slot of folder.
6728
6729         * Version number is increased to 2.9.1.
6730
6731 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6734         comment out and fixed.
6735         (wl-fldmgr-add-completion-subr): Ditto.
6736
6737         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6738         and msgdb.
6739
6740         * wl.el (wl-toggle-plugged): Save summary view.
6741
6742 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6745
6746 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6747
6748         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6749
6750 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6753         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6754         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6755
6756         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6757         if it was failed.
6758         (wl-demo): Disable undo in the demo buffer.
6759
6760 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-version.el (wl-version): Changed codename.
6763
6764         * Version number is increased to 2.9.0.
6765
6766 2001-12-14  Takuo KITAME <kitame@northeye.org>
6767
6768         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6769         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6770         (wl-folder-mark-as-read-all-current-entity): Ditto.
6771
6772 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-vars.el (wl-from-width): Define as obsolete variable.
6775         (wl-subject-length-limit): Ditto.
6776
6777         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6778
6779         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6780         wl-summary-save-view.
6781
6782         * wl.el (wl-save-status): Ditto.
6783         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6784
6785         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6786         (wl-summary-exit): Follow the change above.
6787         (wl-summary-goto-folder-subr): Ditto.
6788
6789         * wl-folder.el (wl-folder-create-subr): Don't use
6790         `elmo-folder-creatable-p'.
6791
6792 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6795
6796 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6799         rather than bitmap on Emacs 21.
6800         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6801         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6802         for xbm if the new redisplay engine is not available.
6803
6804 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-folder.el (wl-folder-init-hook): New hook.
6807         (wl-folder-init): Run `wl-folder-init-hook'.
6808
6809 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6810
6811         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6812
6813 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-acap.el (wl-acap-cache-filename): New variable.
6816         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6817         (wl-acap-init): Use cache if no ACAP server found.
6818
6819 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6820
6821         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6822         `wl-acap-original-msgdb-dir'.
6823
6824         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6825         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6826
6827         * wl-mime.el (wl-mime-save-directory): Renamed from
6828         `wl-mime-save-dir'.
6829
6830 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6833
6834         * wl-demo.el: Require `path-util'.
6835         (wl-demo-bitmap-mule-available-p): New internal variable.
6836         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6837         `module-installed-p' instead.
6838         (wl-demo-insert-image): Use *.img file for a bitmap image.
6839         (wl-demo): Don't call the ascii demo recursively.
6840
6841 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6842
6843         * Version number is increased to 2.7.7.
6844
6845 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl.el (wl-exit): Eliminated byte-compile warning.
6848
6849 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6850
6851         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6852         obsolete variable using `elmo-define-obsolete-variable'.
6853         (wl-fetch-confirm-threshold): Ditto.
6854         (wl-cache-prefetch-folder-type-list): Ditto.
6855         (wl-cache-prefetch-folder-list): Ditto.
6856
6857 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6860         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6861         (wl-demo-insert-image): New function.
6862         (wl-demo-insert-text): New function.
6863         (wl-demo-image-type-alist): Redefine as a function.
6864         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6865         (wl-demo-with-temp-file-buffer): Removed.
6866         (wl-logo-xpm): Removed.
6867         (wl-logo-xbm): Removed.
6868         (wl-logo-bitmap): Removed.
6869
6870 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6871
6872         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6873         (wl-expire-localdir-get-folder-function): New user option.
6874         (wl-expire-localdir-get-folder): New function.
6875         (wl-expire-localdir-date): Ditto.
6876
6877 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6878
6879         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6880         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6881         Fixed unread number mismatch when all-unread < unread.
6882
6883 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6886         (wl-fetch-confirm-threshold): Ditto.
6887
6888         * wl-summary.el (wl-summary-confirm-appends): Removed.
6889         (wl-summary-sync-update): Don't refer
6890         `wl-summary-update-confirm-threshold' (It is now abolished).
6891
6892         * wl-message.el (wl-message-display-internal): Don't refer
6893         `wl-fetch-confirm-threshold' (It is now abolished).
6894
6895 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6898
6899 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6900
6901         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6902         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6903         Change default value to nil.
6904         (wl-summary-indent-length-limit): The value can be nil, nil means
6905         unlimited.
6906
6907         * wl-summary.el: Don't set limit for indent length if the value of
6908         wl-summary-indent-length-limit is nil.
6909         If the value of wl-summary-width is nil, it means only that the width
6910         of summary is unlimited (nil doesn't mean that the indent length is
6911         unlimited).
6912
6913         * wl-thread.el: Ditto.
6914
6915 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6916
6917         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6918         be nil, nil means never confirm.
6919         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6920
6921 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6922
6923         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6924         means unlimited).
6925
6926 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6929         Use `with-temp-buffer'.
6930
6931 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6934         with new backquote style).
6935         (wl-folder-get-entity-from-buffer): Ditto.
6936
6937 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6938
6939         * wl-version.el (nemacs-version): Eliminated.
6940         (wl-extended-emacs-version2): Ignore nemacs.
6941         (wl-extended-emacs-version3): Ditto.
6942
6943 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6944
6945         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6946         (wl-draft-add-in-reply-to): New variable.
6947         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6948         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6949         (wl-draft-yank-from-mail-reply-buffer): Use
6950         `wl-draft-add-in-reply-to'.
6951         (wl-draft-insert-current-message): Ditto.
6952
6953 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6954
6955         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6956         typo (kill->hide).
6957         (wl-message-buffer-prefetch-folder-type-list): Added elements
6958         `mark' and `cache' instead of `internal'.
6959
6960 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6961
6962         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6963         resume msgdb directory.
6964
6965 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl.el (wl-exit): Call `wl-acap-exit'.
6968
6969         * wl-summary.el (wl-summary-message-string): New function.
6970         (wl-summary-reedit): Use it.
6971         (wl-summary-resend-bounced-mail): Remove needless let.
6972         (wl-summary-supersedes-message): Ditto.
6973         (wl-summary-save): Ditto.
6974
6975         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6976         (wl-acap-init): Set it.
6977         (wl-acap-exit): New function.
6978
6979 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6980
6981         * wl.el (wl-init): Revert (require 'mime-setup). move from
6982         toplevel.
6983
6984 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6985
6986         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6987         local variables.  Add error when guess function return invalid
6988         value.
6989
6990 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6991
6992         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6993         Change local variable name.
6994         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6995         (wl-folder-get-newsgroups): Return nil when non-news folder.
6996         * wl-summary.el (wl-summary-write-current-folder): State through
6997         when guess-list return nil.
6998         (wl-summary-write-current-folder-functions): Fixed docstring.
6999
7000         * wl.el (wl-exit): Changed confirm message.
7001
7002         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7003         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7004
7005         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7006
7007 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7008
7009         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7010         user option (Renamed from wl-cache-prefetch-folder-type-list).
7011         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7012         from wl-cache-prefetch-folder-list).
7013
7014         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7015         Move to wl-vars.el.
7016         (wl-message-buffer-prefetch-p): Changed to enable
7017         `wl-message-buffer-prefetch-folder-list'.
7018
7019         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7020         `ignore-cache'.
7021
7022 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7023
7024         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7025         `part-top' and `part-bottom'.
7026         (wl-draft-config-sub-part-top): New function.
7027         (wl-draft-config-sub-part-bottom): New function.
7028
7029 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7030
7031         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7032
7033 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7036
7037 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7038
7039         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7040
7041         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7042         (wl-summary-write-current-folder): Ditto.
7043
7044 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-folder.el (wl-folder-get-newsgroups): Use
7047         `elmo-folder-newsgroups'.
7048
7049 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7052         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7053         `wl-draft-config-sub-header-bottom'.
7054
7055 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7056
7057         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7058         localnews folder.
7059
7060 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7061
7062         * wl-summary.el (wl-summary-mode): Undo last change.
7063
7064         * wl-folder.el (wl-folder-mode): Ditto.
7065
7066 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7067
7068         * wl-summary.el (wl-summary-mode): Locally set
7069         truncate-partial-window-width to nil.
7070         (for XEmacs)
7071
7072         * wl-folder.el (wl-folder-mode): Ditto.
7073
7074 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7077
7078 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7079
7080         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7081         number.
7082
7083         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7084
7085         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7086
7087         * Version number is increased to 2.7.6.
7088
7089 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7090
7091         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7092
7093 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7094
7095         * wl-summary.el (wl-summary-sync-update): Enclose network
7096         related portion with `unwind-protect'.
7097
7098 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7099
7100         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7101
7102 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7105         element.
7106         * wl-vars.el (wl-message-body-button-alist): Ditto.
7107
7108         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7109         max match length.
7110         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7111
7112         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7113         for the max match length;
7114         Use 4th element value for the button string regexp group.
7115
7116         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7117         candidate exists, prompt to select.
7118
7119 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7120
7121         * wl-summary.el (wl-summary-jump-to-msg): Search before
7122         calibration point by `beginning-of-line'.
7123
7124 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7125
7126         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7127         for access group.
7128
7129 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-message.el (wl-message-display-internal): Bind
7132         `default-mime-charset'.
7133
7134         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7135
7136         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7137
7138         * Version number is increased to 2.7.5.
7139
7140 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7141
7142         * wl-expire.el (wl-summary-archive): Fixed;
7143         Use `elmo-folder-name-internal'.
7144
7145 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7146
7147         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7148         from `elmo-folder-move-messages' caller.
7149         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7150
7151         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7152         related portions are changed).
7153
7154 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7155
7156         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7157         counter.
7158
7159 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7160
7161         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7162         buffer local and set it to nil.
7163
7164         * wl-message.el (wl-message-redisplay): Ditto.
7165
7166 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-summary.el (wl-summary-mark-as-important): If message is
7169         already cached, set messag as read, otherwise encache and mark as read.
7170
7171 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7172
7173         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7174         point-min.
7175
7176 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7179         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7180         a keymap.
7181
7182 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7185         parent.
7186
7187         * wl-mule.el (wl-message-define-keymap): Ditto.
7188
7189         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7190
7191         * wl-xmas.el (wl-message-display-internal-hook): Define.
7192         (wl-xmas-setup-message-toolbar): Define as function.
7193         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7194         (wl-message-overload-functions): Abolished.
7195         (wl-message-define-keymap): New function.
7196
7197         * wl-vars.el (wl-message-display-internal-hook): New variable.
7198         (wl-message-header-button-alist): New variable (Renamed from
7199         wl-highlight-message-header-button-alist).
7200         (wl-message-body-button-alist): Ditto.
7201
7202         * wl-mule.el (wl-message-define-keymap): New function.
7203         (wl-message-overload-functions): Abolished.
7204
7205         * wl-message.el (wl-message-add-buttons-to-body): New function.
7206         (wl-message-redisplay): Don't call wl-message-overload-functions;
7207         Call wl-message-add-buttons-to-header and
7208         wl-message-add-buttons-to-body.
7209         (wl-message-display-internal): Set keymap argument for
7210         elmo-mime-display-as-is, elmo-mime-message-display;
7211         Run wl-message-display-internal-hook.
7212         (wl-message-refer-article-or-url): Abolished.
7213
7214         * wl-highlight.el (wl-highlight-headers): Don't call
7215         wl-highlight-message-add-buttons-to-header.
7216         (wl-highlight-message-add-buttons-to-header): Abolished.
7217
7218
7219         * wl-e21.el (wl-message-display-internal-hook): Define.
7220         (wl-e21-setup-toolbar): Deleted duplicated binding.
7221         (wl-e21-setup-message-toolbar): Define as function.
7222         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7223         (wl-message-define-keymap): New function.
7224         (wl-message-overload-functions): Abolished.
7225
7226 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7229         and elmo-folder-close.
7230
7231         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7232
7233 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7234
7235         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7236         boolean value.
7237         * wl-draft.el (wl-draft-do-fcc): Ditto.
7238
7239 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7240
7241         * wl-vars.el (wl-fcc-force-as-read): New variable.
7242         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7243         mark copied message as read.
7244
7245 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7246
7247         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7248
7249 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7250
7251         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7252         `wl-summary-target-above' instead of obsolete variable
7253         `wl-summary-temp-above'.
7254
7255         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7256         instead of `make-obsolete-variable'.
7257         * wl-refile.el (toplevel): Ditto.
7258
7259 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7260
7261         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7262         with third argument t.
7263         (wl-draft): Set first argument for wl-plugged-init as t.
7264
7265         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7266         definition.
7267
7268 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7269
7270         * wl-vars.el: Tabify.
7271         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7272
7273         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7274         message.
7275
7276 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7277
7278         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7279         and set default to beep.
7280
7281 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7282
7283         * wl-vars.el (wl-draft-truncate-lines): New variable.
7284
7285         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7286         instead of wl-message-truncate-lines for truncate-lines.
7287
7288 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7289
7290         * wl-message.el (wl-message-display-internal): Call
7291         `wl-highlight-message' after `elmo-mime-display-as-is'.
7292
7293         * wl-mime.el (wl-mime-display-text/plain): New function.
7294         (wl-mime-display-header): Ditto.
7295         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7296         body-presentation-method for text/plain;
7297         Register `wl-mime-display-header' as a header-presentation-method;
7298         Don't set up `elmo-message-text-content-inserted-hook' and
7299         `elmo-message-header-inserted-hook'.
7300
7301         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7302         variable.
7303         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7304         as t if flag is 'all-header;
7305         Don't bind `elmo-message-ignored-field-list',
7306         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7307
7308 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7309
7310         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7311         for xemacs with non-mule environment.
7312
7313 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7314
7315         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7316         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7317         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7318
7319 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7320
7321         * wl-vars.el (wl-interactive-send): Set default value as t.
7322
7323 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7326         (wl-addrmgr-method-list): Abolished.
7327         (wl-addrmgr-change-method): Follow above change.
7328
7329         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7330
7331 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7332
7333         * wl-vars.el (wl-message-truncate-lines): Change default value
7334         to default-truncate-lines.
7335
7336         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7337
7338 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7339
7340         * wl-vars.el (wl-message-truncate-lines): New variable.
7341
7342         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7343         wl-message-truncate-lines.
7344
7345 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7346
7347         * wl-acap.el (wl-acap-init): Remove period from error message.
7348         (wl-acap-find-acap-service): Remove period from message.
7349
7350 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl.el (wl-check-environment): Undo last change.
7353
7354         * wl-vars.el (wl-from): Changed default value.
7355
7356         * wl-util.el (toplevel): Don't require tm-edit.
7357
7358         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7359         `wl-folder-init';
7360         Don't set mark on mail body.
7361         (wl-draft-reedit): Ditto.
7362
7363         * wl-address.el (wl-address-quote-specials): Define as an alias for
7364         elmo-address-quote-specials.
7365
7366 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7369
7370         * wl-vars.el (wl-from): Set default value as nil.
7371         (wl-organization): Set default value as ORGANIZATION environment
7372         variable.
7373
7374         * wl-draft.el (wl-smtp-extension-bind): Check value of
7375         wl-smtp-connection-type.
7376
7377         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7378         error.
7379
7380 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7381
7382         * Version number is increased to 2.7.4.
7383
7384         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7385         arguments from `wl-highlight-x-face-function' caller.
7386         Use x-face-1.3.6.12 or later.
7387
7388 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7389
7390         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7391
7392 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7393
7394         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7395         (wl-fcc): Fix to accept function.
7396         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7397
7398 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-acap.el (toplevel): Added `product-provide' declare.
7401         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7402
7403 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl.el (wl): Changed order of calling `elmo-init'
7406         and `elmo-folder-init'.
7407
7408 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7409
7410         * wl-mime.el (wl-summary-burst): Extract message when content-type
7411         of root entity is not only `multipart' but also `message/rfc822'.
7412         (wl-summary-burst-subr): Ditto.
7413
7414 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * wl-vars.el (toplevel): Require 'custom.
7417         (wl-trash-folder): Added to `wl-setting' group.
7418
7419         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7420         exists.
7421         (wl-addrmgr-draw): Insert empty line when no entry exists.
7422
7423         * wl-mule.el (wl-message-wheel-up): Fixed.
7424         (wl-message-wheel-down): Ditto.
7425
7426 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7427
7428         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7429         config is an anonymous lambda expression.
7430
7431 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7432
7433         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7434         when Mule 2 is running.
7435
7436 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7439
7440 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7441
7442         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7443         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7444
7445         * wl-address.el (wl-address-specials-regexp): Eliminated.
7446         (wl-address-quote-specials): Rewrite.
7447
7448 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7449
7450         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7451         shy-groups for regexp.
7452
7453         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7454         character classes and Perl style shy-groups for regexp.
7455         (wl-highlight-plugged-current-line): Use Posix style character
7456         classes for regexp.
7457         (wl-e21-highlight-folder-by-numbers): Ditto.
7458         (wl-e21-display-image-p): Use `display-images-p' instead of
7459         `display-graphic-p'.
7460         (display-images-p): Make an alias to `display-graphic-p' if it is
7461         not available.  It is for Emacs version prior to 21.0.105.
7462
7463         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7464         `display-graphic-p'.
7465         (wl-demo-image-type-alist): Ditto.
7466         (display-images-p): Make an alias to `display-graphic-p' if it is
7467         not available.  It is for Emacs version prior to 21.0.105.
7468
7469 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7470
7471         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7472         support.
7473         (wl-generate-user-agent-string): Ditto.
7474
7475         * wl-version.el (wl-version): Update docsting.
7476         (wl-version-status): Ditto.
7477
7478 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7479
7480         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7481         21.0.105.  For Emacs 21.0.104 or earlier.
7482
7483 2001-09-03  Takuo KITAME <kitame@northeye.org>
7484
7485         * wl-e21.el (wl-plugged-init-icons): Use
7486         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7487         (wl-biff-init-icons): Ditto.
7488
7489 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * wl-highlight.el (wl-highlight-summary-current-line):
7492         Fixed highlighting refile/copy destination.
7493
7494         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7495         (wl-acap-store): Encode string by wl-acap-coding-system.
7496
7497 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-acap.el (toplevel): Check and require 'un-define before
7500         'xemacs-ucs;
7501          Added checking for UTF-2000.
7502
7503 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7506         Don't enclose with `eval-and-compile'.
7507
7508         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7509         wl-init is non-nil.
7510
7511         * wl-draft.el (wl-draft): Ditto.
7512
7513         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7514
7515         * wl-acap.el (toplevel): Require 'wl.
7516         (wl-acap-store): Call `elmo-init'.
7517
7518         * wl.el (wl): Changed position of `wl-check-environment'.
7519         (toplevel): Added autoload setting for wl-acap.
7520
7521         * wl-vars.el (wl-setting): New custom group.
7522         (wl-from): Added wl-setting group.
7523         (wl-user-mail-address-list): Ditto.
7524         (wl-organization): Ditto.
7525         (wl-subscribed-mailing-list): Ditto.
7526         (wl-envelope-from): Ditto.
7527         (wl-smtp-posting-user): Ditto.
7528         (wl-smtp-posting-server): Ditto.
7529         (wl-smtp-posting-port): Ditto.
7530         (wl-smtp-authenticate-type): Ditto.
7531         (wl-pop-before-smtp-user): Ditto.
7532         (wl-pop-before-smtp-server): Ditto.
7533         (wl-pop-before-smtp-port): Ditto.
7534         (wl-pop-before-smtp-authenticate-type): Ditto.
7535         (wl-nntp-posting-server): Ditto.
7536         (wl-nntp-posting-user): Ditto.
7537         (wl-nntp-posting-port): Ditto.
7538         (wl-fetch-confirm-threshold): Ditto.
7539         (wl-prefetch-threshold): Ditto.
7540         (wl-thread-insert-opened): Ditto.
7541         (wl-ldap-server): Ditto.
7542         (wl-ldap-port): Ditto.
7543         (wl-ldap-base): Ditto.
7544         (wl-ldap-objectclass): Ditto.
7545         (wl-use-ldap): Ditto.
7546         (wl-draft-config-alist): Ditto.
7547         (wl-draft-config-matchone): Ditto.
7548         (wl-template-alist): Ditto.
7549         (wl-message-sort-field-list): Ditto.
7550         (wl-message-ignored-field-list): Ditto.
7551         (wl-message-visible-field-list): Ditto.
7552         (wl-interactive-send): Ditto.
7553         (wl-summary-move-order): Ditto.
7554         (wl-auto-select-first): Ditto.
7555         (wl-auto-select-next): Ditto.
7556         (wl-interactive-save-folders): Ditto.
7557
7558         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7559         Initialization codes are moved from wl-local-folder-init.
7560         (wl-local-folder-init): Follow the change above.
7561         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7562
7563         * wl-acap.el: New file.
7564
7565         * Version number is increased to 2.7.3.
7566
7567 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7568
7569         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7570
7571 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7572
7573         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7574         (wl-addrmgr-address-entry-list): Ditto.
7575
7576 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-e21.el (wl-draft-mode-map): Removed binding for
7579         `wl-draft-insert-x-face-field'.
7580
7581         * wl-mule.el (wl-draft-mode-map): Ditto.
7582
7583         * wl-xmas.el (wl-draft-mode-map): Ditto.
7584
7585         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7586         (wl-cs-autoconv): Ditto.
7587         (wl-cs-local): Ditto.
7588         (wl-use-scoring): Ditto.
7589         (wl-mime-charset): Ditto.
7590         (wl-folder-check-async): Ditto.
7591
7592         * wl.el (toplevel): Ignore nemacs and tm.
7593         (wl-exit): Ditto.
7594
7595         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7596         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7597         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7598         instead of wl-address-petname-add-or-change.
7599         (wl-summary-edit-addresses-subr): Use wl-address-delete
7600         instead of wl-address-petname-delete.
7601
7602         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7603
7604         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7605         if error occured.
7606
7607         * wl-message.el (require): Remove tm support.
7608
7609         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7610
7611         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7612         (wl-folder-jump-to-current-entity): Ditto.
7613         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7614
7615         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7616         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7617         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7618
7619         * wl-mule.el (wl-draft-key-setup): Ditto.
7620
7621         * wl-xmas.el (wl-draft-key-setup): Ditto.
7622
7623         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7624         (wl-draft-std11-parse-addresses): New function.
7625         (wl-draft-parse-mailbox-list): Use it.
7626         (wl-draft): Ignore nemacs.
7627         (wl-draft-reedit): Ditto.
7628
7629         * wl-addrmgr.el: New file.
7630         (Original is wl-rcpt.el written by
7631         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7632         Thanks Kitamoto-san.)
7633
7634         * wl-address.el (wl-address-make-address-list): Modified parsing
7635         process.
7636         (wl-address-delete): Renamed from `wl-address-petname-delete';
7637         Modify wl-address-list too.
7638         (wl-address-add-or-change): Renamed from
7639         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7640
7641 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7642
7643         * wl-highlight.el (wl-highlight-summary-current-line):
7644           Work with transient-mark-mode
7645
7646 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * Version number is increased to 2.7.2.
7649
7650         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7651         instead of elmo-dop-queue-method.
7652
7653 2001-08-06  SAITO Atsunori <sai@yedo.com>
7654
7655         * wl-vars.el (wl-ldap-objectclass): New user option.
7656
7657         * wl-address.el (wl-ldap-make-filter): Use it.
7658
7659 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7662
7663 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-folder.el (wl-folder): redisplay after folder insertion.
7666
7667         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7668
7669         * wl-summary.el (wl-summary-sync-update):
7670         Change status mark only when new-msgdb exists.
7671         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7672
7673 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-summary.el (wl-summary-open-folder): New function.
7676         (wl-summary-goto-folder-subr): Use it.
7677         (wl-summary-mark-as-important): Fix;
7678         Encache only when no cache exists.
7679
7680 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7683         Use with-current-buffer.
7684
7685 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7686
7687         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7688         before call `get-buffer'. Fixed parenthesis.
7689         (wl-score-get-header-entry): Clear message and help window when
7690         keyboard quit.
7691         (wl-score-edit-insert-header): Ditto.
7692
7693 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7694
7695         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7696         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7697         (wl-default-draft-cite): Fix.
7698
7699         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7700         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7701
7702 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-message.el (wl-message-prev-page): Do same bahavior
7705         as summary when it is called in the message buffer.
7706         (wl-message-next-page): Ditto.
7707
7708 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * wl-summary.el (wl-summary-forward): Use cache if it is not
7711         section cache.
7712
7713 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7716         Removed redundant require of elmo-vars.
7717         (wl-biff-state-indicator-on): Changed default value for
7718         xemacs with non-mule environment.
7719
7720         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7721         wl-message-buffer is nil;
7722         Hide progress bar after moving messages.
7723
7724 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7727         message at cursor point is deleted.
7728
7729 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-vars.el: Changed file coding system to euc-japan.
7732         Added -*-coding:-*- magic to the first line.
7733
7734         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7735         Search parent from the first message.
7736
7737         * Version number is increased to 2.7.1.
7738
7739 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7740
7741         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7742
7743 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7746         refile/delete execution.
7747
7748         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7749         Fixed docstring.
7750
7751 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7754         do update process;
7755         Don't update marks when update process is interrupted.
7756
7757 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-summary-reply): Fixed problem when
7760         wl-draft-use-frame is non-nil.
7761         (wl-summary-forward): Ditto.
7762
7763         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7764         as nil.
7765         (wl-folder-mark-as-read-all-entity): Ditto.
7766         (wl-folder-prefetch-entity): Ditto.
7767
7768         * wl.el (wl): Check environment before wl-init.
7769
7770         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7771         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7772         instead of wl-summary-collect-unread.
7773         (wl-summary-reply): Split message window.
7774
7775 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7778         only if current language environment is japanese,
7779
7780         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7781         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7782         (wl-folder-goto-folder-subr): Ditto.
7783
7784         * wl-draft.el (wl-draft-dispatch-message): Call
7785         `elmo-file-cache-get-path'.
7786
7787 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-summary.el (wl-summary-cursor-move): If return value of
7790         wl-summary-next-message is not number, don't jump.
7791
7792 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-summary.el (wl-summary-buffer-next-message-function): New
7795         variable.
7796         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7797         if it is bound.
7798
7799         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7800         string.
7801
7802         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7803         (wl-plugged-drawing): Ditto.
7804
7805 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7806
7807         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7808         process.
7809         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7810         with unwind-protect.
7811
7812         * wl.el (wl-init): Require mime-setup.
7813         (wl-check-environment): Don't require mime-setup.
7814
7815         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7816         instead of elmo-folder-type.
7817
7818         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7819         value as nil.
7820
7821 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * Version number is increased to 2.7.0.
7824
7825         * wl-version.el (wl-version): Changed codename.
7826
7827         * wl-summary.el (wl-summary-delete-cache): Fixed.
7828
7829         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7830         Workaround for net folders.
7831         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7832
7833         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7834         value to nil (According to the patch from
7835         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7836
7837         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7838         of elmo-folder-close.
7839
7840 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7841
7842         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7843         for postfix.
7844
7845 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7846
7847         * wl-summary.el (wl-summary-resend-message): Fixed.
7848
7849         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7850         Call wl-draft with `from' argument if its address is included in
7851         `wl-user-mail-address-list'.
7852         (wl-draft): Added `from' argument.
7853
7854         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7855         non-nil.
7856         (wl): Don't show demo if wl-demo is nil.
7857
7858         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7859         wl-summary-use-frame.
7860
7861         * wl-vars.el (wl-summary-use-frame): New user option.
7862         (wl-folder-use-frame): Changed docstring.
7863
7864         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7865         non-nil.
7866         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7867         wl-summary-use-frame.
7868
7869         * wl-vars.el (wl-folder-use-frame): New user option.
7870
7871         * wl-summary.el (wl-summary-exit): Back to folder frame if
7872         wl-folder-use-frame is non-nil.
7873         (wl-summary-redisplay-internal): Ignore cache if current folder
7874         is draft folder,
7875         (wl-summary-redisplay-no-mime): Ditto.
7876         (wl-summary-redisplay-all-header): Ditto.
7877
7878         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7879         if wl-folder-use-frame is non-nil.
7880
7881 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * wl-summary.el (wl-summary-sync-update): Bind
7884         elmo-folder-update-threshold.
7885         (wl-summary-mark-as-important): Enclosed server mark processing
7886         with `save-match-data'.
7887
7888         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7889         only when it is already defined.
7890
7891 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7892
7893         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7894         name of folder exclude localdir is wrong.
7895         * wl-folder.el (wl-folder-sync-entity):
7896         Set `wl-summary-always-sticky-folder-list' as nil.
7897         (wl-folder-mark-as-read-all-entity): Ditto.
7898         (wl-folder-prefetch-entity): Ditto.
7899
7900 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7901
7902         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7903         instead of `wl-summary-write-current-newsgroup'.
7904
7905 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7906
7907         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7908         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7909         non-nil and selected message is important, do not display.
7910
7911 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7912
7913         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7914
7915 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7916
7917         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7918
7919         * wl-summary.el (wl-summary-mark-as-important): Set message number
7920         using wl-summary-message-number.
7921
7922 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7923
7924         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7925         destination folder is 'null.
7926
7927 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7928
7929         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7930         New function.
7931         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7932         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7933         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7934
7935 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7936
7937         * wl-mime.el (wl-mime-setup): Added setting for
7938         `mime-setup-signature-key-alist' to avoid overriding key bind for
7939         `wl-draft-send'.
7940
7941         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7942         for `wl-draft-send'.
7943         * wl-mule.el (wl-draft-overload-functions): Ditto.
7944         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7945         * wl-draft.el (wl-draft-send): Ditto.
7946
7947         * wl-message.el (wl-message-display-internal):
7948         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7949         (Patch is provided by <kita@coe.nttdata.co.jp>).
7950
7951 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7952
7953         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7954
7955 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl.el (wl): Fix for wl-demo.
7958
7959 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7960
7961         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7962
7963 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7964
7965         * wl-folder.el (wl-folder-prefetch-entity): Use
7966         `wl-folder-get-elmo-folder'.
7967         (wl-folder-count-incorporates): Do not use
7968         `wl-folder-get-elmo-folder'.
7969
7970 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7971
7972         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7973         instead of `elmo-folder-get-type'.
7974
7975 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7976
7977         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7978         position on Subject: field.
7979         (Advised by Mito <mit@nines.nec.co.jp>)
7980
7981 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7982
7983         * wl-folder.el (wl-folder-prefetch-entity): Use
7984         `wl-folder-get-elmo-folder'.
7985
7986 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7987
7988         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7989
7990         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7991         `process-duplicates' slot.
7992
7993         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7994         if detection failed.
7995
7996 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7997
7998         * wl-version.el (wl-version-status): Set to "alpha".
7999
8000 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8003         Check wl-message-buffer lives before set-buffer.
8004
8005 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8006
8007         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8008         called in folder mode.
8009         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8010         * wl-summary.el (wl-summary-exit-pre-hook): Run
8011         `wl-summary-exit-pre-hook' before exit summary mode.
8012
8013 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8014
8015         * wl-version.el (wl-version-status): New variable.
8016         (wl-version-status-alist): Removed.
8017         (wl-version-status): Rule included.
8018
8019 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8022         @sponichi.
8023
8024         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8025         when `mail-reply-buffer' is buffer-local variable.
8026         (Reported by <kita@coe.nttdata.co.jp>).
8027
8028 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8029
8030         * wl-vars.el (toplevel): Require 'elmo-util.
8031
8032 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8035         (All other related portions are changed)
8036
8037         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8038
8039         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8040
8041 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8042
8043         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8044
8045 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8046
8047         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8048         Delete other windows to avoid an error.
8049         Use `point-marker' instead of `point' to remember the start point
8050         of body.
8051
8052         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8053
8054         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8055         number not to exceed all message number.
8056
8057 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8058
8059         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8060         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8061
8062 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-summary.el (wl-summary-sync-force-update): Added argument
8065         no-check.
8066         (wl-summary-sync-update): Ditto.
8067         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8068         with `no-check'.
8069
8070         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8071         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8072         already running.
8073
8074 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8075
8076         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8077         `dst-folder-arg'.
8078         (wl-expire-archive-number1): Diito.
8079         (wl-expire-archive-number2): Diito.
8080         (wl-expire-archive-Date): Diito.
8081         (wl-archive-number1): Diito.
8082         (wl-archive-number2): Diito.
8083         (wl-archive-date): Diito.
8084         (wl-archive-folder-p): New function.
8085         (wl-summary-expire): Support of expand folder name at
8086         wl-expire-alist.
8087         * wl-util.el (wl-expand-newtext): Renamed from
8088         `wl-refile-expand-newtext'.
8089
8090 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8091
8092         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8093         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8094         `(elmo-msgdb-get-overview msgdb)'.
8095         (wl-summary-prefetch): Bind match data before call
8096         `wl-summay-prefetch-msg'.
8097         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8098         'off if `wl-summary-buffer-disp-msg' is non-nil.
8099         Fixed problem that couldn't show only one new or unread message when
8100         enter folder.
8101         (wl-summary-reply): Don't call `split-window-vertically' and other
8102         window.
8103
8104 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-expire.el (wl-expire-refile): Fixed.
8107
8108 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8109
8110         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8111
8112         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8113         biff notification is removed.
8114
8115         * wl.el (wl): Changed position of `elmo-init'.
8116
8117         * wl-draft.el (wl-default-draft-cite): Use date field
8118         on the citation buffer.
8119
8120         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8121
8122         * wl-xmas.el (wl-folder-internal-icon-list): Added
8123         `wl-folder-shimbun-image'.
8124
8125         * wl-e21.el (wl-folder-internal-icon-list): Added
8126         `wl-folder-shimbun-image'.
8127
8128 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8129
8130         * wl.el (wl-init): Eliminated argument.
8131         (wl): Rewrite.
8132
8133         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8134         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8135         instead of `elmo-folder-msgdb-internal'.
8136         (wl-summary-sync-update): Ditto.
8137         (wl-summary-flush-pending-append-operations): Eliminated.
8138         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8139         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8140         `elmo-folder-open'.
8141
8142         * wl-mime.el (wl-summary-burst): Fixed.
8143
8144         * wl-folder.el (wl-folder-info-save): Check data type.
8145
8146         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8147         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8148         instead of `elmo-folder-msgdb-internal'.
8149         (wl-expire-hide): Ditto.
8150
8151
8152         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8153
8154 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8155
8156         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8157
8158 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8159
8160         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8161
8162 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8163
8164         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8165         Fixed `match-beginning' argument mismatch.
8166
8167 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8168
8169         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8170         the default value.
8171
8172 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8175         instead of `elmo-nntp-default-port'.
8176
8177         * wl-vars.el: Fixed some doc strings.
8178
8179 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8180
8181         * wl-summary.el (wl-summary-prefetch-msg): Use
8182         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8183
8184         * wl-vars.el: Define *-func as obsolete variable using
8185         `elmo-define-obsolete-variable'.
8186
8187         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8188         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8189         instead of `wl-message-buffer-prefetch-threshold'.
8190
8191         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8192
8193         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8194
8195         * wl-draft.el (wl-caesar-region-func): Ditto.
8196
8197         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8198         Keep unread status in elmo-folder-move-messages.
8199         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8200
8201 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8202
8203         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8204         `wl-summary-buffer-exit-func'
8205         (wl-summary-buffer-message-redisplay-function): Renamed from
8206         `wl-summary-buffer-message-redisplay-func'
8207         (wl-summary-buffer-next-folder-function): Renamed from
8208         `wl-summary-buffer-next-folder-func'.
8209         (wl-summary-buffer-prev-folder-function): Renamed from
8210         `wl-summary-buffer-prev-folder-func'.
8211         (wl-summary-get-petname-function): Renamed from
8212         `wl-summary-get-petname-func'.
8213
8214         * wl-score.el (wl-score-edit-exit-function): Renamed from
8215         `wl-score-edit-exit-func'.
8216
8217         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8218         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8219
8220         * wl-util.el (wl-load-profile-function): Renamed from
8221         `wl-load-profile-func'.
8222
8223         * wl-folder.el (wl-folder-completion-function): Renamed from
8224         `wl-folder-completion-func'.
8225         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8226
8227         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8228         `wl-expire-archive-get-folder-func'.
8229         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8230         (wl-draft-send-mail-function): Renamed from
8231         `wl-draft-send-mail-func'.
8232         (wl-draft-send-news-function): Renamed from
8233         `wl-draft-send-news-func'.
8234         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8235         (wl-generate-mailer-string-function): Renamed from
8236         `wl-generate-mailer-string-func'.
8237         (wl-highlight-signature-search-function): Renamed from
8238         `wl-highlight-signature-search-func'.
8239         (wl-highlight-x-face-function): Renamed from
8240         `wl-highlight-x-face-func'
8241         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8242         (wl-ps-print-buffer-function): Renamed from
8243         `wl-ps-print-buffer-func'
8244         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8245         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8246         (wl-summary-subject-filter-function): Renamed from
8247         `wl-summary-subject-filter-func'.
8248
8249         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8250         `wl-draft-queue-flush-send-func'
8251         (wl-draft-cite-function): Renamed from
8252         `wl-draft-cite-func'
8253
8254         * wl-address.el (wl-address-init-function): Renamed from
8255         `wl-address-init-func'.
8256
8257 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-draft.el (wl-draft-queue-flush): Don't call
8260         `elmo-dop-unlock-message'.
8261         * wl-draft.el (wl-draft-queue-append): Don't call
8262         `elmo-dop-lock-message'.
8263
8264         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8265         (wl-summary-buffer-folder-name): Ditto.
8266         (wl-summary-message-regexp): Added '-' (all other related portions
8267         are changed).
8268         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8269         wl-summary-buffer-folder-name.
8270
8271 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8272
8273         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8274         the number of mails in the folder buffer is not updated by wl-biff.
8275
8276 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8277
8278         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8279         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8280
8281 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8282
8283         * wl-summary.el (wl-summary-next-message):
8284         Return next message number when wl-summary-move-order is nil.
8285
8286 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8287
8288         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8289         `wl-summary-move-spec-alist'.
8290         (wl-summary-move-spec-unplugged-alist): New variable
8291         (Move spec for unplugged status).
8292         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8293         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8294
8295 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8296
8297         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8298         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8299
8300 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8301
8302         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8303         simple quotation to quote the anonymous function.
8304         * tm-wl.el (wl-draft-preview-message): Ditto.
8305
8306 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8307
8308         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8309         Eliminate redundant `save-excursion'.
8310         (wl-highlight-summary-current-line): Ditto.
8311
8312         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8313         accessing match data when `looking-at' failed.
8314
8315         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8316         `elmo-match-string' where users don't care about the speed.
8317         (wl-draft-save): Ditto.
8318
8319 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8320
8321         * wl-util.el (wl-regexp-opt): New function.
8322
8323         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8324         number from `wl-summary-buffer-number-list'.
8325         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8326         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8327         (wl-summary-move-spec-alist): Changed default setting.
8328
8329 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8330
8331         * wl-vars.el (wl-biff-notify-hook): New hook.
8332         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8333         the arrival of new mail.
8334         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8335         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8336
8337 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8340
8341 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8344
8345         * Version number is increased to 2.5.8.
8346
8347         * wl-thread.el (toplevel): require 'cl.
8348         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8349         (wl-thread-make-number-list): New function.
8350         (wl-thread-entity-make-number-list-from-children): Ditto.
8351         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8352         (wl-thread-entity-insert-as-children): Likewise.
8353         (wl-thread-delete-message): Likewise.
8354         (wl-meaning-of-mark): Eliminated.
8355         (wl-thread-next-failure-mark-p): Ditto.
8356         (wl-thread-entity-get-mark): Ditto.
8357         (wl-thread-meaning-alist-get-result): Ditto.
8358         (wl-thread-entity-check-prev-mark): Ditto.
8359         (wl-thread-entity-check-next-mark): Ditto.
8360         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8361         (wl-thread-entity-get-prev-marked-entity): Ditto.
8362         (wl-thread-get-prev-unread): Ditto.
8363         (wl-thread-jump-to-prev-unread): Ditto.
8364         (wl-thread-get-next-unread): Ditto.
8365         (wl-thread-jump-to-next-unread): Ditto.
8366         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8367         (wl-thread-entity-get-next-marked-entity): Ditto.
8368
8369         * wl-summary.el (wl-summary-buffer-number-list):
8370         New bufer-local variable.
8371         (wl-summary-switch-to-clone-buffer): Clone
8372         `wl-summary-buffer-number-list'.
8373         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8374         (wl-summary-cursor-move-regex): Eliminated.
8375         (wl-summary-cursor-up): Rewrite.
8376         (wl-summary-cursor-down): Ditto.
8377         (wl-summary-mode-spec-alist): New variable.
8378         (wl-summary-next-message): New inline function.
8379         (wl-summary-cursor-move): New function.
8380         (wl-summary-default-get-next-msg): Rewrite.
8381         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8382         (wl-summary-rescan): Ditto.
8383         (wl-summary-sync-all-init): Ditto.
8384         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8385         summary is not thread view.
8386         (wl-summary-sync-update): Ditto.
8387         (wl-summary-rescan): Ditto.
8388         (wl-summary-make-number-list): New function.
8389
8390         * wl-draft.el: "FCC" -> "Fcc".
8391
8392 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-highlight.el (wl-highlight-summary-window):
8395         Call `set-buffer-modified-p'.
8396
8397         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8398         (wl): Call `elmo-init' and fix.
8399
8400         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8401         Use new variables.
8402
8403         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8404
8405 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8408
8409 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8410
8411         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8412
8413 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8414
8415         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8416         `wl-use-toolbar' nor `display-graphic-p'.
8417         (wl-e21-setup-message-toolbar): Ditto.
8418         (wl-e21-setup-summary-toolbar): Ditto.
8419         (wl-e21-setup-folder-toolbar): Ditto.
8420
8421         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8422         (wl-plugged-init-icons): Ditto.
8423
8424         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8425         `display-graphic-p'.
8426         (wl-plugged-set-folder-icon): Ditto.
8427         (wl-highlight-plugged-current-line): Ditto.
8428         (wl-highlight-folder-current-line): Ditto.
8429         (wl-e21-highlight-folder-group-line): Ditto.
8430         (wl-e21-setup-toolbar): Ditto.
8431         (wl-e21-display-image-p): New macro.
8432
8433         * wl-demo.el (wl-demo): Simplified.
8434         (wl-demo-image-type-alist): Use `image-type-available-p' for
8435         checking whether the image type `xbm' is available.
8436
8437 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8440         (wl-summary-input-range): Ditto.
8441
8442 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8443
8444         * wl-summary.el (wl-summary-edit-addresses): Use
8445         `wl-summary-get-original-buffer'
8446         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8447         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8448         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8449         (wl-summary-get-newsgroups): Eliminated.
8450         (wl-summary-set-crosspost): Ditto.
8451         (wl-summary-is-crosspost-folder): Ditto.
8452         (wl-crosspost-alist-load): Ditto.
8453         (wl-crosspost-alist-save): Ditto.
8454
8455         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8456         `elmo-setup-subscribed-newsgroups' instead of
8457         `elmo-nntp-make-groups-hashtb'.
8458         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8459         instead of `wl-crosspost-alist-save'.
8460
8461         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8462         of `elmo-folder-message-appendable-p'.
8463         (wl-mime-header-presentation-method): Eliminated.
8464
8465         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8466         (Error occurs in emacs21).
8467
8468         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8469         the current buffer).
8470
8471         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8472         instead of `wl-crosspost-alist-save'.
8473         (wl-init): `elmo-crosspost-message-alist-load'
8474         instead of `wl-crosspost-alist-load'
8475
8476         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8477         (wl-parse-newsgroups): Likewise.
8478         (wl-biff-notify): Run `wl-biff-notify-hook'.
8479
8480 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8483
8484         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8485         when `wl-summary-lazy-highlight' is non-nil.
8486         (wl-summary-goto-folder-subr): Highlight only when
8487         `wl-summary-lazy-highlight' is non-nil.
8488
8489         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8490         Don't display progress and highlight temp-mark when
8491         `wl-summary-lazy-highlight' is non-nil.
8492         (wl-highlight-summary-window): New function.
8493         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8494
8495 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8496
8497         * wl-summary.el (wl-summary-sync): Change `all-visible'
8498         from `all-shown'
8499         (wl-summary-input-range): Ditto.
8500
8501 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8502
8503         * wl-e21.el (wl-highlight-folder-current-line): Call
8504         `wl-folder-init-icons' when folder icons have not been initialized.
8505
8506         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8507
8508         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8509         (wl-demo-image-type-alist): New macro.
8510
8511 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8512
8513         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8514         display does not support graphics.
8515         (wl-plugged-init-icons): Ditto.
8516         (wl-folder-init-icons): Ditto.
8517
8518         * wl-demo.el (wl-demo): Chech closely whether the display
8519         supports graphics.
8520
8521 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl-summary.el (wl-summary-get-original-buffer): New function.
8524         (wl-summary-set-crosspost): Use it.
8525         (wl-summary-target-mark-uudecode): Ditto.
8526         (wl-summary-reedit): Ditto.
8527         (wl-summary-resend-bounced-mail): Ditto.
8528         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8529         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8530
8531         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8532         (wl-message-display-internal): Ditto.
8533
8534 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8535
8536         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8537
8538 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8539
8540         * wl-summary.el (wl-summary-save-view): Renamed from
8541         `wl-summary-save-status'.
8542
8543 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-summary.el (wl-summary-sync): Added `all-shown'
8546
8547 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8548
8549         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8550
8551 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8552
8553         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8554
8555 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8556
8557         * wl-highlight.el (wl-highlight-summary-line-string): Use
8558         `zerop' instead of `= 0'.
8559         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8560
8561         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8562         for comparing numbers.
8563         (wl-template-prev): Use `zerop' instead of `eq 0'.
8564
8565         * wl-draft.el (wl-draft-insert-current-message): Use
8566         `with-current-buffer' instead of `save-excursion'.
8567         Use `zerop' instead of `eq 0'.
8568
8569 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8570
8571         * wl-draft.el (wl-draft-insert-ccs): New function.
8572         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8573         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8574
8575 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8576
8577         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8578
8579 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-expire.el (wl-expire-refile): Don't call
8582         elmo-msgdb-add-msgs-to-seen-list;
8583         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8584         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8585
8586 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8587
8588         * wl-message.el (wl-message-prev-page): Ignore errors while
8589         scroll-down.
8590
8591 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-mime.el: Use elmo-original-message-mode instead of
8594         mmelmo-original-mode.
8595
8596         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8597         `elmo-folder-get-spec';
8598         (wl-fldmgr-add-completion-all-completions):
8599         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8600
8601         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8602         of `elmo-folder-get-type'.
8603
8604         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8605         `elmo-folder-get-spec';
8606         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8607         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8608         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8609         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8610         `elmo-read-msg-no-cache';
8611         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8612         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8613         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8614         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8615         `elmo-cache-save';
8616         (wl-draft-reedit): Use `elmo-message-file-name'.
8617
8618         * wl-expire.el: Use `elmo-folder-name-internal';
8619         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8620         Use macro `wl-summary-buffer-msgdb' instead of variable
8621         `wl-summary-buffer-msgdb';
8622         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8623         Use macro `wl-summary-buffer-folder-name' instead of variable
8624         `wl-summary-buffer-folder-name'.
8625         * wl-score.el: Likewise.
8626
8627         * wl-message.el: Rewrite for new message buffer cache mechanism.
8628         (wl-message-buffer-cache-buffer-get): New macro.
8629         (wl-message-buffer-cache-folder-get): Ditto.
8630         (wl-message-buffer-cache-message-get): Ditto.
8631         (wl-message-buffer-cache-entry-make): Ditto.
8632         (wl-message-buffer-cache-hit): Ditto.
8633         (wl-message-buffer-cache-sort): New function.
8634         (wl-message-buffer-cache-add): Ditto.
8635         (wl-message-buffer-cache-delete): Ditto.
8636         (wl-message-buffer-cache-clean-up): Ditto.
8637         (wl-message-buffer-window): Rewrite.
8638         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8639         (wl-message-buffer-display): New function.
8640         (wl-message-display-internal): New function.
8641
8642 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-folder.el: Use `elmo-folder-name-internal';
8645         Use `wl-folder-get-elmo-folder';
8646         Use `elmo-folder-list-messages' instead of
8647         `elmo-list-folder';
8648         Use `elmo-folder-get-primitive-list' instead of
8649         `elmo-folder-get-primitive-spec-list';
8650         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8651         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8652         Use `elmo-folder-create' instead of `elmo-create-folder'.
8653         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8654         (wl-folder-get-elmo-folder): New macro.
8655         (wl-folder-elmo-folder-cache-get): Ditto.
8656         (wl-folder-elmo-folder-cache-put): Ditto.
8657         (wl-folder-suspend): Call `elmo-quit'.
8658
8659         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8660         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8661         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8662         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8663         (toplevel): require 'cl.
8664         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8665
8666         * wl-summary.el: Rewrite to use new elmo interface.
8667
8668 \f
8669 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-mime.el (wl-draft-preview-message):
8672         Run `wl-draft-send-hook' before collecting recipients information;
8673         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8674
8675         * tm-wl.el (wl-draft-preview-message): Ditto.
8676
8677 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8680         wrong recipients are displayed when forwarded message.
8681
8682 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8683
8684         * Version number is increased to 2.5.7.
8685
8686 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8687
8688         * wl-message.el (wl-message-next-page): Bind
8689         `window-pixel-scroll-increment' to nil while scrolling up.
8690
8691 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8692
8693         * wl-vars.el (wl-save-hook): New hook.
8694         * wl.el (wl-save): Call `wl-save-hook'.
8695
8696 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8697
8698         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8699         Argument WITH-ARG instead of NO-ARG (negative mean).
8700         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8701         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8702         * wl-message.el (wl-message-follow-current-entity): Likewise.
8703
8704 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8705
8706         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8707         FROM was optional argument.
8708         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8709
8710 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8711
8712         * Version number is increased to 2.5.6.
8713
8714 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8715
8716         * wl-version.el (wl-version-show): Removed.
8717         (wl-version): Add `interactive'.
8718
8719 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8720
8721         * wl-summary.el (wl-summary-get-petname-func): New variable.
8722         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8723         instead of `wl-address-get-petname-1'.
8724         (wl-summary-simple-from): Ditto.
8725
8726         * wl-address.el (wl-address-get-petname-1): Define as function.
8727
8728 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8731         field in the original message.
8732         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8733
8734 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8735
8736         * wl-expire.el (wl-expire-hide):
8737         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8738
8739 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8740
8741         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8742         find decoder for To, Cc, and Subject.
8743
8744 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8747         for checking `elmo-use-buffer-cache'.
8748         (wl-summary-mark-as-important): Fixed typo in comment.
8749
8750 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8751
8752         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8753         field in the original message.
8754         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8755
8756 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8757
8758         * wl-expire.el (wl-expire-hide):
8759         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8760
8761 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8764         find decoder for To, Cc, and Subject.
8765
8766 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * Version number is increased to 2.5.5.
8769
8770         * wl-address.el (wl-address-specials-regexp): New constant.
8771         (wl-address-quote-specials): Use it.
8772
8773 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-summary.el (wl-summary-rescan):
8776         Call `wl-summary-buffer-number-column-detect'.
8777         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8778
8779         * wl-message.el (wl-message-mode-map): Define.
8780         (wl-message-decode): Use it as local-map.
8781
8782 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8785         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8786
8787 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8790
8791         * wl-mule.el (wl-read-event-char): Ditto.
8792
8793         * wl-e21.el (wl-read-event-char): Ditto.
8794
8795         * wl-nemacs.el (wl-read-event-char): Ditto.
8796         (read-event): Removed.
8797
8798         * wl-util.el (toplevel): Removed dummy definition of
8799         `read-event'.
8800         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8801
8802 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8803
8804         * wl-nemacs.el (elmo-archive-call-process): Moved to
8805         elmo-archive.el.
8806
8807 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8808
8809         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8810         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8811
8812         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8813         instead of magic-number 6.  Use `not' instead of `null' for symbol
8814         `nil' check (not empty list).
8815         (wl-draft-insert-x-face-field): Fixed paren style.
8816
8817         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8818         one-branch conditional statement, instead of `and' and `if'.
8819         (wl-draft-forward): Likewise.
8820         (wl-draft-add-references): Likewise.
8821         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8822
8823         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8824         conditional steatment.  Use `cond' instead of `if'.
8825         (wl-draft-confirm): Likewise.
8826
8827 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8828
8829         * wl-version.el (wl-version-show): Use `product-string-1'
8830         instead of `wl-version'.
8831         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8832
8833         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8834
8835 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8836
8837         * wl-highlight.el (wl-highlight-headers): Revert
8838         `wl-highlight-x-face-func' argument (`beg' and `end').
8839
8840 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8841
8842         * wl.el (toplevel): Move `product-provide' declare.
8843         * wl-demo.el (toplevel): Ditto.
8844         * wl-dnd.el (toplevel): Ditto.
8845         * wl-highlight.el (toplevel): Ditto.
8846         * wl-message.el (toplevel): Ditto.
8847         * wl-refile.el (toplevel): Ditto.
8848         * wl-util.el (toplevel): Ditto.
8849
8850 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8851
8852         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8853         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8854         (wl-thread-close-all): keep cursor position.
8855
8856 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8857
8858         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8859         (eq x 0).
8860         (wl-generate-user-agent-string-1): Fix conditional statement.
8861
8862 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8863
8864         * wl.el (wl-check-environment): Additional check for
8865         'wl-local-domain' and `wl-message-id-domain'.
8866
8867 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8868
8869         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8870
8871 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8872
8873         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8874         instead of `smtp-sasl-user-realm'.
8875
8876 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8879
8880 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8881
8882         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8883         to the default value as well as `eword-lexical-analyzer'.
8884
8885 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8886
8887         * wl-version.el (wl-extended-emacs-version,
8888         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8889         `elmo-match-string' instead of `wl-match-string'.
8890
8891 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8892
8893         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8894         docstring.
8895
8896 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8897
8898         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8899
8900 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl-highlight.el (wl-highlight-headers): Remove
8903         `wl-highlight-x-face-func' argument (`beg' and `end').
8904
8905 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8906
8907         * wl-summary.el (wl-summary-mark-as-important):
8908         Remove cache if folder is local.
8909
8910 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8911
8912         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8913         to get existing e-mail address string.
8914
8915 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8916
8917         * wl-version.el (wl-generate-user-agent-string): Commentary.
8918         (wl-generate-user-agent-string-1): Use `when' for
8919         one-branch conditional statement, instead of `and' and `if'.
8920         (wl-extended-emacs-version, wl-extended-emacs-version2,
8921         wl-extended-emacs-version3): Ditto.
8922
8923 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8924
8925         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8926         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8927         condition-case; Remove initialization.
8928         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8929         (wl-summary-sync-update3): Added argument `sync-all';
8930         Eliminated local variable `msgdb';
8931         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8932         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8933         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8934
8935 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8936
8937         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8938         connection before call `wl-draft-send-mail-with-smtp'.
8939
8940 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8941
8942         * Version number is increased to 2.5.4.
8943
8944 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8945
8946         * wl.el (wl-check-environment): Additional check for
8947         'wl-local-domain' and `wl-message-id-domain'.
8948
8949 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8952         buffer as command specific.
8953         (wl-folder-mark-as-read-all-entity): Ditto.
8954         (wl-folder-prefetch-entity): Ditto.
8955         (wl-folder-drop-unsync-entity): Ditto.
8956
8957         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8958         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8959         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8960
8961         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8962         save-excursion.
8963
8964 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * Version number is increased to 2.5.3.
8967
8968         * wl-summary.el (wl-summary-save-view-cache):
8969         Delete duplicated `write-region';
8970         Use `write-region-as-binary' instead of `as-binary-output-file' and
8971         `write-region'.
8972
8973 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8974
8975         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8976
8977 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8978
8979         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8980         instead of `smtp-via-smtp'.
8981
8982 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8983
8984         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8985
8986 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8987
8988         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8989         instead of `smtp-sasl-user-realm'.
8990
8991 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8992
8993         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8994
8995 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8996
8997         * Version number is increased to 2.5.2.
8998
8999 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9000
9001         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9002         does not exist.
9003         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9004         (wl-biff-start): Call `timer-activate' if timer already exists.
9005
9006         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9007         only when it is bound as function.
9008
9009 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * Version number is increased to 2.5.1.
9012
9013 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9016         Print refile/copy destination.
9017
9018 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9019
9020         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9021         queue-flush-only is non-nil.
9022
9023         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9024
9025         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9026         checking cache folder.
9027
9028 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9029
9030         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9031         `regexp-quote'.
9032
9033 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9034
9035         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9036         function.
9037         * wl-summary.el (wl-summary-write-current-folder-functions):
9038         Change default value.  Use it.
9039
9040 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * Version number is increased to 2.5.0.
9043
9044         * wl-version.el (wl-version): Changed codename.
9045
9046 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9047
9048         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9049         (wl-summary-supersedes-message): Ditto.
9050
9051 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9052
9053         * wl-refile.el (wl-refile-guess-functions): Renamed from
9054         `wl-refile-guess-func-list'.
9055
9056 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9059         Fixed problem when no rule was matched.
9060
9061 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9062
9063         * wl-summary.el (wl-summary-get-mark): Fixed
9064         `wl-summary-buffer-target-mark' check logic.
9065
9066 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9067
9068         * wl-folder.el (wl-folder-write-current-folder): Added group
9069         folder check.
9070
9071         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9072         `wl-summary-write-current-newsgroup'.
9073         (wl-summary-write-current-folder-functions): New variable.
9074         * wl-folder.el (wl-folder-get-newsgroups): New function.
9075         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9076         (wl-folder-write-current-folder): Renamed from
9077         `wl-folder-write-current-newsgroup'.
9078
9079 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9080
9081         * Version number is increased to 2.3.93.
9082
9083 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9086         (wl-ldap-make-matched-value-list): Ditto.
9087         (wl-ldap-alias-safe-string): Split e-mail address.
9088
9089         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9090         petname folder default was selected.
9091         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9092         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9093
9094 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9095
9096         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9097         to `wl-draft-config-exec'.
9098
9099         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9100         instead of calling `wl-draft-config-exec';
9101         Process group-list and show recipients in minibuffer.
9102
9103         * tm-wl.el (wl-draft-preview-message): Ditto.
9104
9105 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9106
9107         * wl.el (toplevel): Added (C) to copyright notice, and
9108         sync Author header.
9109         * tm-wl.el (toplevel): Ditto.
9110         * wl-address.el (toplevel): Ditto.
9111         * wl-demo.el (toplevel): Ditto.
9112         * wl-dnd.el (toplevel): Ditto.
9113         * wl-draft.el (toplevel): Ditto.
9114         * wl-e21.el (toplevel): Ditto.
9115         * wl-expire.el (toplevel): Ditto.
9116         * wl-folder.el (toplevel): Ditto.
9117         * wl-highlight.el (toplevel): Ditto.
9118         * wl-message.el (toplevel): Ditto.
9119         * wl-mime.el (toplevel): Ditto.
9120         * wl-mule.el (toplevel): Ditto.
9121         * wl-nemacs.el (toplevel): Ditto.
9122         * wl-refile.el (toplevel): Ditto.
9123         * wl-score.el (toplevel): Ditto.
9124         * wl-summary.el (toplevel): Ditto.
9125         * wl-template.el (toplevel): Ditto.
9126         * wl-thread.el (toplevel): Ditto.
9127         * wl-util.el (toplevel): Ditto.
9128         * wl-vars.el (toplevel): Ditto.
9129         * wl-xmas.el (toplevel): Ditto.
9130
9131 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9132
9133         * wl.el (wl-init): Added comment about `wl-init-hook'.
9134         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9135         * wl-vars.el (wl-init-hook): Added docs.
9136         (wl-make-plugged-hook): Removed useless docs.
9137         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9138         * wl-xmas.el (toplevel): Ditto.
9139
9140 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9141
9142         * wl-address.el (toplevel): Fixed multiple Author header format.
9143         * wl-demo.el (toplevel): Ditto.
9144         * wl-draft.el (toplevel): Ditto.
9145         * wl-folder.el (toplevel): Ditto.
9146         * wl-summary.el (toplevel): Ditto.
9147         * wl-thread.el (toplevel): Ditto.
9148         * wl-util.el (toplevel): Ditto.
9149         * wl-vars.el (toplevel): Ditto.
9150         * wl-version.el (toplevel): Ditto.
9151         * wl-xmas.el (toplevel): Ditto.
9152         * wl.el (toplevel): Ditto.
9153
9154         * wl-version.el (toplevel): Added require `elmo-version' for
9155         `product-version-as-string'.
9156
9157 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9158
9159         * wl-vars.el (wl-draft-send-hook): Changed default value to
9160         '(wl-draft-config-exec).
9161
9162         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9163         explicitly.
9164         (wl-draft): Set `wl-draft-config-exec-flag' before running
9165         `wl-mail-setup-hook'.
9166
9167         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9168         `wl-biff-init-icons' to `wl-init-hook' instead of
9169         `wl-make-plugged-hook'.
9170         (Because if `wl-draft' command is invoked at first,
9171         they are not initialized)
9172         Updated copyright notice.
9173
9174         * wl-e21.el (toplevel): Ditto;
9175
9176         * wl-demo.el (toplevel): Updated copyright notice.
9177         * wl-address.el (toplevel): Ditto.
9178         * wl-draft.el (toplevel): Ditto.
9179         * wl-version.el (toplevel): Ditto.
9180         * wl-folder.el (toplevel): Ditto.
9181         * wl-summary.el (toplevel): Ditto.
9182         * wl-thread.el (toplevel): Ditto.
9183         * wl-util.el (toplevel): Ditto.
9184         * wl-vars.el (toplevel): Ditto.
9185         * wl.el (toplevel): Ditto.
9186
9187 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9188
9189         * wl-highlight.el (wl-highlight-message): Fixed problem of
9190         highlighting failure which occured when the last field contains
9191         multiple lines in the draft buffer.
9192
9193         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9194         `wl-biff-start' if plugged.
9195
9196         * wl-util.el (wl-biff-check-folder): New function.
9197         (wl-biff-check-folders): Don't set session name prefix.
9198         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9199         (wl-biff-check-folder-async): Ditto.
9200
9201         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9202         in email address.
9203
9204 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9205
9206         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9207
9208         * wl-draft.el (wl-draft-strip-subject-re): New function.
9209
9210         * wl-draft.el (wl-draft-reply): Use it.
9211
9212 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9213
9214         * wl-message.el (wl-mmelmo-message-redisplay): Use
9215         `mime-display-message' instead of `wl-mime-display-message'.
9216
9217         * wl-mime.el (toplevel): Removed compatibility workaround
9218         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9219         (wl-mime-display-message): Abolished.
9220         (wl-mime-entity-read-field): Ditto.
9221         (wl-mime-combine-message/partial-pieces): Use
9222         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9223
9224 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9225
9226         * wl-template.el: Doc fixes.
9227
9228 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9229
9230         * wl-e21.el (wl-message-overload-functions): Do nothing if
9231         `current-local-map' is not available.
9232         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9233
9234 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9235
9236         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9237         representation.
9238
9239         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9240         number.
9241         (wl-fldmgr-save-folders): Don't use `format' when insert
9242         `wl-fldmgr-folders-header'.
9243
9244 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9245
9246         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9247
9248 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9249
9250         * wl-highlight.el (wl-highlight-message):
9251         Use `std11-field-end' to detect end point of the header field.
9252         Refer `wl-highlight-max-header-size'.
9253
9254         * wl-vars.el (wl-highlight-max-header-size): New variable.
9255
9256         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9257
9258         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9259         Set `for-draft' argument of wl-highlight-headers.
9260         (wl-draft): Ditto.
9261         (wl-draft-reedit): Ditto.
9262         (wl-user-agent-compose-internal): Ditto.
9263
9264 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9265
9266         * wl-message.el (wl-message-add-button): Use overlay.
9267
9268 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9269
9270         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9271
9272         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9273         problem when group-list content is nothing.
9274         (Reported by Mito <mit@nines.nec.co.jp>)
9275
9276 2000-10-18  SAITO Atsunori <sai@yedo.com>
9277
9278         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9279
9280 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9281
9282         * tm-wl.el (toplevel): Use product-provide.
9283
9284 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9285
9286         * Version number is increased to 2.3.92.
9287
9288 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9289
9290         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9291         title text, use `display' property for left margin under Emacs 21.
9292
9293         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9294         properties.
9295         (wl-plugged-init-icons): Ditto.
9296
9297 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9298
9299         * wl.el (wl-save-status, wl-init): Remove last period in
9300         "...done." message.
9301         * tm-wl.el (wl-summary-burst): Ditto.
9302         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9303         wl-summary-resume-cache-status,
9304         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9305         wl-summary-sync-update3, wl-summary-highlight-msgs,
9306         wl-summary-flush-pending-append-operations,
9307         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9308         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9309         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9310         wl-thread-open-all): Ditto.
9311         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9312         * wl-mime.el (wl-summary-burst): Ditto.
9313         * wl-highlight.el (wl-highlight-summary): Ditto.
9314         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9315         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9316         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9317         * wl-address.el (wl-local-address-init): Ditto.
9318
9319 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9320
9321         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9322         `add-text-properties'.
9323         (wl-plugged-init-icons): Ditto.
9324         (wl-folder-init-icons): Use `propertize' instead of
9325         `put-text-property'.
9326         (wl-plugged-set-folder-icon): Ditto.
9327         (wl-e21-highlight-folder-group-line): Ditto.
9328
9329 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-version.el (wl-version-status-alist): New variable.
9332         (wl-version-status): New function.
9333
9334         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9335         "Cc" part of the case "Reply-To".
9336
9337         * wl-draft.el (wl-draft-reply): Use result of
9338         `eword-extract-address-components'.
9339
9340         * wl-demo.el (wl-demo-icon-name): New constant.
9341         (wl-logo-xpm): Use it.
9342         (wl-logo-xbm): Ditto.
9343         (wl-logo-bitmap): Ditto.
9344
9345         * Version number is increased to 2.3.91.
9346
9347 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9348
9349         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9350         (wl-extended-emacs-version, wl-extended-emacs-version2,
9351         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9352         docstring.
9353
9354         * wl-version.el (wl-generate-user-agent-string-1): New function.
9355         (wl-generate-user-agent-string): Use it.
9356
9357         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9358         `mime-edit-insert-user-agent-field'.
9359         (wl-generate-user-agent-string): Check
9360         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9361
9362         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9363         instead of `if', when verbose case.
9364
9365 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9366
9367         * wl-expire.el (wl-summary-expire): Fix.
9368
9369 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9370
9371         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9372         and `elmo-lost+found-folder' if 'wl-draft.
9373         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9374
9375 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9376
9377         * wl-expire.el (wl-summary-expire): Change messages.
9378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9379         `deleing-info' instead of "Deleting..."
9380
9381 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9382
9383         * wl-summary.el (wl-summary-refile-subr): Fix.
9384
9385 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9386
9387         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9388         if pipe folder.
9389
9390 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9391
9392         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9393
9394 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9395
9396         * wl-expire.el (wl-expire-hide): New function.
9397         (wl-summary-expire): Add `hide'.
9398
9399 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9400
9401         * wl-vars.el (wl-draft-reply-without-argument-list):
9402         Changed default value to consider `Reply-To:'.
9403         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9404
9405         * Version number is increased to 2.3.90.
9406
9407         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9408         elmo-imap4-get-session with unwind-protect.
9409         Don't cause error.
9410         (wl-summary-sync-marks): Don't check plugged nor folder type.
9411         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9412         (Always keep current buffer).
9413
9414 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9415
9416         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9417         Enclose with `save-excursion'.
9418
9419 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9420
9421         * wl-version.el (wl-version): Remove interactive.
9422
9423 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9424
9425         * wl-version.el (wl-generate-user-agent-string): Use
9426         `product-string-verbose' instead of `product-string-1'.
9427
9428 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9429
9430         * wl-vars.el (wl-draft-use-cache): New variable.
9431         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9432         if wl-draft-use-cache is non-nil.
9433
9434 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9435
9436         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9437         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9438
9439 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9440
9441         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9442         (wl-thread-msg-mark-as-unread): Ditto.
9443
9444         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9445         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9446         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9447         Don't set mark in summary if return value of `elmo-mark-as-read'
9448         is nil.
9449         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9450         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9451         instead of `wl-thread-msg-mark-as-read'.
9452         (wl-summary-mark-as-unread-region): Ditto.
9453         (wl-summary-target-mark-mark-as-read): Ditto.
9454
9455         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9456
9457 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9460
9461         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9462
9463 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9464
9465         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9466         face.
9467
9468 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9469
9470         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9471         `running-xemacs'.
9472
9473 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9474
9475         * wl-version.el (toplevel): Use `product-version-as-string' for
9476         set verstion-string, if defined.
9477
9478         * wl-version.el (wl-version-show): Insert string at point, when
9479         call with argument.
9480
9481         * wl-version.el (wl-generate-user-agent-string): Use
9482         `product-string-1' instead of `wl-appname', `wl-version' and
9483         `wl-codename'.
9484
9485 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9486
9487         * wl-address.el (toplevel): Use product-provide.
9488         * wl-demo.el (toplevel): Ditto.
9489         * wl-dnd.el (toplevel): Ditto.
9490         * wl-draft.el (toplevel): Ditto.
9491         * wl-e21.el (toplevel): Ditto.
9492         * wl-expire.el (toplevel): Ditto.
9493         * wl-fldmgr.el (toplevel): Ditto.
9494         * wl-folder.el (toplevel): Ditto.
9495         * wl-highlight.el (toplevel): Ditto.
9496         * wl-message.el (toplevel): Ditto.
9497         * wl-mime.el (toplevel): Ditto.
9498         * wl-mule.el (toplevel): Ditto.
9499         * wl-nemacs.el (toplevel): Ditto.
9500         * wl-refile.el (toplevel): Ditto.
9501         * wl-score.el (toplevel): Ditto.
9502         * wl-summary.el (toplevel): Ditto.
9503         * wl-template.el (toplevel): Ditto.
9504         * wl-thread.el (toplevel): Ditto.
9505         * wl-util.el (toplevel): Ditto.
9506         * wl-vars.el (toplevel): Ditto.
9507         * wl-xmas.el (toplevel): Ditto.
9508         * wl.el (toplevel): Ditto.
9509
9510 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9511
9512         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9513         instead of product.
9514
9515         * wl-version.el (wl-version): Compile time evalution elmo-version.
9516
9517 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9518
9519         * wl-summary.el (wl-summary-sync-force-update): Append queue
9520         `mark-as-read'if unplugged.
9521
9522 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9523
9524         * wl-version.el: New file.  Use product.el.
9525         * wl.el: add (require 'wl-version).
9526         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9527         for ~/.folders header.
9528         (wl-fldmgr-folders-header): Changed.
9529         * wl-demo.el (wl-demo): Use product.el.
9530
9531         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9532         wl-version.el.
9533         * wl-util.el (wl-version, wl-version-show): Ditto.
9534
9535         * wl-util.el (wl-generate-user-agent-string,
9536         wl-extended-emacs-version, wl-extended-emacs-version2,
9537         wl-extended-emacs-version3): Move to wl-version.el.
9538         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9539         xemacs-codename, mime-edit-insert-user-agent-field,
9540         mime-edit-user-agent-value, mime-editor/version,
9541         mime-editor/codename): Compile warning killer move to
9542         wl-version.el
9543
9544 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9545
9546         * wl-summary.el (wl-summary-refile-subr): Fix.
9547
9548 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9549
9550         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9551         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9552
9553 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9554
9555         * wl.el (wl-check-environment): Check too many `@'.
9556
9557 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9558
9559         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9560
9561 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9562
9563         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9564         wl-draft-reply-myself-without-argument-list): Add variables.
9565         * wl-draft.el (wl-draft-reply): Use it.
9566
9567 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9568
9569         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9570         the 5th argument of `elmo-network-get-spec'.
9571
9572         * wl-thread.el (wl-thread-reparent-children): New inline function.
9573         (wl-thread-delete-message): Use it.
9574
9575         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9576         (wl-summary-score-update-all-lines): Don't use `dolist'.
9577
9578 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9579
9580         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9581         (require 'elmo-msgdb) for inline function.
9582
9583 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9584
9585         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9586
9587 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9588
9589         * wl-score.el (wl-score-headers): Fix for the confusing macro
9590         `elmo-kill-buffer'.
9591
9592 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9593
9594         * wl-summary.el: Don't use the 3rd argument of `require' because
9595         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9596         * wl-util.el: Ditto.
9597         * wl-draft.el: Ditto.
9598
9599 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9600
9601         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9602         window system is not used.
9603
9604 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9605
9606         * wl-thread.el: Don't use `mapcar' only for iteration.
9607         (wl-thread-resume-entity): Ditto.
9608         (wl-thread-delete-message): Ditto.
9609
9610         * wl-summary.el: Bind `dragdrop-drop-functions',
9611         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9612         of `require' for `timezone', `easymenu' and `ps-print';
9613         don't use `mapcar' only for iteration.
9614
9615         * wl-util.el: Bind `mule-version', `nemacs-version',
9616         `emacs-beta-version', `xemacs-codename',
9617         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9618         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9619         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9620         only for iteration.
9621
9622         * wl-score.el: Don't use `mapcar' only for iteration.
9623         (wl-score-simplify-buffer-fuzzy): Ditto.
9624         (wl-score-simplify-subject): Ditto.
9625         (wl-score-headers): Ditto.
9626         (wl-summary-score-update-all-lines): Ditto.
9627
9628         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9629         `enable-multibyte-characters' and `mule-version'.
9630
9631         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9632         `mapcar' only for iteration.
9633
9634         * wl-demo.el: Don't use `mapcar' only for iteration.
9635
9636         * wl-folder.el: Don't use `mapcar' only for iteration.
9637         (wl-folder-open-all): Ditto.
9638         (wl-folder-count-incorporates): Ditto.
9639
9640         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9641         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9642
9643         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9644         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9645         `smtp-connection-type'; specify 3rd argument of `require' for
9646         `timezone'; don't use `mapcar' only for iteration.
9647         (wl-draft-clone-local-variables): Don't use `mapcar'.
9648         (wl-draft-generate-clone-buffer): Ditto.
9649         (wl-user-agent-compose-internal): Ditto.
9650
9651         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9652
9653         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9654         (wl-save-status): Ditto.
9655
9656         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9657         for iteration.
9658
9659 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9660
9661         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9662         removed `Date'.
9663         (wl-fldmgr-make-filter-default): New user option.
9664
9665         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9666         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9667         (wl-fldmgr-filter-completion-alist): Abolish.
9668
9669         * wl.el (wl): Don't check servers if arg is non-nil.
9670
9671         * wl-draft.el (wl-draft-reply): Set only message-id string to
9672         In-Reply-To field.
9673
9674 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9675
9676         * wl-summary.el (wl-summary-pick): Rewrite.
9677
9678         * wl-draft.el (wl-draft-forward): Get references field from
9679         original buffer.
9680         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9681
9682 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9683
9684         * wl-draft.el (wl-draft-forward): Add references field.
9685
9686 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9687
9688         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9689         (wl-draft-reply): Use it.
9690
9691 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9692
9693         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9694         when Emacs 21 is running.
9695
9696         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9697         bindings.
9698
9699 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9700
9701         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9702         XPM icons transparent.
9703
9704         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9705         Emacs 21.
9706
9707 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9708
9709         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9710         nil.
9711
9712         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9713         when it is persistent.
9714         (wl-summary-sync-marks): Changed argument for
9715         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9716         (wl-summary-virtual): Use `elmo-read-search-condition'.
9717         (wl-summary-redisplay-internal): If folder is local, mark as read
9718         even when folder is plugged.
9719
9720 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9721
9722         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9723         of `tool-bar-lines' in the frame parameters.
9724         (after-make-frame-functions, post-command-hook): Don't modify the
9725         value.
9726         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9727         wl-e21-tool-bar-lines): Removed.
9728
9729 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9730
9731         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9732         properties `evaporate' and `wl-momentary-overlay' as well.
9733         (wl-highlight-summary-displaying): Ditto.
9734         (wl-delete-all-overlays): Don't delete overlay which does not have
9735         a property `wl-momentary-overlay'.
9736
9737         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9738         `display-mouse-p' and `display-graphic-p'.
9739         (wl-folder-init-icons): Don't search for XBM or the other files.
9740         (wl-plugged-set-folder-icon): Make icons if and only if
9741         `display-graphic-p' returns non-nil.
9742         (wl-highlight-plugged-current-line): Use `before-string' overlay
9743         property to show icon images.
9744         (wl-highlight-folder-current-line): Ditto.
9745         (wl-e21-highlight-folder-group-line): Ditto.
9746         (wl-e21-highlight-folder-by-numbers): Ditto.
9747         (wl-e21-insert-image): Removed.
9748         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9749         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9750         said.
9751         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9752         `wl-e21-force-switch-toolbar'.
9753         (wl-e21-make-icon-image): Removed.
9754         (wl-e21-setup-toolbar): Don't search for XBM files.
9755         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9756         the default value.
9757
9758 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9759
9760         * wl-util.el (wl-biff-check-folder-async): Set
9761         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9762
9763 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9764
9765         * wl-e21.el (after-make-frame-functions): Add
9766         `wl-e21-force-switch-toolbar'.
9767         (wl-e21-force-switch-toolbar): New function force to switch the
9768         toolbar appearance automatically.
9769         (post-command-hook): Add `wl-e21-switch-toolbar'.
9770         (wl-e21-switch-toolbar): New function to switch the toolbar
9771         appearance automatically.
9772         (wl-e21-tool-bar-lines): New buffer local variable.
9773
9774 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9775
9776         * wl-util.el (wl-biff-check-folders-running): New variable.
9777         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9778         (wl-biff-check-folder-async-callback):
9779         Set `wl-biff-check-folders-running'.
9780         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9781         with unwind-protect.
9782
9783         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9784         Enclose `wl-folder-auto-check' with unwind-protect.
9785
9786         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9787         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9788
9789         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9790
9791         * wl-util.el (wl-biff-notify): New inline function.
9792         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9793         locally.
9794         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9795         folder-list' is 1.
9796         Use `wl-biff-notify'.
9797         (wl-biff-check-folder-async-callback): New function.
9798         (wl-biff-check-folder-async): Ditto.
9799
9800         * wl-folder.el (wl-folder): Don't check folders.
9801         (wl-folder-auto-check): New function.
9802
9803 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9804
9805         * wl-util.el (wl-biff-start) [Emacs19+]:
9806         Use `timer-next-integral-multiple-of-time'.
9807         (wl-biff-check-folders): Use `wl-default-folder'
9808         if `wl-biff-check-folder-list' is nil.
9809
9810 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9811
9812         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9813         instead of `elmo-delete-lists'.
9814
9815 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9816
9817         * wl.el (wl-plugged-toggle-all): Set the value of
9818         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9819         (wl-plugged-toggle): Ditto.
9820         (wl-toggle-plugged): Ditto.
9821         (wl-plugged-init): Ditto.
9822
9823         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9824         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9825         instead of `wl-biff-state-indicator-off' and
9826         `wl-biff-state-indicator-on'; don't modify the value and the type
9827         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9828         (wl-plugged-init-icons): Set icons data to
9829         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9830         instead of `wl-plug-state-indicator-off' and
9831         `wl-plug-state-indicator-on'; don't modify the value and the type
9832         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9833
9834         * wl-vars.el (wl-modeline-biff-state-off,
9835         wl-modeline-biff-state-on, wl-modeline-biff-status,
9836         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9837         wl-modeline-plug-status): New internal variables.
9838         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9839         wl-biff-check-interval, wl-biff-check-folder-list): Change
9840         customization group from `wl-folder' to `wl-highlight'.
9841         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9842         wl-show-plug-status-on-modeline): Defcustomized.
9843
9844         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9845         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9846         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9847         a flag to `mode-line-buffer-identification'.
9848
9849         * wl-e21.el (wl-biff-init-icons): Set icons data to
9850         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9851         instead of `wl-biff-state-indicator-off' and
9852         `wl-biff-state-indicator-on'.
9853         (wl-plugged-init-icons): Set icons data to
9854         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9855         instead of `wl-plug-state-indicator-off' and
9856         `wl-plug-state-indicator-on'.
9857
9858 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9859
9860         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9861         excessive titles.
9862
9863 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9864
9865         * wl.el (wl-plugged-mode): Use revised
9866         `wl-mode-line-buffer-identification'.
9867         (wl-plugged-init): Don't use `force-mode-line-update'.
9868
9869         * wl-xmas.el (wl-draft-overload-functions): Use revised
9870         `wl-mode-line-buffer-identification'.
9871         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9872         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9873         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9874         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9875         `wl-make-plugged-hook';
9876         add `wl-folder-init-icons' and `wl-setup-folder' to
9877         `wl-folder-mode-hook'.
9878
9879         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9880         19 as well.
9881         (wl-mode-line-display-priority-list): New user option.
9882         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9883         Defcustomized.
9884         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9885         Add docs.
9886
9887         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9888         start.
9889         (wl-mode-line-buffer-identification): Revised as a function.
9890
9891         * wl-summary.el (wl-summary-mode): Use revised
9892         `wl-mode-line-buffer-identification'; don't call
9893         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9894         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9895         `wl-xmas-setup-summary'.
9896
9897         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9898         `wl-mode-line-buffer-identification'.
9899
9900         * wl-mule.el (wl-draft-overload-functions): Use revised
9901         `wl-mode-line-buffer-identification'.
9902
9903         * wl-folder.el (wl-make-plugged-alist): Don't call
9904         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9905         (wl-folder): Don't call `wl-folder-init-icons' directly.
9906         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9907         `wl-xmas-setup-folder' directly;
9908         use revised `wl-mode-line-buffer-identification'.
9909         (TopLevel): Don't bind `wl-biff-init-icons',
9910         `wl-plugged-init-icons', `wl-folder-init-icons',
9911         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9912
9913         * wl-e21.el (wl-draft-overload-functions): Use revised
9914         `wl-mode-line-buffer-identification'.
9915         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9916         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9917         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9918         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9919         `wl-make-plugged-hook';
9920         add `wl-folder-init-icons' and `wl-setup-folder' to
9921         `wl-folder-mode-hook'.
9922
9923 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9924             Katsumi Yamaoka    <yamaoka@jpl.org>
9925
9926         * wl.el (wl): Call `wl-biff-start'.
9927         (wl-exit): Call `wl-biff-stop'.
9928         (wl-plugged-mode): Show biff in modeline.
9929         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9930
9931         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9932         (wl-biff-init-icons): New function.
9933         (wl-plugged-init-icons): Don't make too much keymaps.
9934         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9935
9936         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9937         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9938         variables.
9939         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9940         options.
9941
9942         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9943         wl-biff-start, wl-biff-stop): New functions.
9944         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9945         (wl-biff-timer-name): New variable.
9946
9947         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9948
9949         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9950         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9951
9952         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9953         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9954
9955         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9956         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9957         `wl-folder-init-icons' to `ignore' if they are not available.
9958         (wl-folder-mode): Show biff in modeline.
9959
9960         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9961         (wl-biff-init-icons): New function.
9962         (wl-plugged-init-icons): Don't make too much keymaps.
9963         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9964
9965 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9966
9967         * wl-vars.el (wl-strict-diff-folders): Customization Type
9968         and doc fix.  Define as a list of regular expressions for
9969         folders or nil.
9970         * wl-folder.el (wl-folder-check-one-entity): Use
9971         `wl-string-match-member' instead of `wl-string-member' for
9972         `wl-strict-diff-folders'.
9973
9974 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9975
9976         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9977         (wl-highlight-folder-current-line): Use it; new implementation.
9978         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9979         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9980         `defsubst' instead of `defun'.
9981
9982         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9983         `wl-highlight-group-folder-by-numbers'; made it can also be a
9984         number.  See info for more details.
9985
9986         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9987         running.
9988
9989         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9990         to bind them.
9991
9992         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9993         (wl-highlight-folder-current-line): New implementation.
9994
9995         * wl-highlight.el (wl-highlight-folder-group-line): New
9996         implementation.
9997         (wl-delete-all-overlays): Rewrite as a marco.
9998         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9999
10000         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10001         running.
10002         (wl-folder-*-glyph): No need to bind them.
10003
10004         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10005         `wl-e21-highlight-folder-group-icon'; rewrite.
10006         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10007         `defsubst' instead of `defun'.
10008         (wl-folder-mode-map): Bind it when compiling.
10009
10010 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10011
10012         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10013
10014         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10015
10016 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10017
10018         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10019
10020 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10021
10022         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10023         (wl-highlight-folder-current-line): Use it.
10024
10025         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10026         in `id-name'.
10027
10028 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10029
10030         * wl.el: Require `wl-e21' when Emacs 21 is running.
10031
10032         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10033         default when Emacs 21 is running.
10034         (wl-use-highlight-mouse-line): Ditto.
10035         (wl-on-emacs21): New constant.
10036         (wl-on-emacs20): Removed.
10037
10038         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10039         Emacs 21 is running.
10040
10041         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10042         Emacs 21 is running.
10043
10044         * wl-e21.el: New file.
10045
10046 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10047
10048         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10049         (wl-toggle-plugged): Ditto.
10050         (wl-plugged-toggle): Ditto.
10051         (wl-plugged-toggle-all): Ditto.
10052
10053         * wl-vars.el (wl-plug-state-indicator): Refer
10054         `wl-plug-state-indicator-on' indirectly.
10055
10056 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10057
10058         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10059         Call `wl-folder-confirm-existence'.
10060
10061         * wl-folder.el (wl-folder-confirm-existence): Added optional
10062         argument `force'.
10063
10064 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10065
10066         * wl-summary.el (wl-summary-refile-subr): Assume
10067         `copy-or-refile' as symbol.
10068         (wl-summary-refile): Follow up above change.
10069         (wl-summary-copy): Ditto.  Doc fix.
10070
10071 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10072
10073         * wl-summary.el (wl-summary-pick): Don't bind
10074         `elmo-search-mime-charset'.
10075
10076         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10077         default using old backquote style.
10078         (wl-search-mime-charset): Abolished.
10079
10080         * wl-highlight.el (wl-highlight-headers):
10081         Call `point' after `re-search-forward'(for Nemacs).
10082
10083         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10084         for elmo-imap4.el.
10085
10086 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10087
10088         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10089         `wl-message-ignored-field-list' instead of
10090         `mime-view-ignored-field-list'.
10091
10092         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10093         Add interactive spec.
10094         (wl-folder-goto-bottom-of-current-folder): Ditto.
10095         (wl-folder-mode-map): Bind them.
10096
10097         * wl-vars.el (wl-message-ignored-field-list): New variable.
10098         (wl-message-visible-field-list): New variable.
10099
10100         * wl-mime.el (wl-mime-header-presentation-method): New function.
10101         (wl-mime-setup): Set header-presentation-method.
10102
10103 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10104
10105         * wl-nemacs.el (wl-draft-overload-functions): Set
10106         `mode-line-buffer-identification' instead of using
10107         `wl-make-modeline'.
10108
10109         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10110         instead of using `wl-make-modeline'.
10111
10112         * wl-xmas.el (wl-plugged-init-icons): Set up
10113         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10114         (wl-make-modeline): Abolish.
10115         (wl-draft-overload-functions): Set
10116         `mode-line-buffer-identification' instead of using
10117         `wl-make-modeline'.
10118
10119         * wl-util.el (wl-make-modeline-subr): Abolish.
10120         (wl-mode-line-buffer-identification): New alias.
10121
10122         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10123         (wl-summary-make-modeline): Abolish.
10124         (wl-summary-buffer-set-folder): Set
10125         `wl-summary-buffer-folder-indicator'.
10126         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10127         of using `wl-make-modeline'.
10128         (wl-summary-switch-to-clone-buffer): Don't set
10129         `mode-line-buffer-identification'.
10130         (wl-summary-goto-folder-subr): Ditto.
10131
10132         * wl-mule.el (wl-draft-overload-functions): Set
10133         `mode-line-buffer-identification' instead of using
10134         `wl-make-modeline'.
10135
10136         * wl-folder.el (wl-folder-mode): Set
10137         `mode-line-buffer-identification' instead of using
10138         `wl-make-modeline'.
10139         (wl-folder): Don't set `mode-line-buffer-identification'.
10140
10141 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10142
10143         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10144         instead of `member' for `wl-refile-guess-func-list' look-ups.
10145         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10146
10147 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10148
10149         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10150         `wl-message-button-dispatcher'.
10151
10152         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10153
10154         * wl-message.el (wl-message-button-dispatcher): Use it.
10155
10156         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10157         "In-Reply-To".
10158
10159         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10160         Bind `case-fold-search' to t.
10161
10162 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10163
10164         * wl-xmas.el (wl-message-overload-functions): Initialize
10165         `wl-message-button-map'.
10166
10167         * wl-mule.el (wl-message-overload-functions): Initialize
10168         `wl-message-button-map'.
10169
10170         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10171
10172         * wl-message.el (wl-message-button-map): New keymap.
10173         (wl-message-add-button): New function.
10174         (wl-message-button-dispatcher): New function.
10175         (wl-message-button-refer-article): New function.
10176
10177         * wl-highlight.el
10178         (wl-highlight-message-add-buttons-to-header): New function.
10179         (wl-highlight-headers): Use it.
10180
10181 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10182
10183         * wl-summary.el (wl-summary-default-from): Use
10184         `wl-address-get-petname-1'.
10185         (wl-summary-simple-from): Ditto.
10186
10187         * wl-address.el (wl-address-get-petname-1): New inline function.
10188         (wl-address-get-petname): Use it.
10189
10190 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10191
10192         * wl-summary.el (wl-summary-default-from): Return full-name part
10193         from the address if no petname was found.
10194         (wl-summary-simple-from): Ditto.
10195
10196         * wl-address.el (wl-address-get-petname): Return nil if no petname
10197         associated with the address was found.
10198
10199 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10200
10201         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10202         display is finished.
10203
10204 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10205
10206         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10207         `elmo-folder-exists-p' argument.
10208
10209 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10210
10211         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10212         the folder.
10213
10214 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10215
10216         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10217
10218         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10219         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10220
10221 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10222
10223         * wl-folder.el (wl-folder-create-subr): New function.
10224         (wl-folder-confirm-existence): Use it.
10225         (wl-folder-check-one-entity): Use it.
10226         Check the error symbol is derived from 'elmo-open-error.
10227
10228         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10229         `ignore-error'.
10230
10231 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10232
10233         * wl-util.el (toplevel): Add (eval-when-compile (require
10234         'elmo-util)).  (Maybe `provide' is typo.)
10235
10236 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10237
10238         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10239         (I don't know why this was needed.)
10240
10241         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10242         Follow up changes for stream-type.
10243
10244         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10245         (wl-draft-elmo-nntp-send): Ditto.
10246
10247         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10248         (wl-nntp-posting-stream-type): Ditto.
10249         (wl-pop-before-smtp-ssl): Abolished.
10250         (wl-nntp-posting-ssl): Ditto.
10251
10252         * wl-address.el (wl-address-quote-specials): New function.
10253         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10254
10255         * wl-draft.el (wl-draft-reply): Ditto.
10256
10257 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10258
10259         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10260         use function `wl-string-match-assoc'.
10261
10262 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10263
10264         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10265
10266         * wl-draft.el (wl-draft-deduce-address-list): New function.
10267         (wl-draft-parse-mailbox-list): Ditto.
10268         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10269         instead of `smtp-deduce-address-list'.
10270         (wl-draft-on-field-p): Follow group list.
10271
10272         * wl-address.el (wl-address-concat-token): New function.
10273         (wl-address-string-without-group-list-contents): Ditto.
10274         (wl-complete-field-body): Fixed problem of completion
10275         by japanese petname.
10276         (wl-address-make-completion-list): Rewrite.
10277
10278 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10279
10280         * wl-address.el (wl-address-make-completion-list): Completion by
10281         petname.
10282         (wl-complete-field-body): Likewise.
10283
10284 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10285
10286         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10287         contains invalid address syntax.
10288
10289 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10290
10291         * wl-folder.el (wl-folder-check-entity-async): Use
10292         `elmo-nntp-spec-hostname'.
10293
10294 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10295
10296         * wl-summary.el (wl-summary-msgdb-load-async): Use
10297         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10298
10299 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10300
10301         * wl-draft.el (wl-draft-reply): Set argument
10302         `content-transfer-encoding' as nil.
10303
10304 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10305
10306         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10307         `wl-refile-alist'.
10308
10309 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10310
10311         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10312         (wl-draft-edit-string): Ditto.
10313         (wl-draft-forward): Ditto.
10314         * wl-summary.el (wl-summary-write): Ditto.
10315
10316 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-summary.el (wl-summary-sync-update3): Call
10319         `wl-summary-buffer-number-column-detect'.
10320         (wl-summary-buffer-number-column-detect): Search from point-min.
10321
10322 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10323
10324         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10325         contains an address which is not included in original to or cc.
10326
10327 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10328
10329         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10330         begin-line does not exist.
10331         * wl-message.el (wl-message-uu-substring): Ditto.
10332
10333 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10334
10335         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10336         clear local variables.
10337         (wl-summary-exit): Call `elmo-commit'.
10338         (wl-summary-switch-to-clone-buffer): Call
10339         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10340         (wl-summary-goto-folder-subr): Ditto.
10341
10342         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10343         POP folder.
10344
10345 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10348         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10349         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10350         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10351         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10352         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10353
10354         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10355
10356 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10357
10358         * wl-summary.el (wl-summary-search-by-subject):
10359         Search parent message from the latest one.
10360
10361 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10362
10363         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10364         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10365
10366         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10367         New user option.
10368
10369         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10370         if elmo-nntp-use-killed-list is nil.
10371         Use `elmo-msgdb-append-to-killed-list'.
10372         (Append numbers confirmed as disappeared to the killed list.)
10373         (wl-summary-confirm-appends): Don't display negative number.
10374
10375 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10376
10377         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10378
10379 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10380
10381         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10382         range is `all'.
10383         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10384         `elmo-list-bigger-diff'.
10385
10386 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10387
10388         * wl-summary.el (wl-summary-buffer-exit-func):
10389         New buffer local variable.
10390         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10391
10392 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10393
10394         * wl-demo.el (wl-demo): Fix the last change.
10395
10396 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10397
10398         * wl-demo.el (wl-demo): Don't use `eval'.
10399
10400 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10401
10402         * wl-summary.el (wl-summary-buffer-thread-modified):
10403         New buffer-local variable.
10404         (wl-summary-set-thread-modified): New function.
10405         (wl-summary-thread-modified-p): New function.
10406         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10407         (wl-summary-yank-saved-message): Use function
10408         `wl-summary-set-thread-modified'
10409         (wl-summary-switch-to-clone-buffer): Add
10410         `wl-summary-buffer-thread-modified'.
10411
10412         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10413         (wl-summary-buffer-mark-saved-hook): Ditto.
10414         * wl-summary.el (wl-summary-msgdb-save): New hook
10415         `wl-summary-buffer-message-saved-hook' and
10416         `wl-summary-buffer-mark-saved-hook'.
10417
10418 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10419
10420         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10421
10422 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10423
10424         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10425         don't hide scroll bars under FSF Emacsen because it may incur an
10426         undesirable redrawing.
10427
10428 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10429
10430         * wl-draft.el (wl-draft-edit-string): Call
10431         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10432
10433 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10434
10435         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10436
10437 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10438
10439         * wl-summary.el (wl-summary-msgdb-load-async): Call
10440         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10441
10442 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10443
10444         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10445         fringes in demo buffer; center bitmap logo correctly even if old
10446         Mule is used.
10447
10448 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10449
10450         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10451
10452         * wl-refile.el (wl-refile-subject-alist): New variable.
10453         (wl-refile-subject-alist-file-name): Ditto.
10454         (wl-refile-alist-setup): Rewrite.
10455         (wl-refile-alist-save): Use `elmo-object-save'.
10456         Eliminated arguments.
10457         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10458         (wl-refile-guess-by-subject): New function.
10459         (wl-refile-guess-func-list): Added it.
10460
10461 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10462
10463         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10464         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10465
10466 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10467
10468         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10469         New buffer-local variable.
10470         (wl-summary-buffer-next-folder-func): Ditto.
10471         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10472         if non-nil.
10473         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10474         if non-nil.
10475         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10476         if non-nil.
10477         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10478         if non-nil.
10479
10480 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10481
10482         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10483         permanently in the demo buffer.
10484
10485 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10486
10487         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10488         `mime-entity-fetch-field'.
10489
10490         * wl.el (wl-exit): Delete plugged buffer.
10491
10492         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10493         XEmacs has menubar feature.
10494
10495 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10496
10497         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10498         cannot arrive at the beginning of the buffer under old Emacsen.
10499
10500 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10501
10502         * wl-address.el (wl-address-ldap-search):
10503         Call `ldap-search-entries' with `withdn' argument t.
10504         (wl-complete-field-body): Bind completion-ignore-case as t.
10505         Clear ldap search hash when it was sole completion.
10506         Use elmo-string for pattern string.
10507         (wl-ldap-alias-safe-string): Eliminated needless let.
10508
10509 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10510
10511         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10512         (wl-ldap-alias-sep): New constant.
10513         (wl-ldap-search-attribute-type-list): Ditto.
10514         (wl-ldap-get-value): New function.
10515         (wl-ldap-make-filter): Ditto.
10516         (wl-ldap-make-matched-value-list): Ditto.
10517         (wl-ldap-alias-safe-string): Ditto.
10518         (wl-ldap-register-dn-string): Ditto.
10519         (wl-address-ldap-search): Rewrite.
10520
10521 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10522
10523         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10524         thread is deleted.
10525         (wl-thread-delete-line-from-buffer): Ditto.
10526         (wl-thread-get-exist-children): New function.
10527
10528 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10529
10530         * wl-demo.el (wl-demo): Made it to select various image types.
10531         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10532         from `wl-title-logo'.
10533         (wl-logo-ascii): New variable.
10534         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10535         (wl-demo-copyright-notice): New constant.
10536
10537         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10538
10539 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10540
10541         * wl-vars.el (wl-summary-target-above): Renamed from
10542         wl-summary-temp-above.
10543         * wl-score.el (wl-score-get-score-alist): Use it.
10544         (wl-summary-score-update-all-lines): Use it.
10545         * wl-summary.el: Ditto. (make-variable-buffer-local).
10546
10547 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10548
10549         * wl-vars.el (wl-ldap-port): New user option.
10550
10551         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10552         Rewite whole implementation.
10553         (wl-complete-field-body): Fixed.
10554
10555 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10556
10557         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10558         Choose implementation at compile time.
10559
10560 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10561
10562         * wl-address.el (wl-ldap-search-internal): New function.
10563         (wl-complete-field-to): Use it.
10564
10565 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10566
10567         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10568         Use `let' instead of `let*'.
10569         Require 'wl-vars.
10570
10571         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10572         Define as defcustom.
10573         (wl-ldap-base): Ditto.
10574         (wl-use-ldap): Ditto.
10575
10576 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10577
10578         * wl-address.el (wl-ldap-search): New function.
10579         (wl-complete-field-body): Use `wl-ldap-search'.
10580         (wl-ldap-server): New variable.
10581         (wl-ldap-base): Ditto.
10582         (wl-use-ldap): Ditto.
10583
10584 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10585
10586         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10587         (Pointed out by Mito <mit@nines.nec.co.jp>).
10588         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10589         buffer-local variables like `wl-summary-redisplay-internal'.
10590         (wl-summary-redisplay-all-header): Likewise.  Update
10591         Summary view too.
10592
10593 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10594
10595         * wl-summary.el (wl-summary-jump-to-parent-message):
10596         Consider prefix argument.
10597
10598         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10599         when closed thread is deleted.
10600
10601 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10602
10603         * wl-summary.el (wl-summary-jump-to-parent-message):
10604         Consider thread modification.
10605
10606 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10607
10608         * wl-message.el (wl-message-normal-get-original-buffer): Use
10609         `save-excursion'.
10610
10611         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10612         (wl-summary-showto-folder-regexp): Ditto.
10613
10614 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10615
10616         * wl-util.el (wl-delete-alist): Doc fix.
10617         (wl-delete-associations): New function.
10618         (wl-inverse-alist): New function.
10619         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10620         Split temporary variables. Use `wl-delete-associations'
10621         and `wl-inverse-alist'.
10622         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10623
10624 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10625
10626         * wl-folder.el (wl-folder-prefetch-entity):
10627         Execute prefetching if new count is unknown.
10628
10629 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10630
10631         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10632
10633         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10634         delete entity.
10635         (wl-thread-set-parent): If insert as top, set linked as nil.
10636
10637         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10638         `wl-thread-cleanup-symbols' when view mode is thread.
10639
10640 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10641
10642         * wl-folder.el (wl-folder-create-folder-entity): Use
10643         with-current-buffer.
10644         (wl-local-folder-init): Call set-buffer to make sure we are in
10645         the Folder buffer. Don't touch buffer-local variables here.
10646         (wl-folder-mode): Initialize buffer-local variables here.
10647
10648         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10649         (wl-folder-entity-assign-id): Ditto.
10650         (wl-folder-create-entity-hashtb): Ditto.
10651         (wl-local-folder-init): Ditto.
10652         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10653
10654 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10655
10656         * wl-summary.el (wl-summary-default-from): Fix probrem when
10657         std11-extract-address-components return (nil "foo@bar").
10658
10659 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10660
10661         * wl-draft.el (wl-draft-clone-local-variables):
10662         Remove redundant `setq'.
10663
10664 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10665
10666         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10667         Bind wl-highlight-x-face-func as nil while highlighting header.
10668
10669 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10670
10671         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10672
10673 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10674
10675         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10676         elmo-msgdb-overview-hashtb from copy-variables.
10677         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10678         instead of `elmo-msgdb-overview-get-entity-by-number'.
10679         (wl-summary-auto-refile): Ditto.
10680
10681         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10682         `elmo-msgdb-overview-get-entity' instead of
10683         `elmo-msgdb-search-overview-entity'.  Use
10684         `elmo-msgdb-overview-get-entity' instead of
10685         `elmo-msgdb-overview-get-entity-by-number'.
10686         (wl-thread-insert-entity-sub): Ditto.
10687         (wl-thread-insert-message): Ditto.
10688
10689         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10690         `elmo-msgdb-overview-get-entity'.
10691         (wl-normal-message-redisplay): Ditto.
10692
10693 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10694
10695         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10696         `wl-thread-entities'.
10697         (wl-thread-delete-message): Fix remove top message from
10698         `wl-thread-entity-list'.
10699
10700         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10701         wl-append(nconc), because update-list is broken on Meadow.
10702
10703         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10704         updating process.
10705         (wl-summary-rescan): Ditto.
10706         (wl-summary-sync-update3): Ditto.
10707         * wl-thread.el (wl-thread-set-parent): Renamed from
10708         `wl-summary-set-parent'.
10709         (wl-thread-insert-message): Updating buffer faster.
10710         (wl-thread-delete-message): Updating buffer faster.
10711
10712         * wl-score.el (wl-summary-score-update-all-lines): Changed
10713         interval for display progress gauge.
10714
10715 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10716
10717         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10718         folder always-sticky.
10719         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10720         defmacro.
10721
10722 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10723
10724         * wl-vars.el (wl-draft-add-references): New user option.
10725
10726         * wl-draft.el (wl-draft-add-references): New function.
10727         (wl-draft-yank-from-mail-reply-buffer): Use it.
10728         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10729         as nil.
10730
10731 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10732
10733         * wl-thread.el (wl-thread-update-line-msgs): Called
10734         `wl-thread-update-line-on-buffer-sub'.
10735         (wl-thread-update-line-on-buffer): Delete routine of inserting
10736         thread.
10737         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10738         moved from `wl-thread-update-line-on-buffer'.
10739         Add threshold for displaying progress gauge.
10740         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10741         argument of `wl-thread-update-line-msgs'.
10742         Add threshold for displaying progress gauge.
10743         * wl-folder.el:
10744         Add threshold for displaying progress gauge.
10745         * wl-score.el: Ditto.
10746
10747         * wl-expire.el (wl-summary-expire): Display deleting info.
10748
10749 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10752         `no-msg'.
10753         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10754         argument of `wl-thread-update-line-msgs'.
10755         (wl-summary-set-parent): Added optional argument `parent-number'.
10756         (wl-summary-buffer-saved-message): New buffer local variable.
10757         (wl-summary-save-current-message): New command.
10758         (wl-summary-yank-saved-message): Ditto.
10759         (wl-summary-mode-map): Added key binding for
10760         `wl-summary-save-current-message' (\ew) and
10761         `wl-summary-yank-saved-message' (\C-y).
10762         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10763
10764 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10765
10766         * wl-summary.el (wl-summary-mode-map): Added key binding for
10767         `wl-summary-set-parent' (ts).
10768
10769 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10770
10771         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10772         subject faster. If thread number is reverse, delayed updating
10773         thread.
10774         (wl-summary-search-by-subject): Ditto.
10775         (wl-summary-put-alike): Ditto.
10776         (wl-summary-get-alike): Ditto.
10777         (wl-summary-insert-headers): Insert header of all overview in
10778         buffer.
10779         (wl-summary-rescan): Delayed updating thread. Kill search subject
10780         buffer for wl-summary-search-by-subject.
10781         (wl-summary-sync-update3): Ditto.
10782         (wl-summary-exit): Ditto.
10783         (wl-summary-goto-bottom-of-current-thread): Change for linked
10784         thread.
10785         (wl-summary-overview-create-summary-line): Change line for linked
10786         thread.
10787
10788         * wl-summary.el (wl-summary-update-thread): Use
10789         wl-thread-maybe-get-children-num.
10790         (wl-summary-set-parent): If change parent, move sub thread.
10791         (wl-summary-redisplay-internal): Add horizontal recenter.
10792         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10793
10794         * wl-thread.el (wl-thread-entity-get-linked): New function.
10795         (wl-thread-entity-set-linked): New function.
10796         (wl-thread-create-entity): Add linked element.
10797         (wl-thread-entity-insert-as-top): Use wl-append.
10798         (wl-thread-maybe-get-children-num): If closing thread, return
10799         children msgs.
10800         (wl-thread-update-line-msgs): Displaying progress message.
10801         (wl-thread-update-line-on-buffer-sub): Use
10802         wl-thread-maybe-get-children-num.
10803         (wl-thread-update-line-on-buffer): If update line is not exists,
10804         insert thread.
10805         (wl-thread-delete-message): If delete top msg of thread, search
10806         parent by subject.
10807         (wl-thread-insert-entity): Use
10808         wl-thread-maybe-get-children-num.
10809
10810         * wl-highlight.el (wl-highlight-summary-current-line): change
10811         sregexp for linked thread.
10812         * wl-util.el (wl-count-lines): Count lines.
10813         (wl-horizontal-recenter): horizontal recenter.
10814         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10815         (wl-score-get-alike): Ditto.
10816         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10817         (wl-subject-length-limit): New variable.
10818         (wl-highlight-thread-indent-string-regexp): Changed for linked
10819         thread.
10820
10821 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10822
10823         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10824         New variable (revival).
10825         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10826         by subject matching if there's no in-reply-to nor references field
10827         (revival).
10828
10829 \f
10830 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10831
10832         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10833         message.
10834
10835 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10836
10837         * wl-summary.el (wl-summary-reply): Return t if there was a
10838         message at cursor point.
10839         Added unwind-protect.
10840         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10841         returns t.
10842         (wl-summary-cancel-message): Do nothing when there's no message at
10843         cursor point.
10844         (wl-summary-forward): Ditto.
10845         (wl-summary-jump-to-parent-message): Ditto.
10846         (wl-summary-reedit): Ditto.
10847         (wl-summary-edit-addresses): Ditto.
10848         (wl-summary-pipe-message): Ditto.
10849         (wl-summary-print-message-with-ps-print): Ditto.
10850         (wl-summary-print-message): Ditto.
10851         (wl-summary-mark-as-important): Ditto.
10852         (wl-summary-mark-as-unread): Ditto.
10853
10854         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10855         message at cursor point.
10856         (wl-summary-reply-with-citation): Remove unwind-protect.
10857
10858         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10859         subject searching feature.
10860         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10861         Eliminated.
10862
10863 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10864
10865         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10866         New variable.
10867         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10868         by subject matching if there's no in-reply-to nor references field.
10869
10870         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10871
10872         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10873         when display is finished.
10874         (wl-folder-open-all): Ditto.
10875         (wl-folder-update-access-group): Ditto.
10876         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10877         * wl-thread.el (wl-thread-close-all): Ditto.
10878
10879         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10880         progress gauge only when it was displayed.
10881         * wl-folder.el (wl-folder-insert-entity): Ditto.
10882
10883 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10884
10885         * wl-summary.el (wl-summary-incorporate): Enclose
10886         `wl-summary-sync-force-update' with save-excursion.
10887
10888 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10889
10890         * wl-summary.el (wl-summary-prefetch-region):
10891         Pass current cursor point to `pos-visible-in-window-p' after
10892         moving cursor to the started point.
10893
10894 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10895
10896         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10897
10898         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10899         fields from the forwarding message.
10900         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10901         `ignored-fields'.
10902
10903 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10904
10905         * wl-mime.el (wl-message-request-partial):
10906         Eliminated argument `msgdb'.
10907         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10908         (wl-mime-combine-message/partial-pieces): Likewise.
10909         * tm-wl.el (wl-message-request-partial): Likewise.
10910         (wl-mime-combine-message/partial-pieces): Likewise.
10911
10912 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10913
10914         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10915         when display is finished.
10916
10917 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10918
10919         * wl-summary.el (wl-summary-goto-folder-subr):
10920         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10921
10922 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10923
10924         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10925         when cursor point is visible.
10926
10927 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10928
10929         * wl-expire.el (wl-expire-archive-get-max-number):
10930         Don't use `file-name-directory'.
10931
10932 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10933
10934         * wl-expire.el (wl-expire-archive-get-max-number):
10935         Use `file-name-directory'.
10936
10937 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10938
10939         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10940         only when there is progress.
10941
10942 2000-04-13  Mito <mit@nines.nec.co.jp>
10943
10944         * wl-summary.el (wl-summary-sync-marks): Display progress.
10945
10946 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10949         (wl-summary-prev): Move cursor regardless of unread status.
10950         (wl-summary-next): Ditto.
10951
10952 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10953
10954         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10955         Added argument `target' and `number'.
10956         * tm-wl.el (wl-summary-burst-subr): New function.
10957         (wl-summary-burst): Use it.
10958
10959 2000-04-10  Mito <mit@nines.nec.co.jp>
10960
10961         * wl-mime.el (wl-burst): New function.
10962         (wl-summary-burst): Use it.
10963
10964 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10965
10966         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10967         as petname when there's no candidate.
10968
10969 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10970
10971         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10972         New variable.
10973         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10974
10975         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10976
10977         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10978
10979 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10980
10981         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10982         Use substring of `original' instead of buffer-substring.
10983         (wl-refile-evaluate-rule):
10984         Set `original' argument of wl-refile-expand-newtext.
10985
10986         * wl-summary.el
10987         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10988         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10989         (wl-summary-auto-refile): Check existence of destination folder just
10990         before marking.
10991
10992 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10993
10994         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10995         when wl-refile-get-field-value return nil.
10996
10997 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10998
10999         * wl-refile.el
11000         (wl-refile-expand-newtext): New function imported from Gnus.
11001         (wl-refile-evaluate-rule): Use it.
11002
11003 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11004
11005         * wl-summary.el (wl-summary-print-destination):
11006         Duplicate folder string to avoid putting text-property on
11007         original string.
11008
11009         * wl-refile.el (wl-refile-get-field-value): New function.
11010         (wl-refile-evaluate-rule): New function;
11011         Evaluate refile rule recursively.
11012         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11013         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11014         New function; Check existence of a target folder recursively.
11015         (wl-summary-auto-refile-check-refile-rule-alist):
11016         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11017
11018 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11019
11020         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11021
11022         * wl-folder.el (wl-create-folder-entity-from-buffer):
11023         Fixed problem when '}' character is contained in folder name.
11024
11025         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11026
11027 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11028
11029         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11030         (wl-fldmgr-add-completion-all-completions):
11031         Use wl-fldmgr-add-completion-hashtb.
11032
11033 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11034
11035         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11036         wl-fldmgr-add-completion-subr): New functions.
11037         * wl-folder.el (wl-folder-completion-func): New variable.
11038         * wl-summary.el (wl-summary-read-folder):
11039         Use wl-folder-completion-func.
11040
11041         * wl-refile.el: Eliminate throw & catch.
11042
11043         * wl.el (wl-plugged-sending-queue-status): Fixed.
11044
11045 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11046
11047         * wl-draft.el (wl-draft): Put category property on
11048         mail-header-separator.