e9367f51f33f4d4278f2fc384f5e78c89a795a20
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-address.el: Add (eval-when-compile (require 'cl)).
4         * wl-addrmgr.el: Ditto.
5         * wl-mime.el: Ditto.
6         * wl-util.el: Ditto.
7
8 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9
10         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
11         `string-to-int'.
12
13         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
14         `string-to-int'.
15
16         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
17         `string-to-number' instead of `string-to-int'.
18
19         * wl-summary.el (wl-summary-get-list-info)
20         (wl-summary-message-number): Use `string-to-number' instead of
21         `string-to-int'.
22
23         * wl-score.el (wl-score-overview-entity-get-lines)
24         (wl-score-set-mark-below, wl-score-set-expunge-below)
25         (wl-summary-increase-score, wl-score-get-header-entry): Use
26         `string-to-number' instead of `string-to-int'.
27
28         * wl-folder.el (wl-folder-update-diff-line): Use
29         `string-to-number' instead of `string-to-int'.
30
31         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
32         instead of `string-to-int'.
33
34         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
35         instead of `string-to-int'.
36
37         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
38         `string-to-int'.
39
40 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
41
42         * wl-util.el (wl-match-string, wl-match-buffer)
43         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
44         (wl-kill-buffers, wl-local-variable-p)
45         (wl-line-formatter-setup): New backquote style.
46         (wl-count-lines): Use quote instead of backquote.
47
48         * wl-summary.el (wl-summary-buffer-folder-name)
49         (wl-summary-get-alike): Use quote instead of backquote.
50         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
51         backquote style.
52
53         * wl-message.el (wl-message-buffer-cache-buffer-get)
54         (wl-message-buffer-cache-folder-get)
55         (wl-message-buffer-cache-message-get)
56         (wl-message-buffer-cache-entry-make)
57         (wl-message-buffer-cache-hit): New backquote style.
58
59         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
60         backquote.
61         (wl-folder-unread-regex, wl-folder-entity-exists-p)
62         (wl-folder-clear-entity-info)
63         (wl-folder-get-entity-info, wl-folder-set-entity-info)
64         (wl-folder-elmo-folder-cache-get)
65         (wl-folder-elmo-folder-cache-put): New backquote style.
66
67         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
68         (wl-fldmgr-assign-id): Ditto.
69         (wl-fldmgr-delete-line): Use quote instead of backquote.
70         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
71
72         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
73         (wl-draft-set-sent-message): New backquote style.
74         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
75         (wl-draft-config-body-goto-header): Use quote instead of backquote.
76
77 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
78
79         * wl-address.el (wl-address-concat-token): Fix typo.
80
81 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
82
83         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
84         (wl-score-get-alike): Ditto.
85
86         * wl-vars.el: New backquote style.
87         (wl-message-header-button-alist): Use quote instead of backquote.
88
89         * wl.el (wl-plugged-string): New backquote style.
90
91         * wl-address.el (wl-address-concat-token): New backquote style.
92
93         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
94
95 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
96
97         * wl-highlight.el (wl-highlight-folder-opened-regexp)
98         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
99
100         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
101         in the character alternative.
102
103 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * Version number is increased to 2.15.6.
106
107 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
108
109         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
110         optional 3rd argument of epg-context-set-progress-callback; it was
111         temporarily removed in the Emacs trunk due to copyright problem.
112         (wl-mime-pgp-verify-region-with-epg): Ditto.
113
114 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
115
116         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
117
118 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
119
120         * wl-util.el (wl-biff-check-folders): Set biff flag.
121         (from Naoto Morishima [wl:14031])
122
123 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
124
125         * wl.el (wl-plugged-server-indent): Use quote instead of
126         backquote.
127
128 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl-score.el (wl-score-insert-header): Add guard for
131         `std11-unfold-string'.
132         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
133         TYPE artgument when TO or CC field.
134
135 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
136
137         * wl-summary.el (wl-summary-goto-folder-subr): Call
138         `elmo-folder-close' instead of `elmo-folder-commit' if discard
139         current summary.
140
141 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-util.el (wl-read-shell-commande): New function or alias.
144
145         * wl-summary.el (wl-summary-pipe-message): Use
146         `wl-read-shell-command' instead of `read-string'.
147         (wl-summary-target-mark-pipe): Ditto.
148
149 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-summary.el (wl-summary-reply): Fix docstring.
152         * wl-draft.el (wl-draft-reply): Ditto.
153
154 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-mime.el (wl-summary-extract-attachments): New command.
157         (wl-summary-extract-attachments-1): New internal function.
158
159 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-expire.el (wl-expire-folder): New function (split from
162         wl-summary-expire).
163         (wl-summary-expire): Use it. Add argument `all' instead of remove
164         `nolist'. Cause an error only if this function is calling
165         interactively.
166
167 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
168
169         * wl-expire.el (wl-expire-refile): Display progress message.
170         (wl-summary-expire): Simplify.
171
172         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
173         unused argument `deleting-info'.
174
175 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-vars.el (wl-message-popup-buffers): New user option.
178
179         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
180         (wl-message-delete-popup-windows): New function that substitues
181         above one.
182         (wl-mime-setup): Follow the above change.
183
184 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
185
186         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
187
188 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
189
190         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
191         "tkm" to wl-thread-spam.
192
193 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
194
195         * wl-thread.el (wl-thread-entity-insert-as-children): Use
196         wl-thread-entity-set-children.
197         (wl-thread-insert-message, wl-thread-insert-entity-sub,
198         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
199         Use wl-thread-entity-get-*.
200
201 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-mime.el (wl-epg-progress-callback): New function.
204         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
205         with `elmo-with-progress-display'. Set a progress callback
206         function to epg-context.
207         (wl-mime-pgp-verify-region-with-epg): Ditto.
208
209 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-util.el (wl-completing-read-multiple): Define as an alias of
212         `completing-read-multiple' if emacs-version is not less than 22.
213
214 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
215
216         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
217         change.
218
219 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (wl-summary-sync-update): Move
222         `wl-thread-update-indent-string-thread' to outside of
223         `elmo-with-progress-display'.
224
225 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
226
227         * wl-message.el (wl-message-exit): Check buffer existence.
228
229 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-util.el (wl-simple-display-progress): New function.
232         (wl-display-progress-with-gauge): Ditto.
233         (wl-progress-callback-function): Ditto.
234
235         * wl.el (wl-init): Set `elmo-progress-callback-function' as
236         `wl-progress-callback-function'
237
238         * wl-vars.el (wl-display-progress-threshold): New user option.
239         (wl-display-progress-function): Ditto.
240
241         * Version number is increased to 2.15.5.
242
243 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
244
245         * wl-thread.el (wl-thread-close-children): New function.
246         (wl-thread-open-children): Ditto.
247         * wl-action.el (wl-summary-set-mark): Redo the last change by
248         using it.
249
250         * wl-action.el (wl-summary-set-mark): Undo the last change.
251         Forbid interactive call.
252
253 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-mime.el (wl-define-dummy-functions): New macro.
256         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
257         `wl-mime-pgp-decrypt-region'.
258         (wl-mime-pgp-verify-region-with-epg): Renamed from
259         `wl-mime-pgp-verify-region'.
260         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
261         `wl-mime-pgp-decrypt-region'.
262         (wl-mime-pgp-verify-region-with-pgg): Renamed from
263         `wl-mime-pgp-verify-region'.
264         (wl-mime-pgp-decrypt-region): New function; To select dispatch
265         function at runtime.
266         (wl-mime-pgp-verify-region): Ditto.
267
268         * wl-vars.el (wl-use-pgp-module): New user option.
269
270 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
271
272         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
273         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
274
275 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
276
277         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
278         even if there are target marks only.
279
280 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * Version number is increased to 2.15.4.
283
284 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
285
286         * wl-folder.el (wl-folder-check-one-entity): Simplify.
287
288 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
289
290         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
291         variable.
292
293 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
294
295         * wl-spam.el (wl-thread-test-spam): New function.
296         (wl-spam-setup): Bind "tkc".
297
298 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
299
300         * wl-expire.el (wl-folder-expire-entity): Rewite without
301         `wl-summary-goto-folder-subr'.
302         (wl-folder-expire-current-entity): Don't kill summary buffer.
303
304 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-folder.el (wl-folder-sync-entity): Rewrite without
307         `wl-summary-goto-folder-subr'.
308         (wl-folder-mark-as-read-all-entity): Likewise.
309
310         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
311
312 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-thread.el (wl-thread-force-open): Arranged.
315
316 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
317
318         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
319         from regexp.
320
321         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
322         (wl-read-search-condition-internal): Append them.
323
324 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-vars.el (wl-additional-search-condition-fields):
327         New user option.
328
329         * wl-util.el (wl-search-condition-fields): New function; export
330         from `wl-read-search-condition-internal'.
331         (wl-read-search-condition-internal): Use it.
332
333         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
334
335 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-summary.el (wl-summary-define-sort-command): New function.
338         (wl-summary-sort-by-date, wl-summary-sort-by-number)
339         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
340         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
341         define by `wl-summary-define-sort-command' at runtime.
342
343         * wl.el (wl-init): Call wl-summary-define-sort-command.
344
345 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
348         properties at the decrypting region.
349
350 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
351
352         * wl-util.el (wl-find-region): New function.
353
354         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
355         coding system.
356         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
357         property `wl-mime-decoded-coding-system'.
358         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
359         property `wl-mime-decoded-coding-system' to encode text.
360
361         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
362         message.
363         (wl-mime-pgp-verify-region): Ditto.
364
365 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
368         buffer. Use epa-display-verify-result.
369
370 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-draft.el (wl-draft-send): Continue even if setting parent
373         flag was failed.
374
375 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-message.el (wl-message-flag-indicator): Fixed the problem
378         of returning string only of parentheses.
379
380 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-summary.el (wl-summary-write): Add argument `folder'.
383         (wl-summary-write-current-folder): Change argument `folder' from
384         optional to require.
385         (wl-summary-get-buffer): Return the buffer associated folder only.
386
387         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
388         change.
389         (wl-folder-toggle-disp-summary): Ditto.
390
391         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
392         current summary as parent-folder.
393
394 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
395
396         * wl-draft.el (wl-draft-reedit): Don't overwrite
397         wl-draft-parent-folder.
398
399 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
400
401         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
402         (wl-mime-pgp-verify-region): Ditto.
403         (wl-message-decrypt-pgp-nonmime): Use the above function.
404         (wl-message-verify-pgp-nonmime): Likewise.
405         (wl-mime-preview-application/pgp): Likewise.
406
407 2006-04-20  Kenichi Okada  <okada@opaopa.org>
408
409         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
410         Fix about the order of `wl-nntp-posting-port' and
411         `wl-nntp-posting-stream-type'.
412         * wl.el (wl-plugged-port-label-alist): Add smtp.
413
414 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-summary.el (wl-summary-message-status): New macro.
417
418         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
419         (wl-summary-killed-mark): New user option.
420
421         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
422         API change.
423         (wl-thread-insert-entity-sub): Ditto.
424         (wl-thread-recover-messages): New command.
425
426         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
427         Don't call `wl-highlight-summary-current-line' directly.
428         (wl-summary-buffer-attach): Connect to signal `status-changed'
429         instead of `cache-changed'.
430         (wl-summary-buffer-detach): Follow the above change.
431         (wl-summary-detect-mark-position): Follow the API change.
432         (wl-summary-rescan-message): Ditto.
433         (wl-summary-insert-sequential): Ditto.
434         (wl-summary-update-thread): Ditto.
435         (wl-summary-message-mark): Ditto.
436         (wl-summary-persistent-mark): Ditto.
437         (wl-summary-create-line): Ditto.
438         (wl-summary-prefetch-region-no-mark): Call
439         `wl-summary-persistent-mark' with number.
440         (wl-summary-recover-messages-region): New command.
441         (wl-summary-target-mark-recover): Ditto.
442         (wl-summary-recover-message): Ditto.
443         (wl-summary-persistent-mark-string): Add argument `status' instead
444         of remove arguments `flags' and `cached'.  Treat killed status.
445         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
446
447         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
448         (wl-highlight-summary-line-face-spec): Treat killed status.
449         (wl-highlight-summary-line-string): Follow the API change.
450         (wl-highlight-summary-current-line): Ditto.
451
452         * Version number is increased to 2.15.3.
453
454 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
457         of symbolp to test whether the condition is function.
458
459 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
460
461         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
462         to nil.
463
464 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-summary.el (wl-summary-buffer-message-ring): New internal
467         variable.
468         (wl-summary-buffer-last-displayed-msg): Abolish.
469         (wl-summary-push-message): New function.
470         (wl-summary-pop-message): Ditto.
471         (wl-summary-goto-folder-subr): Reset
472         `wl-summary-buffer-message-ring'.
473         (wl-summary-pop-to-last-message): New command.
474         (wl-summary-goto-last-displayed-msg): Call
475         wl-summary-pop-to-last-message if optional argument is non-nil or
476         the last command is itself.
477         (wl-summary-redisplay-internal): Push last message number into
478         `wl-summary-buffer-message-ring'.
479
480         * wl-vars.el (wl-summary-message-ring-max): New user option.
481
482 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
485         from `wl-draft-reply').
486         (wl-draft-reply): Use it.
487         (wl-draft-find-reply-headers): Avoid compile warning.
488
489 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
490
491         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
492
493 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
494
495         * wl-message.el (wl-message-flag-indicator): New function.
496         (wl-message-redisplay): Use it.
497
498 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
499
500         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
501
502 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
505         instead of `read-event'.
506
507         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
508
509         * wl-mule.el (wl-read-event-char): Ditto.
510
511         * wl-e21.el (wl-read-event-char): Ditto.
512
513 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
514
515         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
516
517 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-vars.el (wl-draft-send-confirm-type): New user option.
520
521         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
522
523         * wl-draft.el (wl-draft-send-confirm): Confirmation by
524         `wl-draft-send-confirm-type'
525
526 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
527
528         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
529         Avoid error when the buffer name is already used.
530
531 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
534         the change of elmo-nmz -> elmo-search.
535         (wl-highlight-summary-line-help-echo-alist): Ditto.
536         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
537         (wl-nmz-folder-icon): Define as obsolete.
538         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
539         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
540
541 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-summary.el (wl-summary-get-list-info): Rewrite with
544         `elmo-find-list-match-value'
545
546 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-summary.el (wl-summary-get-list-info): Optimize.
549         Use List-Id and List-Post also.
550
551 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
554
555 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
556
557         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
558
559 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-util.el (wl-completing-read-multiple-1): New internal function.
562         (wl-completing-read-multiple-2): Ditto.
563         (wl-completing-read-multiple): Define use above functions.
564
565         * wl-summary.el (wl-summary-sort): Removed the workaround for a
566         bug of `completing-read-multiple' about default value.
567
568         * wl-xmas.el (wl-completing-read-multiple): Removed.
569
570         * wl-mule.el (wl-completing-read-multiple): Ditto.
571
572         * wl-e21.el (wl-completing-read-multiple): Ditto.
573
574 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-util.el (wl-filter-associations): New function.
577
578         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
579         (wl-spam-ignored-folder-list): Ditto.
580         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
581         (wl-spam-string-member-p): New function.
582         (wl-spam-domain): Use it.
583         (wl-spam-split-numbers): New function.
584         (wl-spam-apply-partitions): Ditto.
585         (wl-spam-register-spam-messages): Use `folder' instead of
586         `wl-summary-buffer-elmo-folder'.
587         (wl-spam-register-good-messages): Ditto.
588         (wl-summary-exec-action-spam): Decide a domain by real folder of
589         message.
590         (wl-summary-exec-action-refile-with-register): Likewise.
591
592 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-e21.el (wl-e21-find-image): New function.
595         (wl-e21-setup-toolbar): Use it instead of `find-image'.
596         (wl-e21-highlight-folder-group-line): Ditto.
597         (wl-folder-init-icons): Ditto.
598         (wl-plugged-init-icons): Ditto.
599         (wl-biff-init-icons): Ditto.
600
601 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
602
603         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
604         (wl-inhibit-save-drafts): New internal variable.
605         (wl-disable-auto-save): Ditto.
606         (wl-save-drafts): Treat above variables.
607         (wl-auto-save-drafts): New function.
608         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
609         `wl-stop-save-drafts'.
610         (wl-start-save-drafts): New function.
611         (wl-stop-save-drafts): Ditto.
612         (wl-set-auto-save-draft): New command.
613
614         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
615         `wl-set-save-drafts'.
616
617 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
620         `make-local-variable' instead of `make-variable-buffer-local'.
621
622 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
623
624         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
625
626 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
627
628         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
629
630 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
631
632         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
633         of working buffer.
634
635 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
638
639         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
640         value into recipients; Bind `wl-draft-remove-group-list-contents'
641         as nil.
642
643 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-summary.el (wl-summary-sort): Fixed the last change.
646
647         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
648         (wl-summary-sort-messages): Ditto.
649         (wl-summary-rescan): Use it.
650         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
651         `completing-read'; Append candidates for reverse order.
652
653 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * Version number is increased to 2.15.2.
656
657 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
660         "Smaller".
661         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
662
663 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
664
665         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
666
667 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-vars.el (wl-draft-additional-header-alist): Add into the
670         customize group `wl-draft'.
671         (wl-draft-add-in-reply-to): Move customize group from `wl' to
672         `wl-draft'.
673         (wl-draft-add-references): Ditto.
674
675         * wl-action.el (wl-summary-print-argument): Rename argument from
676         `folder' to `data'.
677
678 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-rescan-message): Call
681         `wl-thread-cleanup-symbols' before insert thread.
682
683 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl.el (wl-init): Set `elmo-get-folder-function' as
686         `wl-folder-make-elmo-folder'.
687
688         * wl-spam.el (wl-summary-exec-action-spam): Use
689         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
690
691         * wl-folder.el (wl-folder-make-elmo-folder): New function.
692         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
693         `elmo-make-folder'.
694         (wl-folder-get-elmo-folder): Ditto.
695         (wl-folder-create-subr): Simplify.
696
697 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
700
701 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
702
703         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
704         contents in message buffer instead of original buffer. If optional
705         argument specified, ask coding system for encode.
706
707 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
708
709         * wl-spam.el (wl-summary-test-spam-region): New function.
710         (wl-spam-setup): Bind "rkc".
711
712 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
715
716 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
717
718         * wl-spam.el (wl-summary-test-spam): Fix typo.
719         (wl-message-check-spam): Ditto.
720
721 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-summary.el (wl-summary-default-from): Simplify.
724
725 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-action.el (wl-summary-exec-action-refile): Simplify.
728         (wl-summary-exec-action-copy): Ditto.
729         (wl-summary-auto-refile): Check existence of temporary mark.
730
731 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-summary.el (wl-summary-create-line): Use
734         `elmo-time-to-datevec'.
735
736         * wl-expire.el (wl-expire-archive-date): Ditto.
737         (wl-expire-localdir-date): Ditto.
738
739         * wl-util.el (wl-day-number): Abolish.
740
741         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
742         of `wl-day-number'.
743         (wl-score-followup): Ditto.
744         (wl-score-add-followups): Ditto.
745         (wl-score-get-latest-msgs): Ditto.
746         (wl-score-get-header-entry): Ditto.
747         (wl-score-edit-insert-date): Ditto.
748
749 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
752         `elmo-message-entity-field' with 2nd argument `type'.
753
754 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
755
756         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
757
758 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-thread.el (wl-thread-delete-message): Delete descendant
761         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
762
763 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
764
765         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
766
767 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
768
769         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
770         `Access folder'.
771
772 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-vars.el (wl-access-folder-icon): New user option.
775
776         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
777         `Access folder'.
778
779 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-summary.el (wl-summary-buffer-set-folder): Use
782         `wl-folder-mime-charset'.
783
784         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
785         `mime-charset'.
786         (wl-folder-get-elmo-folder): Ditto.
787         (wl-folder-mime-charset): New function.
788
789 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-util.el (wl-parse-addresses): Define alias of
792         `elmo-parse-addresses' (move to `elmo-util.el').
793
794         * wl-summary.el (wl-summary-default-from): Follow the API change.
795         (wl-summary-overview-entity-compare-by-date): Ditto.
796         (wl-summary-overview-entity-compare-by-from): Ditto.
797         (wl-summary-get-list-info): Get value of `ml-info' field from
798         entity at first.
799         (wl-summary-rescan-message): Treat prefix argument.
800         (wl-summary-prefetch-msg): Follow the API change.
801         (wl-summary-search-by-subject): Ditto.
802         (wl-summary-insert-thread): Ditto.
803         (wl-summary-line-subject): Ditto.
804         (wl-summary-line-from): Ditto.
805         (wl-summary-create-line): Ditto.
806         (wl-summary-print-message-with-ps-print): Ditto.
807
808         * wl-score.el (wl-score-ov-entity-get): Ditto.
809         (wl-score-followup): Ditto.
810         (wl-score-add-followups): Use `elmo-message-entity-field' instead
811         of `car'.
812         (wl-score-get-latest-msgs): Follow the API change.
813         (wl-score-get-header): Ditto.
814
815         * wl-refile.el (wl-refile-learn): Ditto.
816         (wl-refile-subject-learn): Ditto.
817         (wl-refile-get-field-value): Ditto.
818         (wl-refile-guess-by-history): Ditto.
819         (wl-refile-guess-by-subject): Ditto.
820
821         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
822
823         * wl-expire.el (wl-expire-date-p): Removed.
824         (wl-expire-archive-date): Follow the API change.
825         (wl-expire-localdir-date): Ditto.
826         (wl-summary-expire): Ditto.
827
828         * Version number is increased to 2.15.1.
829
830 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
831
832         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
833         group is access or not (it is not strict, like wl-fldmgr-rename).
834
835 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
838         duplicate call of `wl-summary-print-argument' on the wrong line.
839
840 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
843         even if argument `number' is nil.
844         (wl-summary-insert-line): Print action argument if current message
845         has it.
846
847 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
850         (wl-draft-reply): Ditto.
851         (wl-draft): Add optional argument `parent-number' and call
852         `wl-draft-create-buffer' with it.
853         (wl-draft-create-buffer): Add optional argument
854         `parent-number'. Set wl-draft-parent-number as it.
855
856 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
857
858         * wl-folder.el (wl-folder-set-persistent-mark): If summary
859         buffer is not for given folder, don't use it.
860
861 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
862
863         * Version number is increased to 2.15.0.
864
865 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
868
869         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
870         (wl-highlight-get-face-by-name): New internal function.
871         (wl-highlight-summary-line-face-spec): Use it and fixed.
872
873 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
874
875         * wl-summary.el (wl-summary-sync-update): Use
876         `elmo-message-entity-field' instead of `car' to get message-id
877         from overview entity.
878
879         * wl-summary.el (wl-summary-rescan-message): Call
880         `wl-highlight-summary-displaying' when displaying a message.
881
882 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
883
884         * wl-draft.el (wl-draft-config-info-filename): Extracted from
885         `wl-draft-config-info-operation'.
886         (wl-draft-buffer-change-number): New function.
887         (wl-draft-rename-saved-config): Ditto.
888         * wl.el (wl-init): Connect slot for message-number-changed.
889         (toplevel): Add autoload for wl-draft-rename-saved-config.
890
891 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
894         `update-overview'
895         (wl-summary-buffer-detach): Disconnect from it.
896         (wl-summary-rescan-message): Use command.
897
898         * wl-message.el (wl-message-buffer-display): Use
899         `with-current-buffer' instead of `save-excursion'.
900
901 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-mime.el (wl-draft-preview-attributes-list): Protect
904         wl-draft-preview-attributes-list from distraction.
905
906 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
907
908         * wl-summary.el (wl-summary-sync-update): Sort the return value of
909         `elmo-list-diff'.
910
911 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el
914         (wl-summary-edit-addresses-collect-candidate-fields): Use
915         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
916
917         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
918         instead of `elmo-set-work-buf'.
919
920         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
921         (wl-address-make-address-list): Ditto.
922
923         * Version number is increased to 2.13.3.
924
925 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
928         user option.
929
930         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
931         argument `5'.
932
933         * wl-message.el (wl-message-display-no-merge-p): New function.
934         (wl-message-buffer-display): Check whether the message is
935         reassembled and follow the API change.
936
937 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
940         multibyte on working buffer and removed unnecessary
941         `buffer-disable-undo'.
942
943 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-util.el (wl-read-search-condition-internal): Fixed the last
946         change.
947
948 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-util.el (wl-read-search-condition-internal): Protect
951         elmo-global-flags from distraction.
952
953 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
956
957         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
958         (wl-summary-event-handler): Ditto.
959         (wl-summary-update-persistent-mark-on-event): New
960         function (renamed from `elmo-event-handler-flag-changed').
961         (wl-summary-buffer-attach): New function.
962         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
963         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
964         instead of `elmo-folder-add-handler'.
965
966         * Version number is increased to 2.13.2.
967
968 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
971         and "\177" to the `wl-news-previous-page'.
972         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
973         (wl-news-previous-page): New function.
974
975 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
978         instead of `write-region' and simplify.
979
980 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-template.el (wl-template-select): Cause error if
983         `wl-template-alist' is nil.
984
985 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
986
987         * wl-news.el.in: Set file variable `no-byte-compile'.
988
989 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
992         whether a target message is within displaying area.
993         (elmo-event-handler-cache-changed): Ditto.
994
995 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
996
997         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
998         to `defun'.  Use `nconc' instead of `append' to collect descendant
999         message numbers.
1000
1001 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1002
1003         * wl-thread.el (wl-thread-save-top-list)
1004         (wl-thread-save-entities): Use `with-temp-buffer'.
1005         * wl-news.el.in (wl-news-previous-version-load):
1006         (wl-news-previous-version-save): Ditto.
1007         * wl-summary.el (wl-summary-load-file-object)
1008         (wl-summary-save-view-cache): Ditto.
1009
1010 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-util.el (toplevel): Require 'elmo-flag'.
1013         (wl-read-search-condition): New function (Renamed from
1014         `elmo-read-search-condition').
1015         (wl-read-search-condition-internal): Likewise.
1016
1017         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1018         invalid.
1019         (wl-summary-pick): Use `wl-read-search-condition' instead of
1020         `elmo-read-search-condition'.
1021         (wl-summary-virtual): Ditto.
1022
1023         * wl-folder.el (wl-folder-virtual): Ditto.
1024         (wl-folder-pick): Ditto.
1025
1026         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1027
1028 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-summary.el (wl-summary-reedit): Call
1031         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1032
1033 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-mime.el (toplevel): Require wl-vars.
1036
1037         * wl-message.el (toplevel): Require cl at compile.
1038
1039         * wl-draft.el (toplevel): Require elmo.
1040
1041 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1042
1043         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1044         and do nothing when it is not positive.
1045         (wl-message-buffer-prefetch-next): Ditto.
1046
1047 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1048
1049         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1050         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1051         (wl-summary-redisplay-internal): Ditto.
1052
1053         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1054         message (the condition is borrowed from `wl-check-variables-2').
1055         (wl-summary-redisplay-internal): Ditto.
1056
1057 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-mime.el (wl-draft-nntp-attribute): New function.
1060         (wl-draft-attribute-nntp-posting-server): Use it.
1061         (wl-draft-attribute-nntp-posting-port): Ditto.
1062
1063         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1064         (wl-draft-show-attributes-buffer): Ditto.
1065         (wl-draft-hide-attributes-buffer): Ditto.
1066         (wl-draft-attribute-newsgroups): Ditto.
1067         (wl-draft-attribute-nntp-posting-server): Ditto.
1068         (wl-draft-attribute-nntp-posting-port): Ditto.
1069         (wl-draft-preview-message): Use there functions.
1070
1071         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1072         value.
1073
1074 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1077         (wl-draft-reedit): Ditto.
1078         (wl-draft-queue-flush): Ditto.
1079
1080         * wl-mime.el (wl-message-request-partial): Ditto.
1081         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1082         instead of `elmo-message-fetch'.
1083
1084         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1085
1086         * wl-summary.el (wl-summary-message-string): Ditto.
1087
1088 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1089
1090         * wl-util.el (wl-current-message-buffer): Follow the API change.
1091
1092         * wl-summary.el (wl-summary-redisplay-internal): Call
1093         `wl-summary-mark-as-read' with 2nd argument as nil and update
1094         unread count instead of persistent mark.
1095
1096         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1097         variable.
1098         (wl-message-redisplay): Follow the API change.
1099         (wl-message-buffer-display): Managed mime-entity directly and
1100         return preview buffer only.
1101         (wl-message-display-internal): Rewrite.
1102         (wl-message-buffer-prefetch-subr): Not save return value of
1103         `wl-message-buffer-display'.
1104
1105         * Version number is increased to 2.13.1.
1106
1107 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1108
1109         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1110         'elmo-multiple-fields-body-list' with boundary specified.
1111
1112 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1115         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1116         cache if `wl-summary-resend-use-cache' is non-nil.
1117
1118 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1119
1120         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1121         (wl-nntp-posting-stream-type): Ditto.
1122
1123 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1124
1125         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1126
1127 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1128
1129         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1130         message.
1131
1132 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1133
1134         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1135         Abolish.
1136         (wl-summary-buffer-persistent-mark-version): New internal
1137         variable.
1138         (wl-summary-update-mark-and-highlight-window): Check by
1139         wl-summary-persistent-mark-invalid-p.
1140         (wl-summary-update-status-marks): Ditto.
1141         (elmo-event-handler-flag-changed): Rewrite.
1142         (elmo-event-handler-cache-changed): Define.
1143         (wl-summary-prefetch-msg): Does not update persistent mark here.
1144         (wl-summary-delete-cache): Ditto.
1145         (wl-summary-resume-cache-status): Ditto.
1146         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1147         (wl-summary-persistent-mark-invalid-p): New function.
1148         (wl-summary-validate-persistent-mark): Ditto.
1149         (wl-summary-validate-persistent-mark-string): Ditto.
1150         (wl-summary-invalidate-persistent-mark): Ditto.
1151         (wl-summary-update-persistent-mark): Call
1152         `wl-summary-validate-persistent-mark'.
1153         (wl-summary-create-line): Call
1154         `wl-summary-validate-persistent-mark-string'.
1155
1156         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1157         status as t if cache used.
1158
1159 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1162         only if the target is group.
1163         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1164
1165 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1168
1169 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1170
1171         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1172
1173         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1174
1175 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1176
1177         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1178         (Thanks to Yoichi NAKAYAMA).
1179
1180 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-util.el (wl-save-drafts): Restore echo area.
1183
1184 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1185
1186         * Version number is increased to 2.13.0.
1187
1188         * wl-util.el (wl-biff-check-folder-async): Use
1189         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1190
1191 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-message.el (wl-message-display-internal): Does not put
1194         wl-message-display-type property on message buffer.
1195         (wl-message-buffer-display-type): New function.
1196
1197         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1198
1199         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1200         `wl-summary-buffer-detach'.
1201         (wl-summary-message-display-type): Use
1202         `wl-summary-buffer-display-type'.
1203
1204 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1205
1206         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1207         buffer-local.
1208
1209         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1210         kill-buffer-hook instead of make-local-variable.
1211         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1212
1213 2004-12-12  Scott Renfro <scott@renfro.org>
1214
1215         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1216         regex for square-branket.
1217
1218 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1219
1220         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1221         `wl-message-mime-analysis-p' with argument `header'.
1222
1223 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1224
1225         * wl-mime.el (wl-draft-yank-current-message-entity): 
1226         Switch to no-mime following method according to wl-message-display-type
1227         property.
1228         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1229
1230         * wl-message.el (wl-message-display-internal): 
1231         Put wl-message-display-type property on message buffer.
1232
1233         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1234         (wl-message-display-internal): Ditto;
1235
1236         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1237
1238 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-message.el (wl-message-make-display-type): New function.
1241         (wl-message-display-type-property): Ditto.
1242         (wl-message-mime-analysys-p): Ditto.
1243         (wl-message-display-all-header-p): Ditto.
1244         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1245         added `display-type'.
1246         (wl-message-buffer-display): Likewise.
1247         (wl-message-display-internal): Likewise.
1248         (wl-message-buffer-display-type): Abolish.
1249         (wl-message-buffer-prefetch-subr): Follow the API changed.
1250
1251         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1252         from wl-summary-buffer-display-all-header and changed default value.
1253         (wl-summary-message-display-type): New function.
1254         (wl-summary-buffer-display-mime-mode): Ditto.
1255         (wl-summary-buffer-display-header-mode): Ditto.
1256         (wl-summary-toggle-mime): Rewrite with above functions.
1257         (wl-summary-toggle-all-header): Ditto.
1258         (wl-summary-redisplay): Force redisplay with default mode.
1259         (wl-summary-redisplay-internal): Renamed argument from `mode',
1260         `all-header' to `mime-mode', `header-mode'.
1261         Use `wl-message-make-display-type'.
1262
1263         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1264         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1265
1266 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1267
1268         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1269
1270 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1273         in original message buffer.
1274         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1275         buffer.
1276
1277 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1280
1281 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1282
1283         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1284
1285 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1286
1287         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1288         when actions succeeded.
1289         (wl-summary-exec-action-copy): Likewise.
1290
1291 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1294         there is switch-to-buffer at the end of wl-message-select-buffer.
1295         (wl-summary-reply): Ditto.
1296
1297 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-summary.el (wl-summary-forward): Put subject in original
1300         message buffer as argument of wl-draft-forward.
1301         * wl-draft.el (wl-draft-forward): Decode subject as in
1302         wl-draft-reply.
1303
1304 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1305
1306         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1307         a folder under access group.
1308
1309 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1310
1311         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1312         wl-message-buffer-display.
1313
1314         * wl-util.el (wl-set-save-drafts): Fix typo.
1315
1316 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1317
1318         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1319         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1320         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1321         the way to measure the width of a bitmap image; don't put face on
1322         ascii and bitmap images; put the mark which should not use the
1323         variable-pitch face on ascii and bitmap images.
1324         (wl-demo-setup-properties): Don't use the variable-pitch face on
1325         ascii and bitmap images; made it work on Emacs 20 and earlier.
1326         (wl-demo-insert-text): End with a newline at the bottom; don't put
1327         face on text.
1328
1329         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1330
1331 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1334
1335         * wl-util.el (wl-save-drafts): Moved from sample setting.
1336         (wl-set-save-drafts): New function to set idle timer.
1337         * wl-draft.el (wl-draft): Call it.
1338         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1339
1340 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1341
1342         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1343         a summary which has toggle display status off.
1344
1345 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-draft.el (wl-draft-do-fcc): No cache save.
1348
1349 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-summary.el (elmo-event-handler-flag-changed): Use
1352         `set-buffer' instead of `with-current-buffer'.
1353
1354 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1355
1356         * wl-summary.el (wl-summary-after-resize-function): New function.
1357         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1358         window-size-change-functions.
1359
1360 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-draft.el (wl-draft-create-buffer): Bind
1363         `change-major-mode-hook' after current buffer is changed.
1364
1365         * wl-summary.el (wl-summary-buffer-detach): New function.
1366         (wl-summary-buffer-set-folder): Call it.
1367         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1368         change-major-mode-hook and kill-buffer-hook.
1369         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1370         (wl-summary-switch-to-clone-buffer): Ditto.
1371         (wl-summary-goto-folder-subr): Ditto.
1372
1373 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1374
1375         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1376         after boundp check.
1377
1378 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1379
1380         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1381         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1382         for `kill-buffer'.
1383
1384         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1385         handler of current buffer from elmo-folder.
1386
1387 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1390
1391 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1392
1393         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1394         variable.
1395         (wl-summary-event-handler): New class.
1396         (elmo-event-handler-flag-changed): Define to update persistent
1397         mark.
1398         (wl-summary-buffer-set-folder): Register event handler to
1399         elmo-folder.
1400         (wl-summary-exit): Unregister event handler.
1401         (wl-summary-goto-folder-subr): Ditto.
1402         (wl-summary-mark-as-read-all): Does not call
1403         `wl-summary-update-persistent-mark' directly.
1404         (wl-summary-mark-as-read-internal): Ditto.
1405         (wl-summary-set-persistent-mark-internal): Ditto.
1406         (wl-summary-set-flags-internal): Ditto.
1407
1408         * Version number is increased to 2.11.33.
1409
1410 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1411
1412         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1413         to nil.
1414
1415 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1416
1417         * wl-spam.el (wl-spam-setup): Add hook
1418         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1419         instead of `wl-summary-prepare-hook'.
1420
1421         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1422         if folder type is `'flag'.
1423         (wl-summary-mark-as-important): Ditto.
1424
1425 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-address.el (wl-address-minibuffer-history): New variable.
1428         (wl-address-minibuffer-local-map): New keymap.
1429         (wl-address-read-from-minibuffer): New function.
1430
1431         * wl-action.el (wl-summary-get-resend-address): Use
1432         `wl-address-read-from-minibuffer' instead of `completing-read'.
1433
1434 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * Version number is increased to 2.11.32.
1437
1438 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1441         without mule to iso-8859-1.
1442         (wl-draft-add-in-reply-to): Add note in description.
1443         (wl-draft-add-references): Ditto.
1444
1445 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1446
1447         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1448         definition for `m'.
1449         (wl-summary-mode-line-format): Add '[%m]'.
1450         (wl-message-mode-line-format-spec-alist): Ditto.
1451         (wl-summary-display-mime-mode-list): New variable.
1452
1453         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1454         from wl-summary-buffer-display-as-is.
1455         (wl-summary-buffer-display-all-header): New buffer local variable.
1456         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1457         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1458         instead of wl-summary-buffer-display-as-is.
1459         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1460         (wl-summary-set-persistent-mark): Ditto.
1461         (wl-summary-set-message-buffer-or-redisplay): Just call
1462         `wl-summary-redisplay-internal' without optional arguments.
1463         (wl-summary-toggle-mime): Rewrite.
1464         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1465         (wl-summary-toggle-all-header): New function.
1466         (wl-summary-redisplay-internal): Treat mime mode.
1467
1468         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1469         to wl-mime-preview-follow-no-mime.
1470         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1471         accodring to the display-mode.
1472
1473         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1474         (wl-message-buffer-display): Changed argument name from `as-is' to
1475         `mode'.
1476         (wl-message-display-internal): Ditto;
1477         Bind elmo-mime-display-header-analysis according to the mode.
1478         (wl-message-display-internal): Put wl-message-display-mime-mode
1479         property on entire buffer.
1480
1481 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1482
1483         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1484
1485 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1488         Don't extract mail address.
1489         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1490
1491         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1492
1493         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1494
1495 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1496
1497         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1498         wl-fldmgr-cut-entity-list on confirmation.
1499
1500 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1503         (wl-mime-quit-preview): Check existence of
1504         mime-edit-temp-message-buffer here.
1505
1506 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1509         after deletion.
1510
1511         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1512         before calling wl-mime-quit-preview.
1513
1514 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-summary.el (wl-summary-pick): If call it with prefix
1517         argument, set `delete-marks' as non-nil. Pick from only visible
1518         messages.
1519         (wl-summary-check-target-mark): New function.
1520         (wl-summary-target-mark-mark-as-read): Use it.
1521         (wl-summary-target-mark-mark-as-unread): Ditto.
1522         (wl-summary-target-mark-operation): Ditto.
1523         (wl-summary-target-mark-set-flags): Ditto.
1524         (wl-summary-target-mark-save): Ditto.
1525         (wl-summary-target-mark-pick): Ditto.
1526         (wl-summary-target-mark-forward): Ditto.
1527         (wl-summary-target-mark-reply-with-citation): Ditto.
1528         (wl-summary-target-mark-print): Ditto.
1529         (wl-summary-target-mark-uudecode): Ditto.
1530
1531         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1532         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1533         with `ask-coding' is non-nil.
1534
1535 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1536
1537         * wl-thread.el (wl-thread-set-parent): If parent is a message
1538         which is identified by references, set linked as nil.
1539
1540 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1541
1542         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1543         (wl-message-mode-line-format-spec-alist): Ditto.
1544         (wl-message-mode-line-format): Ditto.
1545         (wl-summary-mode-line-format): Ditto for docstring.
1546         (wl-summary-no-mime-folder-list): Fix typo.
1547
1548         * wl-util.el (wl-current-message-buffer): Call
1549         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1550
1551         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1552         variable.
1553         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1554         of `wl-summary-redisplay-no-mime'.
1555         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1556         (wl-summary-toggle-mime): New function.
1557         (wl-summary-redisplay-all-header): Rewrite.
1558         (wl-summary-redisplay-no-mime): Ditto.
1559         (wl-summary-redisplay-internal): Added argument `as-is' and
1560         `all-header'.
1561
1562         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1563         New variable.
1564         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1565         bottom.
1566         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1567         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1568         "/" unconditionally.
1569
1570         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1571         wl-mime-preview-follow-no-mime for as-is content.
1572         (wl-mime-preview-follow-no-mime): New function.
1573         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1574
1575         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1576         and added `as-is', `all-header'.
1577         (wl-message-buffer-display): Ditto.
1578         (wl-message-buffer-display-type): New function.
1579
1580 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1581
1582         * wl-vars.el (wl-message-header-button-alist): Change default
1583         value.
1584         (wl-message-body-button-alist): Ditto.
1585
1586 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1589
1590 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1591
1592         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1593
1594 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1595
1596         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1597         is always true.
1598
1599 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1602         on null entity.
1603
1604 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1607
1608 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-vars.el (wl-summary-resend-hook): New hook.
1611
1612         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1613         `wl-summary-resend-hook'.
1614
1615 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1616
1617         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1618         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1619         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1620         (wl-summary-new-cached-mark): Changed default value to 'n'.
1621         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1622         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1623         (wl-folder-sync-range-alist): Remove spec for 'flag.
1624         (wl-summary-force-prefetch-folder-list): New user option.
1625
1626         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1627         `wl-summary-toggle-persistent-mark'.
1628         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1629         number is nil.
1630         (wl-summary-mark-as-answered-region): Set interactive argument of
1631         `wl-summary-set-persistent-mark-internal'.
1632         (wl-summary-mark-as-important-region): Ditto.
1633         (wl-summary-unset-persistent-mark): Ditto.
1634         (wl-summary-set-persistent-mark): Ditto.
1635         (wl-summary-mark-as-answered): Ditto.
1636         (wl-summary-mark-as-important): Ditto.
1637         (wl-summary-set-persistent-mark-internal): Do nothing
1638         when `elmo-message-flag-available-p' is nil.
1639         (wl-summary-toggle-persistent-mark): New function.
1640         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1641         when the folder matches `wl-summary-force-prefetch-folder-list'.
1642
1643
1644         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1645         when number is nil.
1646         (wl-highlight-summary-forwarded-face): New face.
1647
1648 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1649
1650         * Version number is increased to 2.11.31.
1651
1652 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653
1654         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1655         (wl-biff-check-folder-async): Ditto.
1656         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1657
1658 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1659
1660         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1661         Add an argument `reverse'.  All callers are updated.
1662         (wl-summary-sort): Add a prefix argument `reverse' to specify
1663         reverse sorting.
1664         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1665         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1666         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1667
1668 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1669
1670         * wl-message.el (wl-message-redisplay): Does not narrow header if
1671         disply-type is all-header or as-is.
1672
1673         * wl-summary.el (wl-summary-enter-handler): Use
1674         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1675
1676 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1679         after adding wl-draft-parent-variables.
1680         (wl-draft-forward): Ditto.
1681
1682 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1683
1684         * wl-summary.el (wl-summary-sync-marks): Call
1685         `wl-summary-set-persistent-mark' and
1686         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1687         (wl-summary-set-persistent-mark-internal): Add 4th argument
1688         `no-server'.
1689         (wl-summary-unset-persistent-mark): Ditto.
1690         (wl-summary-set-persistent-mark): Ditto.
1691         (wl-summary-add-flags-internal): Abolish.
1692         (wl-summary-remove-flags-internal): Ditto.
1693         (wl-summary-mark-as-important-internal): Ditto.
1694         (wl-summary-mark-as-important): Use
1695         `wl-summary-set-persistent-mark' instead of
1696         `wl-summary-add-flags-internal'.
1697         (wl-summary-mark-as-important-region): Ditto.
1698
1699         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1700
1701         * wl-summary.el (wl-summary-get-available-flags): New function.
1702         (wl-summary-sync-marks): Use it and simplified.
1703         (wl-summary-unset-persistent-mark): Use
1704         `wl-summary-get-available-flags'.
1705         (wl-summary-set-persistent-mark): Ditto.
1706
1707 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1708
1709         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1710         id.
1711
1712 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1713
1714         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1715         number, call `wl-summary-prev-line-content'. Show message when the
1716         message is not found.
1717
1718 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1719
1720         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1721         wl-summary-enter-handler.
1722         (wl-summary-enter-handler): New command.
1723
1724         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1725         docstring and custom spec.
1726
1727         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1728         flags too; Don't treat Cached and New.
1729         (wl-summary-set-persistent-mark): Ditto.
1730
1731         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1732         `wl-folder-set-flag'.
1733
1734         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1735         instead of `wl-folder-set-flag'.
1736
1737         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1738         for completion.
1739         (wl-summary-set-persistent-mark): Ditto.
1740
1741         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1742         instead of `wl-draft-quit-preview'.
1743
1744         * wl-mime.el (toplevel): Avoid compile warning.
1745         (wl-mime-quit-preview): New function
1746         (formarly defined as `wl-draft-quit-preview').
1747         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1748         quitting method.
1749
1750         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1751
1752         * wl-folder.el (wl-folder-set-flag): Renamed from
1753         `wl-draft-set-flag-on-parent'.
1754
1755         * wl-draft.el (wl-draft-quit-preview): New function.
1756         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1757         (wl-draft-send): Call `wl-folder-set-flag' instead of
1758         `wl-draft-set-flag-on-parent'.
1759         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1760
1761 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1764         (wl-draft-send): Ditto.
1765
1766 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1767
1768         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1769         (wl-draft-kill-pre-hook): Set default value as nil.
1770         (wl-summary-reply-hook): Ditto.
1771         (wl-draft-kill-flags): Abolish.
1772
1773         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1774         (wl-draft-parent-variables): Renamed from
1775         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1776         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1777         argument; Add wl-draft-parent-variables to
1778         wl-draft-config-variables.
1779         (wl-draft-reply): Likewise.
1780         (wl-draft-kill-flags): Abolish.
1781         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1782         (wl-draft-set-flag-on-parent): New function.
1783         (wl-draft-setup-parent-flag): Ditto.
1784
1785 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1786
1787         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1788         `wl-draft-parent-folder' is "".
1789
1790 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1793         (wl-summary-digit-jump): New function.
1794         (Adviced by John Owens and Hiroya Murata)
1795
1796         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1797         (Adviced by John Owens)
1798
1799         * wl-xmas.el (wl-message-define-keymap): Ditto.
1800
1801         * wl-mule.el (wl-message-define-keymap): Ditto.
1802
1803 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1806         change of return value of elmo-folder-count-flags.
1807
1808         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1809         (wl-summary-mark-as-read-internal): Ditto.
1810         (wl-summary-set-persistent-mark-internal): Ditto.
1811         (wl-summary-folder-info-update): Ditto.
1812         (wl-summary-sync-update): Fixed the last change.
1813
1814         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1815
1816 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1817
1818         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1819         (wl-draft-kill-flags): Fixed docstring.
1820
1821         * wl-draft.el (wl-draft-kill-flags): New function.
1822         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1823
1824 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1825
1826         * wl-vars.el (wl-reply-hook): Abolish.
1827         (wl-draft-reply-hook): New hook.
1828         (wl-summary-reply-hook): Ditto.
1829         (wl-draft-forward-hook): Ditto.
1830         (wl-summary-forward-hook): Ditto.
1831         (wl-draft-kill-flags): New variable.
1832
1833         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1834         wl-summary-set-persistent-mark-internal.
1835         (wl-summary-sync-marks): Use elmo-preserved-flags.
1836         (wl-summary-update-persistent-mark): Make it interactive.
1837         (wl-summary-set-persistent-mark-internal): New inline function.
1838         (wl-summary-mark-as-answered): Use it.
1839         (wl-summary-mark-as-unanswered): Ditto.
1840         (wl-summary-unset-persistent-mark): New function.
1841         (wl-summary-set-persistent-mark): Ditto.
1842         (wl-summary-reply): Don't set answered flag;
1843         Run wl-summary-reply-hook instead.
1844         (wl-summary-forward): Call wl-draft-forward with number.
1845         Run wl-summary-forward-hook.
1846
1847         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1848         (wl-highlight-summary-line-face-spec): Use it as a default
1849         persistent mark face.
1850
1851         * wl-draft.el (wl-draft-forward): Added optional argument number;
1852         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1853         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1854         (wl-draft-kill): Use wl-draft-kill-flags.
1855
1856         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1857
1858         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1859         of return value of elmo-folder-count-flags.
1860
1861         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1862
1863         * wl-summary.el (wl-summary-count-unread): Ditto.
1864         (wl-summary-sync-update): Follow the change above.
1865         (wl-summary-force-prefetch): New function.
1866
1867 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1868
1869         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1870         variable `buf' with `let' instead of `setq'.
1871
1872 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1873
1874         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1875         add Content-Disposition heaeder on the deleted part.
1876
1877 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1878
1879         * wl-draft.el (wl-draft-save): Encode address list under edit by
1880         `eword-encode-unstructured-field-body'.
1881
1882         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1883
1884 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1887         wl-current-summary-buffer.
1888
1889 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1890
1891         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1892         `numbers' is ignored.
1893
1894 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1895
1896         * wl-folder.el (wl-folder-open-folder): Avoid error.
1897         Reported by John Owens, [wl-en:815]
1898
1899         * wl.el (wl): Set timer for biff process even if prefix argument
1900         is given or auto-checking is quitted.
1901
1902         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1903         immediately.
1904         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1905         (wl-toggle-plugged): Ditto.
1906
1907         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1908         * wl-util.el (wl-biff-start): Use idle timer if
1909         `wl-biff-use-idle-timer' is non-nil.
1910
1911 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1912
1913         * wl-highlight.el (wl-highlight-message): Fix description.
1914
1915 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1916
1917         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1918         tty.
1919
1920 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1921
1922         * wl-action.el (wl-summary-exec): Print failure count.
1923
1924 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1927         to `defun', remove interactive form.
1928         Set elmo-message-fetch-confirm when force-reload is non-nil.
1929
1930 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1931
1932         * wl-summary.el (toplevel): Removed unnecessary autoload.
1933
1934 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1937         the buffer is generated from another message buffer.
1938
1939 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1940
1941         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1942         extracted from `wl-fldmgr-save-folders'.
1943         (wl-fldmgr-delete): Call it after deletion.
1944
1945 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1948         multi-tty support.
1949
1950 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1951
1952         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1953
1954 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1957         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1958
1959 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1960
1961         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1962         unsubscribe list only if argument CLEAR is nil.
1963
1964 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-draft.el (wl-draft-reply): Decode subject before removing
1967         Re: prefix.
1968
1969 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1970
1971         * wl-summary.el (wl-summary-sort-by-size): New command.
1972
1973 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1974
1975         * wl-summary.el (wl-summary-number-list-from-region): New
1976         function.
1977         (wl-summary-mark-as-read-region): Use it.
1978         (wl-summary-mark-as-unread-region): Ditto.
1979         (wl-summary-set-flags-region): Ditto and add optional argument
1980         remove.
1981         (wl-summary-mark-as-answered-region): Ditto.
1982         (wl-summary-mark-as-important-region): Ditto.
1983         (wl-summary-target-mark-mark-as-important): Added optional
1984         argument remove.
1985         (wl-summary-target-mark-mark-as-answered): Ditto.
1986         (wl-summary-target-mark-set-flags): Ditto.
1987
1988 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1989
1990         * wl-summary.el (wl-summary-set-flags-region): Call
1991         `wl-summary-set-flags-internal' with number list instead of call
1992         one by each message.
1993         (wl-summary-target-mark-set-flags): Likewise.
1994
1995 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-summary.el (wl-summary-target-mark-operation): Add optional
1998         argument `inverse' and use `wl-summary-delete-all-target-marks'.
1999         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2000         (wl-summary-target-mark-mark-as-answered): Likewise.
2001
2002 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-summary.el (wl-summary-target-mark-forward): Use
2005         `wl-summary-delete-all-target-marks' instead of
2006         `wl-summary-delete-all-temp-marks'.
2007         (wl-summary-target-mark-reply-with-citation): Ditto.
2008         (wl-summary-target-mark-uudecode): Ditto.
2009         (wl-summary-target-mark-set-flags): Ditto and remove needless
2010         cursor move.
2011
2012 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-summary.el (wl-summary-target-mark-forward): Protect
2015         wl-summary-buffer-target-mark-list from nreverse.
2016         (wl-summary-target-mark-reply-with-citation): Ditto.
2017
2018 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2021         `elmo-display-progress-threshold'.
2022
2023 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2026         check `wl-summary-highlight'.
2027         (wl-summary-window-scroll-functions): Respect value of
2028         `wl-summary-highlight'.
2029         (wl-summary-sync-update): Run hooks
2030         `wl-summary-buffer-window-scroll-functions' at any time.
2031
2032 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2035         from `wl-summary-cleanup-temp-marks'.
2036         (wl-summary-cleanup-temp-marks): Abolish argument.
2037         * wl.el (wl-save-status): Revert previous change.
2038         (wl-execute-temp-marks): New function, call
2039         `wl-summary-exec-with-confirmation'.
2040         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2041         (wl-folder-save-and-exec-marks): Abolished.
2042
2043 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-e21.el (wl-e21-display-image-p): Respect
2046         `wl-highlight-folder-with-icon'.
2047         (wl-e21-highlight-folder-group-line): Highlight mouse line
2048         even if wl-e21-display-image-p is nil.
2049
2050         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2051         Respect value of `wl-summary-highlight'.
2052
2053         * wl.el (wl-save-status): Remove unused variable.
2054
2055         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2056         (wl-folder-mode-map): Bind it to "x".
2057
2058 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2061
2062         * wl-thread.el (wl-thread-get-parent-list): Don't check
2063         disconnected ancestors, neglecting needless work in
2064         `wl-thread-update-indent-string-thread'.
2065
2066         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2067         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2068         argument, add argument default-keep to keep marks by default.
2069
2070         * Version number is increased to 2.11.30.
2071
2072         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2073         customization type and docstring.
2074         (wl-draft-reply-without-argument-list): Ditto.
2075
2076 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2077
2078         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2079
2080         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2081
2082 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2083
2084         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2085
2086 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2089         save-excursion so as not to include run-hooks.
2090
2091 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2092
2093         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2094         Clarify that marks are going to be cleared.
2095
2096 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2099         according to 3rd element of wl-summary-flag-mark.
2100
2101         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2102
2103 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2104
2105         * wl-action.el (wl-summary-target-mark-all): Don't set
2106         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2107
2108 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2111         (wl-forward-subject-prefix): Ditto.
2112         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2113         (wl-draft-reply-make-subject): Ditto.
2114
2115         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2116         `wl-draft-forward'.
2117         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2118
2119 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2122         target message does not exist.
2123
2124 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2125
2126         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2127         `wl-subject-prefix-regexp'.
2128         (wl-subject-forward-prefix-regexp): New variable.
2129         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2130         `wl-draft-strip-subject-re' and take regexp as argument.
2131         (wl-draft-forward): Use it.
2132         (wl-draft-reply): Ditto.
2133
2134 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2135
2136         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2137         emacs multi-tty support.
2138
2139 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2140
2141         * wl-e21.el (wl-e21-display-image-p): Don't call
2142         `display-images-p'.
2143         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2144         support.
2145         (wl-highlight-folder-current-line): Ditto.
2146         (wl-folder-init-icons): Ditto.
2147
2148 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2151         the last line of summary in unplugged mode.
2152
2153 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2154
2155         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2156
2157 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2158
2159         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2160         * wl-address.el (wl-address-user-mail-address-p): Use it.
2161         (wl-address-delete-user-mail-addresses): Ditto.
2162         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2163
2164         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2165         (wl-address-delete-user-mail-addresses): Ditto.
2166
2167         * wl-address.el (wl-address-delete-user-mail-addresses): New
2168         function.
2169         * wl-refile.el (wl-refile-guess-by-history): Use it.
2170         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2171         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2172
2173         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2174         use wl-address-user-mail-address-p.
2175
2176 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2179         after opening group.
2180
2181 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2182
2183         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2184         of elmo-set-buffer-multibyte.
2185
2186         * wl-message.el (wl-original-message-mode): Ditto.
2187
2188         * wl-score.el (wl-score-insert-header): Ditto.
2189
2190         * wl-summary.el
2191         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2192         (wl-summary-goto-folder-subr): Ditto.
2193         (wl-summary-insert-headers): Ditto.
2194
2195         * wl-util.el (wl-set-string-width): Ditto.
2196
2197         * Version number is increased to 2.11.29.
2198
2199 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2200
2201         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2202         (wl-highlight-summary-line-help-echo-alist): New variable.
2203         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2204         into `wl-highlight-summary-line-help-echo' and
2205         `wl-highlight-flag-folder-help-echo'.
2206         (wl-highlight-summary-line-string): Change accordingly.
2207         (wl-highlight-summary-current-line): Ditto.
2208
2209 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2212         at the beginning of field body (Thanks to Markus Knittig).
2213
2214         * wl-draft.el (wl-draft-insert-current-message): Also check
2215         summary buffer, remove unnecessary tag.
2216
2217 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2218
2219         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2220         when wl-message-buffer is nil.
2221
2222         * wl-folder.el (wl-folder): Abolish unused argument.
2223         Call wl-folder-init when wl-folder-entity is nil.
2224         * wl.el (wl): Change accordingly.
2225
2226 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2227
2228         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2229         multibyte string before insert into draft buffer.
2230         (wl-draft-create-buffer): Always enable multibyte characters for
2231         draft buffer.
2232
2233         * Version number is increased to 2.11.28.
2234
2235 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-folder.el (wl-folder-open-close): Handle blank line.
2238         (wl-folder-jump-to-current-entity): Ditto.
2239
2240 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2241
2242         * Version number is increased to 2.11.27.
2243
2244 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-thread.el (wl-thread-insert-message): When the thread is
2247         devided by wl-summary-max-thread-depth, insert line at the end of
2248         buffer.
2249
2250 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * Version number is increased to 2.11.26.
2253
2254 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2257
2258 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2259
2260         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2261         value of stream-type and session.
2262
2263 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2264
2265         * Version number is increased to 2.11.25.
2266
2267 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2268
2269         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2270         in a quit message.
2271
2272 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2273
2274         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2275         (wl-summary-redisplay-no-mime-internal): Ditto.
2276
2277 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2278
2279         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2280         * wl-vars.el (wl-smtp-connection-type): Ditto.
2281
2282 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2283
2284         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2285         for the separator line and quote mail-header-separator.
2286
2287 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2288
2289         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2290         result message.
2291
2292         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2293         `elmo-multiple-fields-body-list' with boundary as
2294         mail-header-separator.
2295
2296 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2299
2300 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-util.el (wl-list-diff): Remove unused function.
2303
2304         * wl-draft.el (wl-draft-send-confirm): Discard input before
2305         confirmation.
2306
2307 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2310         order of flag and new.
2311
2312 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * wl-vars.el (wl-refile-policy-alist): Abolished.
2315
2316         * wl-action.el (wl-summary-set-action-refile): Follow the change
2317         above.
2318
2319 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2320
2321         * wl-highlight.el (wl-highlight-signature-search): Don't use
2322         re-search-backward for a long word since it is possible to crash
2323         XEmacs because of a bug.
2324
2325 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2326
2327         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2328
2329 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2330
2331         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2332         argument for wl-summary-sync-force-update.
2333
2334 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2335
2336         * wl-summary.el (wl-summary-mode-map): Revival of
2337         wl-summary-mark-as-important related bindings;
2338         Bind 'F','tF','mF','rF','m&'.
2339         (wl-summary-mark-as-important-region): Revival.
2340         (wl-summary-target-mark-mark-as-important): Ditto.
2341         (wl-summary-target-mark-operation): New function.
2342         (wl-summary-target-mark-mark-as-answered): Use it.
2343         (wl-summary-decide-flag): Don't set Important as default.
2344         (wl-summary-mark-as-important-internal): Revival.
2345         (wl-summary-mark-as-important): Ditto.
2346
2347         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2348
2349         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2350         instead of facep.
2351
2352 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-dnd.el (wl-dnd-drop-func): Fix.
2355
2356         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2357         mouse-set-point instead of posn-point.
2358
2359         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2360
2361         * wl-mule.el (wl-completing-read-multiple): Ditto.
2362
2363 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-demo.el (face-background-name): Defalias to avoid compile
2366         warning.
2367
2368 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-summary.el (wl-summary-decide-flag): Use
2371         wl-completing-read-multiple instead of completing-read-multiple.
2372
2373         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2374         New alias.
2375
2376         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2377         Use face-background-name instead of face-background.
2378
2379         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2380
2381         * wl-summary.el (wl-summary-save): Use it.
2382         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2383
2384         * wl-mime.el (wl-mime-save-content): Fix last change.
2385
2386 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2387
2388         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2389         New function.
2390         (wl-summary-sort-specs): Added sort.
2391         * wl-mime.el (wl-mime-save-content): Expand file name.
2392
2393 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2394
2395         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2396
2397         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2398
2399 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2402         for flag if it is not defined.
2403
2404 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2405
2406         * wl-e21.el (wl-highlight-folder-current-line): Use
2407         elmo-folder-type-internal when elmo-folder-type returns nil.
2408
2409         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2410
2411         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2412
2413         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2414
2415         * wl-e21.el (wl-summary-toolbar): Ditto.
2416
2417         * wl-vars.el (wl-demo-background-color): Abolished.
2418         (wl-summary-persistent-mark-priority-list): Renamed from
2419         wl-summary-flag-priority-list.
2420         (wl-summary-flag-alist): New user option.
2421         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2422         (wl-message-mode-line-format-spec-alist): Added 'F'.
2423         (wl-message-mode-line-format): Likewise.
2424         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2425         instead of wl-summary-important-mark.
2426         (wl-file-folder-icon): New variable.
2427
2428         * wl-thread.el (wl-thread-set-flags): Renamed from
2429         wl-thread-mark-as-important.
2430
2431         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2432         warning.
2433         (wl-summary-mode-menu-spec): Follow the change of 
2434         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2435         (wl-summary-mode-map): Follow the change of
2436         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2437         (wl-summary-detect-mark-position): Follow the variable name change.
2438         (wl-summary-set-flags-region): New function for the replacement of
2439         wl-summary-mark-as-important-region.
2440         (wl-summary-sync-marks): Sync all global-flags.
2441         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2442         instead of elmo-message-flagged-p.
2443         (wl-summary-persistent-mark-string): Follow the variable name change;
2444         Put wl-summary-flag-mark if the message has global-flag.
2445         (wl-summary-target-mark-set-flags): Renamed from 
2446         wl-summary-target-mark-mark-as-important.
2447         (wl-summary-decide-flag): New function.
2448         (wl-summary-set-flags-internal): Renamed from
2449         wl-summary-mark-as-important-internal.
2450         (wl-summary-add-flags-internal): New function.
2451         (wl-summary-remove-flags-internal): Ditto.
2452         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2453         (wl-summary-mark-as-unimportant): Abolish.
2454         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2455         (wl-summary-next-message): List flagged messages in the msgdb.
2456
2457         * wl-score.el (wl-summary-score-update-all-lines): Use
2458         wl-summary-add-flags-internal instead of 
2459
2460         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2461
2462         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2463         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2464         (wl-message-buffer-require-all-header): Renamed from
2465         wl-message-buffer-all-header-flag (Ditto).
2466         (wl-message-buffer-flag-indicator): New variable.
2467         (wl-message-redisplay): Changed local varibale name from `flag' to
2468         `display-type'; Set up wl-message-buffer-flag-indicator.
2469         (wl-message-buffer-display): Changed varibale name from `flag' to
2470         `display-type'.
2471         (wl-message-display-internal): Likewise.
2472
2473         * wl-highlight.el (wl-highlight-demo-face): Define default background
2474         color.
2475         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2476
2477         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2478
2479         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2480         (wl-demo-setup-properties): Renamed from
2481         `wl-demo-set-background-color'.
2482         (wl-demo): Follow the change above.
2483         
2484         * Version number is increased to 2.11.24.
2485
2486 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-summary.el (wl-summary-toggle-thread): Call
2489         `wl-summary-rescan' with disable-thread as non-nil.
2490         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2491
2492 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2493
2494         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2495         foreground property of the face.
2496         (wl-demo-insert-text): Don't set up face property here.
2497         (wl-demo): Call wl-demo-set-background-color, anyway.
2498
2499 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2500
2501         * wl-vars.el (wl-demo-background-color): The value can be nil.
2502
2503 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2504
2505         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2506         to wl-summary-wheel-dispatcher.
2507
2508         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2509         wl-message-wheel-dispatcher.
2510         (wl-message-wheel-dispatcher): New function.
2511         (wl-summary-wheel-dispatcher): Ditto.
2512
2513 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-action.el (wl-summary-target-mark-all): List messages which are
2516         not in the killed-list.
2517
2518         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2519         only when the folder is 'flag/important.
2520
2521         * wl-address.el (wl-complete-field-body): Complete if the last
2522         character is a space.
2523
2524 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * wl-folder.el (wl-folder-clear-entity-info): Use
2527         elmo-clear-hash-val.
2528
2529         * wl-fldmgr.el (wl-fldmgr-rename): Set
2530         wl-folder-info-alist-modified as t.
2531
2532 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2535
2536 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2537
2538         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2539         (wl-folder-buffer-last-visited-entity-id): New buffer local
2540         variable.
2541         (wl-folder-revisit-last-visited-folder): New function.
2542         (wl-folder-mode-map): Bind it to "C-i".
2543         (wl-folder-set-current-entity-id): Set last visited folder.
2544         * wl-summary.el (wl-summary-exit): Ditto.
2545
2546 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2547
2548         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2549         before calling `recenter' in order to cope with an XEmacs bug.
2550
2551 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2552
2553         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2554         to the default value.
2555
2556 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2557
2558         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2559         change.
2560         (wl-summary-sync-marks): Ditto.
2561         (wl-summary-mark-as-read-internal): Ditto.
2562         (wl-summary-mark-as-answered-internal): Ditto.
2563         (wl-summary-mark-as-important-internal): Ditto.
2564         (wl-summary-reply): Ditto.
2565
2566         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2567         instead of `elmo-folder-unflag-answered'.
2568
2569         * Version number is increased to 2.11.23.
2570
2571         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2572         the last change.
2573
2574 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2575
2576         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2577         Specify "spam" or "good".
2578
2579 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-spam.el (wl-summary-exec-action-spam): Call
2582         wl-folder-confirm-existence for spam folder.
2583         (wl-spam-setup): Bind "mk".
2584
2585 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2586
2587         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2588
2589 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2592         destination folder is empty.
2593
2594 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2595
2596         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2597         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2598
2599         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2600         (wl-summary-refile-prev-destination-region): New function.
2601         (wl-thread-refile-prev-destination): Ditto.
2602         (wl-summary-target-mark-refile-prev-destination): Ditto.
2603
2604 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2607         (wl-demo-background-color): Changed default value.
2608
2609         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2610         color.
2611
2612         * wl-demo.el (wl-demo-set-background-color): New function.
2613         (wl-demo): Call it.
2614
2615 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2616
2617         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2618         * wl-address.el (wl-address-add-or-change): Don't add empty
2619         address.
2620
2621 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2622
2623         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2624
2625 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-vars.el (wl-demo-image-filter-alist): New variable
2628         (wl-demo-background-color): Ditto.
2629
2630         * wl-demo.el (wl-demo-xpm-set-background): New function.
2631         (wl-demo-image-filter): Ditto.
2632         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2633
2634         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2635
2636         * wl-demo.el (wl-demo-icon-name): Define as function.
2637         (wl-demo-insert-image): Use it.
2638
2639 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2640
2641         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2642
2643 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2644
2645         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2646
2647 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2650
2651 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2652
2653         * wl-thread.el (wl-thread-mark-as-answered): New function.
2654
2655         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2656         answered" entry.
2657         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2658         "r&" and wl-thread-mark-as-answered to "t&".
2659         (wl-summary-mark-as-important-region): Refine to toggle mark.
2660         (wl-summary-mark-as-answered-region): New function.
2661         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2662         and 3rd argument.
2663         (wl-summary-mark-as-important-internal): Likewise.
2664
2665 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2666
2667         * wl-template.el (wl-template-preview): New internal variable.
2668         (wl-template-preview-p): New function.
2669         (wl-template-show): Bind `wl-template-preview' as t.
2670
2671 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2674         `elmo-message-entity-field' with 3rd argument which is non-nil.
2675
2676 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2677
2678         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2679         Removed duplicate local bind `folder'.
2680
2681 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2684
2685 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2688         duplicate definition.
2689
2690 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2691
2692         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2693         non-nil, use it; Don't fetch message if there's no message in the
2694         current cursor position.
2695
2696 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2697
2698         * wl-util.el (wl-region-exists-p): Use region-active-p.
2699         (wl-deactivate-region): New function.
2700         * wl-message.el (wl-message-redisplay): Deactivate region.
2701
2702         * wl-summary.el (wl-summary-reply): Call
2703         `wl-summary-set-message-buffer-or-redisplay' instead of
2704         `wl-summary-redisplay-internal', don't move point.
2705
2706 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2709         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2710         by regexp.
2711
2712 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2713
2714         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2715         if no need.
2716
2717 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2718
2719         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2720         default value to nil.
2721         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2722         `wl-summary-prepare-hook'; Replace refile action to
2723         `wl-summary-exec-action-refile-with-register'.
2724
2725         * Version number is increased to 2.11.22.
2726
2727 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-summary.el (wl-summary-detect-mark-position): Set
2730         `wl-summary-buffer-weekday-name-lang'.
2731
2732 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2733
2734         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2735         (wl-summary-mark-as-read-all): Ditto.
2736         (wl-summary-delete-messages-on-buffer): Ditto.
2737         (wl-summary-sync-update): Ditto.
2738         (wl-summary-mark-as-read-internal): Ditto.
2739         (wl-summary-mark-as-answered-internal): Ditto.
2740         (wl-summary-update-folder-info): Abolished.
2741
2742 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2743
2744         * wl-summary.el (wl-summary-mark-as-read-all): Use
2745         `wl-summary-update-folder-info' instead of
2746         `wl-folder-update-unread'.
2747
2748 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2749
2750         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2751         `wl-summary-folder-info-update'.
2752         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2753         instead of `wl-summary-folder-info-update'.
2754         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2755         `wl-folder-set-folder-updated'.
2756         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2757         instead of `wl-folder-update-unread'.
2758         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2759         the value of `wl-summary-buffer-unread-count' for the second parameter of
2760         `wl-folder-update-unread'.
2761
2762         * Version number is increased to 2.11.21.
2763
2764 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2765
2766         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2767         a local variable.
2768
2769 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2772         interactively.
2773
2774         * wl-summary.el (wl-summary-mark-as-important-internal): New
2775         internal function.
2776         (wl-summary-mark-as-important): Use it.
2777         (wl-summary-mark-as-unimportant): New function.
2778         (wl-summary-sync-marks): Follow the API change.
2779
2780         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2781
2782         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2783
2784 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2785
2786         * wl-folder.el (wl-folder-update-unread): Re-indent.
2787         Narrow the scope of a local variable.
2788
2789 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2792         (wl-addrmgr-merge-entries): Ditto.
2793         (wl-addrmgr): Added to address entry which exists in draft buffer
2794         if no entry is in original.
2795
2796 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-batch.el: New file.
2799
2800 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2801
2802         * wl-vars.el (wl-use-semi): Remove unused variable.
2803
2804 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2805
2806         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2807         "?".
2808
2809 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2812         wl-summary-new-mark.
2813         (wl-summary-new-cached-mark): New user option.
2814         (wl-summary-score-marks): Follow the change above.
2815         (wl-summary-auto-refile-skip-marks): Ditto.
2816         (wl-summary-incorporate-marks): Ditto.
2817         (wl-summary-expire-reserve-marks): Ditto.
2818
2819         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2820
2821         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2822         (wl-summary-persistent-mark-string): Distinguished between cached
2823         and uncached mark when the message is new.
2824
2825 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2826
2827         * wl-spam.el (wl-spam-domain): Renamed from
2828         `wl-spam-folder-guess-domain'.
2829         (wl-summary-exec-action-spam): Register as spam if domain of the
2830         source folder is good.
2831         (wl-summary-exec-action-refile-with-register): Register message if
2832         domain of the source folder is not undecided.
2833
2834 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2837         detect thread loop.
2838
2839 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2840
2841         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2842         and wl-summary-skip-mark-list.
2843
2844 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2847
2848         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2849
2850         * wl-spam.el (toplevel): Require wl-highlight.
2851         (wl-spam-auto-check-policy-alist): Abolish.
2852         (wl-spam-auto-check-folder-regexp-list): New user option.
2853         (wl-spam-auto-check-marks): Ditto.
2854         (wl-spam-mark-action-list): Ditto.
2855         (wl-highlight-summary-spam-face): New face.
2856         (wl-spam-auto-check-message-p): New function.
2857         (wl-spam-map-spam-messages): Fixed message.
2858         (wl-spam-register-spam-messages): Ditto.
2859         (wl-spam-register-good-messages): Ditto.
2860         (wl-summary-spam-map): Add and remove keybind.
2861         (wl-summary-target-mark-spam): Abolish.
2862         (wl-summary-refile-spam): Ditto.
2863         (wl-summary-test-spam): New function.
2864         (wl-summary-mark-spam): Ditto.
2865         (wl-summary-auto-check-spam): Follow the above change.
2866         (wl-summary-exec-action-spam): New function.
2867         (wl-summary-exec-action-refile-with-register): Fixed message.
2868         (wl-message-check-spam): New function.
2869         (wl-spam-setup): Ditto.
2870         (toplevel): Call it if this file is loaded interactivity.
2871
2872         * Version number is increased to 2.11.20.
2873
2874 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2877         when new optional argument `force' is non nil or modified.
2878
2879 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl.el (toplevel): Require wl-spam when compile.
2882         (wl-save-status): Call wl-spam-save-status.
2883
2884         * wl-spam.el (wl-spam-register-spam-messages): New function.
2885         (wl-spam-register-good-messages): Ditto.
2886         (wl-spam-save-status): Ditto.
2887         (wl-summary-mode-map): Bind
2888         wl-summary-target-mark-register-as-spam to "ms" and
2889         wl-summary-target-mark-register-as-good to "mn".
2890         (wl-summary-register-as-spam): Abolish optional argument; Use
2891         wl-spam-register-spam-messages.
2892         (wl-summary-register-as-spam-all): Use
2893         wl-spam-register-spam-messages.
2894         (wl-summary-register-as-good): Abolish optional argument; Use
2895         wl-spam-register-good-messages.
2896         (wl-summary-register-as-good-all): Use
2897         wl-spam-register-good-messages.
2898         (wl-summary-target-mark-register-as-spam): New funtion.
2899         (wl-summary-target-mark-register-as-good): Ditto.
2900
2901 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-spam.el: New file.
2904
2905 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2906
2907         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2908
2909         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2910         (wl-summary-auto-refile): Call wl-refile-guess with
2911         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2912
2913 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2914
2915         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2916         with disable-thread argument non-nil.
2917
2918 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-summary.el (wl-summary-rescan): Added optional argument
2921         disable-thread.
2922         (wl-summary-sync): Call wl-summary-rescan with argument
2923         disable-thread.
2924         (wl-summary-input-range): Added new range `rescan-thread'.
2925
2926 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2927
2928         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2929
2930 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2933         internal variable.
2934         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2935         wl-summary-search-parent-by-subject-regexp and
2936         wl-summary-divide-thread-when-subject-changed as nil.
2937         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2938         (wl-summary-insert-thread): Search parent entity from
2939         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2940         thread loop.
2941
2942 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2943
2944         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2945
2946         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2947
2948         * wl-util.el (wl-require-update-all-folder-p): New function.
2949         (wl-get-assoc-list-value): Added `function' to match directive.
2950         (wl-collect-draft): Rewrite.
2951
2952         * wl-summary.el (wl-summary-sync-update): Clear faces
2953         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2954         are non-nil.
2955         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2956         argument as function.
2957         (wl-summary-input-range): Ditto.
2958
2959         * wl-folder.el (wl-draft-get-folder): New function.
2960         (wl-folder-get-elmo-folder): Consider draft folder.
2961
2962         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2963         (wl-draft-buffer-message-number): New buffer local variable.
2964         (wl-draft-folder-internal): New internal variable.
2965         (wl-draft-delete): Rewrite.
2966         (wl-draft-save): Ditto.
2967         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2968         wl-folder-get-elmo-folder.
2969         (wl-draft-config-info-operation): Ditto.
2970         (wl-jump-to-draft-folder): Ditto.
2971         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2972         (wl-draft-reedit): Rewrite.
2973
2974         * Version number is increased to 2.11.19.
2975         
2976 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2977
2978         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2979         variable.
2980
2981 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2984         Use ignore-errors instead of unwind-protect.
2985
2986 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2987
2988         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2989         for updating `wl-thread-entity-list'.
2990
2991 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
2992
2993         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
2994         parameter from calling `wl-thread-entity-get-older-brothers' and
2995         `wl-thread-entity-get-younger-brothers'.
2996         Replace nested `append' with a single one.
2997
2998 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-summary.el (wl-summary-mode): Don't use the return value of
3001         `make-local-hook'.
3002
3003 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3004
3005         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3006         instead of `let*'.
3007         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3008         of local variables.
3009
3010 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3011
3012         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3013         Renamed from wl-summary-window-scroll-functions.
3014         (wl-summary-window-scroll-functions): Don't set to variable.
3015         (wl-summary-display-top): Use run-hooks.
3016         (wl-summary-display-bottom): Ditto.
3017         (wl-summary-toggle-disp-msg): Ditto.
3018         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3019         Use it instead of wl-summary-window-scroll-functions.
3020         (wl-summary-goto-folder-subr): Don't call
3021         wl-summary-window-scroll-functions, use
3022         wl-summary-buffer-window-scroll-functions instead.
3023
3024 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3025
3026         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3027         make-local-variable.
3028
3029 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3030
3031         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3032         set-buffer-modified-p.
3033         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3034         (wl-summary-display-bottom): Ditto.
3035         (wl-summary-toggle-disp-msg): Ditto.
3036
3037 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3040
3041         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3042         (wl-summary-forward): Use elmo-message-entity-field instead of
3043         elmo-message-field.
3044
3045         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3046
3047 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-summary.el (wl-summary-window-scroll-functions): No use
3050         `append'.
3051
3052 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3053
3054         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3055         function.
3056         (wl-summary-window-scroll-functions): Call it when both
3057         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3058         (wl-summary-temp-mark): Added optional argument number.
3059         (wl-summary-message-mark): Added optional argument flag.
3060         (wl-summary-persistent-mark): Added optional argument number and flag.
3061         (wl-summary-update-persistent-mark): Ditto.
3062         (wl-summary-update-status-marks): Set "r" for interactive spec.
3063
3064         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3065         argument number and flag.
3066
3067         * wl-action.el (wl-summary-registered-temp-mark): 
3068         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3069
3070 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3071
3072         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3073         internal variable (buffer local).
3074         (wl-summary-window-scroll-functions): New function.
3075         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3076         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3077         as nil.
3078         (wl-summary-update-status-marks): Added arguments beg, end and
3079         check.
3080         (wl-summary-update-mark-window): Use function.
3081         (wl-summary-sync-update): Follow the change above.
3082         (wl-summary-switch-to-clone-buffer): Copy
3083         wl-summary-buffer-unsync-mark-number-list.
3084         (wl-summary-goto-folder-subr): Set
3085         wl-summary-buffer-unsync-mark-number-list and
3086         use wl-summary-window-scroll-functions instead of
3087         wl-summary-lazy-highlight.
3088
3089         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3090
3091 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3094
3095         * wl-summary.el (wl-summary-update-persistent-mark): Call
3096         wl-summary-set-message-modified.
3097
3098         * wl-summary.el (wl-summary-sync-update): Don't call
3099         wl-summary-update-status-marks.
3100
3101         * Version number is increased to 2.11.18.
3102
3103 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3106         (wl-message-next-page): Ditto.
3107
3108 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3109
3110         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3111         local variable.  Change the order of a collected list into the
3112         same as the specified range.  Remove nil from a collected list.
3113
3114 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3115
3116         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3117         argument for elmo-folder-list-messages.
3118
3119 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3122         change (wl-summary-count-unreads return a list instead of a cons
3123         cell).
3124
3125 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3126
3127         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3128         `wl-summary-folder-info-update'.
3129
3130 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-set-message-modified): No use
3133         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3134         (wl-summary-set-mark-modified): Abolish.
3135         (wl-summary-mark-modified-p): Ditto.
3136         (wl-summary-save-view): Follow the change above.
3137
3138         * wl-expire.el (wl-summary-expire): Likewise.
3139
3140 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3141
3142         * wl-summary.el (wl-summary-detect-mark-position): Use
3143         modb-entity-handler.
3144         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3145
3146         * Version number is increased to 2.11.17.
3147
3148 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3149
3150         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3151         entity field value.
3152         (wl-summary-prefetch-msg): Ditto.
3153         (wl-summary-print-message-with-ps-print): Ditto.
3154
3155 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3158         for dummy entity.
3159         (wl-summary-insert-thread): Use elmo-message-entity-field.
3160         (wl-summary-update-thread): Use elmo-message-entity-field and
3161         elmo-message-entity-number.
3162         (wl-summary-line-number):  Use elmo-message-entity-number.
3163         (wl-summary-line-size): Use elmo-message-entity-field.
3164         (wl-summary-line-subject): Ditto.
3165         (wl-summary-line-from): Ditto.
3166         (wl-summary-line-attached): Ditto.
3167         (wl-summary-create-line): Ditto.
3168         (wl-summary-create-line): Use elmo-message-entity-number.
3169         (wl-summary-print-message-with-ps-print): Use
3170         elmo-message-entity-field.
3171
3172 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3173
3174         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3175         change in elmo-msgdb-make-message-entity.
3176         (wl-summary-buffer-set-folder): Don't call
3177         wl-summary-detect-mark-position here.
3178         (wl-summary-rescan): Call elmo-message-entity-number.
3179         (wl-summary-sync-update): Ditto.
3180         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3181
3182         * wl-score.el (wl-score-header-index): Redefine 2th element.
3183         (wl-score-overview-entity-get-extra): Abolish.
3184         (wl-score-ov-entity-get): Rewrite.
3185         (wl-score-string-index<, wl-score-string-func<): Abolish.
3186         (wl-score-string<): New function.
3187         (wl-score-string-sort): Use it.
3188
3189         * wl-refile.el (wl-refile-guess-by-history): Use
3190         elmo-message-entity-field.
3191         (wl-refile-guess-by-from): Ditto.
3192         (wl-refile-guess-by-msgid): Ditto.
3193
3194         * Version number is increased to 2.11.16.
3195
3196 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3197
3198         * wl-folder.el (wl-folder-confirm-existence): Don't call
3199         file-exists-p if msgdb-path is nil.
3200         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3201         `wl-read-folder-hist' to `wl-read-folder-history'.
3202
3203 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3204
3205         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3206         `y-or-n-p'.
3207
3208 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3209
3210         * wl-score.el (wl-score-headers): Don't use
3211         elmo-folder-do-each-message-entity.
3212
3213         * Version number is increased to 2.11.15.
3214
3215 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-summary.el (wl-summary-delete-all-msgs): Use
3218         elmo-folder-move-messages instead of elmo-folder-delete-messages
3219         and elmo-folder-detach-messages.
3220         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3221
3222         * wl-expire.el (wl-expire-delete): Ditto.
3223         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3224
3225 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3228         (wl-message-header-narrowing-fields): Ditto.
3229         (wl-message-header-narrowing-lines): Ditto.
3230         (wl-message-header-narrowing-string): Ditto.
3231
3232         * wl-summary.el (wl-summary-mode-map): Bind
3233         wl-summary-toggle-header-narrowing to "C-cC-f".
3234         (wl-summary-toggle-header-narrowing): New function.
3235
3236         * wl-message.el (wl-message-buffer-create): Call
3237         wl-message-header-narrowing-setup.
3238         (wl-message-redisplay): Call wl-message-header-narrowing.
3239         (wl-message-header-narrowing): New function.
3240         (wl-message-header-narrowing-map): New keymap.
3241         (wl-message-header-narrowing-widen-map): New keymap.
3242         (wl-message-header-narrowing-again-at-mouse): New function.
3243         (wl-message-header-narrowing-1): Ditto.
3244         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3245         (wl-message-header-narrowing-setup): Ditto.
3246         (wl-message-header-narrowing-toggle): Ditto.
3247         
3248         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3249
3250         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3251         'flag as all.
3252         (wl-use-flag-folder-help-echo): New user option.
3253
3254         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3255         wl-summary-highlight as nil.
3256         (wl-summary-set-mark-modified): Follow the API change.
3257         (wl-summary-mark-modified-p): Ditto.
3258         (wl-summary-mark-as-read-all): Ditto.
3259         (wl-summary-sync-marks): Don't call
3260         elmo-folder-list-messages-with-global-mark.
3261         (wl-summary-mark-as-read-internal): Follow the API change.
3262         (wl-summary-mark-as-answered-internal): Ditto.
3263         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3264         Follow the API change.
3265         (wl-summary-create-line): Call with number argument.
3266         (wl-summary-reply): Follow the API change.
3267
3268         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3269         function.
3270         (wl-highlight-summary-line-string): Call it when
3271         wl-use-flag-folder-help-echo is non-nil.
3272         (wl-highlight-summary-current-line): Ditto.
3273         (elmo-flag-folder-referrer): Added autoload setting.
3274
3275         * wl-draft.el (wl-draft-kill): Follow the API change.
3276
3277         * Version number is increased to 2.11.14.
3278         
3279 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3280
3281         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3282
3283 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3284
3285         * Version number is increased to 2.11.13.
3286
3287 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * wl-draft.el (wl-draft-previous-history-element): Fixed
3290         unbalanced parenthesis and bind unbound local variables.
3291
3292 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3293
3294         * wl-draft.el (wl-draft-previous-history-element): New function.
3295         (wl-draft-next-history-element): Ditto.
3296         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3297         them to M-p and M-n.
3298
3299 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * Version number is increased to 2.11.12.
3302
3303 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3304
3305         * wl-draft.el (wl-draft-hide): Select buffer-window.
3306
3307 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3308
3309         * wl-summary.el (wl-summary-narrow-to-region): New function.
3310         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3311         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3312         (wl-summary-save-region): Use it.
3313         * wl-action.el (wl-summary-collect-numbers-region)
3314         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3315
3316 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3317
3318         * wl-folder.el (wl-folder-count-incorporates): Don't use
3319         `elmo-msgdb-mark-load'
3320
3321         * Version number is increased to 2.11.11.
3322
3323 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3324
3325         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3326         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3327
3328 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3329
3330         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3331
3332 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3333
3334         * Version number is increased to 2.11.10.
3335
3336 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-mime.el (wl-draft-attribute-value): Fixed.
3339
3340 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * wl-util.el (wl-copy-local-variables): New function.
3343
3344         * wl-mime.el (wl-draft-attribute-recipients): New function.
3345         (wl-draft-attribute-envelope-from): Ditto.
3346         (wl-draft-attribute-smtp-posting-server): Ditto.
3347         (wl-draft-attribute-smtp-posting-port): Ditto.
3348         (wl-draft-attribute-value): Ditto.
3349         (wl-draft-preview-message): Use it to get value for
3350         attributes. Reflect result of `wl-draft-config'.
3351
3352         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3353         and call `wl-summary-mark-as-read' before to call
3354         `wl-summary-unset-mark'.
3355         (wl-summary-target-mark-mark-as-unread): Likewise.
3356         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3357
3358 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3359
3360         * wl-mime.el (wl-draft-preview-message): Use actual value for
3361         attributes; Fix for small window.
3362
3363 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3364
3365         * wl-refile.el (wl-refile-get-field-value): Call
3366         `elmo-message-entity-field' with 3rd argument is non-nil.
3367
3368 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3369
3370         * wl-vars.el (wl-draft-preview-attributes): New user option.
3371         (wl-draft-preview-attributes-list): Ditto.
3372         (wl-draft-preview-attributes-buffer-lines): Ditto.
3373         (wl-draft-preview-attributes-buffer-name): Ditto.
3374
3375         * wl-mime.el (wl-draft-preview-message): Display attributes.
3376
3377 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3378
3379         * wl-summary.el (wl-summary-detect-mark-position): Bind
3380         wl-summary-flag-priority-list to '(new).
3381
3382 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3383
3384         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3385         funtion.
3386         (wl-highlight-summary-line-string): Use it.
3387         (wl-highlight-summary-current-line): Ditto.
3388
3389 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3392         line even when the mark string is not changed.
3393
3394         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3395         argument change in the wl-summary-create-line.
3396         (wl-thread-insert-entity-sub): Ditto.
3397
3398         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3399         argument change in the wl-summary-create-line.
3400         (wl-summary-insert-sequential): Ditto.
3401         (wl-summary-update-thread): Ditto.
3402         (wl-summary-persistent-mark-string): New inline function.
3403         (wl-summary-message-mark): Use it.
3404         (wl-summary-create-line): Abolish argument wl-persistent-mark
3405         and added wl-flags, wl-cached.
3406
3407         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3408         mark to flags.
3409         (wl-highlight-summary-current-line): Decide the face not by the 
3410         persistent mark but flags.
3411
3412 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3413
3414         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3415         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3416         wl-summary-read-uncached-mark): Revive.
3417         (wl-summary-answered-cached-mark,
3418         wl-summary-answered-uncached-mark): New user option.
3419         (wl-summary-score-marks): Follow the change above.
3420         (wl-summary-auto-refile-skip-marks): Ditto.
3421         (wl-summary-incorporate-marks): Ditto.
3422         (wl-summary-expire-reserve-marks): Ditto.
3423         (wl-summary-flag-priority-list): New user option.
3424
3425         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3426         changes.
3427         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3428         of elmo-message-mark.
3429         (wl-summary-mark-as-read-internal): Ditto.
3430         (wl-summary-mark-as-answered): Ditto.
3431         (wl-summary-mark-as-important): Ditto.
3432         (wl-summary-redisplay-internal): Ditto.
3433         (wl-summary-redisplay-no-mime-internal): Ditto.
3434         (wl-summary-message-mark): New function.
3435         (wl-summary-insert-sequential): Use wl-summary-message-mark
3436         instead of elmo-message-mark.
3437         (wl-summary-update-thread): Ditto.
3438         (wl-summary-persistent-mark): Ditto.
3439         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3440         instead of elmo-message-mark.
3441
3442         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3443         wl-summary-message-mark instead of elmo-message-mark.
3444         (wl-thread-insert-entity-sub): Ditto.
3445         (wl-thread-get-children-msgs-uncached): Ditto.
3446
3447         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3448         variable name changes.
3449         (wl-highlight-summary-current-line): Ditto.
3450
3451         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3452         wl-summary-message-mark instead of elmo-message-mark.
3453
3454         * wl-expire.el (wl-expire-message-p): Ditto.
3455
3456         * wl-score.el (wl-score-headers): Ditto.
3457
3458         * Version number is increased to 2.11.9.
3459
3460         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3461         (wl-summary-sync-update): Follow the change above.
3462         (wl-summary-switch-to-clone-buffer): Ditto.
3463         (wl-summary-open-folder): Ditto.
3464
3465 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3468         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3469
3470         * Version number is increased to 2.11.8.
3471
3472         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3473
3474         * wl-expire.el (wl-expire-refile): Follow the API change on
3475         `elmo-folder-move-messages'.
3476         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3477
3478         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3479         (wl-summary-exec-action-refile): Ditto.
3480         (wl-summary-exec-action-copy): Ditto.
3481         (wl-summary-no-auto-refile-message-p): No use
3482         `wl-summary-buffer-msgdb'.
3483         (wl-summary-auto-refile): Ditto.
3484
3485 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3486
3487         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3488
3489 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3490
3491         * wl-summary.el (wl-summary-sync): Treat no-sync.
3492
3493         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3494         (wl-default-sync-range): Ditto.
3495
3496 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-refile.el (wl-refile-subject-learn): Call
3499         `elmo-message-entity-field' with 3rd argument is non-nil.
3500         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3501         instead of `elmo-msgdb-overview-entity-get-subject'.
3502
3503 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3504
3505         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3506         scan-type is rescan.
3507         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3508         new optional argument force is non-nil.
3509         (wl-summary-save-view-cache): Call it with force argument non-nil.
3510
3511         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3512
3513 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3514
3515         * wl-action.el (wl-summary-print-argument): Fixed last change.
3516
3517 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3518
3519         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3520         simplified.
3521         (wl-summary-target-mark-mark-as-unread): Likewise.
3522         (wl-summary-target-mark-mark-as-important): Likewise.
3523
3524 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3525
3526         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3527         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3528         (wl-summary-mark-as-important-region): Change accordingly.
3529         (wl-summary-target-mark-mark-as-important): Ditto.
3530
3531 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3534
3535         * wl-action.el (wl-summary-print-argument): Print argument to
3536         right side of window if `wl-summary-print-argument-within-window'
3537         is non-nil.
3538
3539 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-action.el (wl-summary-set-mark): Use
3542         `wl-summary-message-visible-p' to check visibility of the message
3543         and jump to message only when the message line is visible and have
3544         different number; Call wl-summary-unset-mark with number argument.
3545         (wl-summary-unset-mark): 
3546         Use `wl-summary-message-visible-p'
3547         to check visibility of the message and jump to message only when
3548         the message line is visible and have different number;
3549
3550 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3551
3552         * Version number is increased to 2.11.7.
3553
3554         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3555         and wl-folder-summary-line-format.
3556
3557         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3558         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3559         (wl-summary-set-score-mark): Use it.
3560         (wl-summary-target-mark-mark-as-read): Ditto.
3561         (wl-summary-target-mark-mark-as-unread): Ditto.
3562         (wl-summary-target-mark-mark-as-important): Ditto.
3563         (wl-summary-target-mark-msgs): Simplified.
3564         (wl-summary-detect-mark-position): Fixed problem when
3565         summary-line-format no contain persisten/temp mark spec.
3566         (wl-summary-temp-mark): Ditto.
3567         (wl-summary-persistent-mark): Ditto.
3568         (wl-summary-update-persistent-mark): Ditto.
3569
3570         * wl-action.el (wl-summary-set-mark): Ditto.
3571         (wl-summary-unset-mark): Ditto.
3572         All other related portions are changed.
3573
3574 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * Version number is increased to 2.11.6.
3577
3578 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3579
3580         * wl-util.el (wl-current-message-buffer): Define as function;
3581         Don't use the value of wl-messge-buffer.
3582
3583         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3584         persistent mark.
3585
3586         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3587         no current message, cause an error.
3588
3589 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-summary.el (wl-summary-set-message-modified): Use
3592         elmo-folder-set-message-modified instead of
3593         elmo-folder-set-message-modified-internal.
3594
3595 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3598         interactively.
3599         (wl-summary-sync): nokill->entirely.
3600         (wl-summary-sync-marks): Fixed message.
3601         (wl-summary-input-range): Added mark, nokill->entirely.
3602
3603         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3604         messages as read.
3605
3606 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3609         update-noscore.
3610         (wl-summary-sync): Follow the change above.
3611
3612 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3613
3614         * wl-action.el (wl-summary-target-mark-all): Use
3615         elmo-folder-list-messages.
3616
3617 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3620         (wl-summary-rescan): Set wl-summary-scored as nil.
3621         (wl-summary-sync-force-update): Follow the change above.
3622         (wl-summary-sync): Ditto.
3623         (wl-summary-sync-update): Added argument disable-killed.
3624         (wl-summary-insert-headers): Set visible-only argument for
3625         elmo-folder-list-messages.
3626         (wl-summary-input-range): Added update-nokill, update-noscore,
3627         all-nokill, all-noscore and mark.
3628
3629         * Version number is increased to 2.11.5.
3630
3631         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3632
3633 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3634
3635         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3636         (wl-summary-prefetch-region-no-mark): Change accordingly.
3637         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3638
3639 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3640
3641         * wl-address.el (wl-complete-field-to): Abolished.
3642         (wl-complete-address): Completion function for completing-read.
3643         * wl-action.el (wl-summary-get-resend-address): Use it.
3644
3645         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3646         wl-summary-update-mark and abolish unused argument.
3647         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3648         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3649         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3650         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3651         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3652         * wl-draft.el (wl-draft-kill): Ditto.
3653
3654         * wl-summary.el: Remove unused binding of case-fold-search.
3655         (wl-summary-replace-status-marks): Abolished.
3656
3657 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3660         is specified or folder length is zero.
3661
3662 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3665         (wl-folder-archive-current-entity): Ditto.
3666
3667 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3670         retrieving message mark.
3671         (wl-summary-redisplay-internal): Ditto.
3672
3673         * wl-message.el (wl-message-buffer-display): Ignore errors while
3674         retrieving message-id field.
3675
3676         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3677         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3678         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3679         order of the arguments for `wl-expire-message-p'.
3680         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3681
3682         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3683         Check return value of wl-summary-reply.
3684         (wl-summary-reply): Recover window configuration when an error occured.
3685
3686 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3687
3688         * wl-summary.el (wl-summary-resend-message): Abolished, the
3689         feature is inherited by wl-summary-resend (put resend mark).
3690
3691 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3692
3693         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3694         wl-message-buffer to nil when the message is hide.
3695
3696 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3697
3698         * .cvsignore: New file.
3699
3700 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3701
3702         * wl-action.el (wl-summary-action-docstring): Add more info.
3703         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3704         duplicate definition.
3705         (wl-summary-define-mark-action): Functions wl-summary-*-region
3706         keep current position.
3707         (wl-summary-unregister-target-mark): Store result to the variable.
3708
3709 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * Version number is increased to 2.11.4.
3712
3713 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3716         wl-summary-delete-all-temp-marks.
3717         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3718
3719         * wl-action.el (wl-summary-set-mark): Changed terminology
3720         refile-destination -> action-argument.
3721         (wl-summary-unset-mark): Ditto.
3722         (wl-summary-remove-argument): Ditto.
3723         (wl-summary-print-argument): Ditto.
3724
3725         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3726         (wl-thread-remove-argument-region): Ditto.
3727         (wl-thread-print-argument-region): Ditto.
3728         (wl-thread-close): Ditto.
3729         (wl-thread-open): Ditto.
3730
3731         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3732         (wl-highlight-refile-destination-face is abolished)
3733         (wl-highlight-action-argument-string): Ditto.
3734         (wl-highlight-summary-current-line): Highlight action argument.
3735
3736         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3737         color for light backgrounds.
3738         (wl-highlight-summary-answered-face): Ditto.
3739
3740 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3741
3742         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3743
3744         * wl-score.el (wl-summary-score-update-all-lines): Use
3745         wl-summary-set-mark.
3746         (wl-summary-score-update-all-lines): Kill expunged messages.
3747
3748         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3749
3750 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3753         directly.
3754         (wl-score-overview-entity-get-lines): Ditto.
3755         (wl-score-overview-entity-get-xref): Ditto.
3756         (wl-score-get-latest-msgs): Ditto.
3757         (wl-summary-rescore): Ditto.
3758
3759         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3760         to "&".
3761         (wl-summary-mark-as-answered-internal): New inline function.
3762         (wl-summary-mark-as-answered): New function.
3763         (wl-summary-mark-as-unanswered): Ditto.
3764         (wl-summary-sync-marks): Modified for answered-mark synching.
3765
3766 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3767
3768         * wl-action.el (wl-summary-set-mark): Fixed last change.
3769
3770 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3771
3772         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3773         behavior of wl-summary-unread-message-hook
3774         (Pointed out by akira yamada <akira@arika.org>).
3775
3776 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3777
3778         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3779         wl-summary-delete.
3780         * wl-xmas.el (wl-summary-toolbar): Ditto.
3781
3782         * wl-action.el (wl-summary-set-mark): Don't override current
3783         temp-mark.
3784
3785         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3786
3787 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3790         (wl-refile-msgid-learn): Ditto.
3791         (wl-refile-get-field-value): Ditto.
3792
3793         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3794
3795         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3796         (wl-expire-delete-reserved-messages): Renamed from
3797         wl-expire-reserve-marked-msgs-from-list.
3798         (wl-expire-delete): Removed argument `msgdb'.
3799         (wl-expire-refile): Ditto.
3800         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3801         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3802         mark-alist as argument.
3803         (wl-expire-archive-number1): Removed argument `msgdb'.
3804         (wl-expire-archive-number2): Ditto.
3805         (wl-expire-archive-date): Ditto.
3806         (wl-expire-localdir-date): Ditto.
3807         (wl-expire-hide): Ditto.
3808         (wl-archive-number1): Ditto.
3809         (wl-archive-number2): Ditto.
3810         (wl-archive-date): Ditto.
3811         (wl-archive-folder): Ditto.
3812         All other related portions are changed.
3813
3814 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3815
3816         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3817         mean move up and down. (suggested by Takashi Kawachi)
3818
3819 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-acap.el (toplevel): Don't require un-define.
3822
3823 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-thread.el (wl-thread-delete-message): Always update
3826         wl-summary-buffer-number-list.
3827
3828         * wl-action.el (wl-summary-print-destination): 
3829         Do nothing when folder is nil.
3830
3831 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3832
3833         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3834         persistent mark when prefetch is succeeded.
3835
3836 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3839         instead of elmo-msgdb-delete-msgs.
3840         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3841         (wl-expire-hide): Ditto.
3842
3843         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3844
3845         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3846         elmo-msgdb interface.
3847         (wl-thread-get-exist-children): Likewise.
3848         (wl-thread-insert-message): Likewise.
3849         (wl-thread-msg-mark-as-important): Likewise.
3850         (wl-thread-insert-entity-sub): Likewise.
3851         (wl-thread-get-children-msgs-uncached): Likewise.
3852
3853         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3854         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3855         (wl-summary-sync-update): Likewise.
3856         (wl-summary-auto-select-msg-p): Likewise.
3857         (wl-summary-update-thread): Likewise.
3858         (wl-summary-mark-as-important): Likewise.
3859         (wl-summary-jump-to-msg-internal): Likewise.
3860         (wl-summary-redisplay-internal): Likewise.
3861         (wl-summary-print-message-with-ps-print): Likewise.
3862         (wl-summary-folder-info-update): Likewise.
3863
3864         * wl-folder.el (wl-folder-check-one-entity):
3865         elmo-folder-count-flags instead of wl-summary-count-unread.
3866
3867         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3868
3869         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3870
3871         * wl-summary.el (wl-summary-set-message-modified): 
3872         Call wl-summary-set-mark-modified.
3873         (wl-summary-delete-messages-on-buffer): Call
3874         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3875         (wl-summary-sync-update): Call elmo-folder-length instead of
3876         elmo-folder-messages.
3877         (wl-summary-insert-headers): Don't call
3878         elmo-folder-list-message-entities.
3879
3880 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3881
3882         * wl-action.el (wl-summary-define-mark-action): Call
3883         `wl-summary-set-mark' with argument `data'.
3884         (wl-summary-auto-refile): Fixed order of arguments when call
3885         `wl-summary-refile'.
3886
3887 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3890
3891         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3892
3893         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3894         (Renamed from wl-highlight-summary-deleted-face).
3895         (wl-highlight-summary-resend-face): New face.
3896
3897         (wl-highlight-summary-deleted-face): Renamed from
3898         wl-highlight-summary-erased-face.
3899
3900         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3901
3902         * wl-action.el (wl-summary-get-resend-address): New function.
3903         (wl-summary-exec-action-resend): Ditto.
3904         (wl-summary-exec-action-resend-subr): Ditto.
3905
3906         * w-thread.el (wl-thread-copy): Removed definition.
3907         (wl-thread-refile): Ditto.
3908         (wl-thread-delete): Ditto.
3909         (wl-thread-target-mark): Ditto.
3910
3911         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3912         (wl-summary-target-mark-set-action): Fixed.
3913         (wl-summary-define-mark-action): Fixed quotation.
3914         (wl-summary-move-mark-list-messages): Display message.
3915         (wl-summary-define-mark-action): Define thread functions.
3916         (wl-summary-exec-action-refile): Changed message.
3917         (wl-summary-exec): Ditto.
3918
3919 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3920         
3921         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3922         '%%'.
3923
3924 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl.el (toplevel): Require wl-action.
3927         (wl-init): Call wl-summary-define-mark-action.
3928
3929         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3930
3931         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3932         wl-summary-delete and wl-summary-erase.
3933         (wl-summary-mode-map): Ditto.
3934
3935         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3936         wl-delete-folder-alist.
3937
3938         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3939         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3940         (toplevel): Moved mark & action related functions to the wl-action.el.
3941
3942         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3943         in wl-summary-mark-action-list.
3944         (wl-highlight-summary-current-line): Ditto.
3945
3946         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3947         empty lines.
3948
3949         * wl-action.el: New file. 
3950
3951 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3952
3953         * wl-summary.el (wl-summary-target-mark-replace): New function.
3954         (wl-summary-target-mark-prefetch): Use it.
3955         (wl-summary-target-mark-delete): Ditto.
3956         (toplevel): Rearranged definition order.
3957         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3958         (wl-summary-target-mark-erase): Rewrite.
3959         (wl-summary-erase-region): New function.
3960         (wl-summary-exec-action-erase): Changed message.
3961         (wl-summary-move-mark-list-messages): New function.
3962         (wl-summary-exec-action-delete): Use it.
3963         (wl-summary-exec-action-erase): Ditto.
3964
3965         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3966         (wl-summary-skip-mark-list): Added "d".
3967
3968         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3969         while searching.
3970
3971         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3972         and define using defcustom;
3973         Define 4th element as a face.
3974         
3975         * wl-summary.el (wl-summary-incorporate): Use 
3976         `wl-summary-prefetch-region-no-mark' instead of
3977         `wl-summary-prefetch-region'.
3978         (wl-summary-prefetch-region-no-mark): Revival of old
3979         `wl-summary-prefetch-region'.
3980         (wl-summary-mark-action-list): Moved to wl-vars.el
3981
3982         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3983         face according to the `wl-summary-mark-action-list'.
3984         (wl-highlight-summary-current-line): Ditto;
3985         Removed destination highlighting.
3986
3987         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3988         (wl-highlight-summary-line-string): Highlight for "i" mark.
3989         (wl-highlight-summary-current-line): Ditto.
3990
3991         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
3992         no destination.
3993
3994         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
3995         exists, just go ahead.
3996         (wl-summary-prefetch-region): Rewrite.
3997         (wl-summary-prefetch): Ditto.
3998         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
3999         (wl-summary-exec-action-prefetch): New function.
4000         (wl-summary-target-mark-prefetch): Rewrite.
4001
4002 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4005         (wl-highlight-summary-line-string): Added "d" and "D".
4006         (wl-highlight-summary-current-line): Ditto.
4007
4008         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4009         in wl-summary.el.
4010         (wl-thread-insert-entity-sub): Ditto.
4011         (wl-thread-remove-destination-region): Ditto.
4012         (wl-thread-print-destination-region): Ditto.
4013
4014         * wl-summary.el (wl-summary-buffer-refile-list,
4015         wl-summary-buffer-delete-list,
4016         wl-summary-buffer-copy-list): Abolish.
4017         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4018         All other related portions are changed.
4019         (wl-summary-mark-action-list): New variable.
4020         (wl-summary-set-mark): New function.
4021         (wl-summary-register-target-mark): Ditto.
4022         (wl-summary-unregister-target-mark): Ditto.
4023         (wl-summary-have-target-mark-p): Ditto.
4024         (wl-summary-register-temp-mark): Ditto.
4025         (wl-summary-unregister-temp-mark): Ditto.
4026         (wl-summary-registered-temp-mark): Ditto.
4027         (wl-summary-collect-temp-mark): Ditto.
4028         (wl-summary-unset-mark): Ditto.
4029         (wl-summary-set-target-mark): Ditto.
4030         (wl-summary-unset-target-mark): Ditto.
4031         (wl-summary-set-action-generic): Ditto.
4032         (wl-summary-unset-action-generic): Ditto.
4033         (wl-summary-exec-action-delete): Ditto.
4034         (wl-summary-exec-action-erase): Ditto.
4035         (wl-summary-set-action-refile): Ditto.
4036         (wl-summary-set-action-refile-subr): Ditto.
4037         (wl-summary-unset-action-refile): Ditto.
4038         (wl-summary-make-destination-numbers-list): Ditto.
4039         (wl-summary-exec-action-refile): Ditto.
4040         (wl-summary-set-action-copy): Ditto.
4041         (wl-summary-unset-action-copy): Ditto.
4042         (wl-summary-exec-action-copy): Ditto.
4043         (wl-summary-collect-numbers-region): Ditto.
4044         (wl-summary-delete): Rewrite.
4045         (wl-summary-erase): Ditto.
4046         (wl-summary-remove-destination): Ditto.
4047         (wl-summary-exec): Ditto.
4048         (wl-summary-exec-region): Ditto.
4049         (wl-summary-target-mark-erase): Ditto.
4050         (wl-summary-refile): Ditto.
4051         (wl-summary-copy): Ditto.
4052         (wl-summary-unmark): Ditto.
4053         (wl-summary-delete-all-mark): Ditto.
4054         (wl-summary-mark-line): Don't highlight.
4055         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4056         (wl-summary-target-mark-refile-subr): Rewrite.
4057
4058         (wl-summary-copy-prev-destination): Abolish.
4059
4060 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4061
4062         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4063         default values along the value of wl-on-mule.
4064         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4065         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4066         It is not used anywhere.
4067
4068 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4069
4070         * wl-summary.el (wl-summary-print-destination): Keep position.
4071         (wl-summary-cursor-move-surface): Keep horizontal position.
4072
4073 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4074
4075         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4076         write sendlog.
4077
4078 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4079
4080         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4081         `wl-summary-highlight'.
4082
4083 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4084
4085         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4086         trivial condition for temp-mark.
4087
4088 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4089
4090         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4091         when it hits killed buffer.
4092
4093 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4094
4095         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4096         * wl-news.el.in: `message' and `error' take format string.
4097
4098 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4099
4100         * wl-folder (wl-folder-insert-entity): Display a message,
4101         `...done', when the work finish.
4102         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4103
4104 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4105
4106         * wl-message.el (wl-message-redisplay): Remove unused local
4107         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4108
4109 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4110
4111         * wl-summary.el (wl-summary-replace-status-marks): Disable
4112         interactive use.
4113         (wl-summary-reedit): Check message existence at first.
4114         (wl-summary-mark-line): Fix doc, return value is indefinite.
4115
4116         * wl-highlight.el (wl-highlight-message): Arranged.
4117
4118         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4119         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4120         check temp-mark by wl-summary-temp-mark always.
4121         (wl-highlight-summary): Change accordingly.
4122         * wl-summary.el (wl-summary-mark-as-read-all)
4123         (wl-summary-delete-cache, wl-summary-set-score-mark)
4124         (wl-summary-mark-as-unread, wl-summary-unmark)
4125         (wl-summary-mark-line, wl-summary-mark-as-read)
4126         (wl-summary-mark-as-important): Ditto.
4127
4128         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4129         end of the window if possible.
4130         * wl-summary.el (wl-summary-sync-update): Support lazy
4131         highlighting.
4132         (wl-summary-toggle-disp-msg): Ditto.
4133
4134 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4135
4136         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4137
4138 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4139
4140         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4141         change.
4142
4143 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4144
4145         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4146         API.
4147         (wl-summary-sync-update): Ditto.
4148
4149         * wl-score.el (wl-score-get-score-alist): Changed argument.
4150         (wl-summary-rescore-msgs): Likewise.
4151         (wl-summary-score-headers): Likewise.
4152         (wl-score-headers): Likewise;
4153         Use elmo-folder-do-each-message-entity, etc.
4154         (wl-summary-score-effect): Follow the changes above.
4155         (wl-summary-rescore): Ditto.
4156         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4157         (wl-score-get-overview): Abolish.
4158
4159         * wl-summary.el (wl-summary-default-from): Follow the API change in
4160         elmo-msgdb.
4161         (wl-summary-count-unread): Ditto.
4162         (wl-summary-detect-mark-position): Ditto.
4163         (wl-summary-overview-entity-compare-by-date): Ditto.
4164         (wl-summary-overview-entity-compare-by-number): Ditto.
4165         (wl-summary-overview-entity-compare-by-from): Ditto.
4166         (wl-summary-overview-entity-compare-by-subject): Ditto.
4167         (wl-summary-get-list-info): Ditto.
4168         (wl-summary-rescan): Ditto.
4169         (wl-summary-jump-to-msg-by-message-id): Ditto.
4170         (wl-summary-sync-update): Ditto; Removed comment.
4171         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4172         (wl-summary-insert-message): Use wl-summary-insert
4173         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4174         (wl-summary-insert-headers): Changed argument overview to folder.
4175         (wl-summary-search-by-subject): Likewise.
4176         (wl-summary-insert-thread): Renamed from 
4177         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4178
4179         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4180         too.
4181
4182         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4183         wl-string-member.
4184
4185 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4186
4187         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4188         elmo-folder-append-buffer.
4189         (wl-draft-queue-append): Likewise.
4190
4191         * wl-mime.el (wl-message-delete-current-part): Ditto.
4192         (wl-summary-burst-subr): Ditto.
4193
4194         * wl-news.el.in (wl-news-send-news): Ditto.
4195
4196 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4197
4198         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4199         function.
4200         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4201         (wl-summary-update-mark): Enclose with save-excursion.
4202         (wl-summary-mark-as-read-internal): Fixed last change.
4203         (wl-summary-mark-as-important): Use 3rd argument of
4204         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4205         Don't use elmo-msgdb-set-mark.
4206         (wl-summary-redisplay-internal): If msgdb flag is already read,
4207         just update the mark on buffer.
4208
4209 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4210
4211         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4212         cut visible folder when elmo-folder-delete returns non-nil value.
4213
4214 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4215
4216         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4217         by Kenichi OKADA <okada@opaopa.org>).
4218
4219 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4220
4221         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4222
4223 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4224
4225         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4226         Fixed the last change, search group entity by its real name.
4227         (Thanks to: KOBAYASHI Shinji)
4228
4229 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4230
4231         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4232         (wl-fldmgr-access-display-all): Don't refer visible name.
4233         * wl-expire.el (wl-folder-archive-current-entity)
4234         (wl-folder-expire-current-entity): Ditto.
4235         * wl-folder.el (wl-folder-jump-to-current-entity)
4236         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4237         (wl-folder-open-folder-sub,wl-folder-open-all)
4238         (wl-folder-write-current-folder): Ditto.
4239         (wl-folder-insert-entity): Don't use petname for normal group.
4240         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4241         is the real name.
4242         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4243         Abolished.
4244
4245 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4246
4247         * wl-draft.el (wl-draft-create-buffer): Add
4248         `wl-summary-reply-with-citation'
4249
4250 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4251
4252         * wl-draft.el (wl-draft-reply): Fixed.
4253
4254 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4255
4256         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4257         when `wl-draft-send-confirm-with-preview' is non-nil.
4258         You can scroll up/down by j/k.
4259         (wl-draft-send-confirm-with-preview): New variable (default=t).
4260
4261 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4262
4263         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4264         (wl-fldmgr-save-folders): Fix comment.
4265
4266 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4267
4268         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4269         along the last change in `wl-folder-buffer-group-p'.
4270
4271 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4274         folder.
4275
4276         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4277         the default value.
4278
4279         * wl-mime.el (wl-summary-burst): Update summary only when target
4280         folder equals current folder.
4281
4282 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4283
4284         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4285
4286 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4289         value.
4290
4291 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4294         `map-extents' instead of `extent-at' repeatedly.
4295         (wl-highlight-folder-current-line): Ditto.
4296
4297         * wl-highlight.el: Remove useless dummy functions.
4298
4299 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4300
4301         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4302         (wl-folder-put-folder-property): New function to put text property.
4303         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4304         (wl-folder-insert-entity, wl-folder-update-diff-line)
4305         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4306         * wl-e21.el, wl-xmas.el, wl-mule.el
4307         (wl-highlight-folder-current-line): Ditto.
4308         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4309         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4310         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4311         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4312
4313 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4314
4315         * Version number is increased to 2.11.3.
4316
4317 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4320         Resume current-buffer since it is assumed by remaining tasks.
4321
4322 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4325         (wl-folder-completion-function): Abolished.
4326         (wl-folder-complete-folder): New function.
4327         (wl-folder-complete-filter-condition): Ditto.
4328         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4329         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4330
4331 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4332
4333         * wl-draft.el (wl-draft-send-confirm): New function.
4334         (wl-draft-send): Use it.
4335
4336         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4337         cursor-in-echo-area while confirming.
4338
4339         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4340
4341         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4342         searching via nntp if wl-summary-search-via-nntp is 'force.
4343         Otherwise, invoke searching in nntp folder only.
4344         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4345
4346         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4347         explicitly for mime-make-text-tag.
4348
4349 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4350
4351         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4352         `mime-make-text-tag' instead of `mime-create-tag'.
4353
4354 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4357         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4358
4359 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4360
4361         * wl-score.el (wl-score-save): Bind print-length and print-level.
4362         (wl-score-pretty-print): Ditto.
4363         (wl-score-edit-insert-header-entry): Ditto.
4364
4365         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4366         "From" entry to be treated with wl-draft-eword-encode-address-list.
4367         * wl-mime.el (wl-draft-preview-message): Ditto.
4368
4369         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4370         (wl-summary-mark-as-unread): Ditto.
4371         (wl-summary-mark-as-read-region): Change accordingly.
4372         (wl-summary-mark-as-unread-region): Ditto.
4373         (wl-summary-target-mark-mark-as-read): Ditto.
4374         (wl-summary-target-mark-mark-as-unread): Ditto.
4375
4376 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * Version number is increased to 2.11.2.
4379
4380 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4381
4382         * wl-news.el.in (wl-news-previous-version-save): Bind
4383         print-length and print-level.
4384         * wl-thread.el (wl-thread-save-entities): Ditto.
4385         (wl-thread-save-top-list): Bind print-length.
4386
4387 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-highlight.el (wl-highlight-summary-line-string): Use
4390         wl-summary-score-below-mark, wl-summary-score-over-mark.
4391         (wl-highlight-summary-current-line): Ditto.
4392
4393 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4396         insert it.
4397
4398 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4401
4402 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4405         message without msgid.
4406         Rewrite with elmo-folder-move-messages.
4407         Set wl-message-buffer to nil.
4408
4409         * wl-summary.el (wl-summary-erase-subr): New function. Use
4410         elmo-folder-move-messages.
4411         (wl-summary-erase): Call it.
4412         (wl-summary-target-mark-erase): Ditto.
4413
4414 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4415
4416         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4417         it is not up-tp-date.
4418
4419 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4420
4421         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4422         buffer after calling `wl-summary-goto-folder-subr' without the
4423         argument `interactive'.
4424         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4425
4426 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4427
4428         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4429         `mime-create-tag'. Use `string=' instead of `looking-at'.
4430
4431 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4434         to avoid compile warning.
4435
4436         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4437         entity-id when folder is given.
4438         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4439         save-excursion, use save-selected-window instead.
4440         Select folder buffer window if exists.
4441         (To correct behavior with wl-folder-move-cur-folder.)
4442
4443 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4444
4445         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4446
4447 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4448
4449         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4450         list-count instead of %d.
4451
4452 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4455         (wl-news): Set it.
4456         (wl-news-append-to-folder): Use it.
4457
4458         * wl-news.el.in (wl-news-send-news): Append to specified folder
4459         instead of wl-default-folder.
4460         (wl-news-append-to-folder): Show error message with specified folder.
4461
4462         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4463                 In most major modes, Emacs assumes that any opening
4464                 delimiter found at the left margin is the start of a
4465                 top-level definition, or defun. Therefore, *never put an
4466                 opening delimiter at the left margin unless it should have
4467                 that significance.*
4468
4469         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4470
4471 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4472
4473         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4474
4475 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4476
4477         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4478
4479 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4480
4481         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4482         for sequential numbering case.
4483
4484 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4487         value.
4488         (wl-draft-reply-without-argument-list): Ditto.
4489         (wl-draft-reply-myself-with-argument-list): Abolish.
4490         (wl-draft-reply-myself-without-argument-list): Ditto.
4491         * wl-draft.el (wl-draft-self-reply-p): New function.
4492         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4493
4494 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4497         (avoid error for the case without byte-compiling)
4498
4499 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4500
4501         * wl-news.el.in (wl-news-append-to-folder): New function.
4502         (wl-news-exit): Rewrite.
4503         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4504
4505 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4506
4507         * wl-draft.el (wl-draft-reply-position): New function.
4508         (wl-draft-reply-position): Fix.
4509         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4510         (wl-summary-target-mark-reply-with-citation): Ditto.
4511         (wl-summary-reply-with-citation): Ditto.
4512         * wl-vars.el (wl-draft-reply-default-position): New variable.
4513
4514 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4515
4516         * wl-draft.el (wl-draft-send): Preview when interactive send.
4517
4518 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4519
4520         * wl-draft.el (wl-draft-reply): Set default position.
4521         * wl-summary.el (wl-summary-reply): Ditto.
4522         (wl-summary-reply-with-citation): Ditto.
4523         (wl-summary-target-mark-reply-with-citation): Ditto.
4524
4525 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-news.el.in (wl-news-lang): Set default value according to
4528         current-language-environment.
4529         (wl-news-append-news): Do nothing when news-list is nil.
4530
4531 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4532
4533         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4534         (wl-news): Change message.
4535         (wl-news-exit): Check buffer.
4536         (wl-news-force-exit): New function.
4537         (wl-news-show-all): New function.
4538         (wl-news-discard-and-exit): Fix.
4539
4540 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4543         according to current-language-environment.
4544
4545         * wl-news.el.in (wl-news): If arg, show all NEWS after
4546         wl-news-default-previous-version.
4547
4548 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-news.el.in (wl-news-check): Rewritten.
4551         (wl-news-previous-version-load): Change data type.
4552         (wl-news-previous-version-save): Change data type.
4553         (wl-news-append-news): Add return value.
4554         (wl-news-check-news): New function.
4555         (wl-news-already-current-p): New function.
4556         (wl-news-send-news): Rewritten.
4557         (wl-news-mode-map): Add new keybind.
4558         (wl-news): Rewritten.
4559         (wl-news-exit): Rewritten.
4560         (wl-news-discard-and-mail): New function.
4561         (wl-news-send-to-address): Abolished.
4562         * wl.el (wl-init): Delete a message.
4563
4564 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4565
4566         * wl-news.el.in (wl-news-exit): Update previous version.
4567         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4568
4569 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4572
4573 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4574
4575         * wl-news.el.in (wl-news): New function.
4576         (wl-news-mode): New function.
4577         (wl-news-next-line): New function.
4578         (wl-news-next-page): New function.
4579         (wl-news-exit): New function.
4580         (wl-news-buf-name): New variable.
4581         (wl-news-mode-map): New variable.
4582         (wl-news-winconf): New variable.
4583         (wl-news-append-news): Add an option.
4584
4585 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4586
4587         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4588
4589 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4590
4591         * wl-news.el.in (wl-news-send-to-address): New variable.
4592         (wl-news-send-news): Use it.
4593         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4594         Return updating status.
4595         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4596
4597 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-news.el.in (wl-news-send-news): Delete
4600         Organization and X-Face.
4601
4602 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4603
4604         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4605         (wl-news-append-news): New function.
4606         (wl-news-send-news): New function.
4607
4608 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4609
4610         * Version number is increased to 2.11.1.
4611
4612 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-news.el.in : New file.
4615
4616 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4619         default value.
4620         (wl-draft-reply-without-argument-list): Ditto.
4621
4622 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4625         (wl-message-buffer-prefetch-idle-time): Ditto.
4626         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4627
4628 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-thread.el (wl-thread-insert-message): Use
4631         wl-summary-max-thread-depth.
4632
4633         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4634         loop detection.
4635
4636         * wl-message.el (wl-message-buffer-display): Back to the first page
4637         when cache is hit.
4638
4639 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4642
4643         * wl-summary.el (wl-summary-insert-thread-entity):
4644         If the thread depth is reached to wl-summary-max-thread-depth,
4645         divide the thread.
4646
4647 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4648
4649         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4650         for elmo-remove-passwd.
4651
4652 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4655         folder is sticky.
4656         (wl-folder-mark-as-read-all-entity): Ditto.
4657         (wl-folder-prefetch-entity): Ditto.
4658
4659 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4660
4661         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4662
4663 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4664
4665         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4666         Delete messages on buffer for unplugged operation.
4667         (wl-summary-erase): Ditto.
4668
4669 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4672         take nil so as not to search parent by subject.
4673
4674 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4675
4676         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4677         (wl-folder-get-next-folder): Ditto.
4678         (wl-folder-get-path): Ditto.
4679
4680 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4681
4682         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4683         system and encode the region with it before verifying.
4684
4685 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4688         system of the echo buffer before decoding.
4689
4690 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4693         original contents.
4694
4695 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4696
4697         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4698         with argument 'any-exists.
4699
4700 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4703         Use `wl-cs-autoconv'.
4704
4705 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4708         by `mime-view-automatic-conversion'.
4709
4710         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4711         (wl-message-verify-pgp-nonmime): Ditto.
4712         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4713         Bind them to C-c:d and C-c:v respectively.
4714
4715         Merge following code by Teranishi-san from [wl-en:00167].
4716         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4717         (wl-mime-preview-application/pgp-encrypted): Ditto.
4718         (wl-mime-setup): Add entry.
4719
4720 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-summary.el (wl-summary-target-mark-erase): New function.
4723         Bind it to "mD".
4724
4725 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-vars.el (wl-draft-write-file-function): Fix.
4728         (wl-draft-reedit-hook): Changed default value.
4729
4730         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4731         wl-draft-reedit-hook.
4732         (wl-draft-remove-text-plain-tag): New function.
4733         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4734
4735         * wl-vars.el (wl-draft-write-file-function): New user option.
4736
4737         * wl-draft.el (wl-draft-prepare-edit): Use it for
4738         local-write-file-hooks.
4739         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4740
4741         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4742         (wl-draft-insert-mail-header-separator): Return the body beginning
4743         point.
4744         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4745         text/plain.
4746         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4747
4748 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-summary.el (wl-summary-erase): New function to erase message
4751         without moving it to trash. Bind to "D".
4752
4753         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4754         as `keep' unless switch-function.
4755
4756 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4759         message buffer by using `wl-summary-toggle-disp-msg'.
4760         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4761         buffer window.
4762         (wl-summary-supresedes-message): Ditto.
4763
4764         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4765         Do not delete other windows.
4766         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4767         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4768         (wl-draft-create-buffer): Set reply-or-forward also for target
4769         mark commands.
4770
4771 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4772
4773         * wl-draft.el (wl-user-agent-compose): Delete special case for
4774         switch-to-buffer-other-window.
4775
4776         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4777         (wl-summary-forward): Ditto.
4778
4779         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4780         function.
4781         (wl-draft-buffer-style): New use option.
4782
4783         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4784         (wl-draft): Follow the change above.
4785         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4786         wl-draft-buffer-style.
4787         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4788         switch-function.
4789
4790 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4791
4792         * wl-address.el (wl-address-make-completion-entry): Extracted from
4793         `wl-address-make-completion-list'.
4794         (wl-address-enable-strict-loading): New variable.
4795         (wl-address-make-completion-list): Revive petname duplication
4796         inquiry, and enable it if `wl-address-enable-strict-loading'.
4797         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4798
4799 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-message.el (wl-message-get-original-buffer): Avoid
4802         'Selecting deleted buffer' error when original buffer is killed.
4803
4804 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4805
4806         * wl-summary.el (wl-summary-next-message): Use
4807         elmo-message-accessible-p instead of elmo-message-cached-p.
4808
4809 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4812
4813         * wl-thread.el (wl-thread-open-all-unread): Use
4814         elmo-folder-list-flagged instead of
4815         elmo-folder-list-messages-mark-match.
4816
4817         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4818         instead of elmo-folder-list-messages-mark-match.
4819         (wl-summary-move-spec-alist): New variable.
4820         (wl-summary-move-spec-plugged-alist,
4821         wl-summary-move-spec-unplugged-alist): Abolish.
4822         (wl-summary-next-message): Follow the change above.
4823         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4824         with 'no-msg' argument.
4825
4826         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4827         variable.
4828         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4829         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4830         (wl-message-buffer-prefetch-get-next): Follow the change above.
4831
4832 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4833
4834         * wl-version.el (wl-version): Changed codename.
4835
4836         * Version number is increased to 2.11.0.
4837
4838 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4839
4840         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4841         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4842         `wl-draft-config-variables'.
4843         (wl-draft-kill): Fixed problem when the draft is reedit.
4844
4845 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4848         buffer-modified status (Thanks to
4849         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4850
4851 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4852
4853         * wl-util.el (wl-region-exists-p): New function.
4854
4855         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4856         Remove defvars for byte-compile warnings.
4857
4858 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4861         defvar-maybe. Removed unused bind.
4862
4863 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4866         summary buffer window before creating new frame.
4867         (wl-draft-reply): Ditto.
4868
4869 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4870
4871         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4872
4873 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4876
4877 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4878
4879         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4880         instead of `kill-region'.
4881
4882 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4883
4884         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4885         (wl-highlight-summary-line-string): Use it.
4886         (wl-highlight-summary-current-line): Ditto.
4887
4888         * wl-mime.el (wl-message-delete-current-part): Check the class of
4889         mime-entity.
4890
4891         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4892
4893         * wl-summary.el (wl-summary-make-number-list): Initialize.
4894         (wl-summary-update-mark): New function.
4895         (wl-summary-reply): Put `answered' mark on the message.
4896         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4897
4898         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4899         (wl-draft-reply): Added optional argument `number';
4900         Set wl-draft-parent-number.
4901         (wl-draft-kill): Delete answered mark if it is a reply.
4902
4903 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4906         that originates in mime-preview-follow-current-entity.
4907         (wl-draft-yank-current-message-entity): Use it if region is active.
4908
4909         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4910         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4911         `wl-message-delete-current-part'.
4912         * wl-mule.el (wl-message-define-keymap): Ditto.
4913         * wl-xmas.el (wl-message-define-keymap): Ditto.
4914
4915 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-mime.el (wl-message-delete-current-part): New function.
4918         (wl-mime-node-id-to-string): Ditto.
4919
4920         * wl-mime.el (wl-message-delete-current-part): Use existing
4921         original buffer which corresponds current mime-view buffer.
4922         (fetched buffer might have different structure, possibly)
4923
4924         * wl-mime.el (wl-message-delete-current-part): Quit if the
4925         message content differs from the actual message.
4926
4927 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4928
4929         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4930         order.
4931         (wl-summary-search-by-subject): Search parent message from tail;
4932         Check the existence of the parent message on the current thread tree.
4933         (wl-summary-update-thread): Check whether the line is inserted.
4934
4935 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-vars.el (wl-summary-line-format): Undo last change.
4938         * wl-summary.el (wl-summary-print-destination): Do not put
4939         invisible property when `wl-summary-width' is nil.
4940         (wl-summary-line-subject-minimum-length): Abolished.
4941         (wl-summary-line-subject): Ditto.
4942
4943 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-vars.el (wl-summary-line-format): Change default value.
4946         (wl-summary-subject-length-limit): Abolished.
4947         * wl-summary.el (wl-summary-line-subject): Ditto.
4948
4949 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4950
4951         * wl-template.el (wl-template-select): Added optional argument.
4952         If optional argument is specified, reverse
4953         `wl-template-visible-select'.
4954
4955 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4958         Take prefix argument to force asking the destination folder.
4959
4960 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4963         count and update status.
4964
4965 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-summary.el (wl-summary-redisplay-internal): If
4968         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4969         after fetching.
4970
4971 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4974         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4975
4976         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4977
4978 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4981         (All other related portions are changed).
4982         (wl-summary-mark-as-read-all): Rewrite.
4983
4984 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4985
4986         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4987         `wl-summary-mark-as-read'.
4988         (wl-summary-mark-as-unread): Rewrite.
4989         (wl-summary-mark-as-read): Added no-modeline argument.
4990         (wl-summary-resume-cache-status): Rewrite.
4991         (wl-summary-exec-subr): Remove unused local variable.
4992
4993 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
4996         logic to call `wl-summary-buffer-prev-folder-function'.
4997         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
4998
4999 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5002         is nil.
5003
5004 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5005
5006         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5007         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5008         (wl-mime-setup): Add its entry.
5009
5010 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5013         (wl-summary-delete-cache): Likewise.
5014         (wl-summary-mark-as-read): Rewrite.
5015
5016 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5019         `wl-summary-count-unread'.
5020
5021         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5022
5023         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5024
5025 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5026
5027         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5028         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5029         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5030         Renamed to the elmo-msgdb-*-mark.
5031         (wl-summary-score-marks): Follow the change above.
5032         (wl-summary-auto-refile-skip-marks): Ditto.
5033         (wl-summary-incorporate-marks): Ditto.
5034         (wl-summary-expire-reserve-marks): Ditto.
5035
5036         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5037         changes.
5038         (wl-thread-insert-top): Changed updating message.
5039
5040         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5041         variable.
5042         (wl-summary-count-unread): Count answered marks.
5043         (wl-summary-rescan): Call wl-summary-insert-message instead of
5044         wl-summary-append-message-func-internal.
5045         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5046         (wl-summary-prefetch-msg): Follow the variable name changes.
5047         (wl-summary-prefetch-region): Ditto.
5048         (wl-summary-mark-as-read-all): Follow the API changes;
5049         Don't call elmo-folder-replace-marks.
5050         (wl-summary-delete-cache): Follow the variable name changes.
5051         (wl-summary-resume-cache-status): Ditto.
5052         (wl-summary-update-status-marks): New function.
5053         (wl-summary-insert-message): New function.
5054         (wl-summary-sync-marks): Follow the variable name changes.
5055         (wl-summary-sync-update): Synchronize to the msgdb, too;
5056         Changed update messages.
5057         (wl-summary-make-number-list): Rewrite.
5058         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5059         (wl-summary-mark-as-unread): Follow the API changes.
5060         (wl-summary-exec-subr): Follow the variable name changes.
5061         (wl-summary-mark-as-read): Ditto.
5062         (wl-summary-move-spec-plugged-alist): Ditto.
5063         (wl-summary-move-spec-unplugged-alist): Ditto.
5064         (wl-summary-cursor-move-surface): Ditto.
5065
5066         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5067         variable name changes.
5068         (wl-highlight-summary-current-line): Ditto.
5069
5070         * wl-expire.el (wl-expire-refile): Follow the API change in
5071         elmo-folder-move-messages.
5072         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5073         (wl-summary-archive): Use elmo-folder-msgdb instead of
5074         elmo-msgdb-load.
5075
5076 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-mime.el (wl-draft-preview-message): Restore the position
5079         before evaluating wl-draft-send-hook in preview buffer.
5080
5081 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5082
5083         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5084         when it creates new draft buffer.
5085
5086         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5087         without argument.
5088
5089         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5090         Evaluate content and if the value is string, insert it.
5091         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5092         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5093         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5094         wl-draft-config-sub-part-bottom): Use it.
5095
5096         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5097         with the folder name. The question was unintelligible when it is
5098         called from wl-save-status.
5099
5100 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5103         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5104         cannot take second argument).
5105
5106 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5107
5108         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5109         as t. Since type and subtype are not case sensitive (RFC 2045).
5110
5111 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-vars.el (wl-message-mode-line-format): New variable.
5114         (wl-message-mode-line-format-spec-alist): Ditto.
5115         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5116         (wl-message-redisplay): Use wl-message-mode-line-format.
5117
5118 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5121
5122 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-summary.el (wl-summary-default-from): Write description.
5125
5126 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5127
5128         * wl-vars.el (wl-ldap-objectclass): Abolish.
5129
5130         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5131         (wl-ldap-make-filter): Removed condition for objectclass.
5132         (wl-ldap-make-matched-value-list): Remove meaningless process.
5133         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5134         (wl-address-ldap-search): Don't add `*' to `pat' string;
5135         use ignore-errors; added `email';
5136         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5137         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5138         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5139
5140
5141 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5142
5143         * wl-draft.el (wl-draft-parent-folder): Write description.
5144         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5145
5146 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5149         as "" (zero-length string) if no parent.
5150         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5151
5152 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-address.el (wl-address-make-completion-list): Skip duplication
5155         checking.
5156         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5157         `append'.
5158
5159 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5160
5161         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5162         instead of `beginning-of-buffer'.
5163
5164 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5167
5168 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5171         Refer wl-message-buffer-name.
5172         (wl-message-wheel-down): Ditto.
5173
5174 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-vars.el (wl-message-buffer-name): New user option.
5177
5178         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5179         directly instead of making alist dinamically.
5180
5181         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5182         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5183         wl-message-buffer-cache-name.
5184         (wl-message-buffer-cache-clean-up): Ditto.
5185
5186         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5187
5188         * Version number is increased to 2.9.15.
5189
5190 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-vars.el (wl-summary-default-view-alist): New user option.
5193
5194         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5195
5196         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5197         while deleting address.
5198         (wl-draft-delete-myself-from-cc): Ditto.
5199
5200         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5201         If optional argument is specified, reverse sort order.
5202
5203         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5204
5205 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-thread.el (wl-thread-insert-message): Return parent number if
5208         exists.
5209         (wl-thread-update-indent-string-region): Use
5210         wl-thread-update-line-on-buffer-sub instead of
5211         wl-thread-update-line-on-buffer.
5212
5213 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5214
5215         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5216         (wl-folder-close-all): Ditto.
5217
5218 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5219
5220         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5221         and mailing-list:.
5222         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5223         value.
5224         (wl-summary-line-list-info): Print mailing-list name even when 
5225         list-number is empty.
5226
5227 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5228
5229         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5230
5231         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5232         (wl-draft-open-file): Ditto.
5233         (wl-draft-random-alphabet): Ditto.
5234
5235         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5236         bindings.
5237
5238 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5239
5240         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5241         * wl-vars.el (wl-draft-config-alist): Ditto.
5242
5243 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5244
5245         * Version number is increased to 2.9.14.
5246
5247         * wl.el (wl): Don't set wl-init as nil when error occured while
5248         auto-checking folders.
5249
5250         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5251         `elmo-expand-newtext'.
5252
5253 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5256         `this-command' so that `wl-folder-goto-folder' contained in
5257         `wl-summary-keep-cursor-command' work.
5258
5259 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5260
5261         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5262         message buffer displaying state.
5263
5264 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5265
5266         * wl-vars.el (wl-summary-default-view): New variable to specify
5267         default value for `wl-summary-buffer-view' instead of using
5268         set-default.
5269         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5270
5271 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5272
5273         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5274
5275         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5276
5277 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5278
5279         * wl-vars.el (wl-forward-subject-prefix): New variable.
5280         * wl-draft.el (wl-draft-forward): Use it.
5281
5282 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5283
5284         * wl-message.el (wl-message-prev-page): When it is called without
5285         lines argument, scroll down by wl-message-scroll-amount lines.
5286         (wl-message-next-page): Ditto.
5287         * wl-vars.el (wl-message-scroll-amount): Change default value
5288         to preserve current behavior.
5289
5290 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5291
5292         * wl-summary.el (wl-summary-prefetch-msg): Bind
5293         `wl-message-entity' to call `wl-summary-from-function'.
5294
5295 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-message.el (wl-message-buffer-create): Run
5298         wl-message-buffer-created-hook.
5299
5300 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl-summary.el (wl-summary-sort-specs): New variable.
5303         (wl-summary-default-sort-spec): Ditto.
5304         (wl-summary-sort): Rewrite.
5305         (wl-summary-sort-by-list-info): New function.
5306
5307 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5308
5309         * wl-summary.el (wl-summary-get-list-info): New function.
5310         (wl-summary-sort): Rewrite.
5311         (wl-summary-line-list-info): Ditto.
5312         (wl-summary-line-list-count): Ditto.
5313         (wl-summary-refile-region): Fixed docstring.
5314
5315 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5316
5317         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5318         `wl-folder-entity-hashtb' as completion table.
5319
5320 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5321
5322         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5323         only when this command is called interactively; silence the byte-
5324         compiler.
5325
5326 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5327
5328         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5329         active in XEmacs.
5330
5331 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5332
5333         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5334         plural lines.
5335
5336 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5337
5338         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5339         of current line when the cursor is on the header name.
5340         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5341
5342 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5343
5344         * wl-util.el (wl-read-directory-name): Return displayed directory
5345         as the default value also on XEmacs.
5346
5347 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5350         formatting.
5351
5352 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5355         argument and when it is non-nil, check face property before
5356         highlighting for each line.
5357         (wl-highlight-summary-window): Set it.
5358
5359 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5362         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5363
5364         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5365         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5366         (wl-draft-get-fcc-list): Likewise.
5367
5368 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5371         (wl-thread-entity-cur): Ditto.
5372         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5373         wl-thread-indent-regexp setting.
5374         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5375
5376         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5377         wl-summary-lazy-highlight.
5378         (wl-summary-display-bottom): Ditto.
5379
5380         * wl-thread.el (wl-thread-open-close): Likewise.
5381
5382         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5383         from and subject;
5384         Bind wl-draft-use-frame;
5385         Enclose with save-window-excursion;
5386         Use wl-draft-create-buffer instead of with-temp-buffer;
5387         Use wl-draft-prepare-edit;
5388         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5389         Use wl-draft-send instead of wl-draft-raw-send.
5390
5391 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5392
5393         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5394         of using wl-from.
5395
5396 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5397
5398         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5399         insert-buffer instead of clone-buffer.
5400         (wl-draft-doing-mime-bcc): New variable.
5401         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5402         infinite loop.
5403         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5404
5405         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5406         (wl-draft-mime-bcc-body): Ditto.
5407
5408         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5409         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5410         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5411         wl-draft-do-mime-bcc.
5412         (wl-draft-mime-bcc-field): New function.
5413         (wl-draft-do-mime-bcc): Ditto.
5414
5415         * wl-address.el (wl-address-complete-header-list): New variable.
5416         (wl-address-complete-header-regexp): Changed default value.
5417
5418         * Version number is increased to 2.9.13.
5419
5420 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5423         it is differed.
5424
5425 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5426
5427         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5428         (wl-summary-line-list-count): Ditto.
5429
5430 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5431
5432         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5433         (wl-nntp-posting-function): New variable.
5434         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5435         `wl-nntp-posting-config-alist'.
5436
5437 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5438
5439         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5440         FLIM.
5441
5442 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5443
5444         * wl-summary.el (wl-summary-target-mark-refile-sub):
5445         Remove a nuisance funcall.
5446
5447 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5450         as t for `try-completion'.
5451
5452 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-summary.el (wl-summary-default-from): Use
5455         wl-address-header-extract-address instead of
5456         std11-extract-address-components.
5457         (wl-summary-simple-from): Ditto.
5458         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5459         (wl-summary-insert-headers): Show message.
5460         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5461         for whole line.
5462         (wl-summary-default-from): Revert last change.
5463         (wl-summary-simple-from): Ditto.
5464         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5465         (wl-summary-mark-as-read-region): Follow the change above.
5466         (wl-summary-sync-marks): Ditto.
5467         (wl-summary-target-mark-mark-as-read): Ditto.
5468         (wl-summary-redisplay-internal): Ditto.
5469         (wl-summary-redisplay-no-mime-internal): Ditto.
5470         (wl-summary-redisplay-all-header): Ditto.
5471         (wl-summary-mark-as-read): Removed argument `cached';
5472         Use current cache status to set cache mark.
5473         (wl-summary-redisplay-internal): Follow the change above.
5474         (wl-summary-redisplay-no-mime-internal): Ditto.
5475         (wl-summary-redisplay-all-header): Ditto.
5476
5477         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5478
5479         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5480         Don't call itself recursively (Adviced by Yamaoka-san).
5481
5482 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5483
5484         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5485         bind wl-summary-highlight as nil to avoid error caused by missing
5486         local variables.
5487
5488 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-vars.el (wl-invalid-character-message): New user option.
5491
5492         * wl-util.el (wl-set-string-width): If truncated string-width is
5493         larger than specified width, use `wl-invalid-character-message'.
5494
5495 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5496
5497         * wl-summary.el (wl-summary-prefetch-msg): 
5498         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5499
5500 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5501
5502         * wl-vars.el (wl-summary-check-line-format): New user option.
5503         (wl-summary-line-format-file): Ditto.
5504
5505         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5506         variable.
5507         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5508         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5509         and `wl-summary-view-old-p' to check whether do a rescan or not.
5510         (wl-summary-view-old-p): New function.
5511         (wl-summary-line-format-changed-p): Ditto.
5512         (wl-summary-line-format-save): Ditto.
5513         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5514
5515         * wl-util.el (wl-set-string-width): Avoid using negative number
5516         for make-string.
5517
5518 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5519
5520         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5521         return value.
5522
5523         * wl-util.el (wl-set-string-width): Added optional argument
5524         `padding' (All other related portions are changed).
5525         (wl-line-parse-format): If the first letter of column number is
5526         `0', zero-padding the result (ex: "%05l").
5527
5528         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5529
5530 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5531
5532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5533         sequential summary view.
5534
5535 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5538         if it doesn't have a -unix version.
5539
5540 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5543
5544 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5547         content.
5548         (wl-draft): Follow the change above.
5549
5550         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5551
5552         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5553         and wl-folder-summary-line-format-alist contain %T and %P.
5554
5555         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5556         (wl-summary-mode-line-format): New user option.
5557         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5558         (wl-summary-line-format): Changed default value.
5559         (wl-summary-lazy-highlight): Changed default value.
5560
5561         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5562         change in wl-summary-create-line.
5563         (wl-thread-insert-entity-sub): Ditto.
5564
5565         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5566         (wl-summary-buffer-unread-status): Ditto.
5567         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5568         (wl-summary-buffer-persistent-mark-column): Ditto.
5569         (wl-summary-buffer-mode-line-formatter): Ditto.
5570         (wl-summary-buffer-mode-line): Ditto.
5571         (wl-summary-message-regexp): Abolished.
5572         (All other related portions are changed.)
5573         (wl-summary-detect-mark-position): New function.
5574         (wl-summary-buffer-set-folder): Setup
5575         wl-summary-buffer-mode-line-formatter.
5576         (wl-summary-mode): Setup selective-display;
5577         Setup pre-idle-hook when xemacs.
5578         (wl-summary-update-modeline): Rewrite.
5579         (wl-summary-jump-to-msg): Define as function;
5580         Changed regexp for searching messages.
5581         (wl-summary-message-number): Rewrite.
5582         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5583         Do rescan when old type summary cache.
5584         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5585         (wl-summary-remove-destination): Use '\r' to detect EOL.
5586         (wl-summary-print-destination): Ditto.
5587         (wl-summary-temp-mark): New inline function.
5588         (wl-summary-persistent-mark): Ditto.
5589         (wl-summary-line-number): New function.
5590         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5591         (wl-summary-line-list-count): New function.
5592         (wl-summary-create-line): Added argument persistent-mark.
5593         (All other related portions are changed)
5594         (wl-summary-create-line): Insert '\r'.
5595         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5596         (wl-summary-cursor-move-surface): New inline function.
5597         (wl-summary-prev): Use it.
5598         (wl-summary-next): Ditto.
5599
5600         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5601         wl-summary-message-regexp.
5602         (wl-highlight-summary): Delete progress message.
5603         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5604
5605         * Version number is increased to 2.9.12.
5606
5607 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5608
5609         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5610         variable (nil: no minimum).
5611         (wl-summary-line-subject): Add some spaces after subject by
5612         wl-summary-line-subject-minimum-length.
5613
5614 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5615
5616         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5617         and removed `F'.
5618         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5619         change above).
5620
5621 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5622
5623         * wl-summary.el (wl-summary-line-list-count): Reverted.
5624         (example setting in samples/*/dot.wl is also updated)
5625
5626 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5627
5628         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5629
5630         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5631
5632         * wl-vars.el (wl-summary-line-format): Addes some description to the
5633         docstring.
5634
5635         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5636         (wl-summary-line-close-bracket): Ditto.
5637         (wl-summary-line-children-number): Ditto.
5638         (wl-summary-line-thread-indent): Ditto.
5639         (wl-summary-line-children-and-from): Ditto.
5640
5641         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5642         't', 'c', 'F' and added 'C'.
5643
5644         * wl-util.el (wl-set-string-width): Accept negative value.
5645         (wl-line-parse-format): Added "%number(" and "%)".
5646
5647 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5648
5649         * wl-summary.el (wl-summary-line-list-count): Change format of the
5650         return value.
5651
5652 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5653
5654         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5655         from the recent message.el.
5656         (wl-draft-point-in-header-p): Ditto.
5657         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5658         wl-draft-beginning-of-line.
5659         * wl-e21.el (wl-draft-mode-map): Ditto.
5660         * wl-xmas.el (wl-draft-mode-map): Ditto.
5661
5662         * wl-folder.el: Sort macrodefs by dependencies.
5663
5664 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5665
5666         * wl-summary.el (wl-summary-prev): Fixed regexp.
5667         (wl-summary-next): Ditto.
5668
5669 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5672
5673 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5674
5675         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5676         for backward compatibility.
5677
5678 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5679
5680         * wl-summary.el (wl-summary-line-list-count): New function, merged
5681         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5682         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5683         list counts.
5684
5685 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5686
5687         * wl-summary.el (wl-summary-create-line): Ignore errors while
5688         timezone-fix-time.
5689
5690         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5691
5692         * wl-summary.el (wl-summary-sync-update): Ditto.
5693         (wl-summary-default-from): Use wl-message-entity
5694         instead of entity.
5695
5696         * wl-summary.el (wl-summary-create-line): Fix.
5697
5698         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5699         (wl-summary-line-format): New user option.
5700         (wl-folder-summary-line-format-alist): Ditto.
5701         (wl-summary-from-width): Abolished.
5702
5703         * wl-util.el (toplevel): Require 'bytecomp.
5704         (wl-line-parse-format): New function.
5705         (wl-line-formatter-setup): New macro.
5706
5707         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5708         (wl-summary-buffer-line-formatter): New buffer local variable.
5709         (wl-summary-switch-to-clone-buffer): Follow the change above.
5710         (wl-summary-message-regexp): Fix.
5711         (wl-summary-from-func-internal): Abolished.
5712         (wl-summary-subject-func-internal): Ditto.
5713         (wl-summary-subject-filter-func-internal): Ditto.
5714         (All other related portions are changed.)
5715         (wl-summary-buffer-set-folder):
5716         Set up wl-summary-buffer-number-column and 
5717         wl-summary-buffer-line-formatter
5718         (All other related portions are changed.)
5719         (wl-summary-buffer-number-column-detect): Abolished.
5720         (All other related portions are changed.)
5721         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5722         (wl-summary-delete-all-temp-marks-on-buffer): Use
5723         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5724         (wl-summary-target-mark-delete): Ditto.
5725         (wl-summary-target-mark-refile-subr): Ditto.
5726         (wl-summary-target-mark-mark-as-read): Ditto.
5727         (wl-summary-target-mark-mark-as-unread): Ditto.
5728         (wl-summary-target-mark-mark-as-important): Ditto.
5729         (wl-summary-target-mark-save): Ditto.
5730         (wl-summary-replace-status-marks): Renamed from
5731         wl-summary-set-status-marks-on-buffer;
5732         Use wl-summary-message-regexp instead of
5733         wl-summary-buffer-number-regexp.
5734         (wl-summary-sync-update): Follow the change above.
5735         (wl-summary-goto-previous-message-beginning): New function.
5736         (wl-summary-mark-as-unread): Use it.
5737         (wl-summary-mark-as-important): Ditto.
5738         (wl-summary-line-formatter): New variable.
5739         (wl-summary-line-year): New function.
5740         (wl-summary-line-day): Ditto.
5741         (wl-summary-line-day-of-week): Ditto.
5742         (wl-summary-line-hour): Ditto.
5743         (wl-summary-line-minute): Ditto.
5744         (wl-summary-line-open-bracket): Ditto.
5745         (wl-summary-line-close-bracket): Ditto.
5746         (wl-summary-line-children-number): Ditto.
5747         (wl-summary-line-thread-indent): Ditto.
5748         (wl-summary-line-size): Ditto.
5749         (wl-summary-line-subject): Ditto.
5750         (wl-summary-line-from): Ditto.
5751         (wl-summary-line-children-and-from): Ditto.
5752         (wl-summary-create-line): Rewritten.
5753         (wl-summary-format-date): Abolished.
5754
5755         * wl-highlight.el (wl-highlight-summary-current-line): Use
5756         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5757         Use thread structure to detect thread top message.
5758
5759         * wl-draft.el (wl-default-draft-cite): Don't use
5760         wl-summary-from-func-internal.
5761
5762         * wl-refile.el (wl-refile-subject-learn): Don't use
5763         wl-summary-subject-filter-func-internal.
5764         (wl-refile-guess-by-subject): Ditto.
5765
5766         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5767         parameters.
5768
5769         * wl-thread.el (wl-thread-update-indent-string-region):
5770         Use wl-thread-update-line-on-buffer instead of
5771         wl-thread-update-indent-string.
5772         (wl-thread-update-children-number): Redefine using
5773         wl-thread-update-line-on-buffer.
5774         (wl-thread-update-indent-string): Abolished.
5775
5776         * Version number is increased to 2.9.11.
5777
5778 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5781         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5782         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5783
5784         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5785         as nil.
5786
5787         * wl-thread.el (wl-thread-open-all-unread): Use 
5788         elmo-folder-list-messages-mark-match.
5789         (wl-thread-insert-message): Removed argument `mark-alist'.
5790         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5791         elmo-msgdb-set-mark.
5792         (wl-thread-get-children-msgs-uncached): Likewise.
5793         (wl-thread-get-exist-children): Added argument include-self.
5794         (wl-thread-delete-message): Follow the change above.
5795
5796         * wl-summary.el (wl-summary-count-unread): Removed argument.
5797         (wl-summary-rescan): Follow the change above.
5798         (wl-summary-mark-as-read-region): Ditto
5799         (wl-summary-mark-as-unread-region): Ditto.
5800         (wl-summary-delete-messages-on-buffer): Ditto.
5801         (wl-summary-sync-update): Ditto.
5802         (wl-summary-switch-to-clone-buffer): Ditto.
5803         (wl-summary-goto-folder-subr): Ditto.
5804         (wl-summary-target-mark-mark-as-read): Ditto.
5805         (wl-summary-target-mark-mark-as-unread): Ditto.
5806         (wl-summary-target-mark-mark-as-important): Ditto.
5807         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5808         (wl-summary-update-thread): Removed argument `mark-alist'.
5809         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5810         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5811         (wl-summary-resume-cache-status): Likewise.
5812         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5813         elmo-msgdb-set-mark.
5814         (wl-summary-mark-as-read-all): Likewise.
5815         (wl-summary-delete-cache): Ditto.
5816         (wl-summary-auto-select-msg-p): Ditto.
5817         (wl-summary-mark-as-unread): Ditto.
5818         (wl-summary-no-auto-refile-message-p): Ditto.
5819         (wl-summary-mark-as-read): Ditto.
5820         (wl-summary-mark-as-important): Ditto.
5821         (wl-summary-auto-refile): Follow the change above.
5822         (wl-summary-delete-all-marks): Removed.
5823         (wl-summary-resume-marks-and-highlight): Ditto.
5824         (wl-summary-resume-marks): Ditto.
5825         (wl-summary-delete-important-msgs-from-list): Ditto.
5826         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5827
5828         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5829         wl-summary-count-unread.
5830
5831         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5832         (wl-summary-score-update-all-lines): Use
5833         elmo-msgdb-set-mark.
5834
5835 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5836
5837         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5838         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5839         (wl-summary-create-line): Renamed from
5840         wl-summary-overview-create-summary-line;
5841         Argument rearrangement.
5842         (wl-summary-update-thread): Follow the change above.
5843
5844         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5845         (wl-thread-insert-entity-sub): Likewise.
5846
5847         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5848         argument `overview', `mark-alist' and added `msgdb'.
5849
5850         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5851
5852         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5853         (wl-summary-rescan): Follow the change above.
5854         (wl-summary-sync-update): Ditto.
5855         (wl-summary-insert-thread-entity): Ditto;
5856         Don't use `let*' in every while loop;
5857         Detect infinite loop of threads.
5858         (wl-summary-update-thread): Removed argument `overview'.
5859
5860         * wl-thread.el (wl-thread-insert-message): Ditto.
5861
5862         * Version number is increased to 2.9.10.
5863
5864         * wl-message.el (wl-message-redisplay): Ignore errors while
5865         wl-message-redisplay-hook.
5866
5867 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5868
5869         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5870
5871 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5872
5873         * wl.el (wl): inhibit-quit while wl-folder.
5874
5875 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5878         while msgdb access.
5879
5880 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5881
5882         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5883         even if no folder is not created.
5884
5885 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5888
5889         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5890         implementation.
5891         (wl-summary-target-mark-thread): Ditto.
5892
5893         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5894
5895 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5896
5897         * wl-util.el (wl-display-bytes): Remove unused function.
5898
5899 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5900
5901         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5902         seems critical one (partially reverse the change in 2002/03/17).
5903
5904 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5905
5906         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5907         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5908
5909 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5910
5911         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5912         is not writable.
5913         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5914         plugged status instead of `'force' as 2nd argument.
5915
5916         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5917         is not creatable.
5918
5919         * Version number is increased to 2.9.9.
5920
5921 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-summary.el (wl-summary-suspend): New function.
5924
5925 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5926
5927         * wl.el (wl): Do not check variables if check is nil.
5928         * wl-utils.el (wl-collect-draft): New function.
5929         * wl-folder.el (wl-folder-suspend): Put summary buffers
5930         and draft buffers at the end of buffer list.
5931         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5932
5933 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5934
5935         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5936         loop instead of recursive call.
5937
5938         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5939         2nd argument.
5940
5941 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5942
5943         * wl-draft.el (wl-draft-create-contents): Don't take neither
5944         (function . args) nor (string . something) any more.
5945
5946         * wl-version.el (wl-generate-user-agent-string): Return string
5947         without header symbol.
5948         * wl-draft.el (wl-draft-default-headers): Use it.
5949
5950         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5951         `wl-draft-insert-ccs' and return field value instead of inserting
5952         the header. Abolish cc argument.
5953         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5954
5955         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5956         rather than one with string car.
5957
5958         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5959         * wl-draft.el (wl-draft-create-contents): Add it after the default
5960         headers.
5961
5962         * wl-draft.el (wl-draft-create-contents): For the case of
5963         (symbol-or-string . function) insert header only when the function
5964         returns string value.
5965
5966 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5967
5968         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5969         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5970
5971 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl.el (wl-check-environment): Don't check Message-ID when
5974         `wl-insert-message-id' is nil.
5975         Revive checking if `wl-message-id-domain' contains "@".
5976
5977 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5978
5979         * wl.el (wl-check-environment): Merge examination for "@" at
5980         inappropriate position into the first string-match.
5981
5982         * wl-summary.el (wl-summary-target-mark-print): New function.
5983         (wl-summary-pipe-message-subr): Extracted from
5984         `wl-summary-pipe-message'.
5985         (wl-summary-target-mark-pipe): New function.
5986         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5987         `wl-summary-target-mark-pipe'.
5988
5989 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl.el (wl-check-environment): Rewrite around Message-ID check.
5992
5993 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl.el (wl-check-environment): Use elmo-warning instead of
5996         error for non-critical ones.
5997         Remove trash folder check.
5998         (wl): Don't ignore error in wl-check-environment.
5999
6000         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6001         check, which is moved from `wl-check-environment'.
6002         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6003
6004 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6005
6006         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6007         guess anything, call wl-summary-write.
6008         (wl-summary-write): Create draft with blank To field.
6009         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6010
6011 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6014         argument full as well for wl-folder-write-current-folder.
6015         If wl-*-write-current-folder cannot guess addressee, add blank
6016         To header.
6017         Rewrite condition for positioning cursor.
6018
6019 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6020
6021         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6022         summary buffer is present, use it.
6023         (wl-folder-jump-to-previous-summary): Ditto.
6024
6025 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6026
6027         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6028
6029         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6030         wl-summary-previous-buffer and wl-summary-next-buffer.
6031
6032         * wl-folder.el (wl-folder-mode-map): Bind
6033         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6034         (wl-folder-jump-to-next-summary): New function.
6035         (wl-folder-jump-to-previous-summary): Ditto.
6036
6037         * wl-draft.el (wl-draft): Rearranged.
6038
6039 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6042         of header.
6043         (wl-draft): Collect arguments for the header as header-alist.
6044         (wl-draft-forward): Arrange arguments for wl-draft.
6045         (wl-draft-reply): Ditto.
6046         (wl-draft-edit-string): Ditto.
6047         * wl-summary.el (wl-summary-write): Ditto.
6048         (wl-summary-write-current-folder): Ditto.
6049
6050         * Version number is increased to 2.9.8.
6051
6052 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6053
6054         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6055
6056         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6057
6058         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6059         even if the guess failed.
6060
6061         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6062         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6063         wl-summary-write-current-folder.
6064         * wl-xmas.el: Ditto.
6065
6066 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6067
6068         * wl-summary.el (wl-summary-next-page): Force display message if
6069         message is not displayed yet.
6070         (wl-summary-prev-page): Ditto.
6071
6072 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6073
6074         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6075
6076 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6079         add "Preview Message" and "Save Draft and Exit".
6080
6081 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6082
6083         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6084         if addrmgr is called from draft in splitted window.
6085
6086         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6087         * wl-mule.el: Ditto.
6088         * wl-xmas.el: Ditto.
6089
6090 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6091
6092         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6093
6094         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6095         * wl-xmas.el (wl-folder-toolbar): Ditto.
6096
6097 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6100         and wl-draft-save-and-exit.
6101         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6102         * wl-xmas.el: Ditto.
6103         * wl-mule.el: Ditto.
6104
6105         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6106         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6107
6108 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6111         lists for saving buffer.
6112
6113 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6114
6115         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6116         parent-folder argument instead of it.
6117         (wl-draft-create-buffer): Ditto.
6118         (wl-draft-forward): Ditto.
6119         (wl-draft-reply): Ditto.
6120         * wl-summary.el (wl-summary-write): Ditto.
6121         (wl-summary-write-current-folder): Ditto.
6122
6123         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6124         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6125         Folder buffer after composing.
6126
6127 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6130         header if the file `wl-x-face-file' already contains it.
6131
6132 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6135         folder" entry.
6136         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6137         * wl-e21.el (wl-folder-toolbar): Ditto.
6138         * wl-xmas.el (wl-folder-toolbar): Ditto.
6139
6140 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6141
6142         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6143         wl-folder-goto-folder with sticky argument.
6144         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6145
6146 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6147
6148         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6149         and wl-summary-previous-buffer.
6150         (wl-summary-next-buffer): New function.
6151         (wl-summary-previous-buffer): Ditto.
6152
6153 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6156         wl-folder-jump-to-current-entity-with-arg.
6157         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6158         `wl-folder-jump-to-current-entity'.
6159         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6160         `wl-summary-goto-folder-sticky'.
6161         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6162         `wl-summary-goto-folder'.
6163         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6164         Unless force-exit, do not clean temp. marks for sticky summary.
6165         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6166
6167 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6170         not entire.
6171
6172 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6173
6174         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6175         to `C-x C-s'.
6176         (wl-summary-save-status): New command.
6177         (wl-summary-exit): Don't clean-up temp marks when sticky.
6178         (Applied patch from Nakayama-san [wl: 09548])
6179         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6180         Do nothing when no mark data.
6181         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6182         Call `wl-summary-delete-all-temp-marks' before saving.
6183
6184 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6185
6186         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6187
6188 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl.el (wl-check-environment): Also cause error when (system-name)
6191         returns "localhost.localdomain". (Although it doesn't affect because
6192         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6193
6194 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6195
6196         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6197         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6198
6199         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6200         value.
6201
6202 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6205         Likewise r-cc-list and r-ng-list.
6206
6207 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6210         only if it is bound as variable.
6211
6212         * wl-mime.el (wl-draft-preview-message): Ditto.
6213
6214 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6215
6216         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6217         needless `goto-char'.
6218
6219         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6220         `wl-summary-redisplay-no-mime-internal' instead of
6221         `wl-summary-redisplay-no-mime'.
6222         (wl-summary-redisplay-no-mime): Changed argument;
6223         Call `wl-summary-redisplay-no-mime-internal'.
6224
6225         * wl-mime.el (wl-draft-preview-message): Bind
6226         `mime-header-encode-method-alist' locally.
6227
6228         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6229         (wl-draft-std11-parse-addresses): Added the first address check.
6230         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6231
6232         * Version number is increased to 2.9.7.
6233
6234 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6235
6236         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6237
6238 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6239
6240         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6241         related to scrollbar support, if there is no such a feature
6242         compiled in.
6243
6244 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6245
6246         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6247         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6248         for prefetch.
6249
6250 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6251
6252         * wl-summary.el (wl-summary-pick): Fix for no match.
6253
6254 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-draft.el (wl-draft-save):
6257         Override `mime-header-encode-method-alist'.
6258
6259 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6260
6261         * wl-folder.el (wl-folder-pick): New function.
6262         Define key as "?".
6263
6264 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6267         Fix for unplugged.
6268
6269 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-folder.el (wl-folder-virtual): New function.
6272         Define key as "V".
6273
6274 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6277         multi folder if entity is group.
6278
6279 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6282         is nil.
6283
6284 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6285
6286         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6287         (wl-summary-target-mark-msgs): Return the number of marked messages.
6288
6289 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6290
6291         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6292         "first:" is specified.
6293
6294 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6295
6296         * wl-vars.el (wl-from): Use return value of function
6297         user-full-name instead of the variable user-full-name since
6298         XEmacs-20.4 doesn't set this variable.
6299
6300 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6303         call `wl' directly.
6304
6305 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6306
6307         * wl-draft.el (wl-draft-reedit): Removed duplicated
6308         switch-to-buffers.
6309
6310 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6311
6312         * wl.el (wl-other-frame): Removed garbages.
6313
6314 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6317
6318         * wl-xmas.el (wl-draft-key-setup): Ditto.
6319
6320         * wl-mule.el (wl-draft-key-setup): Ditto.
6321
6322         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6323         (wl-draft-reedit): Ditto.
6324         (wl-draft-prepare-edit): Add `wl-draft-save' to
6325         `local-write-file-hooks'.
6326         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6327         (wl-draft-reedit): Set buffer-file-name.
6328         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6329
6330
6331         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6332         call it.
6333         (wl-delete-startup-frame-function): New variable.
6334         (wl-other-frame): New function
6335         (Original was written by Yamaoka san [wl: 09239]).
6336
6337         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6338         if `wl-folder-use-frame'.
6339
6340 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6343
6344 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6347         New variable.
6348         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6349         (wl-message-buffer-prefetch-get-next): Use them.
6350         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6351
6352 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6353
6354         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6355         with unwind-protect.
6356
6357         * wl-draft.el (wl-draft-reedit): Rewrite.
6358         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6359         (wl-draft-save): Insert header separator if it does not exist;
6360         Removed condition-case.
6361
6362         * wl-summary.el (wl-summary-reedit): Revert last change.
6363
6364         * wl-draft.el (wl-draft-save): Rewrite.
6365         (wl-draft-create-buffer): Set buffer-file-name as nil.
6366
6367         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6368
6369         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6370
6371         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6372         nil.
6373
6374 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6377         If count is nil, do not prefetch.
6378         (wl-message-buffer-prefetch-next): Next.
6379
6380 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6381
6382         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6383
6384 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6387         `delete-backward-char'
6388         (wl-draft-prepare-edit): Check major-mode.
6389         (wl-draft-decode-header): Rewrite.
6390         (wl-draft): Fix.
6391
6392 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6393
6394         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6395
6396 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6397
6398         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6399         (wl-message-buffer-prefetch-get-next): Remove size checking.
6400         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6401
6402 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6405         (wl-draft-default-headers): Fix.
6406
6407 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6408
6409         * wl-draft.el (wl-draft-default-headers): Insert return value of
6410         `wl-generate-mailer-string-function'.
6411
6412 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6415         (wl-draft-insert-mail-header-separator): Ditto.
6416
6417         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6418         again (Reverted the change on 2002-01-17 by OKADA san).
6419
6420 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6421
6422         * wl-draft.el (wl-draft): Rewrite.
6423         (wl-draft-create-buffer): New function.
6424         (wl-draft-create-contents): Ditto.
6425         (wl-draft-prepare-edit): Ditto.
6426         (wl-draft-decode-header): Ditto.
6427         (wl-draft-decode-body): Ditto.
6428         (wl-draft-check-new-line): Ditto.
6429         (wl-draft-default-headers): Ditto.
6430         (wl-draft-insert-mail-header-separator): Ditto.
6431
6432 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6433
6434         * Version number is increased to 2.9.6.
6435
6436 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6437
6438         * wl-draft.el (wl-draft-delete-field): Optional argument.
6439         (wl-draft-delete-fields): Ditto.
6440
6441 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6442
6443         * wl-message.el (toplevel): Eliminated byte-compile warning.
6444         for `itimer-function', `delete-timer' and `itimer-list'.
6445
6446 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6449         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6450         `wl-message-buffer-prefetch-threshold'.
6451         * wl-summary.el (wl-summary-redisplay-internal): Remove
6452         the check of `wl-message-buffer-prefetch-depth'.
6453
6454 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6457         size of article.
6458         (wl-message-buffer-prefetch-subr): Remove size check.
6459
6460 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6461
6462         * wl-vars.el (wl-plugged): Make customizable.
6463
6464 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6467         (wl-message-buffer-prefetch-set-timer): New function.
6468         (wl-message-buffer-prefetch-get-next): New function.
6469         (wl-message-buffer-prefetch): New function.
6470         (wl-message-buffer-prefetch-next): Rewrite.
6471         (wl-message-buffer-prefetch-subr): Rewrite.
6472         * wl-vars.el (wl-auto-prefetch-first): New variable.
6473         * wl-summary.el (wl-summary-goto-folder-subr): Call
6474         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6475
6476 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6479         `wl-summary-unread-message-hook'.
6480
6481 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6484         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6485         if range is `cache-status'.
6486
6487 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl-message.el (wl-message-buffer-prefetch-subr):
6490         Improve debug message.
6491
6492 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6495         `wl-mail-send-pre-hook'.
6496         (wl-draft-send-mail-with-qmail): Ditto.
6497         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6498
6499 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-message.el (wl-message-buffer-prefetch-subr):
6502         Fix for cancel-function-timers bug.
6503         (wl-message-buffer-prefetch-debug): Default value is t.
6504
6505 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6506
6507         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6508         (wl-message-buffer-prefetch-subr): Rewrite.
6509         Rename from `wl-message-buffer-prefetch'.
6510
6511 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6512
6513         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6514         (wl-default-draft-cite-decorate-author): Ditto.
6515
6516         * wl-draft.el (wl-draft-cite-function): Removed.
6517         (wl-default-draft-cite-decorate-author): Ditto.
6518
6519 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6520
6521         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6522         (wl-default-draft-cite): Do not arrange author name if the value of
6523         `wl-default-draft-cite-decorate-author' is nil.
6524
6525 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6526
6527         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6528
6529         * wl-folder.el (wl-folder-check-one-entity): Don't care
6530         `elmo-folder-use-flag-p'.
6531
6532 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-folder (wl-folder-check-one-entity): Fix
6535         problem if unread is nil.
6536
6537 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6538
6539         * wl-address.el (wl-address-make-completion-list): Check whether
6540         the address is a group list.
6541         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6542
6543 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6544
6545         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6546         The number of the messages of new and unread does not count
6547         correctly.
6548
6549         * wl-summary.el (wl-summary-count-unread): Changed to return
6550         `(new . unread)' instead of total.
6551         (wl-summary-sync-update): Follow the change above.
6552
6553         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6554
6555 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6556
6557         * wl-address.el (wl-address-make-completion-list): Do not enclose
6558         address by " <" and ">" if associated realname is "".
6559         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6560         This is against the promblem with group list in .addresses pointed
6561         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6562
6563 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6564
6565         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6566         message is a format control string.
6567         * wl-expire.el (wl-expire-append-log): Ditto.
6568         * wl-mime.el (wl-summary-burst-subr): Ditto.
6569         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6570         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6571
6572 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6575         wl.el (wl-check-variables): Rename from `wl-check-type'.
6576         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6577         (wl-check-variables-2): New function.
6578         (wl): Call `wl-check-variables-2'.
6579
6580 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6581
6582         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6583         after renaming folder in access group.
6584
6585 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6588         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6589         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6590         (wl-message-buffer-prefetch): Rewrite.
6591         (wl-message-buffer-prefetch-idle-time): Removed.
6592         * wl-summary.el (wl-summary-redisplay-internal):
6593         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6594         Error check for `wl-message-buffer-prefetch-depht'.
6595
6596 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6597
6598         * Version number is increased to 2.9.5.
6599         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6600
6601 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6604         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6605         Based on the patch written by
6606         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6607
6608 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6609
6610         * wl-draft.el (wl-draft-raw-send): Fix for
6611         `wl-news-send-pre-hook'
6612
6613 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-utils.el (wl-message-id-function): New variable.
6616         * wl-draft.el (wl-draft-insert-required-fields):
6617         Use `wl-message-id-function'.
6618
6619 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6622         * wl-utils.el (wl-draft-make-message-id-string):
6623         Use `wl-from' for domain part of Message-ID
6624         if `wl-message-id-use-wl-from' if non-nil.
6625         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6626
6627 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6628
6629         * wl.el (wl): Call `wl-check-type'
6630         Do not 'condition-case'.
6631
6632 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6633
6634         * wl.el (wl-check-type): New function.
6635         (wl-check-type-variables): New variable.
6636
6637 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6640
6641 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-draft.el (wl-smtp-password-key): New function.
6644         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6645         (wl-draft-send-mail-with-smtp): Ditto.
6646         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6647
6648 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6651         * wl-utils.el (wl-unique-id-suffix): Remove.
6652
6653 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * Version number is increased to 2.9.4.
6656
6657 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-utils.el (wl-unique-id-suffix): New variable.
6660         (wl-unique-id): Use `wl-unique-id-suffix'
6661
6662 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6663
6664         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6665         instead of `elmo-msgdb-search'.
6666
6667         * Version number is increased to 2.9.3.
6668
6669 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6670
6671         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6672
6673 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6674
6675         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6676         (wl-draft-dispatch-message): Changed for send-later.
6677         (wl-draft-queue-flush): Ditto.
6678         (wl-draft): Clear `wl-sent-message-queued'.
6679         (wl-draft-reedit): Ditto.
6680         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6681         * wl-vars.el (wl-draft-force-queuing): New variable.
6682         (wl-draft-force-queuing-mail): New variable.
6683         (wl-draft-force-queuing-news): New variable.
6684
6685 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6688         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6689
6690 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6691
6692         * Version number is increased to 2.9.2.
6693
6694 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6695
6696         * wl-draft.el (wl-draft-elide-region): New user command.
6697         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6698
6699         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6700         command `wl-draft-elide-region'.
6701         * wl-mule.el: Ditto.
6702         * wl-xmas.el: Ditto.
6703
6704 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6705
6706         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6707         (wl-biff-check-folder-async): Removed needless let.
6708
6709 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6710
6711         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6712         wl-folder-get-elmo-folder.
6713         (wl-biff-check-folder): Set `biff' argument of
6714         `wl-folder-check-one-entity'.
6715         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6716
6717         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6718         (wl-folder-check-one-entity): Added `biff' argument;
6719         Setup `biff' slot of folder.
6720
6721         * Version number is increased to 2.9.1.
6722
6723 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6726         comment out and fixed.
6727         (wl-fldmgr-add-completion-subr): Ditto.
6728
6729         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6730         and msgdb.
6731
6732         * wl.el (wl-toggle-plugged): Save summary view.
6733
6734 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6735
6736         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6737
6738 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6739
6740         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6741
6742 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6745         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6746         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6747
6748         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6749         if it was failed.
6750         (wl-demo): Disable undo in the demo buffer.
6751
6752 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-version.el (wl-version): Changed codename.
6755
6756         * Version number is increased to 2.9.0.
6757
6758 2001-12-14  Takuo KITAME <kitame@northeye.org>
6759
6760         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6761         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6762         (wl-folder-mark-as-read-all-current-entity): Ditto.
6763
6764 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6765
6766         * wl-vars.el (wl-from-width): Define as obsolete variable.
6767         (wl-subject-length-limit): Ditto.
6768
6769         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6770
6771         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6772         wl-summary-save-view.
6773
6774         * wl.el (wl-save-status): Ditto.
6775         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6776
6777         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6778         (wl-summary-exit): Follow the change above.
6779         (wl-summary-goto-folder-subr): Ditto.
6780
6781         * wl-folder.el (wl-folder-create-subr): Don't use
6782         `elmo-folder-creatable-p'.
6783
6784 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6787
6788 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6791         rather than bitmap on Emacs 21.
6792         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6793         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6794         for xbm if the new redisplay engine is not available.
6795
6796 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-folder.el (wl-folder-init-hook): New hook.
6799         (wl-folder-init): Run `wl-folder-init-hook'.
6800
6801 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6804
6805 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-acap.el (wl-acap-cache-filename): New variable.
6808         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6809         (wl-acap-init): Use cache if no ACAP server found.
6810
6811 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6812
6813         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6814         `wl-acap-original-msgdb-dir'.
6815
6816         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6817         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6818
6819         * wl-mime.el (wl-mime-save-directory): Renamed from
6820         `wl-mime-save-dir'.
6821
6822 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6825
6826         * wl-demo.el: Require `path-util'.
6827         (wl-demo-bitmap-mule-available-p): New internal variable.
6828         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6829         `module-installed-p' instead.
6830         (wl-demo-insert-image): Use *.img file for a bitmap image.
6831         (wl-demo): Don't call the ascii demo recursively.
6832
6833 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6834
6835         * Version number is increased to 2.7.7.
6836
6837 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl.el (wl-exit): Eliminated byte-compile warning.
6840
6841 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6842
6843         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6844         obsolete variable using `elmo-define-obsolete-variable'.
6845         (wl-fetch-confirm-threshold): Ditto.
6846         (wl-cache-prefetch-folder-type-list): Ditto.
6847         (wl-cache-prefetch-folder-list): Ditto.
6848
6849 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6852         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6853         (wl-demo-insert-image): New function.
6854         (wl-demo-insert-text): New function.
6855         (wl-demo-image-type-alist): Redefine as a function.
6856         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6857         (wl-demo-with-temp-file-buffer): Removed.
6858         (wl-logo-xpm): Removed.
6859         (wl-logo-xbm): Removed.
6860         (wl-logo-bitmap): Removed.
6861
6862 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6863
6864         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6865         (wl-expire-localdir-get-folder-function): New user option.
6866         (wl-expire-localdir-get-folder): New function.
6867         (wl-expire-localdir-date): Ditto.
6868
6869 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6872         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6873         Fixed unread number mismatch when all-unread < unread.
6874
6875 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6878         (wl-fetch-confirm-threshold): Ditto.
6879
6880         * wl-summary.el (wl-summary-confirm-appends): Removed.
6881         (wl-summary-sync-update): Don't refer
6882         `wl-summary-update-confirm-threshold' (It is now abolished).
6883
6884         * wl-message.el (wl-message-display-internal): Don't refer
6885         `wl-fetch-confirm-threshold' (It is now abolished).
6886
6887 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6888
6889         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6890
6891 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6892
6893         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6894         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6895         Change default value to nil.
6896         (wl-summary-indent-length-limit): The value can be nil, nil means
6897         unlimited.
6898
6899         * wl-summary.el: Don't set limit for indent length if the value of
6900         wl-summary-indent-length-limit is nil.
6901         If the value of wl-summary-width is nil, it means only that the width
6902         of summary is unlimited (nil doesn't mean that the indent length is
6903         unlimited).
6904
6905         * wl-thread.el: Ditto.
6906
6907 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6908
6909         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6910         be nil, nil means never confirm.
6911         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6912
6913 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6914
6915         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6916         means unlimited).
6917
6918 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6919
6920         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6921         Use `with-temp-buffer'.
6922
6923 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6926         with new backquote style).
6927         (wl-folder-get-entity-from-buffer): Ditto.
6928
6929 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6930
6931         * wl-version.el (nemacs-version): Eliminated.
6932         (wl-extended-emacs-version2): Ignore nemacs.
6933         (wl-extended-emacs-version3): Ditto.
6934
6935 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6936
6937         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6938         (wl-draft-add-in-reply-to): New variable.
6939         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6940         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6941         (wl-draft-yank-from-mail-reply-buffer): Use
6942         `wl-draft-add-in-reply-to'.
6943         (wl-draft-insert-current-message): Ditto.
6944
6945 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6946
6947         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6948         typo (kill->hide).
6949         (wl-message-buffer-prefetch-folder-type-list): Added elements
6950         `mark' and `cache' instead of `internal'.
6951
6952 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6953
6954         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6955         resume msgdb directory.
6956
6957 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6958
6959         * wl.el (wl-exit): Call `wl-acap-exit'.
6960
6961         * wl-summary.el (wl-summary-message-string): New function.
6962         (wl-summary-reedit): Use it.
6963         (wl-summary-resend-bounced-mail): Remove needless let.
6964         (wl-summary-supersedes-message): Ditto.
6965         (wl-summary-save): Ditto.
6966
6967         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6968         (wl-acap-init): Set it.
6969         (wl-acap-exit): New function.
6970
6971 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6972
6973         * wl.el (wl-init): Revert (require 'mime-setup). move from
6974         toplevel.
6975
6976 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6977
6978         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6979         local variables.  Add error when guess function return invalid
6980         value.
6981
6982 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6985         Change local variable name.
6986         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6987         (wl-folder-get-newsgroups): Return nil when non-news folder.
6988         * wl-summary.el (wl-summary-write-current-folder): State through
6989         when guess-list return nil.
6990         (wl-summary-write-current-folder-functions): Fixed docstring.
6991
6992         * wl.el (wl-exit): Changed confirm message.
6993
6994         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
6995         * wl-draft.el (wl-draft): Remove verbose `featurep'.
6996
6997         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
6998
6999 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7000
7001         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7002         user option (Renamed from wl-cache-prefetch-folder-type-list).
7003         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7004         from wl-cache-prefetch-folder-list).
7005
7006         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7007         Move to wl-vars.el.
7008         (wl-message-buffer-prefetch-p): Changed to enable
7009         `wl-message-buffer-prefetch-folder-list'.
7010
7011         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7012         `ignore-cache'.
7013
7014 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7015
7016         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7017         `part-top' and `part-bottom'.
7018         (wl-draft-config-sub-part-top): New function.
7019         (wl-draft-config-sub-part-bottom): New function.
7020
7021 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7022
7023         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7024
7025 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7026
7027         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7028
7029 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7030
7031         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7032
7033         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7034         (wl-summary-write-current-folder): Ditto.
7035
7036 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-folder.el (wl-folder-get-newsgroups): Use
7039         `elmo-folder-newsgroups'.
7040
7041 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7042
7043         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7044         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7045         `wl-draft-config-sub-header-bottom'.
7046
7047 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7048
7049         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7050         localnews folder.
7051
7052 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7053
7054         * wl-summary.el (wl-summary-mode): Undo last change.
7055
7056         * wl-folder.el (wl-folder-mode): Ditto.
7057
7058 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7059
7060         * wl-summary.el (wl-summary-mode): Locally set
7061         truncate-partial-window-width to nil.
7062         (for XEmacs)
7063
7064         * wl-folder.el (wl-folder-mode): Ditto.
7065
7066 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7067
7068         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7069
7070 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7071
7072         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7073         number.
7074
7075         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7076
7077         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7078
7079         * Version number is increased to 2.7.6.
7080
7081 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7082
7083         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7084
7085 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7086
7087         * wl-summary.el (wl-summary-sync-update): Enclose network
7088         related portion with `unwind-protect'.
7089
7090 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7091
7092         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7093
7094 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7097         element.
7098         * wl-vars.el (wl-message-body-button-alist): Ditto.
7099
7100         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7101         max match length.
7102         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7103
7104         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7105         for the max match length;
7106         Use 4th element value for the button string regexp group.
7107
7108         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7109         candidate exists, prompt to select.
7110
7111 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7112
7113         * wl-summary.el (wl-summary-jump-to-msg): Search before
7114         calibration point by `beginning-of-line'.
7115
7116 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7117
7118         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7119         for access group.
7120
7121 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-message.el (wl-message-display-internal): Bind
7124         `default-mime-charset'.
7125
7126         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7127
7128         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7129
7130         * Version number is increased to 2.7.5.
7131
7132 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7133
7134         * wl-expire.el (wl-summary-archive): Fixed;
7135         Use `elmo-folder-name-internal'.
7136
7137 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7138
7139         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7140         from `elmo-folder-move-messages' caller.
7141         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7142
7143         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7144         related portions are changed).
7145
7146 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7147
7148         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7149         counter.
7150
7151 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7152
7153         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7154         buffer local and set it to nil.
7155
7156         * wl-message.el (wl-message-redisplay): Ditto.
7157
7158 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-summary.el (wl-summary-mark-as-important): If message is
7161         already cached, set messag as read, otherwise encache and mark as read.
7162
7163 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7164
7165         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7166         point-min.
7167
7168 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7169
7170         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7171         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7172         a keymap.
7173
7174 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7177         parent.
7178
7179         * wl-mule.el (wl-message-define-keymap): Ditto.
7180
7181         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7182
7183         * wl-xmas.el (wl-message-display-internal-hook): Define.
7184         (wl-xmas-setup-message-toolbar): Define as function.
7185         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7186         (wl-message-overload-functions): Abolished.
7187         (wl-message-define-keymap): New function.
7188
7189         * wl-vars.el (wl-message-display-internal-hook): New variable.
7190         (wl-message-header-button-alist): New variable (Renamed from
7191         wl-highlight-message-header-button-alist).
7192         (wl-message-body-button-alist): Ditto.
7193
7194         * wl-mule.el (wl-message-define-keymap): New function.
7195         (wl-message-overload-functions): Abolished.
7196
7197         * wl-message.el (wl-message-add-buttons-to-body): New function.
7198         (wl-message-redisplay): Don't call wl-message-overload-functions;
7199         Call wl-message-add-buttons-to-header and
7200         wl-message-add-buttons-to-body.
7201         (wl-message-display-internal): Set keymap argument for
7202         elmo-mime-display-as-is, elmo-mime-message-display;
7203         Run wl-message-display-internal-hook.
7204         (wl-message-refer-article-or-url): Abolished.
7205
7206         * wl-highlight.el (wl-highlight-headers): Don't call
7207         wl-highlight-message-add-buttons-to-header.
7208         (wl-highlight-message-add-buttons-to-header): Abolished.
7209
7210
7211         * wl-e21.el (wl-message-display-internal-hook): Define.
7212         (wl-e21-setup-toolbar): Deleted duplicated binding.
7213         (wl-e21-setup-message-toolbar): Define as function.
7214         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7215         (wl-message-define-keymap): New function.
7216         (wl-message-overload-functions): Abolished.
7217
7218 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7219
7220         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7221         and elmo-folder-close.
7222
7223         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7224
7225 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7226
7227         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7228         boolean value.
7229         * wl-draft.el (wl-draft-do-fcc): Ditto.
7230
7231 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7232
7233         * wl-vars.el (wl-fcc-force-as-read): New variable.
7234         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7235         mark copied message as read.
7236
7237 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7238
7239         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7240
7241 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7242
7243         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7244         `wl-summary-target-above' instead of obsolete variable
7245         `wl-summary-temp-above'.
7246
7247         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7248         instead of `make-obsolete-variable'.
7249         * wl-refile.el (toplevel): Ditto.
7250
7251 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7254         with third argument t.
7255         (wl-draft): Set first argument for wl-plugged-init as t.
7256
7257         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7258         definition.
7259
7260 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * wl-vars.el: Tabify.
7263         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7264
7265         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7266         message.
7267
7268 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7269
7270         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7271         and set default to beep.
7272
7273 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7274
7275         * wl-vars.el (wl-draft-truncate-lines): New variable.
7276
7277         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7278         instead of wl-message-truncate-lines for truncate-lines.
7279
7280 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl-message.el (wl-message-display-internal): Call
7283         `wl-highlight-message' after `elmo-mime-display-as-is'.
7284
7285         * wl-mime.el (wl-mime-display-text/plain): New function.
7286         (wl-mime-display-header): Ditto.
7287         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7288         body-presentation-method for text/plain;
7289         Register `wl-mime-display-header' as a header-presentation-method;
7290         Don't set up `elmo-message-text-content-inserted-hook' and
7291         `elmo-message-header-inserted-hook'.
7292
7293         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7294         variable.
7295         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7296         as t if flag is 'all-header;
7297         Don't bind `elmo-message-ignored-field-list',
7298         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7299
7300 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7301
7302         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7303         for xemacs with non-mule environment.
7304
7305 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7306
7307         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7308         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7309         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7310
7311 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7312
7313         * wl-vars.el (wl-interactive-send): Set default value as t.
7314
7315 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7318         (wl-addrmgr-method-list): Abolished.
7319         (wl-addrmgr-change-method): Follow above change.
7320
7321         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7322
7323 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7324
7325         * wl-vars.el (wl-message-truncate-lines): Change default value
7326         to default-truncate-lines.
7327
7328         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7329
7330 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7331
7332         * wl-vars.el (wl-message-truncate-lines): New variable.
7333
7334         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7335         wl-message-truncate-lines.
7336
7337 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7338
7339         * wl-acap.el (wl-acap-init): Remove period from error message.
7340         (wl-acap-find-acap-service): Remove period from message.
7341
7342 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7343
7344         * wl.el (wl-check-environment): Undo last change.
7345
7346         * wl-vars.el (wl-from): Changed default value.
7347
7348         * wl-util.el (toplevel): Don't require tm-edit.
7349
7350         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7351         `wl-folder-init';
7352         Don't set mark on mail body.
7353         (wl-draft-reedit): Ditto.
7354
7355         * wl-address.el (wl-address-quote-specials): Define as an alias for
7356         elmo-address-quote-specials.
7357
7358 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7361
7362         * wl-vars.el (wl-from): Set default value as nil.
7363         (wl-organization): Set default value as ORGANIZATION environment
7364         variable.
7365
7366         * wl-draft.el (wl-smtp-extension-bind): Check value of
7367         wl-smtp-connection-type.
7368
7369         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7370         error.
7371
7372 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * Version number is increased to 2.7.4.
7375
7376         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7377         arguments from `wl-highlight-x-face-function' caller.
7378         Use x-face-1.3.6.12 or later.
7379
7380 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7381
7382         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7383
7384 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7385
7386         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7387         (wl-fcc): Fix to accept function.
7388         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7389
7390 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7391
7392         * wl-acap.el (toplevel): Added `product-provide' declare.
7393         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7394
7395 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7396
7397         * wl.el (wl): Changed order of calling `elmo-init'
7398         and `elmo-folder-init'.
7399
7400 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7401
7402         * wl-mime.el (wl-summary-burst): Extract message when content-type
7403         of root entity is not only `multipart' but also `message/rfc822'.
7404         (wl-summary-burst-subr): Ditto.
7405
7406 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7407
7408         * wl-vars.el (toplevel): Require 'custom.
7409         (wl-trash-folder): Added to `wl-setting' group.
7410
7411         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7412         exists.
7413         (wl-addrmgr-draw): Insert empty line when no entry exists.
7414
7415         * wl-mule.el (wl-message-wheel-up): Fixed.
7416         (wl-message-wheel-down): Ditto.
7417
7418 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7419
7420         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7421         config is an anonymous lambda expression.
7422
7423 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7424
7425         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7426         when Mule 2 is running.
7427
7428 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7431
7432 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7435         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7436
7437         * wl-address.el (wl-address-specials-regexp): Eliminated.
7438         (wl-address-quote-specials): Rewrite.
7439
7440 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7441
7442         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7443         shy-groups for regexp.
7444
7445         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7446         character classes and Perl style shy-groups for regexp.
7447         (wl-highlight-plugged-current-line): Use Posix style character
7448         classes for regexp.
7449         (wl-e21-highlight-folder-by-numbers): Ditto.
7450         (wl-e21-display-image-p): Use `display-images-p' instead of
7451         `display-graphic-p'.
7452         (display-images-p): Make an alias to `display-graphic-p' if it is
7453         not available.  It is for Emacs version prior to 21.0.105.
7454
7455         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7456         `display-graphic-p'.
7457         (wl-demo-image-type-alist): Ditto.
7458         (display-images-p): Make an alias to `display-graphic-p' if it is
7459         not available.  It is for Emacs version prior to 21.0.105.
7460
7461 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7462
7463         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7464         support.
7465         (wl-generate-user-agent-string): Ditto.
7466
7467         * wl-version.el (wl-version): Update docsting.
7468         (wl-version-status): Ditto.
7469
7470 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7471
7472         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7473         21.0.105.  For Emacs 21.0.104 or earlier.
7474
7475 2001-09-03  Takuo KITAME <kitame@northeye.org>
7476
7477         * wl-e21.el (wl-plugged-init-icons): Use
7478         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7479         (wl-biff-init-icons): Ditto.
7480
7481 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7482
7483         * wl-highlight.el (wl-highlight-summary-current-line):
7484         Fixed highlighting refile/copy destination.
7485
7486         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7487         (wl-acap-store): Encode string by wl-acap-coding-system.
7488
7489 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7490
7491         * wl-acap.el (toplevel): Check and require 'un-define before
7492         'xemacs-ucs;
7493          Added checking for UTF-2000.
7494
7495 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7496
7497         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7498         Don't enclose with `eval-and-compile'.
7499
7500         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7501         wl-init is non-nil.
7502
7503         * wl-draft.el (wl-draft): Ditto.
7504
7505         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7506
7507         * wl-acap.el (toplevel): Require 'wl.
7508         (wl-acap-store): Call `elmo-init'.
7509
7510         * wl.el (wl): Changed position of `wl-check-environment'.
7511         (toplevel): Added autoload setting for wl-acap.
7512
7513         * wl-vars.el (wl-setting): New custom group.
7514         (wl-from): Added wl-setting group.
7515         (wl-user-mail-address-list): Ditto.
7516         (wl-organization): Ditto.
7517         (wl-subscribed-mailing-list): Ditto.
7518         (wl-envelope-from): Ditto.
7519         (wl-smtp-posting-user): Ditto.
7520         (wl-smtp-posting-server): Ditto.
7521         (wl-smtp-posting-port): Ditto.
7522         (wl-smtp-authenticate-type): Ditto.
7523         (wl-pop-before-smtp-user): Ditto.
7524         (wl-pop-before-smtp-server): Ditto.
7525         (wl-pop-before-smtp-port): Ditto.
7526         (wl-pop-before-smtp-authenticate-type): Ditto.
7527         (wl-nntp-posting-server): Ditto.
7528         (wl-nntp-posting-user): Ditto.
7529         (wl-nntp-posting-port): Ditto.
7530         (wl-fetch-confirm-threshold): Ditto.
7531         (wl-prefetch-threshold): Ditto.
7532         (wl-thread-insert-opened): Ditto.
7533         (wl-ldap-server): Ditto.
7534         (wl-ldap-port): Ditto.
7535         (wl-ldap-base): Ditto.
7536         (wl-ldap-objectclass): Ditto.
7537         (wl-use-ldap): Ditto.
7538         (wl-draft-config-alist): Ditto.
7539         (wl-draft-config-matchone): Ditto.
7540         (wl-template-alist): Ditto.
7541         (wl-message-sort-field-list): Ditto.
7542         (wl-message-ignored-field-list): Ditto.
7543         (wl-message-visible-field-list): Ditto.
7544         (wl-interactive-send): Ditto.
7545         (wl-summary-move-order): Ditto.
7546         (wl-auto-select-first): Ditto.
7547         (wl-auto-select-next): Ditto.
7548         (wl-interactive-save-folders): Ditto.
7549
7550         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7551         Initialization codes are moved from wl-local-folder-init.
7552         (wl-local-folder-init): Follow the change above.
7553         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7554
7555         * wl-acap.el: New file.
7556
7557         * Version number is increased to 2.7.3.
7558
7559 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7560
7561         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7562
7563 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7564
7565         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7566         (wl-addrmgr-address-entry-list): Ditto.
7567
7568 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-e21.el (wl-draft-mode-map): Removed binding for
7571         `wl-draft-insert-x-face-field'.
7572
7573         * wl-mule.el (wl-draft-mode-map): Ditto.
7574
7575         * wl-xmas.el (wl-draft-mode-map): Ditto.
7576
7577         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7578         (wl-cs-autoconv): Ditto.
7579         (wl-cs-local): Ditto.
7580         (wl-use-scoring): Ditto.
7581         (wl-mime-charset): Ditto.
7582         (wl-folder-check-async): Ditto.
7583
7584         * wl.el (toplevel): Ignore nemacs and tm.
7585         (wl-exit): Ditto.
7586
7587         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7588         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7589         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7590         instead of wl-address-petname-add-or-change.
7591         (wl-summary-edit-addresses-subr): Use wl-address-delete
7592         instead of wl-address-petname-delete.
7593
7594         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7595
7596         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7597         if error occured.
7598
7599         * wl-message.el (require): Remove tm support.
7600
7601         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7602
7603         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7604         (wl-folder-jump-to-current-entity): Ditto.
7605         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7606
7607         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7608         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7609         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7610
7611         * wl-mule.el (wl-draft-key-setup): Ditto.
7612
7613         * wl-xmas.el (wl-draft-key-setup): Ditto.
7614
7615         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7616         (wl-draft-std11-parse-addresses): New function.
7617         (wl-draft-parse-mailbox-list): Use it.
7618         (wl-draft): Ignore nemacs.
7619         (wl-draft-reedit): Ditto.
7620
7621         * wl-addrmgr.el: New file.
7622         (Original is wl-rcpt.el written by
7623         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7624         Thanks Kitamoto-san.)
7625
7626         * wl-address.el (wl-address-make-address-list): Modified parsing
7627         process.
7628         (wl-address-delete): Renamed from `wl-address-petname-delete';
7629         Modify wl-address-list too.
7630         (wl-address-add-or-change): Renamed from
7631         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7632
7633 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7634
7635         * wl-highlight.el (wl-highlight-summary-current-line):
7636           Work with transient-mark-mode
7637
7638 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7639
7640         * Version number is increased to 2.7.2.
7641
7642         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7643         instead of elmo-dop-queue-method.
7644
7645 2001-08-06  SAITO Atsunori <sai@yedo.com>
7646
7647         * wl-vars.el (wl-ldap-objectclass): New user option.
7648
7649         * wl-address.el (wl-ldap-make-filter): Use it.
7650
7651 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7654
7655 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-folder.el (wl-folder): redisplay after folder insertion.
7658
7659         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7660
7661         * wl-summary.el (wl-summary-sync-update):
7662         Change status mark only when new-msgdb exists.
7663         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7664
7665 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-summary.el (wl-summary-open-folder): New function.
7668         (wl-summary-goto-folder-subr): Use it.
7669         (wl-summary-mark-as-important): Fix;
7670         Encache only when no cache exists.
7671
7672 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7673
7674         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7675         Use with-current-buffer.
7676
7677 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7678
7679         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7680         before call `get-buffer'. Fixed parenthesis.
7681         (wl-score-get-header-entry): Clear message and help window when
7682         keyboard quit.
7683         (wl-score-edit-insert-header): Ditto.
7684
7685 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7688         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7689         (wl-default-draft-cite): Fix.
7690
7691         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7692         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7693
7694 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-message.el (wl-message-prev-page): Do same bahavior
7697         as summary when it is called in the message buffer.
7698         (wl-message-next-page): Ditto.
7699
7700 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-summary.el (wl-summary-forward): Use cache if it is not
7703         section cache.
7704
7705 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7708         Removed redundant require of elmo-vars.
7709         (wl-biff-state-indicator-on): Changed default value for
7710         xemacs with non-mule environment.
7711
7712         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7713         wl-message-buffer is nil;
7714         Hide progress bar after moving messages.
7715
7716 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7719         message at cursor point is deleted.
7720
7721 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7722
7723         * wl-vars.el: Changed file coding system to euc-japan.
7724         Added -*-coding:-*- magic to the first line.
7725
7726         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7727         Search parent from the first message.
7728
7729         * Version number is increased to 2.7.1.
7730
7731 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7732
7733         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7734
7735 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7738         refile/delete execution.
7739
7740         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7741         Fixed docstring.
7742
7743 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7746         do update process;
7747         Don't update marks when update process is interrupted.
7748
7749 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7750
7751         * wl-summary.el (wl-summary-reply): Fixed problem when
7752         wl-draft-use-frame is non-nil.
7753         (wl-summary-forward): Ditto.
7754
7755         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7756         as nil.
7757         (wl-folder-mark-as-read-all-entity): Ditto.
7758         (wl-folder-prefetch-entity): Ditto.
7759
7760         * wl.el (wl): Check environment before wl-init.
7761
7762         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7763         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7764         instead of wl-summary-collect-unread.
7765         (wl-summary-reply): Split message window.
7766
7767 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7770         only if current language environment is japanese,
7771
7772         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7773         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7774         (wl-folder-goto-folder-subr): Ditto.
7775
7776         * wl-draft.el (wl-draft-dispatch-message): Call
7777         `elmo-file-cache-get-path'.
7778
7779 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-summary.el (wl-summary-cursor-move): If return value of
7782         wl-summary-next-message is not number, don't jump.
7783
7784 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-summary.el (wl-summary-buffer-next-message-function): New
7787         variable.
7788         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7789         if it is bound.
7790
7791         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7792         string.
7793
7794         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7795         (wl-plugged-drawing): Ditto.
7796
7797 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7800         process.
7801         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7802         with unwind-protect.
7803
7804         * wl.el (wl-init): Require mime-setup.
7805         (wl-check-environment): Don't require mime-setup.
7806
7807         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7808         instead of elmo-folder-type.
7809
7810         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7811         value as nil.
7812
7813 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * Version number is increased to 2.7.0.
7816
7817         * wl-version.el (wl-version): Changed codename.
7818
7819         * wl-summary.el (wl-summary-delete-cache): Fixed.
7820
7821         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7822         Workaround for net folders.
7823         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7824
7825         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7826         value to nil (According to the patch from
7827         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7828
7829         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7830         of elmo-folder-close.
7831
7832 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7833
7834         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7835         for postfix.
7836
7837 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-summary.el (wl-summary-resend-message): Fixed.
7840
7841         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7842         Call wl-draft with `from' argument if its address is included in
7843         `wl-user-mail-address-list'.
7844         (wl-draft): Added `from' argument.
7845
7846         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7847         non-nil.
7848         (wl): Don't show demo if wl-demo is nil.
7849
7850         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7851         wl-summary-use-frame.
7852
7853         * wl-vars.el (wl-summary-use-frame): New user option.
7854         (wl-folder-use-frame): Changed docstring.
7855
7856         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7857         non-nil.
7858         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7859         wl-summary-use-frame.
7860
7861         * wl-vars.el (wl-folder-use-frame): New user option.
7862
7863         * wl-summary.el (wl-summary-exit): Back to folder frame if
7864         wl-folder-use-frame is non-nil.
7865         (wl-summary-redisplay-internal): Ignore cache if current folder
7866         is draft folder,
7867         (wl-summary-redisplay-no-mime): Ditto.
7868         (wl-summary-redisplay-all-header): Ditto.
7869
7870         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7871         if wl-folder-use-frame is non-nil.
7872
7873 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7874
7875         * wl-summary.el (wl-summary-sync-update): Bind
7876         elmo-folder-update-threshold.
7877         (wl-summary-mark-as-important): Enclosed server mark processing
7878         with `save-match-data'.
7879
7880         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7881         only when it is already defined.
7882
7883 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7884
7885         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7886         name of folder exclude localdir is wrong.
7887         * wl-folder.el (wl-folder-sync-entity):
7888         Set `wl-summary-always-sticky-folder-list' as nil.
7889         (wl-folder-mark-as-read-all-entity): Ditto.
7890         (wl-folder-prefetch-entity): Ditto.
7891
7892 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7893
7894         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7895         instead of `wl-summary-write-current-newsgroup'.
7896
7897 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7898
7899         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7900         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7901         non-nil and selected message is important, do not display.
7902
7903 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7904
7905         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7906
7907 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7910
7911         * wl-summary.el (wl-summary-mark-as-important): Set message number
7912         using wl-summary-message-number.
7913
7914 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7915
7916         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7917         destination folder is 'null.
7918
7919 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7920
7921         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7922         New function.
7923         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7924         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7925         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7926
7927 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-mime.el (wl-mime-setup): Added setting for
7930         `mime-setup-signature-key-alist' to avoid overriding key bind for
7931         `wl-draft-send'.
7932
7933         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7934         for `wl-draft-send'.
7935         * wl-mule.el (wl-draft-overload-functions): Ditto.
7936         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7937         * wl-draft.el (wl-draft-send): Ditto.
7938
7939         * wl-message.el (wl-message-display-internal):
7940         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7941         (Patch is provided by <kita@coe.nttdata.co.jp>).
7942
7943 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7946
7947 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7948
7949         * wl.el (wl): Fix for wl-demo.
7950
7951 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7952
7953         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7954
7955 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7956
7957         * wl-folder.el (wl-folder-prefetch-entity): Use
7958         `wl-folder-get-elmo-folder'.
7959         (wl-folder-count-incorporates): Do not use
7960         `wl-folder-get-elmo-folder'.
7961
7962 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7963
7964         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7965         instead of `elmo-folder-get-type'.
7966
7967 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7968
7969         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7970         position on Subject: field.
7971         (Advised by Mito <mit@nines.nec.co.jp>)
7972
7973 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7974
7975         * wl-folder.el (wl-folder-prefetch-entity): Use
7976         `wl-folder-get-elmo-folder'.
7977
7978 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7981
7982         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7983         `process-duplicates' slot.
7984
7985         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7986         if detection failed.
7987
7988 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7989
7990         * wl-version.el (wl-version-status): Set to "alpha".
7991
7992 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
7993
7994         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
7995         Check wl-message-buffer lives before set-buffer.
7996
7997 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7998
7999         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8000         called in folder mode.
8001         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8002         * wl-summary.el (wl-summary-exit-pre-hook): Run
8003         `wl-summary-exit-pre-hook' before exit summary mode.
8004
8005 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8006
8007         * wl-version.el (wl-version-status): New variable.
8008         (wl-version-status-alist): Removed.
8009         (wl-version-status): Rule included.
8010
8011 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8014         @sponichi.
8015
8016         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8017         when `mail-reply-buffer' is buffer-local variable.
8018         (Reported by <kita@coe.nttdata.co.jp>).
8019
8020 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-vars.el (toplevel): Require 'elmo-util.
8023
8024 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8025
8026         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8027         (All other related portions are changed)
8028
8029         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8030
8031         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8032
8033 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8034
8035         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8036
8037 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8038
8039         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8040         Delete other windows to avoid an error.
8041         Use `point-marker' instead of `point' to remember the start point
8042         of body.
8043
8044         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8045
8046         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8047         number not to exceed all message number.
8048
8049 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8050
8051         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8052         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8053
8054 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-summary.el (wl-summary-sync-force-update): Added argument
8057         no-check.
8058         (wl-summary-sync-update): Ditto.
8059         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8060         with `no-check'.
8061
8062         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8063         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8064         already running.
8065
8066 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8067
8068         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8069         `dst-folder-arg'.
8070         (wl-expire-archive-number1): Diito.
8071         (wl-expire-archive-number2): Diito.
8072         (wl-expire-archive-Date): Diito.
8073         (wl-archive-number1): Diito.
8074         (wl-archive-number2): Diito.
8075         (wl-archive-date): Diito.
8076         (wl-archive-folder-p): New function.
8077         (wl-summary-expire): Support of expand folder name at
8078         wl-expire-alist.
8079         * wl-util.el (wl-expand-newtext): Renamed from
8080         `wl-refile-expand-newtext'.
8081
8082 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8083
8084         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8085         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8086         `(elmo-msgdb-get-overview msgdb)'.
8087         (wl-summary-prefetch): Bind match data before call
8088         `wl-summay-prefetch-msg'.
8089         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8090         'off if `wl-summary-buffer-disp-msg' is non-nil.
8091         Fixed problem that couldn't show only one new or unread message when
8092         enter folder.
8093         (wl-summary-reply): Don't call `split-window-vertically' and other
8094         window.
8095
8096 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-expire.el (wl-expire-refile): Fixed.
8099
8100 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8103
8104         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8105         biff notification is removed.
8106
8107         * wl.el (wl): Changed position of `elmo-init'.
8108
8109         * wl-draft.el (wl-default-draft-cite): Use date field
8110         on the citation buffer.
8111
8112         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8113
8114         * wl-xmas.el (wl-folder-internal-icon-list): Added
8115         `wl-folder-shimbun-image'.
8116
8117         * wl-e21.el (wl-folder-internal-icon-list): Added
8118         `wl-folder-shimbun-image'.
8119
8120 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl.el (wl-init): Eliminated argument.
8123         (wl): Rewrite.
8124
8125         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8126         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8127         instead of `elmo-folder-msgdb-internal'.
8128         (wl-summary-sync-update): Ditto.
8129         (wl-summary-flush-pending-append-operations): Eliminated.
8130         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8131         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8132         `elmo-folder-open'.
8133
8134         * wl-mime.el (wl-summary-burst): Fixed.
8135
8136         * wl-folder.el (wl-folder-info-save): Check data type.
8137
8138         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8139         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8140         instead of `elmo-folder-msgdb-internal'.
8141         (wl-expire-hide): Ditto.
8142
8143
8144         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8145
8146 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8147
8148         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8149
8150 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8151
8152         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8153
8154 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8155
8156         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8157         Fixed `match-beginning' argument mismatch.
8158
8159 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8160
8161         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8162         the default value.
8163
8164 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8167         instead of `elmo-nntp-default-port'.
8168
8169         * wl-vars.el: Fixed some doc strings.
8170
8171 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl-summary.el (wl-summary-prefetch-msg): Use
8174         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8175
8176         * wl-vars.el: Define *-func as obsolete variable using
8177         `elmo-define-obsolete-variable'.
8178
8179         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8180         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8181         instead of `wl-message-buffer-prefetch-threshold'.
8182
8183         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8184
8185         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8186
8187         * wl-draft.el (wl-caesar-region-func): Ditto.
8188
8189         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8190         Keep unread status in elmo-folder-move-messages.
8191         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8192
8193 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8194
8195         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8196         `wl-summary-buffer-exit-func'
8197         (wl-summary-buffer-message-redisplay-function): Renamed from
8198         `wl-summary-buffer-message-redisplay-func'
8199         (wl-summary-buffer-next-folder-function): Renamed from
8200         `wl-summary-buffer-next-folder-func'.
8201         (wl-summary-buffer-prev-folder-function): Renamed from
8202         `wl-summary-buffer-prev-folder-func'.
8203         (wl-summary-get-petname-function): Renamed from
8204         `wl-summary-get-petname-func'.
8205
8206         * wl-score.el (wl-score-edit-exit-function): Renamed from
8207         `wl-score-edit-exit-func'.
8208
8209         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8210         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8211
8212         * wl-util.el (wl-load-profile-function): Renamed from
8213         `wl-load-profile-func'.
8214
8215         * wl-folder.el (wl-folder-completion-function): Renamed from
8216         `wl-folder-completion-func'.
8217         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8218
8219         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8220         `wl-expire-archive-get-folder-func'.
8221         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8222         (wl-draft-send-mail-function): Renamed from
8223         `wl-draft-send-mail-func'.
8224         (wl-draft-send-news-function): Renamed from
8225         `wl-draft-send-news-func'.
8226         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8227         (wl-generate-mailer-string-function): Renamed from
8228         `wl-generate-mailer-string-func'.
8229         (wl-highlight-signature-search-function): Renamed from
8230         `wl-highlight-signature-search-func'.
8231         (wl-highlight-x-face-function): Renamed from
8232         `wl-highlight-x-face-func'
8233         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8234         (wl-ps-print-buffer-function): Renamed from
8235         `wl-ps-print-buffer-func'
8236         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8237         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8238         (wl-summary-subject-filter-function): Renamed from
8239         `wl-summary-subject-filter-func'.
8240
8241         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8242         `wl-draft-queue-flush-send-func'
8243         (wl-draft-cite-function): Renamed from
8244         `wl-draft-cite-func'
8245
8246         * wl-address.el (wl-address-init-function): Renamed from
8247         `wl-address-init-func'.
8248
8249 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-draft.el (wl-draft-queue-flush): Don't call
8252         `elmo-dop-unlock-message'.
8253         * wl-draft.el (wl-draft-queue-append): Don't call
8254         `elmo-dop-lock-message'.
8255
8256         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8257         (wl-summary-buffer-folder-name): Ditto.
8258         (wl-summary-message-regexp): Added '-' (all other related portions
8259         are changed).
8260         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8261         wl-summary-buffer-folder-name.
8262
8263 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8264
8265         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8266         the number of mails in the folder buffer is not updated by wl-biff.
8267
8268 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8269
8270         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8271         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8272
8273 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8274
8275         * wl-summary.el (wl-summary-next-message):
8276         Return next message number when wl-summary-move-order is nil.
8277
8278 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8279
8280         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8281         `wl-summary-move-spec-alist'.
8282         (wl-summary-move-spec-unplugged-alist): New variable
8283         (Move spec for unplugged status).
8284         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8285         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8286
8287 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8288
8289         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8290         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8291
8292 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8293
8294         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8295         simple quotation to quote the anonymous function.
8296         * tm-wl.el (wl-draft-preview-message): Ditto.
8297
8298 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8299
8300         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8301         Eliminate redundant `save-excursion'.
8302         (wl-highlight-summary-current-line): Ditto.
8303
8304         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8305         accessing match data when `looking-at' failed.
8306
8307         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8308         `elmo-match-string' where users don't care about the speed.
8309         (wl-draft-save): Ditto.
8310
8311 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8312
8313         * wl-util.el (wl-regexp-opt): New function.
8314
8315         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8316         number from `wl-summary-buffer-number-list'.
8317         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8318         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8319         (wl-summary-move-spec-alist): Changed default setting.
8320
8321 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8322
8323         * wl-vars.el (wl-biff-notify-hook): New hook.
8324         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8325         the arrival of new mail.
8326         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8327         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8328
8329 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8332
8333 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8336
8337         * Version number is increased to 2.5.8.
8338
8339         * wl-thread.el (toplevel): require 'cl.
8340         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8341         (wl-thread-make-number-list): New function.
8342         (wl-thread-entity-make-number-list-from-children): Ditto.
8343         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8344         (wl-thread-entity-insert-as-children): Likewise.
8345         (wl-thread-delete-message): Likewise.
8346         (wl-meaning-of-mark): Eliminated.
8347         (wl-thread-next-failure-mark-p): Ditto.
8348         (wl-thread-entity-get-mark): Ditto.
8349         (wl-thread-meaning-alist-get-result): Ditto.
8350         (wl-thread-entity-check-prev-mark): Ditto.
8351         (wl-thread-entity-check-next-mark): Ditto.
8352         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8353         (wl-thread-entity-get-prev-marked-entity): Ditto.
8354         (wl-thread-get-prev-unread): Ditto.
8355         (wl-thread-jump-to-prev-unread): Ditto.
8356         (wl-thread-get-next-unread): Ditto.
8357         (wl-thread-jump-to-next-unread): Ditto.
8358         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8359         (wl-thread-entity-get-next-marked-entity): Ditto.
8360
8361         * wl-summary.el (wl-summary-buffer-number-list):
8362         New bufer-local variable.
8363         (wl-summary-switch-to-clone-buffer): Clone
8364         `wl-summary-buffer-number-list'.
8365         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8366         (wl-summary-cursor-move-regex): Eliminated.
8367         (wl-summary-cursor-up): Rewrite.
8368         (wl-summary-cursor-down): Ditto.
8369         (wl-summary-mode-spec-alist): New variable.
8370         (wl-summary-next-message): New inline function.
8371         (wl-summary-cursor-move): New function.
8372         (wl-summary-default-get-next-msg): Rewrite.
8373         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8374         (wl-summary-rescan): Ditto.
8375         (wl-summary-sync-all-init): Ditto.
8376         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8377         summary is not thread view.
8378         (wl-summary-sync-update): Ditto.
8379         (wl-summary-rescan): Ditto.
8380         (wl-summary-make-number-list): New function.
8381
8382         * wl-draft.el: "FCC" -> "Fcc".
8383
8384 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-highlight.el (wl-highlight-summary-window):
8387         Call `set-buffer-modified-p'.
8388
8389         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8390         (wl): Call `elmo-init' and fix.
8391
8392         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8393         Use new variables.
8394
8395         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8396
8397 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8400
8401 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8402
8403         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8404
8405 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8406
8407         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8408         `wl-use-toolbar' nor `display-graphic-p'.
8409         (wl-e21-setup-message-toolbar): Ditto.
8410         (wl-e21-setup-summary-toolbar): Ditto.
8411         (wl-e21-setup-folder-toolbar): Ditto.
8412
8413         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8414         (wl-plugged-init-icons): Ditto.
8415
8416         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8417         `display-graphic-p'.
8418         (wl-plugged-set-folder-icon): Ditto.
8419         (wl-highlight-plugged-current-line): Ditto.
8420         (wl-highlight-folder-current-line): Ditto.
8421         (wl-e21-highlight-folder-group-line): Ditto.
8422         (wl-e21-setup-toolbar): Ditto.
8423         (wl-e21-display-image-p): New macro.
8424
8425         * wl-demo.el (wl-demo): Simplified.
8426         (wl-demo-image-type-alist): Use `image-type-available-p' for
8427         checking whether the image type `xbm' is available.
8428
8429 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8430
8431         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8432         (wl-summary-input-range): Ditto.
8433
8434 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-summary.el (wl-summary-edit-addresses): Use
8437         `wl-summary-get-original-buffer'
8438         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8439         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8440         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8441         (wl-summary-get-newsgroups): Eliminated.
8442         (wl-summary-set-crosspost): Ditto.
8443         (wl-summary-is-crosspost-folder): Ditto.
8444         (wl-crosspost-alist-load): Ditto.
8445         (wl-crosspost-alist-save): Ditto.
8446
8447         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8448         `elmo-setup-subscribed-newsgroups' instead of
8449         `elmo-nntp-make-groups-hashtb'.
8450         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8451         instead of `wl-crosspost-alist-save'.
8452
8453         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8454         of `elmo-folder-message-appendable-p'.
8455         (wl-mime-header-presentation-method): Eliminated.
8456
8457         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8458         (Error occurs in emacs21).
8459
8460         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8461         the current buffer).
8462
8463         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8464         instead of `wl-crosspost-alist-save'.
8465         (wl-init): `elmo-crosspost-message-alist-load'
8466         instead of `wl-crosspost-alist-load'
8467
8468         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8469         (wl-parse-newsgroups): Likewise.
8470         (wl-biff-notify): Run `wl-biff-notify-hook'.
8471
8472 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8473
8474         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8475
8476         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8477         when `wl-summary-lazy-highlight' is non-nil.
8478         (wl-summary-goto-folder-subr): Highlight only when
8479         `wl-summary-lazy-highlight' is non-nil.
8480
8481         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8482         Don't display progress and highlight temp-mark when
8483         `wl-summary-lazy-highlight' is non-nil.
8484         (wl-highlight-summary-window): New function.
8485         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8486
8487 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8488
8489         * wl-summary.el (wl-summary-sync): Change `all-visible'
8490         from `all-shown'
8491         (wl-summary-input-range): Ditto.
8492
8493 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8494
8495         * wl-e21.el (wl-highlight-folder-current-line): Call
8496         `wl-folder-init-icons' when folder icons have not been initialized.
8497
8498         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8499
8500         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8501         (wl-demo-image-type-alist): New macro.
8502
8503 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8504
8505         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8506         display does not support graphics.
8507         (wl-plugged-init-icons): Ditto.
8508         (wl-folder-init-icons): Ditto.
8509
8510         * wl-demo.el (wl-demo): Chech closely whether the display
8511         supports graphics.
8512
8513 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8514
8515         * wl-summary.el (wl-summary-get-original-buffer): New function.
8516         (wl-summary-set-crosspost): Use it.
8517         (wl-summary-target-mark-uudecode): Ditto.
8518         (wl-summary-reedit): Ditto.
8519         (wl-summary-resend-bounced-mail): Ditto.
8520         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8521         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8522
8523         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8524         (wl-message-display-internal): Ditto.
8525
8526 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8527
8528         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8529
8530 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8531
8532         * wl-summary.el (wl-summary-save-view): Renamed from
8533         `wl-summary-save-status'.
8534
8535 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8536
8537         * wl-summary.el (wl-summary-sync): Added `all-shown'
8538
8539 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8540
8541         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8542
8543 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8544
8545         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8546
8547 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8548
8549         * wl-highlight.el (wl-highlight-summary-line-string): Use
8550         `zerop' instead of `= 0'.
8551         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8552
8553         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8554         for comparing numbers.
8555         (wl-template-prev): Use `zerop' instead of `eq 0'.
8556
8557         * wl-draft.el (wl-draft-insert-current-message): Use
8558         `with-current-buffer' instead of `save-excursion'.
8559         Use `zerop' instead of `eq 0'.
8560
8561 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8562
8563         * wl-draft.el (wl-draft-insert-ccs): New function.
8564         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8565         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8566
8567 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8568
8569         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8570
8571 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8572
8573         * wl-expire.el (wl-expire-refile): Don't call
8574         elmo-msgdb-add-msgs-to-seen-list;
8575         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8576         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8577
8578 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-message.el (wl-message-prev-page): Ignore errors while
8581         scroll-down.
8582
8583 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8584
8585         * wl-mime.el: Use elmo-original-message-mode instead of
8586         mmelmo-original-mode.
8587
8588         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8589         `elmo-folder-get-spec';
8590         (wl-fldmgr-add-completion-all-completions):
8591         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8592
8593         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8594         of `elmo-folder-get-type'.
8595
8596         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8597         `elmo-folder-get-spec';
8598         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8599         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8600         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8601         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8602         `elmo-read-msg-no-cache';
8603         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8604         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8605         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8606         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8607         `elmo-cache-save';
8608         (wl-draft-reedit): Use `elmo-message-file-name'.
8609
8610         * wl-expire.el: Use `elmo-folder-name-internal';
8611         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8612         Use macro `wl-summary-buffer-msgdb' instead of variable
8613         `wl-summary-buffer-msgdb';
8614         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8615         Use macro `wl-summary-buffer-folder-name' instead of variable
8616         `wl-summary-buffer-folder-name'.
8617         * wl-score.el: Likewise.
8618
8619         * wl-message.el: Rewrite for new message buffer cache mechanism.
8620         (wl-message-buffer-cache-buffer-get): New macro.
8621         (wl-message-buffer-cache-folder-get): Ditto.
8622         (wl-message-buffer-cache-message-get): Ditto.
8623         (wl-message-buffer-cache-entry-make): Ditto.
8624         (wl-message-buffer-cache-hit): Ditto.
8625         (wl-message-buffer-cache-sort): New function.
8626         (wl-message-buffer-cache-add): Ditto.
8627         (wl-message-buffer-cache-delete): Ditto.
8628         (wl-message-buffer-cache-clean-up): Ditto.
8629         (wl-message-buffer-window): Rewrite.
8630         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8631         (wl-message-buffer-display): New function.
8632         (wl-message-display-internal): New function.
8633
8634 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-folder.el: Use `elmo-folder-name-internal';
8637         Use `wl-folder-get-elmo-folder';
8638         Use `elmo-folder-list-messages' instead of
8639         `elmo-list-folder';
8640         Use `elmo-folder-get-primitive-list' instead of
8641         `elmo-folder-get-primitive-spec-list';
8642         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8643         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8644         Use `elmo-folder-create' instead of `elmo-create-folder'.
8645         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8646         (wl-folder-get-elmo-folder): New macro.
8647         (wl-folder-elmo-folder-cache-get): Ditto.
8648         (wl-folder-elmo-folder-cache-put): Ditto.
8649         (wl-folder-suspend): Call `elmo-quit'.
8650
8651         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8652         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8653         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8654         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8655         (toplevel): require 'cl.
8656         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8657
8658         * wl-summary.el: Rewrite to use new elmo interface.
8659
8660 \f
8661 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-mime.el (wl-draft-preview-message):
8664         Run `wl-draft-send-hook' before collecting recipients information;
8665         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8666
8667         * tm-wl.el (wl-draft-preview-message): Ditto.
8668
8669 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8672         wrong recipients are displayed when forwarded message.
8673
8674 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * Version number is increased to 2.5.7.
8677
8678 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8679
8680         * wl-message.el (wl-message-next-page): Bind
8681         `window-pixel-scroll-increment' to nil while scrolling up.
8682
8683 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8684
8685         * wl-vars.el (wl-save-hook): New hook.
8686         * wl.el (wl-save): Call `wl-save-hook'.
8687
8688 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8689
8690         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8691         Argument WITH-ARG instead of NO-ARG (negative mean).
8692         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8693         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8694         * wl-message.el (wl-message-follow-current-entity): Likewise.
8695
8696 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8697
8698         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8699         FROM was optional argument.
8700         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8701
8702 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8703
8704         * Version number is increased to 2.5.6.
8705
8706 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8707
8708         * wl-version.el (wl-version-show): Removed.
8709         (wl-version): Add `interactive'.
8710
8711 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8712
8713         * wl-summary.el (wl-summary-get-petname-func): New variable.
8714         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8715         instead of `wl-address-get-petname-1'.
8716         (wl-summary-simple-from): Ditto.
8717
8718         * wl-address.el (wl-address-get-petname-1): Define as function.
8719
8720 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8723         field in the original message.
8724         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8725
8726 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8727
8728         * wl-expire.el (wl-expire-hide):
8729         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8730
8731 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8732
8733         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8734         find decoder for To, Cc, and Subject.
8735
8736 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8737
8738         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8739         for checking `elmo-use-buffer-cache'.
8740         (wl-summary-mark-as-important): Fixed typo in comment.
8741
8742 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8745         field in the original message.
8746         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8747
8748 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8749
8750         * wl-expire.el (wl-expire-hide):
8751         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8752
8753 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8756         find decoder for To, Cc, and Subject.
8757
8758 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * Version number is increased to 2.5.5.
8761
8762         * wl-address.el (wl-address-specials-regexp): New constant.
8763         (wl-address-quote-specials): Use it.
8764
8765 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8766
8767         * wl-summary.el (wl-summary-rescan):
8768         Call `wl-summary-buffer-number-column-detect'.
8769         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8770
8771         * wl-message.el (wl-message-mode-map): Define.
8772         (wl-message-decode): Use it as local-map.
8773
8774 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8775
8776         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8777         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8778
8779 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8782
8783         * wl-mule.el (wl-read-event-char): Ditto.
8784
8785         * wl-e21.el (wl-read-event-char): Ditto.
8786
8787         * wl-nemacs.el (wl-read-event-char): Ditto.
8788         (read-event): Removed.
8789
8790         * wl-util.el (toplevel): Removed dummy definition of
8791         `read-event'.
8792         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8793
8794 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8795
8796         * wl-nemacs.el (elmo-archive-call-process): Moved to
8797         elmo-archive.el.
8798
8799 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8800
8801         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8802         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8803
8804         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8805         instead of magic-number 6.  Use `not' instead of `null' for symbol
8806         `nil' check (not empty list).
8807         (wl-draft-insert-x-face-field): Fixed paren style.
8808
8809         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8810         one-branch conditional statement, instead of `and' and `if'.
8811         (wl-draft-forward): Likewise.
8812         (wl-draft-add-references): Likewise.
8813         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8814
8815         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8816         conditional steatment.  Use `cond' instead of `if'.
8817         (wl-draft-confirm): Likewise.
8818
8819 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8820
8821         * wl-version.el (wl-version-show): Use `product-string-1'
8822         instead of `wl-version'.
8823         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8824
8825         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8826
8827 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8828
8829         * wl-highlight.el (wl-highlight-headers): Revert
8830         `wl-highlight-x-face-func' argument (`beg' and `end').
8831
8832 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8833
8834         * wl.el (toplevel): Move `product-provide' declare.
8835         * wl-demo.el (toplevel): Ditto.
8836         * wl-dnd.el (toplevel): Ditto.
8837         * wl-highlight.el (toplevel): Ditto.
8838         * wl-message.el (toplevel): Ditto.
8839         * wl-refile.el (toplevel): Ditto.
8840         * wl-util.el (toplevel): Ditto.
8841
8842 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8845         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8846         (wl-thread-close-all): keep cursor position.
8847
8848 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8849
8850         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8851         (eq x 0).
8852         (wl-generate-user-agent-string-1): Fix conditional statement.
8853
8854 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8855
8856         * wl.el (wl-check-environment): Additional check for
8857         'wl-local-domain' and `wl-message-id-domain'.
8858
8859 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8860
8861         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8862
8863 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8864
8865         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8866         instead of `smtp-sasl-user-realm'.
8867
8868 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8869
8870         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8871
8872 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8873
8874         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8875         to the default value as well as `eword-lexical-analyzer'.
8876
8877 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8878
8879         * wl-version.el (wl-extended-emacs-version,
8880         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8881         `elmo-match-string' instead of `wl-match-string'.
8882
8883 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884
8885         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8886         docstring.
8887
8888 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8889
8890         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8891
8892 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8893
8894         * wl-highlight.el (wl-highlight-headers): Remove
8895         `wl-highlight-x-face-func' argument (`beg' and `end').
8896
8897 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8898
8899         * wl-summary.el (wl-summary-mark-as-important):
8900         Remove cache if folder is local.
8901
8902 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8903
8904         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8905         to get existing e-mail address string.
8906
8907 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8908
8909         * wl-version.el (wl-generate-user-agent-string): Commentary.
8910         (wl-generate-user-agent-string-1): Use `when' for
8911         one-branch conditional statement, instead of `and' and `if'.
8912         (wl-extended-emacs-version, wl-extended-emacs-version2,
8913         wl-extended-emacs-version3): Ditto.
8914
8915 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8916
8917         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8918         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8919         condition-case; Remove initialization.
8920         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8921         (wl-summary-sync-update3): Added argument `sync-all';
8922         Eliminated local variable `msgdb';
8923         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8924         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8925         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8926
8927 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8928
8929         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8930         connection before call `wl-draft-send-mail-with-smtp'.
8931
8932 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * Version number is increased to 2.5.4.
8935
8936 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8937
8938         * wl.el (wl-check-environment): Additional check for
8939         'wl-local-domain' and `wl-message-id-domain'.
8940
8941 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8942
8943         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8944         buffer as command specific.
8945         (wl-folder-mark-as-read-all-entity): Ditto.
8946         (wl-folder-prefetch-entity): Ditto.
8947         (wl-folder-drop-unsync-entity): Ditto.
8948
8949         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8950         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8951         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8952
8953         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8954         save-excursion.
8955
8956 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8957
8958         * Version number is increased to 2.5.3.
8959
8960         * wl-summary.el (wl-summary-save-view-cache):
8961         Delete duplicated `write-region';
8962         Use `write-region-as-binary' instead of `as-binary-output-file' and
8963         `write-region'.
8964
8965 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8966
8967         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8968
8969 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8972         instead of `smtp-via-smtp'.
8973
8974 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8975
8976         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8977
8978 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8979
8980         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8981         instead of `smtp-sasl-user-realm'.
8982
8983 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8984
8985         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8986
8987 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * Version number is increased to 2.5.2.
8990
8991 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
8994         does not exist.
8995         (wl-biff-stop): Call `cancel-timer' if timer already exists.
8996         (wl-biff-start): Call `timer-activate' if timer already exists.
8997
8998         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
8999         only when it is bound as function.
9000
9001 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9002
9003         * Version number is increased to 2.5.1.
9004
9005 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9008         Print refile/copy destination.
9009
9010 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9011
9012         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9013         queue-flush-only is non-nil.
9014
9015         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9016
9017         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9018         checking cache folder.
9019
9020 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9021
9022         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9023         `regexp-quote'.
9024
9025 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9026
9027         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9028         function.
9029         * wl-summary.el (wl-summary-write-current-folder-functions):
9030         Change default value.  Use it.
9031
9032 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * Version number is increased to 2.5.0.
9035
9036         * wl-version.el (wl-version): Changed codename.
9037
9038 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9041         (wl-summary-supersedes-message): Ditto.
9042
9043 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9044
9045         * wl-refile.el (wl-refile-guess-functions): Renamed from
9046         `wl-refile-guess-func-list'.
9047
9048 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9051         Fixed problem when no rule was matched.
9052
9053 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9054
9055         * wl-summary.el (wl-summary-get-mark): Fixed
9056         `wl-summary-buffer-target-mark' check logic.
9057
9058 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9059
9060         * wl-folder.el (wl-folder-write-current-folder): Added group
9061         folder check.
9062
9063         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9064         `wl-summary-write-current-newsgroup'.
9065         (wl-summary-write-current-folder-functions): New variable.
9066         * wl-folder.el (wl-folder-get-newsgroups): New function.
9067         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9068         (wl-folder-write-current-folder): Renamed from
9069         `wl-folder-write-current-newsgroup'.
9070
9071 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9072
9073         * Version number is increased to 2.3.93.
9074
9075 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9076
9077         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9078         (wl-ldap-make-matched-value-list): Ditto.
9079         (wl-ldap-alias-safe-string): Split e-mail address.
9080
9081         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9082         petname folder default was selected.
9083         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9084         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9085
9086 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9087
9088         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9089         to `wl-draft-config-exec'.
9090
9091         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9092         instead of calling `wl-draft-config-exec';
9093         Process group-list and show recipients in minibuffer.
9094
9095         * tm-wl.el (wl-draft-preview-message): Ditto.
9096
9097 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9098
9099         * wl.el (toplevel): Added (C) to copyright notice, and
9100         sync Author header.
9101         * tm-wl.el (toplevel): Ditto.
9102         * wl-address.el (toplevel): Ditto.
9103         * wl-demo.el (toplevel): Ditto.
9104         * wl-dnd.el (toplevel): Ditto.
9105         * wl-draft.el (toplevel): Ditto.
9106         * wl-e21.el (toplevel): Ditto.
9107         * wl-expire.el (toplevel): Ditto.
9108         * wl-folder.el (toplevel): Ditto.
9109         * wl-highlight.el (toplevel): Ditto.
9110         * wl-message.el (toplevel): Ditto.
9111         * wl-mime.el (toplevel): Ditto.
9112         * wl-mule.el (toplevel): Ditto.
9113         * wl-nemacs.el (toplevel): Ditto.
9114         * wl-refile.el (toplevel): Ditto.
9115         * wl-score.el (toplevel): Ditto.
9116         * wl-summary.el (toplevel): Ditto.
9117         * wl-template.el (toplevel): Ditto.
9118         * wl-thread.el (toplevel): Ditto.
9119         * wl-util.el (toplevel): Ditto.
9120         * wl-vars.el (toplevel): Ditto.
9121         * wl-xmas.el (toplevel): Ditto.
9122
9123 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9124
9125         * wl.el (wl-init): Added comment about `wl-init-hook'.
9126         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9127         * wl-vars.el (wl-init-hook): Added docs.
9128         (wl-make-plugged-hook): Removed useless docs.
9129         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9130         * wl-xmas.el (toplevel): Ditto.
9131
9132 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * wl-address.el (toplevel): Fixed multiple Author header format.
9135         * wl-demo.el (toplevel): Ditto.
9136         * wl-draft.el (toplevel): Ditto.
9137         * wl-folder.el (toplevel): Ditto.
9138         * wl-summary.el (toplevel): Ditto.
9139         * wl-thread.el (toplevel): Ditto.
9140         * wl-util.el (toplevel): Ditto.
9141         * wl-vars.el (toplevel): Ditto.
9142         * wl-version.el (toplevel): Ditto.
9143         * wl-xmas.el (toplevel): Ditto.
9144         * wl.el (toplevel): Ditto.
9145
9146         * wl-version.el (toplevel): Added require `elmo-version' for
9147         `product-version-as-string'.
9148
9149 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * wl-vars.el (wl-draft-send-hook): Changed default value to
9152         '(wl-draft-config-exec).
9153
9154         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9155         explicitly.
9156         (wl-draft): Set `wl-draft-config-exec-flag' before running
9157         `wl-mail-setup-hook'.
9158
9159         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9160         `wl-biff-init-icons' to `wl-init-hook' instead of
9161         `wl-make-plugged-hook'.
9162         (Because if `wl-draft' command is invoked at first,
9163         they are not initialized)
9164         Updated copyright notice.
9165
9166         * wl-e21.el (toplevel): Ditto;
9167
9168         * wl-demo.el (toplevel): Updated copyright notice.
9169         * wl-address.el (toplevel): Ditto.
9170         * wl-draft.el (toplevel): Ditto.
9171         * wl-version.el (toplevel): Ditto.
9172         * wl-folder.el (toplevel): Ditto.
9173         * wl-summary.el (toplevel): Ditto.
9174         * wl-thread.el (toplevel): Ditto.
9175         * wl-util.el (toplevel): Ditto.
9176         * wl-vars.el (toplevel): Ditto.
9177         * wl.el (toplevel): Ditto.
9178
9179 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-highlight.el (wl-highlight-message): Fixed problem of
9182         highlighting failure which occured when the last field contains
9183         multiple lines in the draft buffer.
9184
9185         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9186         `wl-biff-start' if plugged.
9187
9188         * wl-util.el (wl-biff-check-folder): New function.
9189         (wl-biff-check-folders): Don't set session name prefix.
9190         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9191         (wl-biff-check-folder-async): Ditto.
9192
9193         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9194         in email address.
9195
9196 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9197
9198         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9199
9200         * wl-draft.el (wl-draft-strip-subject-re): New function.
9201
9202         * wl-draft.el (wl-draft-reply): Use it.
9203
9204 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9205
9206         * wl-message.el (wl-mmelmo-message-redisplay): Use
9207         `mime-display-message' instead of `wl-mime-display-message'.
9208
9209         * wl-mime.el (toplevel): Removed compatibility workaround
9210         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9211         (wl-mime-display-message): Abolished.
9212         (wl-mime-entity-read-field): Ditto.
9213         (wl-mime-combine-message/partial-pieces): Use
9214         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9215
9216 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9217
9218         * wl-template.el: Doc fixes.
9219
9220 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9221
9222         * wl-e21.el (wl-message-overload-functions): Do nothing if
9223         `current-local-map' is not available.
9224         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9225
9226 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9227
9228         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9229         representation.
9230
9231         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9232         number.
9233         (wl-fldmgr-save-folders): Don't use `format' when insert
9234         `wl-fldmgr-folders-header'.
9235
9236 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9237
9238         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9239
9240 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9241
9242         * wl-highlight.el (wl-highlight-message):
9243         Use `std11-field-end' to detect end point of the header field.
9244         Refer `wl-highlight-max-header-size'.
9245
9246         * wl-vars.el (wl-highlight-max-header-size): New variable.
9247
9248         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9249
9250         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9251         Set `for-draft' argument of wl-highlight-headers.
9252         (wl-draft): Ditto.
9253         (wl-draft-reedit): Ditto.
9254         (wl-user-agent-compose-internal): Ditto.
9255
9256 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9257
9258         * wl-message.el (wl-message-add-button): Use overlay.
9259
9260 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9263
9264         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9265         problem when group-list content is nothing.
9266         (Reported by Mito <mit@nines.nec.co.jp>)
9267
9268 2000-10-18  SAITO Atsunori <sai@yedo.com>
9269
9270         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9271
9272 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9273
9274         * tm-wl.el (toplevel): Use product-provide.
9275
9276 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * Version number is increased to 2.3.92.
9279
9280 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9281
9282         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9283         title text, use `display' property for left margin under Emacs 21.
9284
9285         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9286         properties.
9287         (wl-plugged-init-icons): Ditto.
9288
9289 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9290
9291         * wl.el (wl-save-status, wl-init): Remove last period in
9292         "...done." message.
9293         * tm-wl.el (wl-summary-burst): Ditto.
9294         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9295         wl-summary-resume-cache-status,
9296         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9297         wl-summary-sync-update3, wl-summary-highlight-msgs,
9298         wl-summary-flush-pending-append-operations,
9299         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9300         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9301         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9302         wl-thread-open-all): Ditto.
9303         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9304         * wl-mime.el (wl-summary-burst): Ditto.
9305         * wl-highlight.el (wl-highlight-summary): Ditto.
9306         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9307         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9308         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9309         * wl-address.el (wl-local-address-init): Ditto.
9310
9311 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9312
9313         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9314         `add-text-properties'.
9315         (wl-plugged-init-icons): Ditto.
9316         (wl-folder-init-icons): Use `propertize' instead of
9317         `put-text-property'.
9318         (wl-plugged-set-folder-icon): Ditto.
9319         (wl-e21-highlight-folder-group-line): Ditto.
9320
9321 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9322
9323         * wl-version.el (wl-version-status-alist): New variable.
9324         (wl-version-status): New function.
9325
9326         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9327         "Cc" part of the case "Reply-To".
9328
9329         * wl-draft.el (wl-draft-reply): Use result of
9330         `eword-extract-address-components'.
9331
9332         * wl-demo.el (wl-demo-icon-name): New constant.
9333         (wl-logo-xpm): Use it.
9334         (wl-logo-xbm): Ditto.
9335         (wl-logo-bitmap): Ditto.
9336
9337         * Version number is increased to 2.3.91.
9338
9339 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9340
9341         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9342         (wl-extended-emacs-version, wl-extended-emacs-version2,
9343         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9344         docstring.
9345
9346         * wl-version.el (wl-generate-user-agent-string-1): New function.
9347         (wl-generate-user-agent-string): Use it.
9348
9349         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9350         `mime-edit-insert-user-agent-field'.
9351         (wl-generate-user-agent-string): Check
9352         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9353
9354         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9355         instead of `if', when verbose case.
9356
9357 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9358
9359         * wl-expire.el (wl-summary-expire): Fix.
9360
9361 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9362
9363         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9364         and `elmo-lost+found-folder' if 'wl-draft.
9365         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9366
9367 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9368
9369         * wl-expire.el (wl-summary-expire): Change messages.
9370         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9371         `deleing-info' instead of "Deleting..."
9372
9373 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9374
9375         * wl-summary.el (wl-summary-refile-subr): Fix.
9376
9377 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9378
9379         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9380         if pipe folder.
9381
9382 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9383
9384         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9385
9386 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9387
9388         * wl-expire.el (wl-expire-hide): New function.
9389         (wl-summary-expire): Add `hide'.
9390
9391 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-vars.el (wl-draft-reply-without-argument-list):
9394         Changed default value to consider `Reply-To:'.
9395         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9396
9397         * Version number is increased to 2.3.90.
9398
9399         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9400         elmo-imap4-get-session with unwind-protect.
9401         Don't cause error.
9402         (wl-summary-sync-marks): Don't check plugged nor folder type.
9403         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9404         (Always keep current buffer).
9405
9406 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9407
9408         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9409         Enclose with `save-excursion'.
9410
9411 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9412
9413         * wl-version.el (wl-version): Remove interactive.
9414
9415 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9416
9417         * wl-version.el (wl-generate-user-agent-string): Use
9418         `product-string-verbose' instead of `product-string-1'.
9419
9420 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9421
9422         * wl-vars.el (wl-draft-use-cache): New variable.
9423         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9424         if wl-draft-use-cache is non-nil.
9425
9426 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9427
9428         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9429         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9430
9431 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9434         (wl-thread-msg-mark-as-unread): Ditto.
9435
9436         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9437         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9438         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9439         Don't set mark in summary if return value of `elmo-mark-as-read'
9440         is nil.
9441         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9442         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9443         instead of `wl-thread-msg-mark-as-read'.
9444         (wl-summary-mark-as-unread-region): Ditto.
9445         (wl-summary-target-mark-mark-as-read): Ditto.
9446
9447         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9448
9449 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9450
9451         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9452
9453         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9454
9455 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9456
9457         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9458         face.
9459
9460 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9461
9462         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9463         `running-xemacs'.
9464
9465 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9466
9467         * wl-version.el (toplevel): Use `product-version-as-string' for
9468         set verstion-string, if defined.
9469
9470         * wl-version.el (wl-version-show): Insert string at point, when
9471         call with argument.
9472
9473         * wl-version.el (wl-generate-user-agent-string): Use
9474         `product-string-1' instead of `wl-appname', `wl-version' and
9475         `wl-codename'.
9476
9477 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9478
9479         * wl-address.el (toplevel): Use product-provide.
9480         * wl-demo.el (toplevel): Ditto.
9481         * wl-dnd.el (toplevel): Ditto.
9482         * wl-draft.el (toplevel): Ditto.
9483         * wl-e21.el (toplevel): Ditto.
9484         * wl-expire.el (toplevel): Ditto.
9485         * wl-fldmgr.el (toplevel): Ditto.
9486         * wl-folder.el (toplevel): Ditto.
9487         * wl-highlight.el (toplevel): Ditto.
9488         * wl-message.el (toplevel): Ditto.
9489         * wl-mime.el (toplevel): Ditto.
9490         * wl-mule.el (toplevel): Ditto.
9491         * wl-nemacs.el (toplevel): Ditto.
9492         * wl-refile.el (toplevel): Ditto.
9493         * wl-score.el (toplevel): Ditto.
9494         * wl-summary.el (toplevel): Ditto.
9495         * wl-template.el (toplevel): Ditto.
9496         * wl-thread.el (toplevel): Ditto.
9497         * wl-util.el (toplevel): Ditto.
9498         * wl-vars.el (toplevel): Ditto.
9499         * wl-xmas.el (toplevel): Ditto.
9500         * wl.el (toplevel): Ditto.
9501
9502 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9503
9504         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9505         instead of product.
9506
9507         * wl-version.el (wl-version): Compile time evalution elmo-version.
9508
9509 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9510
9511         * wl-summary.el (wl-summary-sync-force-update): Append queue
9512         `mark-as-read'if unplugged.
9513
9514 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9515
9516         * wl-version.el: New file.  Use product.el.
9517         * wl.el: add (require 'wl-version).
9518         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9519         for ~/.folders header.
9520         (wl-fldmgr-folders-header): Changed.
9521         * wl-demo.el (wl-demo): Use product.el.
9522
9523         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9524         wl-version.el.
9525         * wl-util.el (wl-version, wl-version-show): Ditto.
9526
9527         * wl-util.el (wl-generate-user-agent-string,
9528         wl-extended-emacs-version, wl-extended-emacs-version2,
9529         wl-extended-emacs-version3): Move to wl-version.el.
9530         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9531         xemacs-codename, mime-edit-insert-user-agent-field,
9532         mime-edit-user-agent-value, mime-editor/version,
9533         mime-editor/codename): Compile warning killer move to
9534         wl-version.el
9535
9536 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9537
9538         * wl-summary.el (wl-summary-refile-subr): Fix.
9539
9540 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9541
9542         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9543         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9544
9545 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9546
9547         * wl.el (wl-check-environment): Check too many `@'.
9548
9549 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9550
9551         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9552
9553 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9554
9555         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9556         wl-draft-reply-myself-without-argument-list): Add variables.
9557         * wl-draft.el (wl-draft-reply): Use it.
9558
9559 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9560
9561         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9562         the 5th argument of `elmo-network-get-spec'.
9563
9564         * wl-thread.el (wl-thread-reparent-children): New inline function.
9565         (wl-thread-delete-message): Use it.
9566
9567         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9568         (wl-summary-score-update-all-lines): Don't use `dolist'.
9569
9570 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9571
9572         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9573         (require 'elmo-msgdb) for inline function.
9574
9575 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9576
9577         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9578
9579 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9580
9581         * wl-score.el (wl-score-headers): Fix for the confusing macro
9582         `elmo-kill-buffer'.
9583
9584 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9585
9586         * wl-summary.el: Don't use the 3rd argument of `require' because
9587         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9588         * wl-util.el: Ditto.
9589         * wl-draft.el: Ditto.
9590
9591 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9592
9593         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9594         window system is not used.
9595
9596 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9597
9598         * wl-thread.el: Don't use `mapcar' only for iteration.
9599         (wl-thread-resume-entity): Ditto.
9600         (wl-thread-delete-message): Ditto.
9601
9602         * wl-summary.el: Bind `dragdrop-drop-functions',
9603         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9604         of `require' for `timezone', `easymenu' and `ps-print';
9605         don't use `mapcar' only for iteration.
9606
9607         * wl-util.el: Bind `mule-version', `nemacs-version',
9608         `emacs-beta-version', `xemacs-codename',
9609         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9610         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9611         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9612         only for iteration.
9613
9614         * wl-score.el: Don't use `mapcar' only for iteration.
9615         (wl-score-simplify-buffer-fuzzy): Ditto.
9616         (wl-score-simplify-subject): Ditto.
9617         (wl-score-headers): Ditto.
9618         (wl-summary-score-update-all-lines): Ditto.
9619
9620         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9621         `enable-multibyte-characters' and `mule-version'.
9622
9623         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9624         `mapcar' only for iteration.
9625
9626         * wl-demo.el: Don't use `mapcar' only for iteration.
9627
9628         * wl-folder.el: Don't use `mapcar' only for iteration.
9629         (wl-folder-open-all): Ditto.
9630         (wl-folder-count-incorporates): Ditto.
9631
9632         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9633         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9634
9635         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9636         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9637         `smtp-connection-type'; specify 3rd argument of `require' for
9638         `timezone'; don't use `mapcar' only for iteration.
9639         (wl-draft-clone-local-variables): Don't use `mapcar'.
9640         (wl-draft-generate-clone-buffer): Ditto.
9641         (wl-user-agent-compose-internal): Ditto.
9642
9643         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9644
9645         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9646         (wl-save-status): Ditto.
9647
9648         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9649         for iteration.
9650
9651 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9652
9653         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9654         removed `Date'.
9655         (wl-fldmgr-make-filter-default): New user option.
9656
9657         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9658         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9659         (wl-fldmgr-filter-completion-alist): Abolish.
9660
9661         * wl.el (wl): Don't check servers if arg is non-nil.
9662
9663         * wl-draft.el (wl-draft-reply): Set only message-id string to
9664         In-Reply-To field.
9665
9666 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-summary.el (wl-summary-pick): Rewrite.
9669
9670         * wl-draft.el (wl-draft-forward): Get references field from
9671         original buffer.
9672         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9673
9674 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9675
9676         * wl-draft.el (wl-draft-forward): Add references field.
9677
9678 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9679
9680         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9681         (wl-draft-reply): Use it.
9682
9683 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9684
9685         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9686         when Emacs 21 is running.
9687
9688         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9689         bindings.
9690
9691 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9692
9693         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9694         XPM icons transparent.
9695
9696         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9697         Emacs 21.
9698
9699 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9700
9701         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9702         nil.
9703
9704         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9705         when it is persistent.
9706         (wl-summary-sync-marks): Changed argument for
9707         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9708         (wl-summary-virtual): Use `elmo-read-search-condition'.
9709         (wl-summary-redisplay-internal): If folder is local, mark as read
9710         even when folder is plugged.
9711
9712 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9713
9714         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9715         of `tool-bar-lines' in the frame parameters.
9716         (after-make-frame-functions, post-command-hook): Don't modify the
9717         value.
9718         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9719         wl-e21-tool-bar-lines): Removed.
9720
9721 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9722
9723         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9724         properties `evaporate' and `wl-momentary-overlay' as well.
9725         (wl-highlight-summary-displaying): Ditto.
9726         (wl-delete-all-overlays): Don't delete overlay which does not have
9727         a property `wl-momentary-overlay'.
9728
9729         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9730         `display-mouse-p' and `display-graphic-p'.
9731         (wl-folder-init-icons): Don't search for XBM or the other files.
9732         (wl-plugged-set-folder-icon): Make icons if and only if
9733         `display-graphic-p' returns non-nil.
9734         (wl-highlight-plugged-current-line): Use `before-string' overlay
9735         property to show icon images.
9736         (wl-highlight-folder-current-line): Ditto.
9737         (wl-e21-highlight-folder-group-line): Ditto.
9738         (wl-e21-highlight-folder-by-numbers): Ditto.
9739         (wl-e21-insert-image): Removed.
9740         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9741         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9742         said.
9743         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9744         `wl-e21-force-switch-toolbar'.
9745         (wl-e21-make-icon-image): Removed.
9746         (wl-e21-setup-toolbar): Don't search for XBM files.
9747         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9748         the default value.
9749
9750 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl-util.el (wl-biff-check-folder-async): Set
9753         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9754
9755 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9756
9757         * wl-e21.el (after-make-frame-functions): Add
9758         `wl-e21-force-switch-toolbar'.
9759         (wl-e21-force-switch-toolbar): New function force to switch the
9760         toolbar appearance automatically.
9761         (post-command-hook): Add `wl-e21-switch-toolbar'.
9762         (wl-e21-switch-toolbar): New function to switch the toolbar
9763         appearance automatically.
9764         (wl-e21-tool-bar-lines): New buffer local variable.
9765
9766 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9767
9768         * wl-util.el (wl-biff-check-folders-running): New variable.
9769         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9770         (wl-biff-check-folder-async-callback):
9771         Set `wl-biff-check-folders-running'.
9772         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9773         with unwind-protect.
9774
9775         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9776         Enclose `wl-folder-auto-check' with unwind-protect.
9777
9778         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9779         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9780
9781         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9782
9783         * wl-util.el (wl-biff-notify): New inline function.
9784         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9785         locally.
9786         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9787         folder-list' is 1.
9788         Use `wl-biff-notify'.
9789         (wl-biff-check-folder-async-callback): New function.
9790         (wl-biff-check-folder-async): Ditto.
9791
9792         * wl-folder.el (wl-folder): Don't check folders.
9793         (wl-folder-auto-check): New function.
9794
9795 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9796
9797         * wl-util.el (wl-biff-start) [Emacs19+]:
9798         Use `timer-next-integral-multiple-of-time'.
9799         (wl-biff-check-folders): Use `wl-default-folder'
9800         if `wl-biff-check-folder-list' is nil.
9801
9802 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9803
9804         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9805         instead of `elmo-delete-lists'.
9806
9807 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9808
9809         * wl.el (wl-plugged-toggle-all): Set the value of
9810         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9811         (wl-plugged-toggle): Ditto.
9812         (wl-toggle-plugged): Ditto.
9813         (wl-plugged-init): Ditto.
9814
9815         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9816         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9817         instead of `wl-biff-state-indicator-off' and
9818         `wl-biff-state-indicator-on'; don't modify the value and the type
9819         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9820         (wl-plugged-init-icons): Set icons data to
9821         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9822         instead of `wl-plug-state-indicator-off' and
9823         `wl-plug-state-indicator-on'; don't modify the value and the type
9824         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9825
9826         * wl-vars.el (wl-modeline-biff-state-off,
9827         wl-modeline-biff-state-on, wl-modeline-biff-status,
9828         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9829         wl-modeline-plug-status): New internal variables.
9830         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9831         wl-biff-check-interval, wl-biff-check-folder-list): Change
9832         customization group from `wl-folder' to `wl-highlight'.
9833         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9834         wl-show-plug-status-on-modeline): Defcustomized.
9835
9836         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9837         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9838         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9839         a flag to `mode-line-buffer-identification'.
9840
9841         * wl-e21.el (wl-biff-init-icons): Set icons data to
9842         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9843         instead of `wl-biff-state-indicator-off' and
9844         `wl-biff-state-indicator-on'.
9845         (wl-plugged-init-icons): Set icons data to
9846         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9847         instead of `wl-plug-state-indicator-off' and
9848         `wl-plug-state-indicator-on'.
9849
9850 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9851
9852         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9853         excessive titles.
9854
9855 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9856
9857         * wl.el (wl-plugged-mode): Use revised
9858         `wl-mode-line-buffer-identification'.
9859         (wl-plugged-init): Don't use `force-mode-line-update'.
9860
9861         * wl-xmas.el (wl-draft-overload-functions): Use revised
9862         `wl-mode-line-buffer-identification'.
9863         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9864         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9865         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9866         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9867         `wl-make-plugged-hook';
9868         add `wl-folder-init-icons' and `wl-setup-folder' to
9869         `wl-folder-mode-hook'.
9870
9871         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9872         19 as well.
9873         (wl-mode-line-display-priority-list): New user option.
9874         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9875         Defcustomized.
9876         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9877         Add docs.
9878
9879         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9880         start.
9881         (wl-mode-line-buffer-identification): Revised as a function.
9882
9883         * wl-summary.el (wl-summary-mode): Use revised
9884         `wl-mode-line-buffer-identification'; don't call
9885         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9886         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9887         `wl-xmas-setup-summary'.
9888
9889         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9890         `wl-mode-line-buffer-identification'.
9891
9892         * wl-mule.el (wl-draft-overload-functions): Use revised
9893         `wl-mode-line-buffer-identification'.
9894
9895         * wl-folder.el (wl-make-plugged-alist): Don't call
9896         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9897         (wl-folder): Don't call `wl-folder-init-icons' directly.
9898         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9899         `wl-xmas-setup-folder' directly;
9900         use revised `wl-mode-line-buffer-identification'.
9901         (TopLevel): Don't bind `wl-biff-init-icons',
9902         `wl-plugged-init-icons', `wl-folder-init-icons',
9903         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9904
9905         * wl-e21.el (wl-draft-overload-functions): Use revised
9906         `wl-mode-line-buffer-identification'.
9907         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9908         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9909         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9910         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9911         `wl-make-plugged-hook';
9912         add `wl-folder-init-icons' and `wl-setup-folder' to
9913         `wl-folder-mode-hook'.
9914
9915 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9916             Katsumi Yamaoka    <yamaoka@jpl.org>
9917
9918         * wl.el (wl): Call `wl-biff-start'.
9919         (wl-exit): Call `wl-biff-stop'.
9920         (wl-plugged-mode): Show biff in modeline.
9921         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9922
9923         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9924         (wl-biff-init-icons): New function.
9925         (wl-plugged-init-icons): Don't make too much keymaps.
9926         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9927
9928         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9929         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9930         variables.
9931         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9932         options.
9933
9934         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9935         wl-biff-start, wl-biff-stop): New functions.
9936         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9937         (wl-biff-timer-name): New variable.
9938
9939         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9940
9941         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9942         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9943
9944         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9945         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9946
9947         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9948         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9949         `wl-folder-init-icons' to `ignore' if they are not available.
9950         (wl-folder-mode): Show biff in modeline.
9951
9952         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9953         (wl-biff-init-icons): New function.
9954         (wl-plugged-init-icons): Don't make too much keymaps.
9955         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9956
9957 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9958
9959         * wl-vars.el (wl-strict-diff-folders): Customization Type
9960         and doc fix.  Define as a list of regular expressions for
9961         folders or nil.
9962         * wl-folder.el (wl-folder-check-one-entity): Use
9963         `wl-string-match-member' instead of `wl-string-member' for
9964         `wl-strict-diff-folders'.
9965
9966 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9967
9968         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9969         (wl-highlight-folder-current-line): Use it; new implementation.
9970         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9971         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9972         `defsubst' instead of `defun'.
9973
9974         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9975         `wl-highlight-group-folder-by-numbers'; made it can also be a
9976         number.  See info for more details.
9977
9978         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9979         running.
9980
9981         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9982         to bind them.
9983
9984         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9985         (wl-highlight-folder-current-line): New implementation.
9986
9987         * wl-highlight.el (wl-highlight-folder-group-line): New
9988         implementation.
9989         (wl-delete-all-overlays): Rewrite as a marco.
9990         (TopLevel): Require `wl-e21' when Emacs 21 is running.
9991
9992         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
9993         running.
9994         (wl-folder-*-glyph): No need to bind them.
9995
9996         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
9997         `wl-e21-highlight-folder-group-icon'; rewrite.
9998         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
9999         `defsubst' instead of `defun'.
10000         (wl-folder-mode-map): Bind it when compiling.
10001
10002 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10003
10004         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10005
10006         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10007
10008 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10009
10010         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10011
10012 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10013
10014         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10015         (wl-highlight-folder-current-line): Use it.
10016
10017         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10018         in `id-name'.
10019
10020 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10021
10022         * wl.el: Require `wl-e21' when Emacs 21 is running.
10023
10024         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10025         default when Emacs 21 is running.
10026         (wl-use-highlight-mouse-line): Ditto.
10027         (wl-on-emacs21): New constant.
10028         (wl-on-emacs20): Removed.
10029
10030         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10031         Emacs 21 is running.
10032
10033         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10034         Emacs 21 is running.
10035
10036         * wl-e21.el: New file.
10037
10038 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10039
10040         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10041         (wl-toggle-plugged): Ditto.
10042         (wl-plugged-toggle): Ditto.
10043         (wl-plugged-toggle-all): Ditto.
10044
10045         * wl-vars.el (wl-plug-state-indicator): Refer
10046         `wl-plug-state-indicator-on' indirectly.
10047
10048 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10049
10050         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10051         Call `wl-folder-confirm-existence'.
10052
10053         * wl-folder.el (wl-folder-confirm-existence): Added optional
10054         argument `force'.
10055
10056 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10057
10058         * wl-summary.el (wl-summary-refile-subr): Assume
10059         `copy-or-refile' as symbol.
10060         (wl-summary-refile): Follow up above change.
10061         (wl-summary-copy): Ditto.  Doc fix.
10062
10063 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10064
10065         * wl-summary.el (wl-summary-pick): Don't bind
10066         `elmo-search-mime-charset'.
10067
10068         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10069         default using old backquote style.
10070         (wl-search-mime-charset): Abolished.
10071
10072         * wl-highlight.el (wl-highlight-headers):
10073         Call `point' after `re-search-forward'(for Nemacs).
10074
10075         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10076         for elmo-imap4.el.
10077
10078 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10079
10080         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10081         `wl-message-ignored-field-list' instead of
10082         `mime-view-ignored-field-list'.
10083
10084         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10085         Add interactive spec.
10086         (wl-folder-goto-bottom-of-current-folder): Ditto.
10087         (wl-folder-mode-map): Bind them.
10088
10089         * wl-vars.el (wl-message-ignored-field-list): New variable.
10090         (wl-message-visible-field-list): New variable.
10091
10092         * wl-mime.el (wl-mime-header-presentation-method): New function.
10093         (wl-mime-setup): Set header-presentation-method.
10094
10095 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10096
10097         * wl-nemacs.el (wl-draft-overload-functions): Set
10098         `mode-line-buffer-identification' instead of using
10099         `wl-make-modeline'.
10100
10101         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10102         instead of using `wl-make-modeline'.
10103
10104         * wl-xmas.el (wl-plugged-init-icons): Set up
10105         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10106         (wl-make-modeline): Abolish.
10107         (wl-draft-overload-functions): Set
10108         `mode-line-buffer-identification' instead of using
10109         `wl-make-modeline'.
10110
10111         * wl-util.el (wl-make-modeline-subr): Abolish.
10112         (wl-mode-line-buffer-identification): New alias.
10113
10114         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10115         (wl-summary-make-modeline): Abolish.
10116         (wl-summary-buffer-set-folder): Set
10117         `wl-summary-buffer-folder-indicator'.
10118         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10119         of using `wl-make-modeline'.
10120         (wl-summary-switch-to-clone-buffer): Don't set
10121         `mode-line-buffer-identification'.
10122         (wl-summary-goto-folder-subr): Ditto.
10123
10124         * wl-mule.el (wl-draft-overload-functions): Set
10125         `mode-line-buffer-identification' instead of using
10126         `wl-make-modeline'.
10127
10128         * wl-folder.el (wl-folder-mode): Set
10129         `mode-line-buffer-identification' instead of using
10130         `wl-make-modeline'.
10131         (wl-folder): Don't set `mode-line-buffer-identification'.
10132
10133 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10134
10135         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10136         instead of `member' for `wl-refile-guess-func-list' look-ups.
10137         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10138
10139 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10140
10141         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10142         `wl-message-button-dispatcher'.
10143
10144         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10145
10146         * wl-message.el (wl-message-button-dispatcher): Use it.
10147
10148         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10149         "In-Reply-To".
10150
10151         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10152         Bind `case-fold-search' to t.
10153
10154 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10155
10156         * wl-xmas.el (wl-message-overload-functions): Initialize
10157         `wl-message-button-map'.
10158
10159         * wl-mule.el (wl-message-overload-functions): Initialize
10160         `wl-message-button-map'.
10161
10162         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10163
10164         * wl-message.el (wl-message-button-map): New keymap.
10165         (wl-message-add-button): New function.
10166         (wl-message-button-dispatcher): New function.
10167         (wl-message-button-refer-article): New function.
10168
10169         * wl-highlight.el
10170         (wl-highlight-message-add-buttons-to-header): New function.
10171         (wl-highlight-headers): Use it.
10172
10173 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10174
10175         * wl-summary.el (wl-summary-default-from): Use
10176         `wl-address-get-petname-1'.
10177         (wl-summary-simple-from): Ditto.
10178
10179         * wl-address.el (wl-address-get-petname-1): New inline function.
10180         (wl-address-get-petname): Use it.
10181
10182 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10183
10184         * wl-summary.el (wl-summary-default-from): Return full-name part
10185         from the address if no petname was found.
10186         (wl-summary-simple-from): Ditto.
10187
10188         * wl-address.el (wl-address-get-petname): Return nil if no petname
10189         associated with the address was found.
10190
10191 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10192
10193         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10194         display is finished.
10195
10196 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10197
10198         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10199         `elmo-folder-exists-p' argument.
10200
10201 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10202
10203         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10204         the folder.
10205
10206 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10207
10208         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10209
10210         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10211         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10212
10213 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10214
10215         * wl-folder.el (wl-folder-create-subr): New function.
10216         (wl-folder-confirm-existence): Use it.
10217         (wl-folder-check-one-entity): Use it.
10218         Check the error symbol is derived from 'elmo-open-error.
10219
10220         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10221         `ignore-error'.
10222
10223 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10224
10225         * wl-util.el (toplevel): Add (eval-when-compile (require
10226         'elmo-util)).  (Maybe `provide' is typo.)
10227
10228 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10229
10230         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10231         (I don't know why this was needed.)
10232
10233         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10234         Follow up changes for stream-type.
10235
10236         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10237         (wl-draft-elmo-nntp-send): Ditto.
10238
10239         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10240         (wl-nntp-posting-stream-type): Ditto.
10241         (wl-pop-before-smtp-ssl): Abolished.
10242         (wl-nntp-posting-ssl): Ditto.
10243
10244         * wl-address.el (wl-address-quote-specials): New function.
10245         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10246
10247         * wl-draft.el (wl-draft-reply): Ditto.
10248
10249 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10250
10251         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10252         use function `wl-string-match-assoc'.
10253
10254 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10255
10256         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10257
10258         * wl-draft.el (wl-draft-deduce-address-list): New function.
10259         (wl-draft-parse-mailbox-list): Ditto.
10260         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10261         instead of `smtp-deduce-address-list'.
10262         (wl-draft-on-field-p): Follow group list.
10263
10264         * wl-address.el (wl-address-concat-token): New function.
10265         (wl-address-string-without-group-list-contents): Ditto.
10266         (wl-complete-field-body): Fixed problem of completion
10267         by japanese petname.
10268         (wl-address-make-completion-list): Rewrite.
10269
10270 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10271
10272         * wl-address.el (wl-address-make-completion-list): Completion by
10273         petname.
10274         (wl-complete-field-body): Likewise.
10275
10276 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10277
10278         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10279         contains invalid address syntax.
10280
10281 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10282
10283         * wl-folder.el (wl-folder-check-entity-async): Use
10284         `elmo-nntp-spec-hostname'.
10285
10286 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10287
10288         * wl-summary.el (wl-summary-msgdb-load-async): Use
10289         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10290
10291 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10292
10293         * wl-draft.el (wl-draft-reply): Set argument
10294         `content-transfer-encoding' as nil.
10295
10296 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10297
10298         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10299         `wl-refile-alist'.
10300
10301 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10302
10303         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10304         (wl-draft-edit-string): Ditto.
10305         (wl-draft-forward): Ditto.
10306         * wl-summary.el (wl-summary-write): Ditto.
10307
10308 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10309
10310         * wl-summary.el (wl-summary-sync-update3): Call
10311         `wl-summary-buffer-number-column-detect'.
10312         (wl-summary-buffer-number-column-detect): Search from point-min.
10313
10314 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10315
10316         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10317         contains an address which is not included in original to or cc.
10318
10319 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10320
10321         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10322         begin-line does not exist.
10323         * wl-message.el (wl-message-uu-substring): Ditto.
10324
10325 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10326
10327         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10328         clear local variables.
10329         (wl-summary-exit): Call `elmo-commit'.
10330         (wl-summary-switch-to-clone-buffer): Call
10331         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10332         (wl-summary-goto-folder-subr): Ditto.
10333
10334         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10335         POP folder.
10336
10337 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10338
10339         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10340         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10341         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10342         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10343         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10344         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10345
10346         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10347
10348 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10349
10350         * wl-summary.el (wl-summary-search-by-subject):
10351         Search parent message from the latest one.
10352
10353 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10354
10355         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10356         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10357
10358         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10359         New user option.
10360
10361         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10362         if elmo-nntp-use-killed-list is nil.
10363         Use `elmo-msgdb-append-to-killed-list'.
10364         (Append numbers confirmed as disappeared to the killed list.)
10365         (wl-summary-confirm-appends): Don't display negative number.
10366
10367 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10368
10369         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10370
10371 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10372
10373         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10374         range is `all'.
10375         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10376         `elmo-list-bigger-diff'.
10377
10378 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-summary.el (wl-summary-buffer-exit-func):
10381         New buffer local variable.
10382         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10383
10384 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10385
10386         * wl-demo.el (wl-demo): Fix the last change.
10387
10388 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10389
10390         * wl-demo.el (wl-demo): Don't use `eval'.
10391
10392 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10393
10394         * wl-summary.el (wl-summary-buffer-thread-modified):
10395         New buffer-local variable.
10396         (wl-summary-set-thread-modified): New function.
10397         (wl-summary-thread-modified-p): New function.
10398         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10399         (wl-summary-yank-saved-message): Use function
10400         `wl-summary-set-thread-modified'
10401         (wl-summary-switch-to-clone-buffer): Add
10402         `wl-summary-buffer-thread-modified'.
10403
10404         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10405         (wl-summary-buffer-mark-saved-hook): Ditto.
10406         * wl-summary.el (wl-summary-msgdb-save): New hook
10407         `wl-summary-buffer-message-saved-hook' and
10408         `wl-summary-buffer-mark-saved-hook'.
10409
10410 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10411
10412         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10413
10414 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10415
10416         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10417         don't hide scroll bars under FSF Emacsen because it may incur an
10418         undesirable redrawing.
10419
10420 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10421
10422         * wl-draft.el (wl-draft-edit-string): Call
10423         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10424
10425 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10426
10427         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10428
10429 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10430
10431         * wl-summary.el (wl-summary-msgdb-load-async): Call
10432         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10433
10434 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10435
10436         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10437         fringes in demo buffer; center bitmap logo correctly even if old
10438         Mule is used.
10439
10440 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10441
10442         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10443
10444         * wl-refile.el (wl-refile-subject-alist): New variable.
10445         (wl-refile-subject-alist-file-name): Ditto.
10446         (wl-refile-alist-setup): Rewrite.
10447         (wl-refile-alist-save): Use `elmo-object-save'.
10448         Eliminated arguments.
10449         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10450         (wl-refile-guess-by-subject): New function.
10451         (wl-refile-guess-func-list): Added it.
10452
10453 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10454
10455         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10456         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10457
10458 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10459
10460         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10461         New buffer-local variable.
10462         (wl-summary-buffer-next-folder-func): Ditto.
10463         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10464         if non-nil.
10465         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10466         if non-nil.
10467         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10468         if non-nil.
10469         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10470         if non-nil.
10471
10472 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10473
10474         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10475         permanently in the demo buffer.
10476
10477 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10478
10479         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10480         `mime-entity-fetch-field'.
10481
10482         * wl.el (wl-exit): Delete plugged buffer.
10483
10484         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10485         XEmacs has menubar feature.
10486
10487 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10488
10489         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10490         cannot arrive at the beginning of the buffer under old Emacsen.
10491
10492 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10493
10494         * wl-address.el (wl-address-ldap-search):
10495         Call `ldap-search-entries' with `withdn' argument t.
10496         (wl-complete-field-body): Bind completion-ignore-case as t.
10497         Clear ldap search hash when it was sole completion.
10498         Use elmo-string for pattern string.
10499         (wl-ldap-alias-safe-string): Eliminated needless let.
10500
10501 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10502
10503         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10504         (wl-ldap-alias-sep): New constant.
10505         (wl-ldap-search-attribute-type-list): Ditto.
10506         (wl-ldap-get-value): New function.
10507         (wl-ldap-make-filter): Ditto.
10508         (wl-ldap-make-matched-value-list): Ditto.
10509         (wl-ldap-alias-safe-string): Ditto.
10510         (wl-ldap-register-dn-string): Ditto.
10511         (wl-address-ldap-search): Rewrite.
10512
10513 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10514
10515         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10516         thread is deleted.
10517         (wl-thread-delete-line-from-buffer): Ditto.
10518         (wl-thread-get-exist-children): New function.
10519
10520 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10521
10522         * wl-demo.el (wl-demo): Made it to select various image types.
10523         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10524         from `wl-title-logo'.
10525         (wl-logo-ascii): New variable.
10526         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10527         (wl-demo-copyright-notice): New constant.
10528
10529         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10530
10531 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10532
10533         * wl-vars.el (wl-summary-target-above): Renamed from
10534         wl-summary-temp-above.
10535         * wl-score.el (wl-score-get-score-alist): Use it.
10536         (wl-summary-score-update-all-lines): Use it.
10537         * wl-summary.el: Ditto. (make-variable-buffer-local).
10538
10539 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10540
10541         * wl-vars.el (wl-ldap-port): New user option.
10542
10543         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10544         Rewite whole implementation.
10545         (wl-complete-field-body): Fixed.
10546
10547 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10548
10549         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10550         Choose implementation at compile time.
10551
10552 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10553
10554         * wl-address.el (wl-ldap-search-internal): New function.
10555         (wl-complete-field-to): Use it.
10556
10557 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10558
10559         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10560         Use `let' instead of `let*'.
10561         Require 'wl-vars.
10562
10563         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10564         Define as defcustom.
10565         (wl-ldap-base): Ditto.
10566         (wl-use-ldap): Ditto.
10567
10568 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10569
10570         * wl-address.el (wl-ldap-search): New function.
10571         (wl-complete-field-body): Use `wl-ldap-search'.
10572         (wl-ldap-server): New variable.
10573         (wl-ldap-base): Ditto.
10574         (wl-use-ldap): Ditto.
10575
10576 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10577
10578         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10579         (Pointed out by Mito <mit@nines.nec.co.jp>).
10580         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10581         buffer-local variables like `wl-summary-redisplay-internal'.
10582         (wl-summary-redisplay-all-header): Likewise.  Update
10583         Summary view too.
10584
10585 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10586
10587         * wl-summary.el (wl-summary-jump-to-parent-message):
10588         Consider prefix argument.
10589
10590         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10591         when closed thread is deleted.
10592
10593 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10594
10595         * wl-summary.el (wl-summary-jump-to-parent-message):
10596         Consider thread modification.
10597
10598 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10599
10600         * wl-message.el (wl-message-normal-get-original-buffer): Use
10601         `save-excursion'.
10602
10603         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10604         (wl-summary-showto-folder-regexp): Ditto.
10605
10606 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10607
10608         * wl-util.el (wl-delete-alist): Doc fix.
10609         (wl-delete-associations): New function.
10610         (wl-inverse-alist): New function.
10611         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10612         Split temporary variables. Use `wl-delete-associations'
10613         and `wl-inverse-alist'.
10614         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10615
10616 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10617
10618         * wl-folder.el (wl-folder-prefetch-entity):
10619         Execute prefetching if new count is unknown.
10620
10621 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10622
10623         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10624
10625         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10626         delete entity.
10627         (wl-thread-set-parent): If insert as top, set linked as nil.
10628
10629         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10630         `wl-thread-cleanup-symbols' when view mode is thread.
10631
10632 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10633
10634         * wl-folder.el (wl-folder-create-folder-entity): Use
10635         with-current-buffer.
10636         (wl-local-folder-init): Call set-buffer to make sure we are in
10637         the Folder buffer. Don't touch buffer-local variables here.
10638         (wl-folder-mode): Initialize buffer-local variables here.
10639
10640         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10641         (wl-folder-entity-assign-id): Ditto.
10642         (wl-folder-create-entity-hashtb): Ditto.
10643         (wl-local-folder-init): Ditto.
10644         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10645
10646 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10647
10648         * wl-summary.el (wl-summary-default-from): Fix probrem when
10649         std11-extract-address-components return (nil "foo@bar").
10650
10651 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10652
10653         * wl-draft.el (wl-draft-clone-local-variables):
10654         Remove redundant `setq'.
10655
10656 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10657
10658         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10659         Bind wl-highlight-x-face-func as nil while highlighting header.
10660
10661 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10662
10663         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10664
10665 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10666
10667         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10668         elmo-msgdb-overview-hashtb from copy-variables.
10669         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10670         instead of `elmo-msgdb-overview-get-entity-by-number'.
10671         (wl-summary-auto-refile): Ditto.
10672
10673         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10674         `elmo-msgdb-overview-get-entity' instead of
10675         `elmo-msgdb-search-overview-entity'.  Use
10676         `elmo-msgdb-overview-get-entity' instead of
10677         `elmo-msgdb-overview-get-entity-by-number'.
10678         (wl-thread-insert-entity-sub): Ditto.
10679         (wl-thread-insert-message): Ditto.
10680
10681         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10682         `elmo-msgdb-overview-get-entity'.
10683         (wl-normal-message-redisplay): Ditto.
10684
10685 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10686
10687         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10688         `wl-thread-entities'.
10689         (wl-thread-delete-message): Fix remove top message from
10690         `wl-thread-entity-list'.
10691
10692         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10693         wl-append(nconc), because update-list is broken on Meadow.
10694
10695         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10696         updating process.
10697         (wl-summary-rescan): Ditto.
10698         (wl-summary-sync-update3): Ditto.
10699         * wl-thread.el (wl-thread-set-parent): Renamed from
10700         `wl-summary-set-parent'.
10701         (wl-thread-insert-message): Updating buffer faster.
10702         (wl-thread-delete-message): Updating buffer faster.
10703
10704         * wl-score.el (wl-summary-score-update-all-lines): Changed
10705         interval for display progress gauge.
10706
10707 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10708
10709         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10710         folder always-sticky.
10711         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10712         defmacro.
10713
10714 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10715
10716         * wl-vars.el (wl-draft-add-references): New user option.
10717
10718         * wl-draft.el (wl-draft-add-references): New function.
10719         (wl-draft-yank-from-mail-reply-buffer): Use it.
10720         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10721         as nil.
10722
10723 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10724
10725         * wl-thread.el (wl-thread-update-line-msgs): Called
10726         `wl-thread-update-line-on-buffer-sub'.
10727         (wl-thread-update-line-on-buffer): Delete routine of inserting
10728         thread.
10729         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10730         moved from `wl-thread-update-line-on-buffer'.
10731         Add threshold for displaying progress gauge.
10732         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10733         argument of `wl-thread-update-line-msgs'.
10734         Add threshold for displaying progress gauge.
10735         * wl-folder.el:
10736         Add threshold for displaying progress gauge.
10737         * wl-score.el: Ditto.
10738
10739         * wl-expire.el (wl-summary-expire): Display deleting info.
10740
10741 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10742
10743         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10744         `no-msg'.
10745         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10746         argument of `wl-thread-update-line-msgs'.
10747         (wl-summary-set-parent): Added optional argument `parent-number'.
10748         (wl-summary-buffer-saved-message): New buffer local variable.
10749         (wl-summary-save-current-message): New command.
10750         (wl-summary-yank-saved-message): Ditto.
10751         (wl-summary-mode-map): Added key binding for
10752         `wl-summary-save-current-message' (\ew) and
10753         `wl-summary-yank-saved-message' (\C-y).
10754         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10755
10756 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10757
10758         * wl-summary.el (wl-summary-mode-map): Added key binding for
10759         `wl-summary-set-parent' (ts).
10760
10761 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10762
10763         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10764         subject faster. If thread number is reverse, delayed updating
10765         thread.
10766         (wl-summary-search-by-subject): Ditto.
10767         (wl-summary-put-alike): Ditto.
10768         (wl-summary-get-alike): Ditto.
10769         (wl-summary-insert-headers): Insert header of all overview in
10770         buffer.
10771         (wl-summary-rescan): Delayed updating thread. Kill search subject
10772         buffer for wl-summary-search-by-subject.
10773         (wl-summary-sync-update3): Ditto.
10774         (wl-summary-exit): Ditto.
10775         (wl-summary-goto-bottom-of-current-thread): Change for linked
10776         thread.
10777         (wl-summary-overview-create-summary-line): Change line for linked
10778         thread.
10779
10780         * wl-summary.el (wl-summary-update-thread): Use
10781         wl-thread-maybe-get-children-num.
10782         (wl-summary-set-parent): If change parent, move sub thread.
10783         (wl-summary-redisplay-internal): Add horizontal recenter.
10784         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10785
10786         * wl-thread.el (wl-thread-entity-get-linked): New function.
10787         (wl-thread-entity-set-linked): New function.
10788         (wl-thread-create-entity): Add linked element.
10789         (wl-thread-entity-insert-as-top): Use wl-append.
10790         (wl-thread-maybe-get-children-num): If closing thread, return
10791         children msgs.
10792         (wl-thread-update-line-msgs): Displaying progress message.
10793         (wl-thread-update-line-on-buffer-sub): Use
10794         wl-thread-maybe-get-children-num.
10795         (wl-thread-update-line-on-buffer): If update line is not exists,
10796         insert thread.
10797         (wl-thread-delete-message): If delete top msg of thread, search
10798         parent by subject.
10799         (wl-thread-insert-entity): Use
10800         wl-thread-maybe-get-children-num.
10801
10802         * wl-highlight.el (wl-highlight-summary-current-line): change
10803         sregexp for linked thread.
10804         * wl-util.el (wl-count-lines): Count lines.
10805         (wl-horizontal-recenter): horizontal recenter.
10806         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10807         (wl-score-get-alike): Ditto.
10808         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10809         (wl-subject-length-limit): New variable.
10810         (wl-highlight-thread-indent-string-regexp): Changed for linked
10811         thread.
10812
10813 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10814
10815         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10816         New variable (revival).
10817         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10818         by subject matching if there's no in-reply-to nor references field
10819         (revival).
10820
10821 \f
10822 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10823
10824         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10825         message.
10826
10827 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10828
10829         * wl-summary.el (wl-summary-reply): Return t if there was a
10830         message at cursor point.
10831         Added unwind-protect.
10832         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10833         returns t.
10834         (wl-summary-cancel-message): Do nothing when there's no message at
10835         cursor point.
10836         (wl-summary-forward): Ditto.
10837         (wl-summary-jump-to-parent-message): Ditto.
10838         (wl-summary-reedit): Ditto.
10839         (wl-summary-edit-addresses): Ditto.
10840         (wl-summary-pipe-message): Ditto.
10841         (wl-summary-print-message-with-ps-print): Ditto.
10842         (wl-summary-print-message): Ditto.
10843         (wl-summary-mark-as-important): Ditto.
10844         (wl-summary-mark-as-unread): Ditto.
10845
10846         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10847         message at cursor point.
10848         (wl-summary-reply-with-citation): Remove unwind-protect.
10849
10850         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10851         subject searching feature.
10852         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10853         Eliminated.
10854
10855 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10856
10857         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10858         New variable.
10859         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10860         by subject matching if there's no in-reply-to nor references field.
10861
10862         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10863
10864         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10865         when display is finished.
10866         (wl-folder-open-all): Ditto.
10867         (wl-folder-update-access-group): Ditto.
10868         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10869         * wl-thread.el (wl-thread-close-all): Ditto.
10870
10871         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10872         progress gauge only when it was displayed.
10873         * wl-folder.el (wl-folder-insert-entity): Ditto.
10874
10875 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10876
10877         * wl-summary.el (wl-summary-incorporate): Enclose
10878         `wl-summary-sync-force-update' with save-excursion.
10879
10880 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10881
10882         * wl-summary.el (wl-summary-prefetch-region):
10883         Pass current cursor point to `pos-visible-in-window-p' after
10884         moving cursor to the started point.
10885
10886 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10887
10888         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10889
10890         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10891         fields from the forwarding message.
10892         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10893         `ignored-fields'.
10894
10895 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10896
10897         * wl-mime.el (wl-message-request-partial):
10898         Eliminated argument `msgdb'.
10899         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10900         (wl-mime-combine-message/partial-pieces): Likewise.
10901         * tm-wl.el (wl-message-request-partial): Likewise.
10902         (wl-mime-combine-message/partial-pieces): Likewise.
10903
10904 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10905
10906         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10907         when display is finished.
10908
10909 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10910
10911         * wl-summary.el (wl-summary-goto-folder-subr):
10912         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10913
10914 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10915
10916         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10917         when cursor point is visible.
10918
10919 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10920
10921         * wl-expire.el (wl-expire-archive-get-max-number):
10922         Don't use `file-name-directory'.
10923
10924 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10925
10926         * wl-expire.el (wl-expire-archive-get-max-number):
10927         Use `file-name-directory'.
10928
10929 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10932         only when there is progress.
10933
10934 2000-04-13  Mito <mit@nines.nec.co.jp>
10935
10936         * wl-summary.el (wl-summary-sync-marks): Display progress.
10937
10938 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10939
10940         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10941         (wl-summary-prev): Move cursor regardless of unread status.
10942         (wl-summary-next): Ditto.
10943
10944 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10945
10946         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10947         Added argument `target' and `number'.
10948         * tm-wl.el (wl-summary-burst-subr): New function.
10949         (wl-summary-burst): Use it.
10950
10951 2000-04-10  Mito <mit@nines.nec.co.jp>
10952
10953         * wl-mime.el (wl-burst): New function.
10954         (wl-summary-burst): Use it.
10955
10956 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10957
10958         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10959         as petname when there's no candidate.
10960
10961 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10962
10963         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10964         New variable.
10965         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10966
10967         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10968
10969         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10970
10971 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10972
10973         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10974         Use substring of `original' instead of buffer-substring.
10975         (wl-refile-evaluate-rule):
10976         Set `original' argument of wl-refile-expand-newtext.
10977
10978         * wl-summary.el
10979         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10980         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10981         (wl-summary-auto-refile): Check existence of destination folder just
10982         before marking.
10983
10984 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10985
10986         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10987         when wl-refile-get-field-value return nil.
10988
10989 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
10990
10991         * wl-refile.el
10992         (wl-refile-expand-newtext): New function imported from Gnus.
10993         (wl-refile-evaluate-rule): Use it.
10994
10995 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
10996
10997         * wl-summary.el (wl-summary-print-destination):
10998         Duplicate folder string to avoid putting text-property on
10999         original string.
11000
11001         * wl-refile.el (wl-refile-get-field-value): New function.
11002         (wl-refile-evaluate-rule): New function;
11003         Evaluate refile rule recursively.
11004         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11005         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11006         New function; Check existence of a target folder recursively.
11007         (wl-summary-auto-refile-check-refile-rule-alist):
11008         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11009
11010 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11011
11012         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11013
11014         * wl-folder.el (wl-create-folder-entity-from-buffer):
11015         Fixed problem when '}' character is contained in folder name.
11016
11017         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11018
11019 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11020
11021         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11022         (wl-fldmgr-add-completion-all-completions):
11023         Use wl-fldmgr-add-completion-hashtb.
11024
11025 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11026
11027         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11028         wl-fldmgr-add-completion-subr): New functions.
11029         * wl-folder.el (wl-folder-completion-func): New variable.
11030         * wl-summary.el (wl-summary-read-folder):
11031         Use wl-folder-completion-func.
11032
11033         * wl-refile.el: Eliminate throw & catch.
11034
11035         * wl.el (wl-plugged-sending-queue-status): Fixed.
11036
11037 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11038
11039         * wl-draft.el (wl-draft): Put category property on
11040         mail-header-separator.