8c916914b8daf79c798c7b5a8e3bd977cddaf232
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-mime.el (wl-mime-display-header): Revert last change.
4         Remove `delete-matching-lines "^$"'.
5
6 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * wl-mime.el (wl-define-dummy-functions): Split
9         `eval-when-compile' form for avoid error; when `make
10         compile-strict.
11
12         * wl-util.el: Move (eval-when-compile (require 'static)).
13         * wl-dnd.el: Add (eval-when-compile (require 'static)).
14         * wl-message.el: Ditto.
15
16         * wl-mime.el (wl-message-delete-current-part): Use
17         `insert-buffer-substring' instead of `insert-buffer'.
18         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
19         * wl-draft.el (wl-draft-generate-clone-buffer)
20         (wl-draft-do-mime-bcc): Ditto.
21
22         * wl-address.el: Add (eval-when-compile (require 'cl)).
23         * wl-addrmgr.el: Ditto.
24         * wl-mime.el: Ditto.
25         * wl-util.el: Ditto.
26         * wl-score.el: Ditto.
27
28 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
29
30         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
31         `string-to-int'.
32
33         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
34         `string-to-int'.
35
36         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
37         `string-to-number' instead of `string-to-int'.
38
39         * wl-summary.el (wl-summary-get-list-info)
40         (wl-summary-message-number): Use `string-to-number' instead of
41         `string-to-int'.
42
43         * wl-score.el (wl-score-overview-entity-get-lines)
44         (wl-score-set-mark-below, wl-score-set-expunge-below)
45         (wl-summary-increase-score, wl-score-get-header-entry): Use
46         `string-to-number' instead of `string-to-int'.
47
48         * wl-folder.el (wl-folder-update-diff-line): Use
49         `string-to-number' instead of `string-to-int'.
50
51         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
52         instead of `string-to-int'.
53
54         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
55         instead of `string-to-int'.
56
57         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
58         `string-to-int'.
59
60 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * wl-util.el (wl-match-string, wl-match-buffer)
63         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
64         (wl-kill-buffers, wl-local-variable-p)
65         (wl-line-formatter-setup): New backquote style.
66         (wl-count-lines): Use quote instead of backquote.
67
68         * wl-summary.el (wl-summary-buffer-folder-name)
69         (wl-summary-get-alike): Use quote instead of backquote.
70         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
71         backquote style.
72
73         * wl-message.el (wl-message-buffer-cache-buffer-get)
74         (wl-message-buffer-cache-folder-get)
75         (wl-message-buffer-cache-message-get)
76         (wl-message-buffer-cache-entry-make)
77         (wl-message-buffer-cache-hit): New backquote style.
78
79         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
80         backquote.
81         (wl-folder-unread-regex, wl-folder-entity-exists-p)
82         (wl-folder-clear-entity-info)
83         (wl-folder-get-entity-info, wl-folder-set-entity-info)
84         (wl-folder-elmo-folder-cache-get)
85         (wl-folder-elmo-folder-cache-put): New backquote style.
86
87         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
88         (wl-fldmgr-assign-id): Ditto.
89         (wl-fldmgr-delete-line): Use quote instead of backquote.
90         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
91
92         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
93         (wl-draft-set-sent-message): New backquote style.
94         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
95         (wl-draft-config-body-goto-header): Use quote instead of backquote.
96
97 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
98
99         * wl-address.el (wl-address-concat-token): Fix typo.
100
101 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
104         (wl-score-get-alike): Ditto.
105
106         * wl-vars.el: New backquote style.
107         (wl-message-header-button-alist): Use quote instead of backquote.
108
109         * wl.el (wl-plugged-string): New backquote style.
110
111         * wl-address.el (wl-address-concat-token): New backquote style.
112
113         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
114
115 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
116
117         * wl-highlight.el (wl-highlight-folder-opened-regexp)
118         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
119
120         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
121         in the character alternative.
122
123 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
124
125         * Version number is increased to 2.15.6.
126
127 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
128
129         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
130         optional 3rd argument of epg-context-set-progress-callback; it was
131         temporarily removed in the Emacs trunk due to copyright problem.
132         (wl-mime-pgp-verify-region-with-epg): Ditto.
133
134 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
135
136         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
137
138 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
139
140         * wl-util.el (wl-biff-check-folders): Set biff flag.
141         (from Naoto Morishima [wl:14031])
142
143 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * wl.el (wl-plugged-server-indent): Use quote instead of
146         backquote.
147
148 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
149
150         * wl-score.el (wl-score-insert-header): Add guard for
151         `std11-unfold-string'.
152         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
153         TYPE artgument when TO or CC field.
154
155 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * wl-summary.el (wl-summary-goto-folder-subr): Call
158         `elmo-folder-close' instead of `elmo-folder-commit' if discard
159         current summary.
160
161 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-util.el (wl-read-shell-commande): New function or alias.
164
165         * wl-summary.el (wl-summary-pipe-message): Use
166         `wl-read-shell-command' instead of `read-string'.
167         (wl-summary-target-mark-pipe): Ditto.
168
169 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-summary.el (wl-summary-reply): Fix docstring.
172         * wl-draft.el (wl-draft-reply): Ditto.
173
174 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
175
176         * wl-mime.el (wl-summary-extract-attachments): New command.
177         (wl-summary-extract-attachments-1): New internal function.
178
179 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
180
181         * wl-expire.el (wl-expire-folder): New function (split from
182         wl-summary-expire).
183         (wl-summary-expire): Use it. Add argument `all' instead of remove
184         `nolist'. Cause an error only if this function is calling
185         interactively.
186
187 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
188
189         * wl-expire.el (wl-expire-refile): Display progress message.
190         (wl-summary-expire): Simplify.
191
192         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
193         unused argument `deleting-info'.
194
195 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
196
197         * wl-vars.el (wl-message-popup-buffers): New user option.
198
199         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
200         (wl-message-delete-popup-windows): New function that substitues
201         above one.
202         (wl-mime-setup): Follow the above change.
203
204 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
205
206         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
207
208 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
209
210         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
211         "tkm" to wl-thread-spam.
212
213 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
214
215         * wl-thread.el (wl-thread-entity-insert-as-children): Use
216         wl-thread-entity-set-children.
217         (wl-thread-insert-message, wl-thread-insert-entity-sub,
218         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
219         Use wl-thread-entity-get-*.
220
221 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
222
223         * wl-mime.el (wl-epg-progress-callback): New function.
224         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
225         with `elmo-with-progress-display'. Set a progress callback
226         function to epg-context.
227         (wl-mime-pgp-verify-region-with-epg): Ditto.
228
229 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-util.el (wl-completing-read-multiple): Define as an alias of
232         `completing-read-multiple' if emacs-version is not less than 22.
233
234 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
237         change.
238
239 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-summary.el (wl-summary-sync-update): Move
242         `wl-thread-update-indent-string-thread' to outside of
243         `elmo-with-progress-display'.
244
245 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
246
247         * wl-message.el (wl-message-exit): Check buffer existence.
248
249 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-util.el (wl-simple-display-progress): New function.
252         (wl-display-progress-with-gauge): Ditto.
253         (wl-progress-callback-function): Ditto.
254
255         * wl.el (wl-init): Set `elmo-progress-callback-function' as
256         `wl-progress-callback-function'
257
258         * wl-vars.el (wl-display-progress-threshold): New user option.
259         (wl-display-progress-function): Ditto.
260
261         * Version number is increased to 2.15.5.
262
263 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-thread.el (wl-thread-close-children): New function.
266         (wl-thread-open-children): Ditto.
267         * wl-action.el (wl-summary-set-mark): Redo the last change by
268         using it.
269
270         * wl-action.el (wl-summary-set-mark): Undo the last change.
271         Forbid interactive call.
272
273 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-mime.el (wl-define-dummy-functions): New macro.
276         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
277         `wl-mime-pgp-decrypt-region'.
278         (wl-mime-pgp-verify-region-with-epg): Renamed from
279         `wl-mime-pgp-verify-region'.
280         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
281         `wl-mime-pgp-decrypt-region'.
282         (wl-mime-pgp-verify-region-with-pgg): Renamed from
283         `wl-mime-pgp-verify-region'.
284         (wl-mime-pgp-decrypt-region): New function; To select dispatch
285         function at runtime.
286         (wl-mime-pgp-verify-region): Ditto.
287
288         * wl-vars.el (wl-use-pgp-module): New user option.
289
290 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
291
292         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
293         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
294
295 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
296
297         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
298         even if there are target marks only.
299
300 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
301
302         * Version number is increased to 2.15.4.
303
304 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-folder.el (wl-folder-check-one-entity): Simplify.
307
308 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
309
310         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
311         variable.
312
313 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
314
315         * wl-spam.el (wl-thread-test-spam): New function.
316         (wl-spam-setup): Bind "tkc".
317
318 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
319
320         * wl-expire.el (wl-folder-expire-entity): Rewite without
321         `wl-summary-goto-folder-subr'.
322         (wl-folder-expire-current-entity): Don't kill summary buffer.
323
324 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-folder.el (wl-folder-sync-entity): Rewrite without
327         `wl-summary-goto-folder-subr'.
328         (wl-folder-mark-as-read-all-entity): Likewise.
329
330         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
331
332 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-thread.el (wl-thread-force-open): Arranged.
335
336 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
339         from regexp.
340
341         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
342         (wl-read-search-condition-internal): Append them.
343
344 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-vars.el (wl-additional-search-condition-fields):
347         New user option.
348
349         * wl-util.el (wl-search-condition-fields): New function; export
350         from `wl-read-search-condition-internal'.
351         (wl-read-search-condition-internal): Use it.
352
353         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
354
355 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-summary.el (wl-summary-define-sort-command): New function.
358         (wl-summary-sort-by-date, wl-summary-sort-by-number)
359         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
360         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
361         define by `wl-summary-define-sort-command' at runtime.
362
363         * wl.el (wl-init): Call wl-summary-define-sort-command.
364
365 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
368         properties at the decrypting region.
369
370 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-util.el (wl-find-region): New function.
373
374         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
375         coding system.
376         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
377         property `wl-mime-decoded-coding-system'.
378         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
379         property `wl-mime-decoded-coding-system' to encode text.
380
381         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
382         message.
383         (wl-mime-pgp-verify-region): Ditto.
384
385 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
388         buffer. Use epa-display-verify-result.
389
390 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
391
392         * wl-draft.el (wl-draft-send): Continue even if setting parent
393         flag was failed.
394
395 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-message.el (wl-message-flag-indicator): Fixed the problem
398         of returning string only of parentheses.
399
400 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-summary.el (wl-summary-write): Add argument `folder'.
403         (wl-summary-write-current-folder): Change argument `folder' from
404         optional to require.
405         (wl-summary-get-buffer): Return the buffer associated folder only.
406
407         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
408         change.
409         (wl-folder-toggle-disp-summary): Ditto.
410
411         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
412         current summary as parent-folder.
413
414 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
415
416         * wl-draft.el (wl-draft-reedit): Don't overwrite
417         wl-draft-parent-folder.
418
419 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
420
421         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
422         (wl-mime-pgp-verify-region): Ditto.
423         (wl-message-decrypt-pgp-nonmime): Use the above function.
424         (wl-message-verify-pgp-nonmime): Likewise.
425         (wl-mime-preview-application/pgp): Likewise.
426
427 2006-04-20  Kenichi Okada  <okada@opaopa.org>
428
429         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
430         Fix about the order of `wl-nntp-posting-port' and
431         `wl-nntp-posting-stream-type'.
432         * wl.el (wl-plugged-port-label-alist): Add smtp.
433
434 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-summary.el (wl-summary-message-status): New macro.
437
438         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
439         (wl-summary-killed-mark): New user option.
440
441         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
442         API change.
443         (wl-thread-insert-entity-sub): Ditto.
444         (wl-thread-recover-messages): New command.
445
446         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
447         Don't call `wl-highlight-summary-current-line' directly.
448         (wl-summary-buffer-attach): Connect to signal `status-changed'
449         instead of `cache-changed'.
450         (wl-summary-buffer-detach): Follow the above change.
451         (wl-summary-detect-mark-position): Follow the API change.
452         (wl-summary-rescan-message): Ditto.
453         (wl-summary-insert-sequential): Ditto.
454         (wl-summary-update-thread): Ditto.
455         (wl-summary-message-mark): Ditto.
456         (wl-summary-persistent-mark): Ditto.
457         (wl-summary-create-line): Ditto.
458         (wl-summary-prefetch-region-no-mark): Call
459         `wl-summary-persistent-mark' with number.
460         (wl-summary-recover-messages-region): New command.
461         (wl-summary-target-mark-recover): Ditto.
462         (wl-summary-recover-message): Ditto.
463         (wl-summary-persistent-mark-string): Add argument `status' instead
464         of remove arguments `flags' and `cached'.  Treat killed status.
465         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
466
467         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
468         (wl-highlight-summary-line-face-spec): Treat killed status.
469         (wl-highlight-summary-line-string): Follow the API change.
470         (wl-highlight-summary-current-line): Ditto.
471
472         * Version number is increased to 2.15.3.
473
474 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
477         of symbolp to test whether the condition is function.
478
479 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
480
481         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
482         to nil.
483
484 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
485
486         * wl-summary.el (wl-summary-buffer-message-ring): New internal
487         variable.
488         (wl-summary-buffer-last-displayed-msg): Abolish.
489         (wl-summary-push-message): New function.
490         (wl-summary-pop-message): Ditto.
491         (wl-summary-goto-folder-subr): Reset
492         `wl-summary-buffer-message-ring'.
493         (wl-summary-pop-to-last-message): New command.
494         (wl-summary-goto-last-displayed-msg): Call
495         wl-summary-pop-to-last-message if optional argument is non-nil or
496         the last command is itself.
497         (wl-summary-redisplay-internal): Push last message number into
498         `wl-summary-buffer-message-ring'.
499
500         * wl-vars.el (wl-summary-message-ring-max): New user option.
501
502 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
505         from `wl-draft-reply').
506         (wl-draft-reply): Use it.
507         (wl-draft-find-reply-headers): Avoid compile warning.
508
509 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
512
513 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
514
515         * wl-message.el (wl-message-flag-indicator): New function.
516         (wl-message-redisplay): Use it.
517
518 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
519
520         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
521
522 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
525         instead of `read-event'.
526
527         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
528
529         * wl-mule.el (wl-read-event-char): Ditto.
530
531         * wl-e21.el (wl-read-event-char): Ditto.
532
533 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
536
537 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-vars.el (wl-draft-send-confirm-type): New user option.
540
541         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
542
543         * wl-draft.el (wl-draft-send-confirm): Confirmation by
544         `wl-draft-send-confirm-type'
545
546 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
549         Avoid error when the buffer name is already used.
550
551 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
552
553         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
554         the change of elmo-nmz -> elmo-search.
555         (wl-highlight-summary-line-help-echo-alist): Ditto.
556         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
557         (wl-nmz-folder-icon): Define as obsolete.
558         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
559         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
560
561 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-summary.el (wl-summary-get-list-info): Rewrite with
564         `elmo-find-list-match-value'
565
566 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-summary.el (wl-summary-get-list-info): Optimize.
569         Use List-Id and List-Post also.
570
571 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
574
575 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
576
577         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
578
579 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-util.el (wl-completing-read-multiple-1): New internal function.
582         (wl-completing-read-multiple-2): Ditto.
583         (wl-completing-read-multiple): Define use above functions.
584
585         * wl-summary.el (wl-summary-sort): Removed the workaround for a
586         bug of `completing-read-multiple' about default value.
587
588         * wl-xmas.el (wl-completing-read-multiple): Removed.
589
590         * wl-mule.el (wl-completing-read-multiple): Ditto.
591
592         * wl-e21.el (wl-completing-read-multiple): Ditto.
593
594 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-util.el (wl-filter-associations): New function.
597
598         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
599         (wl-spam-ignored-folder-list): Ditto.
600         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
601         (wl-spam-string-member-p): New function.
602         (wl-spam-domain): Use it.
603         (wl-spam-split-numbers): New function.
604         (wl-spam-apply-partitions): Ditto.
605         (wl-spam-register-spam-messages): Use `folder' instead of
606         `wl-summary-buffer-elmo-folder'.
607         (wl-spam-register-good-messages): Ditto.
608         (wl-summary-exec-action-spam): Decide a domain by real folder of
609         message.
610         (wl-summary-exec-action-refile-with-register): Likewise.
611
612 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-e21.el (wl-e21-find-image): New function.
615         (wl-e21-setup-toolbar): Use it instead of `find-image'.
616         (wl-e21-highlight-folder-group-line): Ditto.
617         (wl-folder-init-icons): Ditto.
618         (wl-plugged-init-icons): Ditto.
619         (wl-biff-init-icons): Ditto.
620
621 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
622
623         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
624         (wl-inhibit-save-drafts): New internal variable.
625         (wl-disable-auto-save): Ditto.
626         (wl-save-drafts): Treat above variables.
627         (wl-auto-save-drafts): New function.
628         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
629         `wl-stop-save-drafts'.
630         (wl-start-save-drafts): New function.
631         (wl-stop-save-drafts): Ditto.
632         (wl-set-auto-save-draft): New command.
633
634         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
635         `wl-set-save-drafts'.
636
637 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
638
639         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
640         `make-local-variable' instead of `make-variable-buffer-local'.
641
642 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
643
644         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
645
646 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
647
648         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
649
650 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
653         of working buffer.
654
655 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
656
657         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
658
659         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
660         value into recipients; Bind `wl-draft-remove-group-list-contents'
661         as nil.
662
663 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-summary.el (wl-summary-sort): Fixed the last change.
666
667         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
668         (wl-summary-sort-messages): Ditto.
669         (wl-summary-rescan): Use it.
670         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
671         `completing-read'; Append candidates for reverse order.
672
673 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * Version number is increased to 2.15.2.
676
677 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
680         "Smaller".
681         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
682
683 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
684
685         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
686
687 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
688
689         * wl-vars.el (wl-draft-additional-header-alist): Add into the
690         customize group `wl-draft'.
691         (wl-draft-add-in-reply-to): Move customize group from `wl' to
692         `wl-draft'.
693         (wl-draft-add-references): Ditto.
694
695         * wl-action.el (wl-summary-print-argument): Rename argument from
696         `folder' to `data'.
697
698 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-summary.el (wl-summary-rescan-message): Call
701         `wl-thread-cleanup-symbols' before insert thread.
702
703 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl.el (wl-init): Set `elmo-get-folder-function' as
706         `wl-folder-make-elmo-folder'.
707
708         * wl-spam.el (wl-summary-exec-action-spam): Use
709         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
710
711         * wl-folder.el (wl-folder-make-elmo-folder): New function.
712         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
713         `elmo-make-folder'.
714         (wl-folder-get-elmo-folder): Ditto.
715         (wl-folder-create-subr): Simplify.
716
717 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
720
721 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
724         contents in message buffer instead of original buffer. If optional
725         argument specified, ask coding system for encode.
726
727 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
728
729         * wl-spam.el (wl-summary-test-spam-region): New function.
730         (wl-spam-setup): Bind "rkc".
731
732 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
733
734         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
735
736 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
737
738         * wl-spam.el (wl-summary-test-spam): Fix typo.
739         (wl-message-check-spam): Ditto.
740
741 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-summary.el (wl-summary-default-from): Simplify.
744
745 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
746
747         * wl-action.el (wl-summary-exec-action-refile): Simplify.
748         (wl-summary-exec-action-copy): Ditto.
749         (wl-summary-auto-refile): Check existence of temporary mark.
750
751 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl-summary.el (wl-summary-create-line): Use
754         `elmo-time-to-datevec'.
755
756         * wl-expire.el (wl-expire-archive-date): Ditto.
757         (wl-expire-localdir-date): Ditto.
758
759         * wl-util.el (wl-day-number): Abolish.
760
761         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
762         of `wl-day-number'.
763         (wl-score-followup): Ditto.
764         (wl-score-add-followups): Ditto.
765         (wl-score-get-latest-msgs): Ditto.
766         (wl-score-get-header-entry): Ditto.
767         (wl-score-edit-insert-date): Ditto.
768
769 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
772         `elmo-message-entity-field' with 2nd argument `type'.
773
774 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
775
776         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
777
778 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
779
780         * wl-thread.el (wl-thread-delete-message): Delete descendant
781         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
782
783 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
784
785         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
786
787 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
788
789         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
790         `Access folder'.
791
792 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-vars.el (wl-access-folder-icon): New user option.
795
796         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
797         `Access folder'.
798
799 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (wl-summary-buffer-set-folder): Use
802         `wl-folder-mime-charset'.
803
804         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
805         `mime-charset'.
806         (wl-folder-get-elmo-folder): Ditto.
807         (wl-folder-mime-charset): New function.
808
809 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-util.el (wl-parse-addresses): Define alias of
812         `elmo-parse-addresses' (move to `elmo-util.el').
813
814         * wl-summary.el (wl-summary-default-from): Follow the API change.
815         (wl-summary-overview-entity-compare-by-date): Ditto.
816         (wl-summary-overview-entity-compare-by-from): Ditto.
817         (wl-summary-get-list-info): Get value of `ml-info' field from
818         entity at first.
819         (wl-summary-rescan-message): Treat prefix argument.
820         (wl-summary-prefetch-msg): Follow the API change.
821         (wl-summary-search-by-subject): Ditto.
822         (wl-summary-insert-thread): Ditto.
823         (wl-summary-line-subject): Ditto.
824         (wl-summary-line-from): Ditto.
825         (wl-summary-create-line): Ditto.
826         (wl-summary-print-message-with-ps-print): Ditto.
827
828         * wl-score.el (wl-score-ov-entity-get): Ditto.
829         (wl-score-followup): Ditto.
830         (wl-score-add-followups): Use `elmo-message-entity-field' instead
831         of `car'.
832         (wl-score-get-latest-msgs): Follow the API change.
833         (wl-score-get-header): Ditto.
834
835         * wl-refile.el (wl-refile-learn): Ditto.
836         (wl-refile-subject-learn): Ditto.
837         (wl-refile-get-field-value): Ditto.
838         (wl-refile-guess-by-history): Ditto.
839         (wl-refile-guess-by-subject): Ditto.
840
841         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
842
843         * wl-expire.el (wl-expire-date-p): Removed.
844         (wl-expire-archive-date): Follow the API change.
845         (wl-expire-localdir-date): Ditto.
846         (wl-summary-expire): Ditto.
847
848         * Version number is increased to 2.15.1.
849
850 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
851
852         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
853         group is access or not (it is not strict, like wl-fldmgr-rename).
854
855 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
856
857         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
858         duplicate call of `wl-summary-print-argument' on the wrong line.
859
860 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
863         even if argument `number' is nil.
864         (wl-summary-insert-line): Print action argument if current message
865         has it.
866
867 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
870         (wl-draft-reply): Ditto.
871         (wl-draft): Add optional argument `parent-number' and call
872         `wl-draft-create-buffer' with it.
873         (wl-draft-create-buffer): Add optional argument
874         `parent-number'. Set wl-draft-parent-number as it.
875
876 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
877
878         * wl-folder.el (wl-folder-set-persistent-mark): If summary
879         buffer is not for given folder, don't use it.
880
881 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
882
883         * Version number is increased to 2.15.0.
884
885 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
886
887         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
888
889         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
890         (wl-highlight-get-face-by-name): New internal function.
891         (wl-highlight-summary-line-face-spec): Use it and fixed.
892
893 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
894
895         * wl-summary.el (wl-summary-sync-update): Use
896         `elmo-message-entity-field' instead of `car' to get message-id
897         from overview entity.
898
899         * wl-summary.el (wl-summary-rescan-message): Call
900         `wl-highlight-summary-displaying' when displaying a message.
901
902 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-draft.el (wl-draft-config-info-filename): Extracted from
905         `wl-draft-config-info-operation'.
906         (wl-draft-buffer-change-number): New function.
907         (wl-draft-rename-saved-config): Ditto.
908         * wl.el (wl-init): Connect slot for message-number-changed.
909         (toplevel): Add autoload for wl-draft-rename-saved-config.
910
911 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
914         `update-overview'
915         (wl-summary-buffer-detach): Disconnect from it.
916         (wl-summary-rescan-message): Use command.
917
918         * wl-message.el (wl-message-buffer-display): Use
919         `with-current-buffer' instead of `save-excursion'.
920
921 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-mime.el (wl-draft-preview-attributes-list): Protect
924         wl-draft-preview-attributes-list from distraction.
925
926 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
927
928         * wl-summary.el (wl-summary-sync-update): Sort the return value of
929         `elmo-list-diff'.
930
931 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * wl-summary.el
934         (wl-summary-edit-addresses-collect-candidate-fields): Use
935         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
936
937         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
938         instead of `elmo-set-work-buf'.
939
940         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
941         (wl-address-make-address-list): Ditto.
942
943         * Version number is increased to 2.13.3.
944
945 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
948         user option.
949
950         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
951         argument `5'.
952
953         * wl-message.el (wl-message-display-no-merge-p): New function.
954         (wl-message-buffer-display): Check whether the message is
955         reassembled and follow the API change.
956
957 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
960         multibyte on working buffer and removed unnecessary
961         `buffer-disable-undo'.
962
963 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-util.el (wl-read-search-condition-internal): Fixed the last
966         change.
967
968 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-util.el (wl-read-search-condition-internal): Protect
971         elmo-global-flags from distraction.
972
973 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
976
977         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
978         (wl-summary-event-handler): Ditto.
979         (wl-summary-update-persistent-mark-on-event): New
980         function (renamed from `elmo-event-handler-flag-changed').
981         (wl-summary-buffer-attach): New function.
982         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
983         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
984         instead of `elmo-folder-add-handler'.
985
986         * Version number is increased to 2.13.2.
987
988 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
991         and "\177" to the `wl-news-previous-page'.
992         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
993         (wl-news-previous-page): New function.
994
995 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
996
997         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
998         instead of `write-region' and simplify.
999
1000 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1001
1002         * wl-template.el (wl-template-select): Cause error if
1003         `wl-template-alist' is nil.
1004
1005 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1006
1007         * wl-news.el.in: Set file variable `no-byte-compile'.
1008
1009 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1012         whether a target message is within displaying area.
1013         (elmo-event-handler-cache-changed): Ditto.
1014
1015 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1016
1017         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1018         to `defun'.  Use `nconc' instead of `append' to collect descendant
1019         message numbers.
1020
1021 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1022
1023         * wl-thread.el (wl-thread-save-top-list)
1024         (wl-thread-save-entities): Use `with-temp-buffer'.
1025         * wl-news.el.in (wl-news-previous-version-load):
1026         (wl-news-previous-version-save): Ditto.
1027         * wl-summary.el (wl-summary-load-file-object)
1028         (wl-summary-save-view-cache): Ditto.
1029
1030 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-util.el (toplevel): Require 'elmo-flag'.
1033         (wl-read-search-condition): New function (Renamed from
1034         `elmo-read-search-condition').
1035         (wl-read-search-condition-internal): Likewise.
1036
1037         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1038         invalid.
1039         (wl-summary-pick): Use `wl-read-search-condition' instead of
1040         `elmo-read-search-condition'.
1041         (wl-summary-virtual): Ditto.
1042
1043         * wl-folder.el (wl-folder-virtual): Ditto.
1044         (wl-folder-pick): Ditto.
1045
1046         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1047
1048 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-summary.el (wl-summary-reedit): Call
1051         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1052
1053 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-mime.el (toplevel): Require wl-vars.
1056
1057         * wl-message.el (toplevel): Require cl at compile.
1058
1059         * wl-draft.el (toplevel): Require elmo.
1060
1061 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1064         and do nothing when it is not positive.
1065         (wl-message-buffer-prefetch-next): Ditto.
1066
1067 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1068
1069         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1070         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1071         (wl-summary-redisplay-internal): Ditto.
1072
1073         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1074         message (the condition is borrowed from `wl-check-variables-2').
1075         (wl-summary-redisplay-internal): Ditto.
1076
1077 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-mime.el (wl-draft-nntp-attribute): New function.
1080         (wl-draft-attribute-nntp-posting-server): Use it.
1081         (wl-draft-attribute-nntp-posting-port): Ditto.
1082
1083         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1084         (wl-draft-show-attributes-buffer): Ditto.
1085         (wl-draft-hide-attributes-buffer): Ditto.
1086         (wl-draft-attribute-newsgroups): Ditto.
1087         (wl-draft-attribute-nntp-posting-server): Ditto.
1088         (wl-draft-attribute-nntp-posting-port): Ditto.
1089         (wl-draft-preview-message): Use there functions.
1090
1091         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1092         value.
1093
1094 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1095
1096         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1097         (wl-draft-reedit): Ditto.
1098         (wl-draft-queue-flush): Ditto.
1099
1100         * wl-mime.el (wl-message-request-partial): Ditto.
1101         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1102         instead of `elmo-message-fetch'.
1103
1104         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1105
1106         * wl-summary.el (wl-summary-message-string): Ditto.
1107
1108 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-util.el (wl-current-message-buffer): Follow the API change.
1111
1112         * wl-summary.el (wl-summary-redisplay-internal): Call
1113         `wl-summary-mark-as-read' with 2nd argument as nil and update
1114         unread count instead of persistent mark.
1115
1116         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1117         variable.
1118         (wl-message-redisplay): Follow the API change.
1119         (wl-message-buffer-display): Managed mime-entity directly and
1120         return preview buffer only.
1121         (wl-message-display-internal): Rewrite.
1122         (wl-message-buffer-prefetch-subr): Not save return value of
1123         `wl-message-buffer-display'.
1124
1125         * Version number is increased to 2.13.1.
1126
1127 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1130         'elmo-multiple-fields-body-list' with boundary specified.
1131
1132 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1133
1134         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1135         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1136         cache if `wl-summary-resend-use-cache' is non-nil.
1137
1138 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1139
1140         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1141         (wl-nntp-posting-stream-type): Ditto.
1142
1143 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1144
1145         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1146
1147 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1148
1149         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1150         message.
1151
1152 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1155         Abolish.
1156         (wl-summary-buffer-persistent-mark-version): New internal
1157         variable.
1158         (wl-summary-update-mark-and-highlight-window): Check by
1159         wl-summary-persistent-mark-invalid-p.
1160         (wl-summary-update-status-marks): Ditto.
1161         (elmo-event-handler-flag-changed): Rewrite.
1162         (elmo-event-handler-cache-changed): Define.
1163         (wl-summary-prefetch-msg): Does not update persistent mark here.
1164         (wl-summary-delete-cache): Ditto.
1165         (wl-summary-resume-cache-status): Ditto.
1166         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1167         (wl-summary-persistent-mark-invalid-p): New function.
1168         (wl-summary-validate-persistent-mark): Ditto.
1169         (wl-summary-validate-persistent-mark-string): Ditto.
1170         (wl-summary-invalidate-persistent-mark): Ditto.
1171         (wl-summary-update-persistent-mark): Call
1172         `wl-summary-validate-persistent-mark'.
1173         (wl-summary-create-line): Call
1174         `wl-summary-validate-persistent-mark-string'.
1175
1176         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1177         status as t if cache used.
1178
1179 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1182         only if the target is group.
1183         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1184
1185 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1186
1187         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1188
1189 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1190
1191         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1192
1193         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1194
1195 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1196
1197         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1198         (Thanks to Yoichi NAKAYAMA).
1199
1200 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-util.el (wl-save-drafts): Restore echo area.
1203
1204 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1205
1206         * Version number is increased to 2.13.0.
1207
1208         * wl-util.el (wl-biff-check-folder-async): Use
1209         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1210
1211 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1212
1213         * wl-message.el (wl-message-display-internal): Does not put
1214         wl-message-display-type property on message buffer.
1215         (wl-message-buffer-display-type): New function.
1216
1217         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1218
1219         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1220         `wl-summary-buffer-detach'.
1221         (wl-summary-message-display-type): Use
1222         `wl-summary-buffer-display-type'.
1223
1224 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1225
1226         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1227         buffer-local.
1228
1229         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1230         kill-buffer-hook instead of make-local-variable.
1231         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1232
1233 2004-12-12  Scott Renfro <scott@renfro.org>
1234
1235         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1236         regex for square-branket.
1237
1238 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1241         `wl-message-mime-analysis-p' with argument `header'.
1242
1243 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-mime.el (wl-draft-yank-current-message-entity): 
1246         Switch to no-mime following method according to wl-message-display-type
1247         property.
1248         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1249
1250         * wl-message.el (wl-message-display-internal): 
1251         Put wl-message-display-type property on message buffer.
1252
1253         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1254         (wl-message-display-internal): Ditto;
1255
1256         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1257
1258 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-message.el (wl-message-make-display-type): New function.
1261         (wl-message-display-type-property): Ditto.
1262         (wl-message-mime-analysys-p): Ditto.
1263         (wl-message-display-all-header-p): Ditto.
1264         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1265         added `display-type'.
1266         (wl-message-buffer-display): Likewise.
1267         (wl-message-display-internal): Likewise.
1268         (wl-message-buffer-display-type): Abolish.
1269         (wl-message-buffer-prefetch-subr): Follow the API changed.
1270
1271         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1272         from wl-summary-buffer-display-all-header and changed default value.
1273         (wl-summary-message-display-type): New function.
1274         (wl-summary-buffer-display-mime-mode): Ditto.
1275         (wl-summary-buffer-display-header-mode): Ditto.
1276         (wl-summary-toggle-mime): Rewrite with above functions.
1277         (wl-summary-toggle-all-header): Ditto.
1278         (wl-summary-redisplay): Force redisplay with default mode.
1279         (wl-summary-redisplay-internal): Renamed argument from `mode',
1280         `all-header' to `mime-mode', `header-mode'.
1281         Use `wl-message-make-display-type'.
1282
1283         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1284         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1285
1286 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1287
1288         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1289
1290 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1291
1292         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1293         in original message buffer.
1294         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1295         buffer.
1296
1297 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1298
1299         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1300
1301 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1302
1303         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1304
1305 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1306
1307         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1308         when actions succeeded.
1309         (wl-summary-exec-action-copy): Likewise.
1310
1311 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1312
1313         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1314         there is switch-to-buffer at the end of wl-message-select-buffer.
1315         (wl-summary-reply): Ditto.
1316
1317 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-summary.el (wl-summary-forward): Put subject in original
1320         message buffer as argument of wl-draft-forward.
1321         * wl-draft.el (wl-draft-forward): Decode subject as in
1322         wl-draft-reply.
1323
1324 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1325
1326         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1327         a folder under access group.
1328
1329 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1332         wl-message-buffer-display.
1333
1334         * wl-util.el (wl-set-save-drafts): Fix typo.
1335
1336 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1339         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1340         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1341         the way to measure the width of a bitmap image; don't put face on
1342         ascii and bitmap images; put the mark which should not use the
1343         variable-pitch face on ascii and bitmap images.
1344         (wl-demo-setup-properties): Don't use the variable-pitch face on
1345         ascii and bitmap images; made it work on Emacs 20 and earlier.
1346         (wl-demo-insert-text): End with a newline at the bottom; don't put
1347         face on text.
1348
1349         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1350
1351 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1352
1353         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1354
1355         * wl-util.el (wl-save-drafts): Moved from sample setting.
1356         (wl-set-save-drafts): New function to set idle timer.
1357         * wl-draft.el (wl-draft): Call it.
1358         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1359
1360 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1361
1362         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1363         a summary which has toggle display status off.
1364
1365 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-draft.el (wl-draft-do-fcc): No cache save.
1368
1369 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1370
1371         * wl-summary.el (elmo-event-handler-flag-changed): Use
1372         `set-buffer' instead of `with-current-buffer'.
1373
1374 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1375
1376         * wl-summary.el (wl-summary-after-resize-function): New function.
1377         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1378         window-size-change-functions.
1379
1380 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-draft.el (wl-draft-create-buffer): Bind
1383         `change-major-mode-hook' after current buffer is changed.
1384
1385         * wl-summary.el (wl-summary-buffer-detach): New function.
1386         (wl-summary-buffer-set-folder): Call it.
1387         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1388         change-major-mode-hook and kill-buffer-hook.
1389         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1390         (wl-summary-switch-to-clone-buffer): Ditto.
1391         (wl-summary-goto-folder-subr): Ditto.
1392
1393 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1394
1395         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1396         after boundp check.
1397
1398 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1399
1400         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1401         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1402         for `kill-buffer'.
1403
1404         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1405         handler of current buffer from elmo-folder.
1406
1407 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1408
1409         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1410
1411 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1414         variable.
1415         (wl-summary-event-handler): New class.
1416         (elmo-event-handler-flag-changed): Define to update persistent
1417         mark.
1418         (wl-summary-buffer-set-folder): Register event handler to
1419         elmo-folder.
1420         (wl-summary-exit): Unregister event handler.
1421         (wl-summary-goto-folder-subr): Ditto.
1422         (wl-summary-mark-as-read-all): Does not call
1423         `wl-summary-update-persistent-mark' directly.
1424         (wl-summary-mark-as-read-internal): Ditto.
1425         (wl-summary-set-persistent-mark-internal): Ditto.
1426         (wl-summary-set-flags-internal): Ditto.
1427
1428         * Version number is increased to 2.11.33.
1429
1430 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1431
1432         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1433         to nil.
1434
1435 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-spam.el (wl-spam-setup): Add hook
1438         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1439         instead of `wl-summary-prepare-hook'.
1440
1441         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1442         if folder type is `'flag'.
1443         (wl-summary-mark-as-important): Ditto.
1444
1445 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1446
1447         * wl-address.el (wl-address-minibuffer-history): New variable.
1448         (wl-address-minibuffer-local-map): New keymap.
1449         (wl-address-read-from-minibuffer): New function.
1450
1451         * wl-action.el (wl-summary-get-resend-address): Use
1452         `wl-address-read-from-minibuffer' instead of `completing-read'.
1453
1454 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1455
1456         * Version number is increased to 2.11.32.
1457
1458 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1459
1460         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1461         without mule to iso-8859-1.
1462         (wl-draft-add-in-reply-to): Add note in description.
1463         (wl-draft-add-references): Ditto.
1464
1465 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1466
1467         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1468         definition for `m'.
1469         (wl-summary-mode-line-format): Add '[%m]'.
1470         (wl-message-mode-line-format-spec-alist): Ditto.
1471         (wl-summary-display-mime-mode-list): New variable.
1472
1473         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1474         from wl-summary-buffer-display-as-is.
1475         (wl-summary-buffer-display-all-header): New buffer local variable.
1476         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1477         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1478         instead of wl-summary-buffer-display-as-is.
1479         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1480         (wl-summary-set-persistent-mark): Ditto.
1481         (wl-summary-set-message-buffer-or-redisplay): Just call
1482         `wl-summary-redisplay-internal' without optional arguments.
1483         (wl-summary-toggle-mime): Rewrite.
1484         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1485         (wl-summary-toggle-all-header): New function.
1486         (wl-summary-redisplay-internal): Treat mime mode.
1487
1488         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1489         to wl-mime-preview-follow-no-mime.
1490         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1491         accodring to the display-mode.
1492
1493         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1494         (wl-message-buffer-display): Changed argument name from `as-is' to
1495         `mode'.
1496         (wl-message-display-internal): Ditto;
1497         Bind elmo-mime-display-header-analysis according to the mode.
1498         (wl-message-display-internal): Put wl-message-display-mime-mode
1499         property on entire buffer.
1500
1501 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1504
1505 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1508         Don't extract mail address.
1509         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1510
1511         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1512
1513         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1514
1515 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1516
1517         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1518         wl-fldmgr-cut-entity-list on confirmation.
1519
1520 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1521
1522         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1523         (wl-mime-quit-preview): Check existence of
1524         mime-edit-temp-message-buffer here.
1525
1526 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1529         after deletion.
1530
1531         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1532         before calling wl-mime-quit-preview.
1533
1534 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * wl-summary.el (wl-summary-pick): If call it with prefix
1537         argument, set `delete-marks' as non-nil. Pick from only visible
1538         messages.
1539         (wl-summary-check-target-mark): New function.
1540         (wl-summary-target-mark-mark-as-read): Use it.
1541         (wl-summary-target-mark-mark-as-unread): Ditto.
1542         (wl-summary-target-mark-operation): Ditto.
1543         (wl-summary-target-mark-set-flags): Ditto.
1544         (wl-summary-target-mark-save): Ditto.
1545         (wl-summary-target-mark-pick): Ditto.
1546         (wl-summary-target-mark-forward): Ditto.
1547         (wl-summary-target-mark-reply-with-citation): Ditto.
1548         (wl-summary-target-mark-print): Ditto.
1549         (wl-summary-target-mark-uudecode): Ditto.
1550
1551         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1552         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1553         with `ask-coding' is non-nil.
1554
1555 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1556
1557         * wl-thread.el (wl-thread-set-parent): If parent is a message
1558         which is identified by references, set linked as nil.
1559
1560 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1561
1562         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1563         (wl-message-mode-line-format-spec-alist): Ditto.
1564         (wl-message-mode-line-format): Ditto.
1565         (wl-summary-mode-line-format): Ditto for docstring.
1566         (wl-summary-no-mime-folder-list): Fix typo.
1567
1568         * wl-util.el (wl-current-message-buffer): Call
1569         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1570
1571         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1572         variable.
1573         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1574         of `wl-summary-redisplay-no-mime'.
1575         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1576         (wl-summary-toggle-mime): New function.
1577         (wl-summary-redisplay-all-header): Rewrite.
1578         (wl-summary-redisplay-no-mime): Ditto.
1579         (wl-summary-redisplay-internal): Added argument `as-is' and
1580         `all-header'.
1581
1582         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1583         New variable.
1584         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1585         bottom.
1586         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1587         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1588         "/" unconditionally.
1589
1590         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1591         wl-mime-preview-follow-no-mime for as-is content.
1592         (wl-mime-preview-follow-no-mime): New function.
1593         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1594
1595         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1596         and added `as-is', `all-header'.
1597         (wl-message-buffer-display): Ditto.
1598         (wl-message-buffer-display-type): New function.
1599
1600 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1601
1602         * wl-vars.el (wl-message-header-button-alist): Change default
1603         value.
1604         (wl-message-body-button-alist): Ditto.
1605
1606 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1607
1608         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1609
1610 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1611
1612         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1613
1614 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1615
1616         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1617         is always true.
1618
1619 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1620
1621         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1622         on null entity.
1623
1624 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1625
1626         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1627
1628 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-vars.el (wl-summary-resend-hook): New hook.
1631
1632         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1633         `wl-summary-resend-hook'.
1634
1635 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1636
1637         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1638         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1639         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1640         (wl-summary-new-cached-mark): Changed default value to 'n'.
1641         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1642         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1643         (wl-folder-sync-range-alist): Remove spec for 'flag.
1644         (wl-summary-force-prefetch-folder-list): New user option.
1645
1646         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1647         `wl-summary-toggle-persistent-mark'.
1648         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1649         number is nil.
1650         (wl-summary-mark-as-answered-region): Set interactive argument of
1651         `wl-summary-set-persistent-mark-internal'.
1652         (wl-summary-mark-as-important-region): Ditto.
1653         (wl-summary-unset-persistent-mark): Ditto.
1654         (wl-summary-set-persistent-mark): Ditto.
1655         (wl-summary-mark-as-answered): Ditto.
1656         (wl-summary-mark-as-important): Ditto.
1657         (wl-summary-set-persistent-mark-internal): Do nothing
1658         when `elmo-message-flag-available-p' is nil.
1659         (wl-summary-toggle-persistent-mark): New function.
1660         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1661         when the folder matches `wl-summary-force-prefetch-folder-list'.
1662
1663
1664         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1665         when number is nil.
1666         (wl-highlight-summary-forwarded-face): New face.
1667
1668 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1669
1670         * Version number is increased to 2.11.31.
1671
1672 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1673
1674         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1675         (wl-biff-check-folder-async): Ditto.
1676         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1677
1678 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1679
1680         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1681         Add an argument `reverse'.  All callers are updated.
1682         (wl-summary-sort): Add a prefix argument `reverse' to specify
1683         reverse sorting.
1684         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1685         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1686         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1687
1688 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1689
1690         * wl-message.el (wl-message-redisplay): Does not narrow header if
1691         disply-type is all-header or as-is.
1692
1693         * wl-summary.el (wl-summary-enter-handler): Use
1694         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1695
1696 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1699         after adding wl-draft-parent-variables.
1700         (wl-draft-forward): Ditto.
1701
1702 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-sync-marks): Call
1705         `wl-summary-set-persistent-mark' and
1706         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1707         (wl-summary-set-persistent-mark-internal): Add 4th argument
1708         `no-server'.
1709         (wl-summary-unset-persistent-mark): Ditto.
1710         (wl-summary-set-persistent-mark): Ditto.
1711         (wl-summary-add-flags-internal): Abolish.
1712         (wl-summary-remove-flags-internal): Ditto.
1713         (wl-summary-mark-as-important-internal): Ditto.
1714         (wl-summary-mark-as-important): Use
1715         `wl-summary-set-persistent-mark' instead of
1716         `wl-summary-add-flags-internal'.
1717         (wl-summary-mark-as-important-region): Ditto.
1718
1719         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1720
1721         * wl-summary.el (wl-summary-get-available-flags): New function.
1722         (wl-summary-sync-marks): Use it and simplified.
1723         (wl-summary-unset-persistent-mark): Use
1724         `wl-summary-get-available-flags'.
1725         (wl-summary-set-persistent-mark): Ditto.
1726
1727 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1728
1729         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1730         id.
1731
1732 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1733
1734         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1735         number, call `wl-summary-prev-line-content'. Show message when the
1736         message is not found.
1737
1738 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1741         wl-summary-enter-handler.
1742         (wl-summary-enter-handler): New command.
1743
1744         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1745         docstring and custom spec.
1746
1747         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1748         flags too; Don't treat Cached and New.
1749         (wl-summary-set-persistent-mark): Ditto.
1750
1751         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1752         `wl-folder-set-flag'.
1753
1754         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1755         instead of `wl-folder-set-flag'.
1756
1757         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1758         for completion.
1759         (wl-summary-set-persistent-mark): Ditto.
1760
1761         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1762         instead of `wl-draft-quit-preview'.
1763
1764         * wl-mime.el (toplevel): Avoid compile warning.
1765         (wl-mime-quit-preview): New function
1766         (formarly defined as `wl-draft-quit-preview').
1767         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1768         quitting method.
1769
1770         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1771
1772         * wl-folder.el (wl-folder-set-flag): Renamed from
1773         `wl-draft-set-flag-on-parent'.
1774
1775         * wl-draft.el (wl-draft-quit-preview): New function.
1776         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1777         (wl-draft-send): Call `wl-folder-set-flag' instead of
1778         `wl-draft-set-flag-on-parent'.
1779         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1780
1781 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1782
1783         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1784         (wl-draft-send): Ditto.
1785
1786 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1789         (wl-draft-kill-pre-hook): Set default value as nil.
1790         (wl-summary-reply-hook): Ditto.
1791         (wl-draft-kill-flags): Abolish.
1792
1793         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1794         (wl-draft-parent-variables): Renamed from
1795         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1796         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1797         argument; Add wl-draft-parent-variables to
1798         wl-draft-config-variables.
1799         (wl-draft-reply): Likewise.
1800         (wl-draft-kill-flags): Abolish.
1801         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1802         (wl-draft-set-flag-on-parent): New function.
1803         (wl-draft-setup-parent-flag): Ditto.
1804
1805 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1806
1807         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1808         `wl-draft-parent-folder' is "".
1809
1810 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1811
1812         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1813         (wl-summary-digit-jump): New function.
1814         (Adviced by John Owens and Hiroya Murata)
1815
1816         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1817         (Adviced by John Owens)
1818
1819         * wl-xmas.el (wl-message-define-keymap): Ditto.
1820
1821         * wl-mule.el (wl-message-define-keymap): Ditto.
1822
1823 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1824
1825         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1826         change of return value of elmo-folder-count-flags.
1827
1828         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1829         (wl-summary-mark-as-read-internal): Ditto.
1830         (wl-summary-set-persistent-mark-internal): Ditto.
1831         (wl-summary-folder-info-update): Ditto.
1832         (wl-summary-sync-update): Fixed the last change.
1833
1834         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1835
1836 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1837
1838         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1839         (wl-draft-kill-flags): Fixed docstring.
1840
1841         * wl-draft.el (wl-draft-kill-flags): New function.
1842         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1843
1844 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-vars.el (wl-reply-hook): Abolish.
1847         (wl-draft-reply-hook): New hook.
1848         (wl-summary-reply-hook): Ditto.
1849         (wl-draft-forward-hook): Ditto.
1850         (wl-summary-forward-hook): Ditto.
1851         (wl-draft-kill-flags): New variable.
1852
1853         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1854         wl-summary-set-persistent-mark-internal.
1855         (wl-summary-sync-marks): Use elmo-preserved-flags.
1856         (wl-summary-update-persistent-mark): Make it interactive.
1857         (wl-summary-set-persistent-mark-internal): New inline function.
1858         (wl-summary-mark-as-answered): Use it.
1859         (wl-summary-mark-as-unanswered): Ditto.
1860         (wl-summary-unset-persistent-mark): New function.
1861         (wl-summary-set-persistent-mark): Ditto.
1862         (wl-summary-reply): Don't set answered flag;
1863         Run wl-summary-reply-hook instead.
1864         (wl-summary-forward): Call wl-draft-forward with number.
1865         Run wl-summary-forward-hook.
1866
1867         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1868         (wl-highlight-summary-line-face-spec): Use it as a default
1869         persistent mark face.
1870
1871         * wl-draft.el (wl-draft-forward): Added optional argument number;
1872         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1873         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1874         (wl-draft-kill): Use wl-draft-kill-flags.
1875
1876         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1877
1878         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1879         of return value of elmo-folder-count-flags.
1880
1881         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1882
1883         * wl-summary.el (wl-summary-count-unread): Ditto.
1884         (wl-summary-sync-update): Follow the change above.
1885         (wl-summary-force-prefetch): New function.
1886
1887 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1888
1889         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1890         variable `buf' with `let' instead of `setq'.
1891
1892 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1893
1894         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1895         add Content-Disposition heaeder on the deleted part.
1896
1897 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1898
1899         * wl-draft.el (wl-draft-save): Encode address list under edit by
1900         `eword-encode-unstructured-field-body'.
1901
1902         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1903
1904 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1905
1906         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1907         wl-current-summary-buffer.
1908
1909 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1910
1911         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1912         `numbers' is ignored.
1913
1914 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1915
1916         * wl-folder.el (wl-folder-open-folder): Avoid error.
1917         Reported by John Owens, [wl-en:815]
1918
1919         * wl.el (wl): Set timer for biff process even if prefix argument
1920         is given or auto-checking is quitted.
1921
1922         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1923         immediately.
1924         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1925         (wl-toggle-plugged): Ditto.
1926
1927         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1928         * wl-util.el (wl-biff-start): Use idle timer if
1929         `wl-biff-use-idle-timer' is non-nil.
1930
1931 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1932
1933         * wl-highlight.el (wl-highlight-message): Fix description.
1934
1935 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1938         tty.
1939
1940 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-action.el (wl-summary-exec): Print failure count.
1943
1944 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1947         to `defun', remove interactive form.
1948         Set elmo-message-fetch-confirm when force-reload is non-nil.
1949
1950 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1951
1952         * wl-summary.el (toplevel): Removed unnecessary autoload.
1953
1954 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1955
1956         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1957         the buffer is generated from another message buffer.
1958
1959 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1962         extracted from `wl-fldmgr-save-folders'.
1963         (wl-fldmgr-delete): Call it after deletion.
1964
1965 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1968         multi-tty support.
1969
1970 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1971
1972         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1973
1974 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1975
1976         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1977         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1978
1979 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1980
1981         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1982         unsubscribe list only if argument CLEAR is nil.
1983
1984 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-draft.el (wl-draft-reply): Decode subject before removing
1987         Re: prefix.
1988
1989 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1990
1991         * wl-summary.el (wl-summary-sort-by-size): New command.
1992
1993 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1994
1995         * wl-summary.el (wl-summary-number-list-from-region): New
1996         function.
1997         (wl-summary-mark-as-read-region): Use it.
1998         (wl-summary-mark-as-unread-region): Ditto.
1999         (wl-summary-set-flags-region): Ditto and add optional argument
2000         remove.
2001         (wl-summary-mark-as-answered-region): Ditto.
2002         (wl-summary-mark-as-important-region): Ditto.
2003         (wl-summary-target-mark-mark-as-important): Added optional
2004         argument remove.
2005         (wl-summary-target-mark-mark-as-answered): Ditto.
2006         (wl-summary-target-mark-set-flags): Ditto.
2007
2008 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-summary.el (wl-summary-set-flags-region): Call
2011         `wl-summary-set-flags-internal' with number list instead of call
2012         one by each message.
2013         (wl-summary-target-mark-set-flags): Likewise.
2014
2015 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2016
2017         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2018         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2019         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2020         (wl-summary-target-mark-mark-as-answered): Likewise.
2021
2022 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-summary.el (wl-summary-target-mark-forward): Use
2025         `wl-summary-delete-all-target-marks' instead of
2026         `wl-summary-delete-all-temp-marks'.
2027         (wl-summary-target-mark-reply-with-citation): Ditto.
2028         (wl-summary-target-mark-uudecode): Ditto.
2029         (wl-summary-target-mark-set-flags): Ditto and remove needless
2030         cursor move.
2031
2032 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-summary.el (wl-summary-target-mark-forward): Protect
2035         wl-summary-buffer-target-mark-list from nreverse.
2036         (wl-summary-target-mark-reply-with-citation): Ditto.
2037
2038 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2039
2040         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2041         `elmo-display-progress-threshold'.
2042
2043 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2046         check `wl-summary-highlight'.
2047         (wl-summary-window-scroll-functions): Respect value of
2048         `wl-summary-highlight'.
2049         (wl-summary-sync-update): Run hooks
2050         `wl-summary-buffer-window-scroll-functions' at any time.
2051
2052 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2055         from `wl-summary-cleanup-temp-marks'.
2056         (wl-summary-cleanup-temp-marks): Abolish argument.
2057         * wl.el (wl-save-status): Revert previous change.
2058         (wl-execute-temp-marks): New function, call
2059         `wl-summary-exec-with-confirmation'.
2060         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2061         (wl-folder-save-and-exec-marks): Abolished.
2062
2063 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-e21.el (wl-e21-display-image-p): Respect
2066         `wl-highlight-folder-with-icon'.
2067         (wl-e21-highlight-folder-group-line): Highlight mouse line
2068         even if wl-e21-display-image-p is nil.
2069
2070         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2071         Respect value of `wl-summary-highlight'.
2072
2073         * wl.el (wl-save-status): Remove unused variable.
2074
2075         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2076         (wl-folder-mode-map): Bind it to "x".
2077
2078 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2079
2080         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2081
2082         * wl-thread.el (wl-thread-get-parent-list): Don't check
2083         disconnected ancestors, neglecting needless work in
2084         `wl-thread-update-indent-string-thread'.
2085
2086         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2087         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2088         argument, add argument default-keep to keep marks by default.
2089
2090         * Version number is increased to 2.11.30.
2091
2092         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2093         customization type and docstring.
2094         (wl-draft-reply-without-argument-list): Ditto.
2095
2096 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2097
2098         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2099
2100         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2101
2102 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2105
2106 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2107
2108         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2109         save-excursion so as not to include run-hooks.
2110
2111 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2114         Clarify that marks are going to be cleared.
2115
2116 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2119         according to 3rd element of wl-summary-flag-mark.
2120
2121         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2122
2123 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2124
2125         * wl-action.el (wl-summary-target-mark-all): Don't set
2126         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2127
2128 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2131         (wl-forward-subject-prefix): Ditto.
2132         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2133         (wl-draft-reply-make-subject): Ditto.
2134
2135         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2136         `wl-draft-forward'.
2137         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2138
2139 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2142         target message does not exist.
2143
2144 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2145
2146         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2147         `wl-subject-prefix-regexp'.
2148         (wl-subject-forward-prefix-regexp): New variable.
2149         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2150         `wl-draft-strip-subject-re' and take regexp as argument.
2151         (wl-draft-forward): Use it.
2152         (wl-draft-reply): Ditto.
2153
2154 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2155
2156         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2157         emacs multi-tty support.
2158
2159 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2160
2161         * wl-e21.el (wl-e21-display-image-p): Don't call
2162         `display-images-p'.
2163         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2164         support.
2165         (wl-highlight-folder-current-line): Ditto.
2166         (wl-folder-init-icons): Ditto.
2167
2168 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2169
2170         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2171         the last line of summary in unplugged mode.
2172
2173 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2174
2175         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2176
2177 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2178
2179         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2180         * wl-address.el (wl-address-user-mail-address-p): Use it.
2181         (wl-address-delete-user-mail-addresses): Ditto.
2182         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2183
2184         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2185         (wl-address-delete-user-mail-addresses): Ditto.
2186
2187         * wl-address.el (wl-address-delete-user-mail-addresses): New
2188         function.
2189         * wl-refile.el (wl-refile-guess-by-history): Use it.
2190         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2191         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2192
2193         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2194         use wl-address-user-mail-address-p.
2195
2196 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2197
2198         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2199         after opening group.
2200
2201 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2202
2203         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2204         of elmo-set-buffer-multibyte.
2205
2206         * wl-message.el (wl-original-message-mode): Ditto.
2207
2208         * wl-score.el (wl-score-insert-header): Ditto.
2209
2210         * wl-summary.el
2211         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2212         (wl-summary-goto-folder-subr): Ditto.
2213         (wl-summary-insert-headers): Ditto.
2214
2215         * wl-util.el (wl-set-string-width): Ditto.
2216
2217         * Version number is increased to 2.11.29.
2218
2219 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2220
2221         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2222         (wl-highlight-summary-line-help-echo-alist): New variable.
2223         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2224         into `wl-highlight-summary-line-help-echo' and
2225         `wl-highlight-flag-folder-help-echo'.
2226         (wl-highlight-summary-line-string): Change accordingly.
2227         (wl-highlight-summary-current-line): Ditto.
2228
2229 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2232         at the beginning of field body (Thanks to Markus Knittig).
2233
2234         * wl-draft.el (wl-draft-insert-current-message): Also check
2235         summary buffer, remove unnecessary tag.
2236
2237 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2238
2239         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2240         when wl-message-buffer is nil.
2241
2242         * wl-folder.el (wl-folder): Abolish unused argument.
2243         Call wl-folder-init when wl-folder-entity is nil.
2244         * wl.el (wl): Change accordingly.
2245
2246 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2247
2248         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2249         multibyte string before insert into draft buffer.
2250         (wl-draft-create-buffer): Always enable multibyte characters for
2251         draft buffer.
2252
2253         * Version number is increased to 2.11.28.
2254
2255 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-folder.el (wl-folder-open-close): Handle blank line.
2258         (wl-folder-jump-to-current-entity): Ditto.
2259
2260 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2261
2262         * Version number is increased to 2.11.27.
2263
2264 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-thread.el (wl-thread-insert-message): When the thread is
2267         devided by wl-summary-max-thread-depth, insert line at the end of
2268         buffer.
2269
2270 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2271
2272         * Version number is increased to 2.11.26.
2273
2274 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2275
2276         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2277
2278 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2279
2280         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2281         value of stream-type and session.
2282
2283 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2284
2285         * Version number is increased to 2.11.25.
2286
2287 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2288
2289         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2290         in a quit message.
2291
2292 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2295         (wl-summary-redisplay-no-mime-internal): Ditto.
2296
2297 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2298
2299         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2300         * wl-vars.el (wl-smtp-connection-type): Ditto.
2301
2302 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2303
2304         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2305         for the separator line and quote mail-header-separator.
2306
2307 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2308
2309         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2310         result message.
2311
2312         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2313         `elmo-multiple-fields-body-list' with boundary as
2314         mail-header-separator.
2315
2316 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2319
2320 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2321
2322         * wl-util.el (wl-list-diff): Remove unused function.
2323
2324         * wl-draft.el (wl-draft-send-confirm): Discard input before
2325         confirmation.
2326
2327 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2330         order of flag and new.
2331
2332 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2333
2334         * wl-vars.el (wl-refile-policy-alist): Abolished.
2335
2336         * wl-action.el (wl-summary-set-action-refile): Follow the change
2337         above.
2338
2339 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * wl-highlight.el (wl-highlight-signature-search): Don't use
2342         re-search-backward for a long word since it is possible to crash
2343         XEmacs because of a bug.
2344
2345 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2346
2347         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2348
2349 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2350
2351         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2352         argument for wl-summary-sync-force-update.
2353
2354 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-summary.el (wl-summary-mode-map): Revival of
2357         wl-summary-mark-as-important related bindings;
2358         Bind 'F','tF','mF','rF','m&'.
2359         (wl-summary-mark-as-important-region): Revival.
2360         (wl-summary-target-mark-mark-as-important): Ditto.
2361         (wl-summary-target-mark-operation): New function.
2362         (wl-summary-target-mark-mark-as-answered): Use it.
2363         (wl-summary-decide-flag): Don't set Important as default.
2364         (wl-summary-mark-as-important-internal): Revival.
2365         (wl-summary-mark-as-important): Ditto.
2366
2367         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2368
2369         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2370         instead of facep.
2371
2372 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2373
2374         * wl-dnd.el (wl-dnd-drop-func): Fix.
2375
2376         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2377         mouse-set-point instead of posn-point.
2378
2379         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2380
2381         * wl-mule.el (wl-completing-read-multiple): Ditto.
2382
2383 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2384
2385         * wl-demo.el (face-background-name): Defalias to avoid compile
2386         warning.
2387
2388 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl-summary.el (wl-summary-decide-flag): Use
2391         wl-completing-read-multiple instead of completing-read-multiple.
2392
2393         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2394         New alias.
2395
2396         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2397         Use face-background-name instead of face-background.
2398
2399         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2400
2401         * wl-summary.el (wl-summary-save): Use it.
2402         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2403
2404         * wl-mime.el (wl-mime-save-content): Fix last change.
2405
2406 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2407
2408         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2409         New function.
2410         (wl-summary-sort-specs): Added sort.
2411         * wl-mime.el (wl-mime-save-content): Expand file name.
2412
2413 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2414
2415         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2416
2417         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2418
2419 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2422         for flag if it is not defined.
2423
2424 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-e21.el (wl-highlight-folder-current-line): Use
2427         elmo-folder-type-internal when elmo-folder-type returns nil.
2428
2429         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2430
2431         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2432
2433         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2434
2435         * wl-e21.el (wl-summary-toolbar): Ditto.
2436
2437         * wl-vars.el (wl-demo-background-color): Abolished.
2438         (wl-summary-persistent-mark-priority-list): Renamed from
2439         wl-summary-flag-priority-list.
2440         (wl-summary-flag-alist): New user option.
2441         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2442         (wl-message-mode-line-format-spec-alist): Added 'F'.
2443         (wl-message-mode-line-format): Likewise.
2444         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2445         instead of wl-summary-important-mark.
2446         (wl-file-folder-icon): New variable.
2447
2448         * wl-thread.el (wl-thread-set-flags): Renamed from
2449         wl-thread-mark-as-important.
2450
2451         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2452         warning.
2453         (wl-summary-mode-menu-spec): Follow the change of 
2454         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2455         (wl-summary-mode-map): Follow the change of
2456         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2457         (wl-summary-detect-mark-position): Follow the variable name change.
2458         (wl-summary-set-flags-region): New function for the replacement of
2459         wl-summary-mark-as-important-region.
2460         (wl-summary-sync-marks): Sync all global-flags.
2461         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2462         instead of elmo-message-flagged-p.
2463         (wl-summary-persistent-mark-string): Follow the variable name change;
2464         Put wl-summary-flag-mark if the message has global-flag.
2465         (wl-summary-target-mark-set-flags): Renamed from 
2466         wl-summary-target-mark-mark-as-important.
2467         (wl-summary-decide-flag): New function.
2468         (wl-summary-set-flags-internal): Renamed from
2469         wl-summary-mark-as-important-internal.
2470         (wl-summary-add-flags-internal): New function.
2471         (wl-summary-remove-flags-internal): Ditto.
2472         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2473         (wl-summary-mark-as-unimportant): Abolish.
2474         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2475         (wl-summary-next-message): List flagged messages in the msgdb.
2476
2477         * wl-score.el (wl-summary-score-update-all-lines): Use
2478         wl-summary-add-flags-internal instead of 
2479
2480         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2481
2482         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2483         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2484         (wl-message-buffer-require-all-header): Renamed from
2485         wl-message-buffer-all-header-flag (Ditto).
2486         (wl-message-buffer-flag-indicator): New variable.
2487         (wl-message-redisplay): Changed local varibale name from `flag' to
2488         `display-type'; Set up wl-message-buffer-flag-indicator.
2489         (wl-message-buffer-display): Changed varibale name from `flag' to
2490         `display-type'.
2491         (wl-message-display-internal): Likewise.
2492
2493         * wl-highlight.el (wl-highlight-demo-face): Define default background
2494         color.
2495         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2496
2497         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2498
2499         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2500         (wl-demo-setup-properties): Renamed from
2501         `wl-demo-set-background-color'.
2502         (wl-demo): Follow the change above.
2503         
2504         * Version number is increased to 2.11.24.
2505
2506 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-summary.el (wl-summary-toggle-thread): Call
2509         `wl-summary-rescan' with disable-thread as non-nil.
2510         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2511
2512 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2515         foreground property of the face.
2516         (wl-demo-insert-text): Don't set up face property here.
2517         (wl-demo): Call wl-demo-set-background-color, anyway.
2518
2519 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2520
2521         * wl-vars.el (wl-demo-background-color): The value can be nil.
2522
2523 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2526         to wl-summary-wheel-dispatcher.
2527
2528         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2529         wl-message-wheel-dispatcher.
2530         (wl-message-wheel-dispatcher): New function.
2531         (wl-summary-wheel-dispatcher): Ditto.
2532
2533 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-action.el (wl-summary-target-mark-all): List messages which are
2536         not in the killed-list.
2537
2538         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2539         only when the folder is 'flag/important.
2540
2541         * wl-address.el (wl-complete-field-body): Complete if the last
2542         character is a space.
2543
2544 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2545
2546         * wl-folder.el (wl-folder-clear-entity-info): Use
2547         elmo-clear-hash-val.
2548
2549         * wl-fldmgr.el (wl-fldmgr-rename): Set
2550         wl-folder-info-alist-modified as t.
2551
2552 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2553
2554         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2555
2556 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2557
2558         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2559         (wl-folder-buffer-last-visited-entity-id): New buffer local
2560         variable.
2561         (wl-folder-revisit-last-visited-folder): New function.
2562         (wl-folder-mode-map): Bind it to "C-i".
2563         (wl-folder-set-current-entity-id): Set last visited folder.
2564         * wl-summary.el (wl-summary-exit): Ditto.
2565
2566 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2569         before calling `recenter' in order to cope with an XEmacs bug.
2570
2571 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2572
2573         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2574         to the default value.
2575
2576 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2579         change.
2580         (wl-summary-sync-marks): Ditto.
2581         (wl-summary-mark-as-read-internal): Ditto.
2582         (wl-summary-mark-as-answered-internal): Ditto.
2583         (wl-summary-mark-as-important-internal): Ditto.
2584         (wl-summary-reply): Ditto.
2585
2586         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2587         instead of `elmo-folder-unflag-answered'.
2588
2589         * Version number is increased to 2.11.23.
2590
2591         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2592         the last change.
2593
2594 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2595
2596         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2597         Specify "spam" or "good".
2598
2599 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-spam.el (wl-summary-exec-action-spam): Call
2602         wl-folder-confirm-existence for spam folder.
2603         (wl-spam-setup): Bind "mk".
2604
2605 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2606
2607         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2608
2609 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2610
2611         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2612         destination folder is empty.
2613
2614 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2615
2616         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2617         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2618
2619         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2620         (wl-summary-refile-prev-destination-region): New function.
2621         (wl-thread-refile-prev-destination): Ditto.
2622         (wl-summary-target-mark-refile-prev-destination): Ditto.
2623
2624 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2625
2626         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2627         (wl-demo-background-color): Changed default value.
2628
2629         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2630         color.
2631
2632         * wl-demo.el (wl-demo-set-background-color): New function.
2633         (wl-demo): Call it.
2634
2635 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2636
2637         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2638         * wl-address.el (wl-address-add-or-change): Don't add empty
2639         address.
2640
2641 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2642
2643         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2644
2645 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl-vars.el (wl-demo-image-filter-alist): New variable
2648         (wl-demo-background-color): Ditto.
2649
2650         * wl-demo.el (wl-demo-xpm-set-background): New function.
2651         (wl-demo-image-filter): Ditto.
2652         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2653
2654         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2655
2656         * wl-demo.el (wl-demo-icon-name): Define as function.
2657         (wl-demo-insert-image): Use it.
2658
2659 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2660
2661         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2662
2663 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2664
2665         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2666
2667 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2668
2669         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2670
2671 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2672
2673         * wl-thread.el (wl-thread-mark-as-answered): New function.
2674
2675         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2676         answered" entry.
2677         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2678         "r&" and wl-thread-mark-as-answered to "t&".
2679         (wl-summary-mark-as-important-region): Refine to toggle mark.
2680         (wl-summary-mark-as-answered-region): New function.
2681         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2682         and 3rd argument.
2683         (wl-summary-mark-as-important-internal): Likewise.
2684
2685 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2686
2687         * wl-template.el (wl-template-preview): New internal variable.
2688         (wl-template-preview-p): New function.
2689         (wl-template-show): Bind `wl-template-preview' as t.
2690
2691 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2694         `elmo-message-entity-field' with 3rd argument which is non-nil.
2695
2696 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2697
2698         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2699         Removed duplicate local bind `folder'.
2700
2701 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2702
2703         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2704
2705 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2708         duplicate definition.
2709
2710 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2711
2712         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2713         non-nil, use it; Don't fetch message if there's no message in the
2714         current cursor position.
2715
2716 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-util.el (wl-region-exists-p): Use region-active-p.
2719         (wl-deactivate-region): New function.
2720         * wl-message.el (wl-message-redisplay): Deactivate region.
2721
2722         * wl-summary.el (wl-summary-reply): Call
2723         `wl-summary-set-message-buffer-or-redisplay' instead of
2724         `wl-summary-redisplay-internal', don't move point.
2725
2726 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2727
2728         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2729         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2730         by regexp.
2731
2732 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2735         if no need.
2736
2737 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2740         default value to nil.
2741         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2742         `wl-summary-prepare-hook'; Replace refile action to
2743         `wl-summary-exec-action-refile-with-register'.
2744
2745         * Version number is increased to 2.11.22.
2746
2747 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * wl-summary.el (wl-summary-detect-mark-position): Set
2750         `wl-summary-buffer-weekday-name-lang'.
2751
2752 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2753
2754         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2755         (wl-summary-mark-as-read-all): Ditto.
2756         (wl-summary-delete-messages-on-buffer): Ditto.
2757         (wl-summary-sync-update): Ditto.
2758         (wl-summary-mark-as-read-internal): Ditto.
2759         (wl-summary-mark-as-answered-internal): Ditto.
2760         (wl-summary-update-folder-info): Abolished.
2761
2762 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2763
2764         * wl-summary.el (wl-summary-mark-as-read-all): Use
2765         `wl-summary-update-folder-info' instead of
2766         `wl-folder-update-unread'.
2767
2768 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2769
2770         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2771         `wl-summary-folder-info-update'.
2772         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2773         instead of `wl-summary-folder-info-update'.
2774         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2775         `wl-folder-set-folder-updated'.
2776         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2777         instead of `wl-folder-update-unread'.
2778         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2779         the value of `wl-summary-buffer-unread-count' for the second parameter of
2780         `wl-folder-update-unread'.
2781
2782         * Version number is increased to 2.11.21.
2783
2784 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2785
2786         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2787         a local variable.
2788
2789 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2792         interactively.
2793
2794         * wl-summary.el (wl-summary-mark-as-important-internal): New
2795         internal function.
2796         (wl-summary-mark-as-important): Use it.
2797         (wl-summary-mark-as-unimportant): New function.
2798         (wl-summary-sync-marks): Follow the API change.
2799
2800         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2801
2802         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2803
2804 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2805
2806         * wl-folder.el (wl-folder-update-unread): Re-indent.
2807         Narrow the scope of a local variable.
2808
2809 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2812         (wl-addrmgr-merge-entries): Ditto.
2813         (wl-addrmgr): Added to address entry which exists in draft buffer
2814         if no entry is in original.
2815
2816 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2817
2818         * wl-batch.el: New file.
2819
2820 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2821
2822         * wl-vars.el (wl-use-semi): Remove unused variable.
2823
2824 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2825
2826         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2827         "?".
2828
2829 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2832         wl-summary-new-mark.
2833         (wl-summary-new-cached-mark): New user option.
2834         (wl-summary-score-marks): Follow the change above.
2835         (wl-summary-auto-refile-skip-marks): Ditto.
2836         (wl-summary-incorporate-marks): Ditto.
2837         (wl-summary-expire-reserve-marks): Ditto.
2838
2839         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2840
2841         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2842         (wl-summary-persistent-mark-string): Distinguished between cached
2843         and uncached mark when the message is new.
2844
2845 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2846
2847         * wl-spam.el (wl-spam-domain): Renamed from
2848         `wl-spam-folder-guess-domain'.
2849         (wl-summary-exec-action-spam): Register as spam if domain of the
2850         source folder is good.
2851         (wl-summary-exec-action-refile-with-register): Register message if
2852         domain of the source folder is not undecided.
2853
2854 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2855
2856         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2857         detect thread loop.
2858
2859 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2862         and wl-summary-skip-mark-list.
2863
2864 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2865
2866         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2867
2868         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2869
2870         * wl-spam.el (toplevel): Require wl-highlight.
2871         (wl-spam-auto-check-policy-alist): Abolish.
2872         (wl-spam-auto-check-folder-regexp-list): New user option.
2873         (wl-spam-auto-check-marks): Ditto.
2874         (wl-spam-mark-action-list): Ditto.
2875         (wl-highlight-summary-spam-face): New face.
2876         (wl-spam-auto-check-message-p): New function.
2877         (wl-spam-map-spam-messages): Fixed message.
2878         (wl-spam-register-spam-messages): Ditto.
2879         (wl-spam-register-good-messages): Ditto.
2880         (wl-summary-spam-map): Add and remove keybind.
2881         (wl-summary-target-mark-spam): Abolish.
2882         (wl-summary-refile-spam): Ditto.
2883         (wl-summary-test-spam): New function.
2884         (wl-summary-mark-spam): Ditto.
2885         (wl-summary-auto-check-spam): Follow the above change.
2886         (wl-summary-exec-action-spam): New function.
2887         (wl-summary-exec-action-refile-with-register): Fixed message.
2888         (wl-message-check-spam): New function.
2889         (wl-spam-setup): Ditto.
2890         (toplevel): Call it if this file is loaded interactivity.
2891
2892         * Version number is increased to 2.11.20.
2893
2894 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2895
2896         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2897         when new optional argument `force' is non nil or modified.
2898
2899 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl.el (toplevel): Require wl-spam when compile.
2902         (wl-save-status): Call wl-spam-save-status.
2903
2904         * wl-spam.el (wl-spam-register-spam-messages): New function.
2905         (wl-spam-register-good-messages): Ditto.
2906         (wl-spam-save-status): Ditto.
2907         (wl-summary-mode-map): Bind
2908         wl-summary-target-mark-register-as-spam to "ms" and
2909         wl-summary-target-mark-register-as-good to "mn".
2910         (wl-summary-register-as-spam): Abolish optional argument; Use
2911         wl-spam-register-spam-messages.
2912         (wl-summary-register-as-spam-all): Use
2913         wl-spam-register-spam-messages.
2914         (wl-summary-register-as-good): Abolish optional argument; Use
2915         wl-spam-register-good-messages.
2916         (wl-summary-register-as-good-all): Use
2917         wl-spam-register-good-messages.
2918         (wl-summary-target-mark-register-as-spam): New funtion.
2919         (wl-summary-target-mark-register-as-good): Ditto.
2920
2921 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-spam.el: New file.
2924
2925 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2928
2929         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2930         (wl-summary-auto-refile): Call wl-refile-guess with
2931         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2932
2933 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2934
2935         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2936         with disable-thread argument non-nil.
2937
2938 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2939
2940         * wl-summary.el (wl-summary-rescan): Added optional argument
2941         disable-thread.
2942         (wl-summary-sync): Call wl-summary-rescan with argument
2943         disable-thread.
2944         (wl-summary-input-range): Added new range `rescan-thread'.
2945
2946 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2949
2950 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2951
2952         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2953         internal variable.
2954         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2955         wl-summary-search-parent-by-subject-regexp and
2956         wl-summary-divide-thread-when-subject-changed as nil.
2957         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2958         (wl-summary-insert-thread): Search parent entity from
2959         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2960         thread loop.
2961
2962 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2963
2964         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2965
2966         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2967
2968         * wl-util.el (wl-require-update-all-folder-p): New function.
2969         (wl-get-assoc-list-value): Added `function' to match directive.
2970         (wl-collect-draft): Rewrite.
2971
2972         * wl-summary.el (wl-summary-sync-update): Clear faces
2973         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2974         are non-nil.
2975         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2976         argument as function.
2977         (wl-summary-input-range): Ditto.
2978
2979         * wl-folder.el (wl-draft-get-folder): New function.
2980         (wl-folder-get-elmo-folder): Consider draft folder.
2981
2982         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2983         (wl-draft-buffer-message-number): New buffer local variable.
2984         (wl-draft-folder-internal): New internal variable.
2985         (wl-draft-delete): Rewrite.
2986         (wl-draft-save): Ditto.
2987         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2988         wl-folder-get-elmo-folder.
2989         (wl-draft-config-info-operation): Ditto.
2990         (wl-jump-to-draft-folder): Ditto.
2991         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2992         (wl-draft-reedit): Rewrite.
2993
2994         * Version number is increased to 2.11.19.
2995         
2996 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2997
2998         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2999         variable.
3000
3001 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3002
3003         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3004         Use ignore-errors instead of unwind-protect.
3005
3006 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3007
3008         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3009         for updating `wl-thread-entity-list'.
3010
3011 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3012
3013         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3014         parameter from calling `wl-thread-entity-get-older-brothers' and
3015         `wl-thread-entity-get-younger-brothers'.
3016         Replace nested `append' with a single one.
3017
3018 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3019
3020         * wl-summary.el (wl-summary-mode): Don't use the return value of
3021         `make-local-hook'.
3022
3023 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3024
3025         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3026         instead of `let*'.
3027         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3028         of local variables.
3029
3030 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3033         Renamed from wl-summary-window-scroll-functions.
3034         (wl-summary-window-scroll-functions): Don't set to variable.
3035         (wl-summary-display-top): Use run-hooks.
3036         (wl-summary-display-bottom): Ditto.
3037         (wl-summary-toggle-disp-msg): Ditto.
3038         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3039         Use it instead of wl-summary-window-scroll-functions.
3040         (wl-summary-goto-folder-subr): Don't call
3041         wl-summary-window-scroll-functions, use
3042         wl-summary-buffer-window-scroll-functions instead.
3043
3044 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3045
3046         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3047         make-local-variable.
3048
3049 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3050
3051         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3052         set-buffer-modified-p.
3053         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3054         (wl-summary-display-bottom): Ditto.
3055         (wl-summary-toggle-disp-msg): Ditto.
3056
3057 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3060
3061         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3062         (wl-summary-forward): Use elmo-message-entity-field instead of
3063         elmo-message-field.
3064
3065         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3066
3067 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3068
3069         * wl-summary.el (wl-summary-window-scroll-functions): No use
3070         `append'.
3071
3072 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3073
3074         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3075         function.
3076         (wl-summary-window-scroll-functions): Call it when both
3077         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3078         (wl-summary-temp-mark): Added optional argument number.
3079         (wl-summary-message-mark): Added optional argument flag.
3080         (wl-summary-persistent-mark): Added optional argument number and flag.
3081         (wl-summary-update-persistent-mark): Ditto.
3082         (wl-summary-update-status-marks): Set "r" for interactive spec.
3083
3084         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3085         argument number and flag.
3086
3087         * wl-action.el (wl-summary-registered-temp-mark): 
3088         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3089
3090 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3091
3092         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3093         internal variable (buffer local).
3094         (wl-summary-window-scroll-functions): New function.
3095         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3096         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3097         as nil.
3098         (wl-summary-update-status-marks): Added arguments beg, end and
3099         check.
3100         (wl-summary-update-mark-window): Use function.
3101         (wl-summary-sync-update): Follow the change above.
3102         (wl-summary-switch-to-clone-buffer): Copy
3103         wl-summary-buffer-unsync-mark-number-list.
3104         (wl-summary-goto-folder-subr): Set
3105         wl-summary-buffer-unsync-mark-number-list and
3106         use wl-summary-window-scroll-functions instead of
3107         wl-summary-lazy-highlight.
3108
3109         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3110
3111 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3114
3115         * wl-summary.el (wl-summary-update-persistent-mark): Call
3116         wl-summary-set-message-modified.
3117
3118         * wl-summary.el (wl-summary-sync-update): Don't call
3119         wl-summary-update-status-marks.
3120
3121         * Version number is increased to 2.11.18.
3122
3123 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3124
3125         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3126         (wl-message-next-page): Ditto.
3127
3128 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3129
3130         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3131         local variable.  Change the order of a collected list into the
3132         same as the specified range.  Remove nil from a collected list.
3133
3134 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3137         argument for elmo-folder-list-messages.
3138
3139 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3142         change (wl-summary-count-unreads return a list instead of a cons
3143         cell).
3144
3145 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3146
3147         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3148         `wl-summary-folder-info-update'.
3149
3150 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3151
3152         * wl-summary.el (wl-summary-set-message-modified): No use
3153         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3154         (wl-summary-set-mark-modified): Abolish.
3155         (wl-summary-mark-modified-p): Ditto.
3156         (wl-summary-save-view): Follow the change above.
3157
3158         * wl-expire.el (wl-summary-expire): Likewise.
3159
3160 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3161
3162         * wl-summary.el (wl-summary-detect-mark-position): Use
3163         modb-entity-handler.
3164         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3165
3166         * Version number is increased to 2.11.17.
3167
3168 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3171         entity field value.
3172         (wl-summary-prefetch-msg): Ditto.
3173         (wl-summary-print-message-with-ps-print): Ditto.
3174
3175 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3176
3177         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3178         for dummy entity.
3179         (wl-summary-insert-thread): Use elmo-message-entity-field.
3180         (wl-summary-update-thread): Use elmo-message-entity-field and
3181         elmo-message-entity-number.
3182         (wl-summary-line-number):  Use elmo-message-entity-number.
3183         (wl-summary-line-size): Use elmo-message-entity-field.
3184         (wl-summary-line-subject): Ditto.
3185         (wl-summary-line-from): Ditto.
3186         (wl-summary-line-attached): Ditto.
3187         (wl-summary-create-line): Ditto.
3188         (wl-summary-create-line): Use elmo-message-entity-number.
3189         (wl-summary-print-message-with-ps-print): Use
3190         elmo-message-entity-field.
3191
3192 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3195         change in elmo-msgdb-make-message-entity.
3196         (wl-summary-buffer-set-folder): Don't call
3197         wl-summary-detect-mark-position here.
3198         (wl-summary-rescan): Call elmo-message-entity-number.
3199         (wl-summary-sync-update): Ditto.
3200         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3201
3202         * wl-score.el (wl-score-header-index): Redefine 2th element.
3203         (wl-score-overview-entity-get-extra): Abolish.
3204         (wl-score-ov-entity-get): Rewrite.
3205         (wl-score-string-index<, wl-score-string-func<): Abolish.
3206         (wl-score-string<): New function.
3207         (wl-score-string-sort): Use it.
3208
3209         * wl-refile.el (wl-refile-guess-by-history): Use
3210         elmo-message-entity-field.
3211         (wl-refile-guess-by-from): Ditto.
3212         (wl-refile-guess-by-msgid): Ditto.
3213
3214         * Version number is increased to 2.11.16.
3215
3216 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3217
3218         * wl-folder.el (wl-folder-confirm-existence): Don't call
3219         file-exists-p if msgdb-path is nil.
3220         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3221         `wl-read-folder-hist' to `wl-read-folder-history'.
3222
3223 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3224
3225         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3226         `y-or-n-p'.
3227
3228 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3229
3230         * wl-score.el (wl-score-headers): Don't use
3231         elmo-folder-do-each-message-entity.
3232
3233         * Version number is increased to 2.11.15.
3234
3235 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-summary.el (wl-summary-delete-all-msgs): Use
3238         elmo-folder-move-messages instead of elmo-folder-delete-messages
3239         and elmo-folder-detach-messages.
3240         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3241
3242         * wl-expire.el (wl-expire-delete): Ditto.
3243         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3244
3245 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3248         (wl-message-header-narrowing-fields): Ditto.
3249         (wl-message-header-narrowing-lines): Ditto.
3250         (wl-message-header-narrowing-string): Ditto.
3251
3252         * wl-summary.el (wl-summary-mode-map): Bind
3253         wl-summary-toggle-header-narrowing to "C-cC-f".
3254         (wl-summary-toggle-header-narrowing): New function.
3255
3256         * wl-message.el (wl-message-buffer-create): Call
3257         wl-message-header-narrowing-setup.
3258         (wl-message-redisplay): Call wl-message-header-narrowing.
3259         (wl-message-header-narrowing): New function.
3260         (wl-message-header-narrowing-map): New keymap.
3261         (wl-message-header-narrowing-widen-map): New keymap.
3262         (wl-message-header-narrowing-again-at-mouse): New function.
3263         (wl-message-header-narrowing-1): Ditto.
3264         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3265         (wl-message-header-narrowing-setup): Ditto.
3266         (wl-message-header-narrowing-toggle): Ditto.
3267         
3268         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3269
3270         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3271         'flag as all.
3272         (wl-use-flag-folder-help-echo): New user option.
3273
3274         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3275         wl-summary-highlight as nil.
3276         (wl-summary-set-mark-modified): Follow the API change.
3277         (wl-summary-mark-modified-p): Ditto.
3278         (wl-summary-mark-as-read-all): Ditto.
3279         (wl-summary-sync-marks): Don't call
3280         elmo-folder-list-messages-with-global-mark.
3281         (wl-summary-mark-as-read-internal): Follow the API change.
3282         (wl-summary-mark-as-answered-internal): Ditto.
3283         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3284         Follow the API change.
3285         (wl-summary-create-line): Call with number argument.
3286         (wl-summary-reply): Follow the API change.
3287
3288         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3289         function.
3290         (wl-highlight-summary-line-string): Call it when
3291         wl-use-flag-folder-help-echo is non-nil.
3292         (wl-highlight-summary-current-line): Ditto.
3293         (elmo-flag-folder-referrer): Added autoload setting.
3294
3295         * wl-draft.el (wl-draft-kill): Follow the API change.
3296
3297         * Version number is increased to 2.11.14.
3298         
3299 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3300
3301         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3302
3303 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3304
3305         * Version number is increased to 2.11.13.
3306
3307 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3308
3309         * wl-draft.el (wl-draft-previous-history-element): Fixed
3310         unbalanced parenthesis and bind unbound local variables.
3311
3312 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3313
3314         * wl-draft.el (wl-draft-previous-history-element): New function.
3315         (wl-draft-next-history-element): Ditto.
3316         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3317         them to M-p and M-n.
3318
3319 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * Version number is increased to 2.11.12.
3322
3323 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3324
3325         * wl-draft.el (wl-draft-hide): Select buffer-window.
3326
3327 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3328
3329         * wl-summary.el (wl-summary-narrow-to-region): New function.
3330         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3331         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3332         (wl-summary-save-region): Use it.
3333         * wl-action.el (wl-summary-collect-numbers-region)
3334         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3335
3336 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-folder.el (wl-folder-count-incorporates): Don't use
3339         `elmo-msgdb-mark-load'
3340
3341         * Version number is increased to 2.11.11.
3342
3343 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3344
3345         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3346         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3347
3348 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3351
3352 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3353
3354         * Version number is increased to 2.11.10.
3355
3356 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-mime.el (wl-draft-attribute-value): Fixed.
3359
3360 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3361
3362         * wl-util.el (wl-copy-local-variables): New function.
3363
3364         * wl-mime.el (wl-draft-attribute-recipients): New function.
3365         (wl-draft-attribute-envelope-from): Ditto.
3366         (wl-draft-attribute-smtp-posting-server): Ditto.
3367         (wl-draft-attribute-smtp-posting-port): Ditto.
3368         (wl-draft-attribute-value): Ditto.
3369         (wl-draft-preview-message): Use it to get value for
3370         attributes. Reflect result of `wl-draft-config'.
3371
3372         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3373         and call `wl-summary-mark-as-read' before to call
3374         `wl-summary-unset-mark'.
3375         (wl-summary-target-mark-mark-as-unread): Likewise.
3376         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3377
3378 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-mime.el (wl-draft-preview-message): Use actual value for
3381         attributes; Fix for small window.
3382
3383 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * wl-refile.el (wl-refile-get-field-value): Call
3386         `elmo-message-entity-field' with 3rd argument is non-nil.
3387
3388 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-vars.el (wl-draft-preview-attributes): New user option.
3391         (wl-draft-preview-attributes-list): Ditto.
3392         (wl-draft-preview-attributes-buffer-lines): Ditto.
3393         (wl-draft-preview-attributes-buffer-name): Ditto.
3394
3395         * wl-mime.el (wl-draft-preview-message): Display attributes.
3396
3397 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3398
3399         * wl-summary.el (wl-summary-detect-mark-position): Bind
3400         wl-summary-flag-priority-list to '(new).
3401
3402 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3403
3404         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3405         funtion.
3406         (wl-highlight-summary-line-string): Use it.
3407         (wl-highlight-summary-current-line): Ditto.
3408
3409 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3412         line even when the mark string is not changed.
3413
3414         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3415         argument change in the wl-summary-create-line.
3416         (wl-thread-insert-entity-sub): Ditto.
3417
3418         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3419         argument change in the wl-summary-create-line.
3420         (wl-summary-insert-sequential): Ditto.
3421         (wl-summary-update-thread): Ditto.
3422         (wl-summary-persistent-mark-string): New inline function.
3423         (wl-summary-message-mark): Use it.
3424         (wl-summary-create-line): Abolish argument wl-persistent-mark
3425         and added wl-flags, wl-cached.
3426
3427         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3428         mark to flags.
3429         (wl-highlight-summary-current-line): Decide the face not by the 
3430         persistent mark but flags.
3431
3432 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3435         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3436         wl-summary-read-uncached-mark): Revive.
3437         (wl-summary-answered-cached-mark,
3438         wl-summary-answered-uncached-mark): New user option.
3439         (wl-summary-score-marks): Follow the change above.
3440         (wl-summary-auto-refile-skip-marks): Ditto.
3441         (wl-summary-incorporate-marks): Ditto.
3442         (wl-summary-expire-reserve-marks): Ditto.
3443         (wl-summary-flag-priority-list): New user option.
3444
3445         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3446         changes.
3447         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3448         of elmo-message-mark.
3449         (wl-summary-mark-as-read-internal): Ditto.
3450         (wl-summary-mark-as-answered): Ditto.
3451         (wl-summary-mark-as-important): Ditto.
3452         (wl-summary-redisplay-internal): Ditto.
3453         (wl-summary-redisplay-no-mime-internal): Ditto.
3454         (wl-summary-message-mark): New function.
3455         (wl-summary-insert-sequential): Use wl-summary-message-mark
3456         instead of elmo-message-mark.
3457         (wl-summary-update-thread): Ditto.
3458         (wl-summary-persistent-mark): Ditto.
3459         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3460         instead of elmo-message-mark.
3461
3462         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3463         wl-summary-message-mark instead of elmo-message-mark.
3464         (wl-thread-insert-entity-sub): Ditto.
3465         (wl-thread-get-children-msgs-uncached): Ditto.
3466
3467         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3468         variable name changes.
3469         (wl-highlight-summary-current-line): Ditto.
3470
3471         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3472         wl-summary-message-mark instead of elmo-message-mark.
3473
3474         * wl-expire.el (wl-expire-message-p): Ditto.
3475
3476         * wl-score.el (wl-score-headers): Ditto.
3477
3478         * Version number is increased to 2.11.9.
3479
3480         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3481         (wl-summary-sync-update): Follow the change above.
3482         (wl-summary-switch-to-clone-buffer): Ditto.
3483         (wl-summary-open-folder): Ditto.
3484
3485 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3486
3487         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3488         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3489
3490         * Version number is increased to 2.11.8.
3491
3492         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3493
3494         * wl-expire.el (wl-expire-refile): Follow the API change on
3495         `elmo-folder-move-messages'.
3496         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3497
3498         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3499         (wl-summary-exec-action-refile): Ditto.
3500         (wl-summary-exec-action-copy): Ditto.
3501         (wl-summary-no-auto-refile-message-p): No use
3502         `wl-summary-buffer-msgdb'.
3503         (wl-summary-auto-refile): Ditto.
3504
3505 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3506
3507         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3508
3509 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3510
3511         * wl-summary.el (wl-summary-sync): Treat no-sync.
3512
3513         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3514         (wl-default-sync-range): Ditto.
3515
3516 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-refile.el (wl-refile-subject-learn): Call
3519         `elmo-message-entity-field' with 3rd argument is non-nil.
3520         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3521         instead of `elmo-msgdb-overview-entity-get-subject'.
3522
3523 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3524
3525         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3526         scan-type is rescan.
3527         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3528         new optional argument force is non-nil.
3529         (wl-summary-save-view-cache): Call it with force argument non-nil.
3530
3531         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3532
3533 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-action.el (wl-summary-print-argument): Fixed last change.
3536
3537 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3538
3539         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3540         simplified.
3541         (wl-summary-target-mark-mark-as-unread): Likewise.
3542         (wl-summary-target-mark-mark-as-important): Likewise.
3543
3544 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3545
3546         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3547         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3548         (wl-summary-mark-as-important-region): Change accordingly.
3549         (wl-summary-target-mark-mark-as-important): Ditto.
3550
3551 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3552
3553         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3554
3555         * wl-action.el (wl-summary-print-argument): Print argument to
3556         right side of window if `wl-summary-print-argument-within-window'
3557         is non-nil.
3558
3559 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3560
3561         * wl-action.el (wl-summary-set-mark): Use
3562         `wl-summary-message-visible-p' to check visibility of the message
3563         and jump to message only when the message line is visible and have
3564         different number; Call wl-summary-unset-mark with number argument.
3565         (wl-summary-unset-mark): 
3566         Use `wl-summary-message-visible-p'
3567         to check visibility of the message and jump to message only when
3568         the message line is visible and have different number;
3569
3570 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3571
3572         * Version number is increased to 2.11.7.
3573
3574         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3575         and wl-folder-summary-line-format.
3576
3577         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3578         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3579         (wl-summary-set-score-mark): Use it.
3580         (wl-summary-target-mark-mark-as-read): Ditto.
3581         (wl-summary-target-mark-mark-as-unread): Ditto.
3582         (wl-summary-target-mark-mark-as-important): Ditto.
3583         (wl-summary-target-mark-msgs): Simplified.
3584         (wl-summary-detect-mark-position): Fixed problem when
3585         summary-line-format no contain persisten/temp mark spec.
3586         (wl-summary-temp-mark): Ditto.
3587         (wl-summary-persistent-mark): Ditto.
3588         (wl-summary-update-persistent-mark): Ditto.
3589
3590         * wl-action.el (wl-summary-set-mark): Ditto.
3591         (wl-summary-unset-mark): Ditto.
3592         All other related portions are changed.
3593
3594 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3595
3596         * Version number is increased to 2.11.6.
3597
3598 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-util.el (wl-current-message-buffer): Define as function;
3601         Don't use the value of wl-messge-buffer.
3602
3603         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3604         persistent mark.
3605
3606         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3607         no current message, cause an error.
3608
3609 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3610
3611         * wl-summary.el (wl-summary-set-message-modified): Use
3612         elmo-folder-set-message-modified instead of
3613         elmo-folder-set-message-modified-internal.
3614
3615 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3616
3617         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3618         interactively.
3619         (wl-summary-sync): nokill->entirely.
3620         (wl-summary-sync-marks): Fixed message.
3621         (wl-summary-input-range): Added mark, nokill->entirely.
3622
3623         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3624         messages as read.
3625
3626 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3627
3628         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3629         update-noscore.
3630         (wl-summary-sync): Follow the change above.
3631
3632 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3633
3634         * wl-action.el (wl-summary-target-mark-all): Use
3635         elmo-folder-list-messages.
3636
3637 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3638
3639         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3640         (wl-summary-rescan): Set wl-summary-scored as nil.
3641         (wl-summary-sync-force-update): Follow the change above.
3642         (wl-summary-sync): Ditto.
3643         (wl-summary-sync-update): Added argument disable-killed.
3644         (wl-summary-insert-headers): Set visible-only argument for
3645         elmo-folder-list-messages.
3646         (wl-summary-input-range): Added update-nokill, update-noscore,
3647         all-nokill, all-noscore and mark.
3648
3649         * Version number is increased to 2.11.5.
3650
3651         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3652
3653 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3654
3655         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3656         (wl-summary-prefetch-region-no-mark): Change accordingly.
3657         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3658
3659 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3660
3661         * wl-address.el (wl-complete-field-to): Abolished.
3662         (wl-complete-address): Completion function for completing-read.
3663         * wl-action.el (wl-summary-get-resend-address): Use it.
3664
3665         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3666         wl-summary-update-mark and abolish unused argument.
3667         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3668         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3669         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3670         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3671         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3672         * wl-draft.el (wl-draft-kill): Ditto.
3673
3674         * wl-summary.el: Remove unused binding of case-fold-search.
3675         (wl-summary-replace-status-marks): Abolished.
3676
3677 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3680         is specified or folder length is zero.
3681
3682 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3683
3684         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3685         (wl-folder-archive-current-entity): Ditto.
3686
3687 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3690         retrieving message mark.
3691         (wl-summary-redisplay-internal): Ditto.
3692
3693         * wl-message.el (wl-message-buffer-display): Ignore errors while
3694         retrieving message-id field.
3695
3696         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3697         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3698         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3699         order of the arguments for `wl-expire-message-p'.
3700         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3701
3702         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3703         Check return value of wl-summary-reply.
3704         (wl-summary-reply): Recover window configuration when an error occured.
3705
3706 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3707
3708         * wl-summary.el (wl-summary-resend-message): Abolished, the
3709         feature is inherited by wl-summary-resend (put resend mark).
3710
3711 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3712
3713         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3714         wl-message-buffer to nil when the message is hide.
3715
3716 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3717
3718         * .cvsignore: New file.
3719
3720 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3721
3722         * wl-action.el (wl-summary-action-docstring): Add more info.
3723         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3724         duplicate definition.
3725         (wl-summary-define-mark-action): Functions wl-summary-*-region
3726         keep current position.
3727         (wl-summary-unregister-target-mark): Store result to the variable.
3728
3729 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * Version number is increased to 2.11.4.
3732
3733 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3734
3735         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3736         wl-summary-delete-all-temp-marks.
3737         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3738
3739         * wl-action.el (wl-summary-set-mark): Changed terminology
3740         refile-destination -> action-argument.
3741         (wl-summary-unset-mark): Ditto.
3742         (wl-summary-remove-argument): Ditto.
3743         (wl-summary-print-argument): Ditto.
3744
3745         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3746         (wl-thread-remove-argument-region): Ditto.
3747         (wl-thread-print-argument-region): Ditto.
3748         (wl-thread-close): Ditto.
3749         (wl-thread-open): Ditto.
3750
3751         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3752         (wl-highlight-refile-destination-face is abolished)
3753         (wl-highlight-action-argument-string): Ditto.
3754         (wl-highlight-summary-current-line): Highlight action argument.
3755
3756         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3757         color for light backgrounds.
3758         (wl-highlight-summary-answered-face): Ditto.
3759
3760 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3763
3764         * wl-score.el (wl-summary-score-update-all-lines): Use
3765         wl-summary-set-mark.
3766         (wl-summary-score-update-all-lines): Kill expunged messages.
3767
3768         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3769
3770 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3773         directly.
3774         (wl-score-overview-entity-get-lines): Ditto.
3775         (wl-score-overview-entity-get-xref): Ditto.
3776         (wl-score-get-latest-msgs): Ditto.
3777         (wl-summary-rescore): Ditto.
3778
3779         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3780         to "&".
3781         (wl-summary-mark-as-answered-internal): New inline function.
3782         (wl-summary-mark-as-answered): New function.
3783         (wl-summary-mark-as-unanswered): Ditto.
3784         (wl-summary-sync-marks): Modified for answered-mark synching.
3785
3786 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-action.el (wl-summary-set-mark): Fixed last change.
3789
3790 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3791
3792         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3793         behavior of wl-summary-unread-message-hook
3794         (Pointed out by akira yamada <akira@arika.org>).
3795
3796 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3797
3798         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3799         wl-summary-delete.
3800         * wl-xmas.el (wl-summary-toolbar): Ditto.
3801
3802         * wl-action.el (wl-summary-set-mark): Don't override current
3803         temp-mark.
3804
3805         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3806
3807 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3810         (wl-refile-msgid-learn): Ditto.
3811         (wl-refile-get-field-value): Ditto.
3812
3813         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3814
3815         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3816         (wl-expire-delete-reserved-messages): Renamed from
3817         wl-expire-reserve-marked-msgs-from-list.
3818         (wl-expire-delete): Removed argument `msgdb'.
3819         (wl-expire-refile): Ditto.
3820         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3821         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3822         mark-alist as argument.
3823         (wl-expire-archive-number1): Removed argument `msgdb'.
3824         (wl-expire-archive-number2): Ditto.
3825         (wl-expire-archive-date): Ditto.
3826         (wl-expire-localdir-date): Ditto.
3827         (wl-expire-hide): Ditto.
3828         (wl-archive-number1): Ditto.
3829         (wl-archive-number2): Ditto.
3830         (wl-archive-date): Ditto.
3831         (wl-archive-folder): Ditto.
3832         All other related portions are changed.
3833
3834 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3835
3836         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3837         mean move up and down. (suggested by Takashi Kawachi)
3838
3839 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3840
3841         * wl-acap.el (toplevel): Don't require un-define.
3842
3843 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-thread.el (wl-thread-delete-message): Always update
3846         wl-summary-buffer-number-list.
3847
3848         * wl-action.el (wl-summary-print-destination): 
3849         Do nothing when folder is nil.
3850
3851 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3852
3853         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3854         persistent mark when prefetch is succeeded.
3855
3856 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3857
3858         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3859         instead of elmo-msgdb-delete-msgs.
3860         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3861         (wl-expire-hide): Ditto.
3862
3863         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3864
3865         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3866         elmo-msgdb interface.
3867         (wl-thread-get-exist-children): Likewise.
3868         (wl-thread-insert-message): Likewise.
3869         (wl-thread-msg-mark-as-important): Likewise.
3870         (wl-thread-insert-entity-sub): Likewise.
3871         (wl-thread-get-children-msgs-uncached): Likewise.
3872
3873         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3874         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3875         (wl-summary-sync-update): Likewise.
3876         (wl-summary-auto-select-msg-p): Likewise.
3877         (wl-summary-update-thread): Likewise.
3878         (wl-summary-mark-as-important): Likewise.
3879         (wl-summary-jump-to-msg-internal): Likewise.
3880         (wl-summary-redisplay-internal): Likewise.
3881         (wl-summary-print-message-with-ps-print): Likewise.
3882         (wl-summary-folder-info-update): Likewise.
3883
3884         * wl-folder.el (wl-folder-check-one-entity):
3885         elmo-folder-count-flags instead of wl-summary-count-unread.
3886
3887         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3888
3889         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3890
3891         * wl-summary.el (wl-summary-set-message-modified): 
3892         Call wl-summary-set-mark-modified.
3893         (wl-summary-delete-messages-on-buffer): Call
3894         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3895         (wl-summary-sync-update): Call elmo-folder-length instead of
3896         elmo-folder-messages.
3897         (wl-summary-insert-headers): Don't call
3898         elmo-folder-list-message-entities.
3899
3900 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3901
3902         * wl-action.el (wl-summary-define-mark-action): Call
3903         `wl-summary-set-mark' with argument `data'.
3904         (wl-summary-auto-refile): Fixed order of arguments when call
3905         `wl-summary-refile'.
3906
3907 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3908
3909         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3910
3911         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3912
3913         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3914         (Renamed from wl-highlight-summary-deleted-face).
3915         (wl-highlight-summary-resend-face): New face.
3916
3917         (wl-highlight-summary-deleted-face): Renamed from
3918         wl-highlight-summary-erased-face.
3919
3920         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3921
3922         * wl-action.el (wl-summary-get-resend-address): New function.
3923         (wl-summary-exec-action-resend): Ditto.
3924         (wl-summary-exec-action-resend-subr): Ditto.
3925
3926         * w-thread.el (wl-thread-copy): Removed definition.
3927         (wl-thread-refile): Ditto.
3928         (wl-thread-delete): Ditto.
3929         (wl-thread-target-mark): Ditto.
3930
3931         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3932         (wl-summary-target-mark-set-action): Fixed.
3933         (wl-summary-define-mark-action): Fixed quotation.
3934         (wl-summary-move-mark-list-messages): Display message.
3935         (wl-summary-define-mark-action): Define thread functions.
3936         (wl-summary-exec-action-refile): Changed message.
3937         (wl-summary-exec): Ditto.
3938
3939 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3940         
3941         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3942         '%%'.
3943
3944 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3945
3946         * wl.el (toplevel): Require wl-action.
3947         (wl-init): Call wl-summary-define-mark-action.
3948
3949         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3950
3951         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3952         wl-summary-delete and wl-summary-erase.
3953         (wl-summary-mode-map): Ditto.
3954
3955         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3956         wl-delete-folder-alist.
3957
3958         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3959         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3960         (toplevel): Moved mark & action related functions to the wl-action.el.
3961
3962         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3963         in wl-summary-mark-action-list.
3964         (wl-highlight-summary-current-line): Ditto.
3965
3966         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3967         empty lines.
3968
3969         * wl-action.el: New file. 
3970
3971 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3972
3973         * wl-summary.el (wl-summary-target-mark-replace): New function.
3974         (wl-summary-target-mark-prefetch): Use it.
3975         (wl-summary-target-mark-delete): Ditto.
3976         (toplevel): Rearranged definition order.
3977         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3978         (wl-summary-target-mark-erase): Rewrite.
3979         (wl-summary-erase-region): New function.
3980         (wl-summary-exec-action-erase): Changed message.
3981         (wl-summary-move-mark-list-messages): New function.
3982         (wl-summary-exec-action-delete): Use it.
3983         (wl-summary-exec-action-erase): Ditto.
3984
3985         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3986         (wl-summary-skip-mark-list): Added "d".
3987
3988         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3989         while searching.
3990
3991         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3992         and define using defcustom;
3993         Define 4th element as a face.
3994         
3995         * wl-summary.el (wl-summary-incorporate): Use 
3996         `wl-summary-prefetch-region-no-mark' instead of
3997         `wl-summary-prefetch-region'.
3998         (wl-summary-prefetch-region-no-mark): Revival of old
3999         `wl-summary-prefetch-region'.
4000         (wl-summary-mark-action-list): Moved to wl-vars.el
4001
4002         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4003         face according to the `wl-summary-mark-action-list'.
4004         (wl-highlight-summary-current-line): Ditto;
4005         Removed destination highlighting.
4006
4007         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4008         (wl-highlight-summary-line-string): Highlight for "i" mark.
4009         (wl-highlight-summary-current-line): Ditto.
4010
4011         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4012         no destination.
4013
4014         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4015         exists, just go ahead.
4016         (wl-summary-prefetch-region): Rewrite.
4017         (wl-summary-prefetch): Ditto.
4018         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4019         (wl-summary-exec-action-prefetch): New function.
4020         (wl-summary-target-mark-prefetch): Rewrite.
4021
4022 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4023
4024         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4025         (wl-highlight-summary-line-string): Added "d" and "D".
4026         (wl-highlight-summary-current-line): Ditto.
4027
4028         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4029         in wl-summary.el.
4030         (wl-thread-insert-entity-sub): Ditto.
4031         (wl-thread-remove-destination-region): Ditto.
4032         (wl-thread-print-destination-region): Ditto.
4033
4034         * wl-summary.el (wl-summary-buffer-refile-list,
4035         wl-summary-buffer-delete-list,
4036         wl-summary-buffer-copy-list): Abolish.
4037         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4038         All other related portions are changed.
4039         (wl-summary-mark-action-list): New variable.
4040         (wl-summary-set-mark): New function.
4041         (wl-summary-register-target-mark): Ditto.
4042         (wl-summary-unregister-target-mark): Ditto.
4043         (wl-summary-have-target-mark-p): Ditto.
4044         (wl-summary-register-temp-mark): Ditto.
4045         (wl-summary-unregister-temp-mark): Ditto.
4046         (wl-summary-registered-temp-mark): Ditto.
4047         (wl-summary-collect-temp-mark): Ditto.
4048         (wl-summary-unset-mark): Ditto.
4049         (wl-summary-set-target-mark): Ditto.
4050         (wl-summary-unset-target-mark): Ditto.
4051         (wl-summary-set-action-generic): Ditto.
4052         (wl-summary-unset-action-generic): Ditto.
4053         (wl-summary-exec-action-delete): Ditto.
4054         (wl-summary-exec-action-erase): Ditto.
4055         (wl-summary-set-action-refile): Ditto.
4056         (wl-summary-set-action-refile-subr): Ditto.
4057         (wl-summary-unset-action-refile): Ditto.
4058         (wl-summary-make-destination-numbers-list): Ditto.
4059         (wl-summary-exec-action-refile): Ditto.
4060         (wl-summary-set-action-copy): Ditto.
4061         (wl-summary-unset-action-copy): Ditto.
4062         (wl-summary-exec-action-copy): Ditto.
4063         (wl-summary-collect-numbers-region): Ditto.
4064         (wl-summary-delete): Rewrite.
4065         (wl-summary-erase): Ditto.
4066         (wl-summary-remove-destination): Ditto.
4067         (wl-summary-exec): Ditto.
4068         (wl-summary-exec-region): Ditto.
4069         (wl-summary-target-mark-erase): Ditto.
4070         (wl-summary-refile): Ditto.
4071         (wl-summary-copy): Ditto.
4072         (wl-summary-unmark): Ditto.
4073         (wl-summary-delete-all-mark): Ditto.
4074         (wl-summary-mark-line): Don't highlight.
4075         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4076         (wl-summary-target-mark-refile-subr): Rewrite.
4077
4078         (wl-summary-copy-prev-destination): Abolish.
4079
4080 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4081
4082         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4083         default values along the value of wl-on-mule.
4084         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4085         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4086         It is not used anywhere.
4087
4088 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4089
4090         * wl-summary.el (wl-summary-print-destination): Keep position.
4091         (wl-summary-cursor-move-surface): Keep horizontal position.
4092
4093 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4094
4095         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4096         write sendlog.
4097
4098 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4099
4100         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4101         `wl-summary-highlight'.
4102
4103 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4104
4105         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4106         trivial condition for temp-mark.
4107
4108 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4111         when it hits killed buffer.
4112
4113 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4116         * wl-news.el.in: `message' and `error' take format string.
4117
4118 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4119
4120         * wl-folder (wl-folder-insert-entity): Display a message,
4121         `...done', when the work finish.
4122         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4123
4124 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4125
4126         * wl-message.el (wl-message-redisplay): Remove unused local
4127         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4128
4129 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4130
4131         * wl-summary.el (wl-summary-replace-status-marks): Disable
4132         interactive use.
4133         (wl-summary-reedit): Check message existence at first.
4134         (wl-summary-mark-line): Fix doc, return value is indefinite.
4135
4136         * wl-highlight.el (wl-highlight-message): Arranged.
4137
4138         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4139         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4140         check temp-mark by wl-summary-temp-mark always.
4141         (wl-highlight-summary): Change accordingly.
4142         * wl-summary.el (wl-summary-mark-as-read-all)
4143         (wl-summary-delete-cache, wl-summary-set-score-mark)
4144         (wl-summary-mark-as-unread, wl-summary-unmark)
4145         (wl-summary-mark-line, wl-summary-mark-as-read)
4146         (wl-summary-mark-as-important): Ditto.
4147
4148         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4149         end of the window if possible.
4150         * wl-summary.el (wl-summary-sync-update): Support lazy
4151         highlighting.
4152         (wl-summary-toggle-disp-msg): Ditto.
4153
4154 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4155
4156         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4157
4158 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4159
4160         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4161         change.
4162
4163 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4164
4165         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4166         API.
4167         (wl-summary-sync-update): Ditto.
4168
4169         * wl-score.el (wl-score-get-score-alist): Changed argument.
4170         (wl-summary-rescore-msgs): Likewise.
4171         (wl-summary-score-headers): Likewise.
4172         (wl-score-headers): Likewise;
4173         Use elmo-folder-do-each-message-entity, etc.
4174         (wl-summary-score-effect): Follow the changes above.
4175         (wl-summary-rescore): Ditto.
4176         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4177         (wl-score-get-overview): Abolish.
4178
4179         * wl-summary.el (wl-summary-default-from): Follow the API change in
4180         elmo-msgdb.
4181         (wl-summary-count-unread): Ditto.
4182         (wl-summary-detect-mark-position): Ditto.
4183         (wl-summary-overview-entity-compare-by-date): Ditto.
4184         (wl-summary-overview-entity-compare-by-number): Ditto.
4185         (wl-summary-overview-entity-compare-by-from): Ditto.
4186         (wl-summary-overview-entity-compare-by-subject): Ditto.
4187         (wl-summary-get-list-info): Ditto.
4188         (wl-summary-rescan): Ditto.
4189         (wl-summary-jump-to-msg-by-message-id): Ditto.
4190         (wl-summary-sync-update): Ditto; Removed comment.
4191         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4192         (wl-summary-insert-message): Use wl-summary-insert
4193         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4194         (wl-summary-insert-headers): Changed argument overview to folder.
4195         (wl-summary-search-by-subject): Likewise.
4196         (wl-summary-insert-thread): Renamed from 
4197         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4198
4199         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4200         too.
4201
4202         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4203         wl-string-member.
4204
4205 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4208         elmo-folder-append-buffer.
4209         (wl-draft-queue-append): Likewise.
4210
4211         * wl-mime.el (wl-message-delete-current-part): Ditto.
4212         (wl-summary-burst-subr): Ditto.
4213
4214         * wl-news.el.in (wl-news-send-news): Ditto.
4215
4216 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4219         function.
4220         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4221         (wl-summary-update-mark): Enclose with save-excursion.
4222         (wl-summary-mark-as-read-internal): Fixed last change.
4223         (wl-summary-mark-as-important): Use 3rd argument of
4224         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4225         Don't use elmo-msgdb-set-mark.
4226         (wl-summary-redisplay-internal): If msgdb flag is already read,
4227         just update the mark on buffer.
4228
4229 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4230
4231         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4232         cut visible folder when elmo-folder-delete returns non-nil value.
4233
4234 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4235
4236         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4237         by Kenichi OKADA <okada@opaopa.org>).
4238
4239 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4240
4241         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4242
4243 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4244
4245         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4246         Fixed the last change, search group entity by its real name.
4247         (Thanks to: KOBAYASHI Shinji)
4248
4249 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4250
4251         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4252         (wl-fldmgr-access-display-all): Don't refer visible name.
4253         * wl-expire.el (wl-folder-archive-current-entity)
4254         (wl-folder-expire-current-entity): Ditto.
4255         * wl-folder.el (wl-folder-jump-to-current-entity)
4256         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4257         (wl-folder-open-folder-sub,wl-folder-open-all)
4258         (wl-folder-write-current-folder): Ditto.
4259         (wl-folder-insert-entity): Don't use petname for normal group.
4260         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4261         is the real name.
4262         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4263         Abolished.
4264
4265 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4266
4267         * wl-draft.el (wl-draft-create-buffer): Add
4268         `wl-summary-reply-with-citation'
4269
4270 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4271
4272         * wl-draft.el (wl-draft-reply): Fixed.
4273
4274 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4277         when `wl-draft-send-confirm-with-preview' is non-nil.
4278         You can scroll up/down by j/k.
4279         (wl-draft-send-confirm-with-preview): New variable (default=t).
4280
4281 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4284         (wl-fldmgr-save-folders): Fix comment.
4285
4286 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4287
4288         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4289         along the last change in `wl-folder-buffer-group-p'.
4290
4291 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4292
4293         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4294         folder.
4295
4296         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4297         the default value.
4298
4299         * wl-mime.el (wl-summary-burst): Update summary only when target
4300         folder equals current folder.
4301
4302 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4303
4304         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4305
4306 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4309         value.
4310
4311 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4312
4313         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4314         `map-extents' instead of `extent-at' repeatedly.
4315         (wl-highlight-folder-current-line): Ditto.
4316
4317         * wl-highlight.el: Remove useless dummy functions.
4318
4319 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4320
4321         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4322         (wl-folder-put-folder-property): New function to put text property.
4323         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4324         (wl-folder-insert-entity, wl-folder-update-diff-line)
4325         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4326         * wl-e21.el, wl-xmas.el, wl-mule.el
4327         (wl-highlight-folder-current-line): Ditto.
4328         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4329         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4330         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4331         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4332
4333 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * Version number is increased to 2.11.3.
4336
4337 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4340         Resume current-buffer since it is assumed by remaining tasks.
4341
4342 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4343
4344         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4345         (wl-folder-completion-function): Abolished.
4346         (wl-folder-complete-folder): New function.
4347         (wl-folder-complete-filter-condition): Ditto.
4348         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4349         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4350
4351 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-draft.el (wl-draft-send-confirm): New function.
4354         (wl-draft-send): Use it.
4355
4356         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4357         cursor-in-echo-area while confirming.
4358
4359         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4360
4361         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4362         searching via nntp if wl-summary-search-via-nntp is 'force.
4363         Otherwise, invoke searching in nntp folder only.
4364         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4365
4366         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4367         explicitly for mime-make-text-tag.
4368
4369 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4370
4371         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4372         `mime-make-text-tag' instead of `mime-create-tag'.
4373
4374 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4375
4376         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4377         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4378
4379 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4380
4381         * wl-score.el (wl-score-save): Bind print-length and print-level.
4382         (wl-score-pretty-print): Ditto.
4383         (wl-score-edit-insert-header-entry): Ditto.
4384
4385         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4386         "From" entry to be treated with wl-draft-eword-encode-address-list.
4387         * wl-mime.el (wl-draft-preview-message): Ditto.
4388
4389         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4390         (wl-summary-mark-as-unread): Ditto.
4391         (wl-summary-mark-as-read-region): Change accordingly.
4392         (wl-summary-mark-as-unread-region): Ditto.
4393         (wl-summary-target-mark-mark-as-read): Ditto.
4394         (wl-summary-target-mark-mark-as-unread): Ditto.
4395
4396 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4397
4398         * Version number is increased to 2.11.2.
4399
4400 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * wl-news.el.in (wl-news-previous-version-save): Bind
4403         print-length and print-level.
4404         * wl-thread.el (wl-thread-save-entities): Ditto.
4405         (wl-thread-save-top-list): Bind print-length.
4406
4407 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-highlight.el (wl-highlight-summary-line-string): Use
4410         wl-summary-score-below-mark, wl-summary-score-over-mark.
4411         (wl-highlight-summary-current-line): Ditto.
4412
4413 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4416         insert it.
4417
4418 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4419
4420         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4421
4422 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4425         message without msgid.
4426         Rewrite with elmo-folder-move-messages.
4427         Set wl-message-buffer to nil.
4428
4429         * wl-summary.el (wl-summary-erase-subr): New function. Use
4430         elmo-folder-move-messages.
4431         (wl-summary-erase): Call it.
4432         (wl-summary-target-mark-erase): Ditto.
4433
4434 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4437         it is not up-tp-date.
4438
4439 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4440
4441         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4442         buffer after calling `wl-summary-goto-folder-subr' without the
4443         argument `interactive'.
4444         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4445
4446 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4447
4448         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4449         `mime-create-tag'. Use `string=' instead of `looking-at'.
4450
4451 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4452
4453         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4454         to avoid compile warning.
4455
4456         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4457         entity-id when folder is given.
4458         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4459         save-excursion, use save-selected-window instead.
4460         Select folder buffer window if exists.
4461         (To correct behavior with wl-folder-move-cur-folder.)
4462
4463 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4464
4465         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4466
4467 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4468
4469         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4470         list-count instead of %d.
4471
4472 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4473
4474         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4475         (wl-news): Set it.
4476         (wl-news-append-to-folder): Use it.
4477
4478         * wl-news.el.in (wl-news-send-news): Append to specified folder
4479         instead of wl-default-folder.
4480         (wl-news-append-to-folder): Show error message with specified folder.
4481
4482         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4483                 In most major modes, Emacs assumes that any opening
4484                 delimiter found at the left margin is the start of a
4485                 top-level definition, or defun. Therefore, *never put an
4486                 opening delimiter at the left margin unless it should have
4487                 that significance.*
4488
4489         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4490
4491 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4492
4493         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4494
4495 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4496
4497         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4498
4499 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4500
4501         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4502         for sequential numbering case.
4503
4504 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4507         value.
4508         (wl-draft-reply-without-argument-list): Ditto.
4509         (wl-draft-reply-myself-with-argument-list): Abolish.
4510         (wl-draft-reply-myself-without-argument-list): Ditto.
4511         * wl-draft.el (wl-draft-self-reply-p): New function.
4512         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4513
4514 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4517         (avoid error for the case without byte-compiling)
4518
4519 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4520
4521         * wl-news.el.in (wl-news-append-to-folder): New function.
4522         (wl-news-exit): Rewrite.
4523         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4524
4525 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-reply-position): New function.
4528         (wl-draft-reply-position): Fix.
4529         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4530         (wl-summary-target-mark-reply-with-citation): Ditto.
4531         (wl-summary-reply-with-citation): Ditto.
4532         * wl-vars.el (wl-draft-reply-default-position): New variable.
4533
4534 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-draft.el (wl-draft-send): Preview when interactive send.
4537
4538 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4539
4540         * wl-draft.el (wl-draft-reply): Set default position.
4541         * wl-summary.el (wl-summary-reply): Ditto.
4542         (wl-summary-reply-with-citation): Ditto.
4543         (wl-summary-target-mark-reply-with-citation): Ditto.
4544
4545 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-news.el.in (wl-news-lang): Set default value according to
4548         current-language-environment.
4549         (wl-news-append-news): Do nothing when news-list is nil.
4550
4551 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4552
4553         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4554         (wl-news): Change message.
4555         (wl-news-exit): Check buffer.
4556         (wl-news-force-exit): New function.
4557         (wl-news-show-all): New function.
4558         (wl-news-discard-and-exit): Fix.
4559
4560 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4563         according to current-language-environment.
4564
4565         * wl-news.el.in (wl-news): If arg, show all NEWS after
4566         wl-news-default-previous-version.
4567
4568 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4569
4570         * wl-news.el.in (wl-news-check): Rewritten.
4571         (wl-news-previous-version-load): Change data type.
4572         (wl-news-previous-version-save): Change data type.
4573         (wl-news-append-news): Add return value.
4574         (wl-news-check-news): New function.
4575         (wl-news-already-current-p): New function.
4576         (wl-news-send-news): Rewritten.
4577         (wl-news-mode-map): Add new keybind.
4578         (wl-news): Rewritten.
4579         (wl-news-exit): Rewritten.
4580         (wl-news-discard-and-mail): New function.
4581         (wl-news-send-to-address): Abolished.
4582         * wl.el (wl-init): Delete a message.
4583
4584 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4585
4586         * wl-news.el.in (wl-news-exit): Update previous version.
4587         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4588
4589 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4590
4591         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4592
4593 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4594
4595         * wl-news.el.in (wl-news): New function.
4596         (wl-news-mode): New function.
4597         (wl-news-next-line): New function.
4598         (wl-news-next-page): New function.
4599         (wl-news-exit): New function.
4600         (wl-news-buf-name): New variable.
4601         (wl-news-mode-map): New variable.
4602         (wl-news-winconf): New variable.
4603         (wl-news-append-news): Add an option.
4604
4605 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4606
4607         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4608
4609 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4610
4611         * wl-news.el.in (wl-news-send-to-address): New variable.
4612         (wl-news-send-news): Use it.
4613         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4614         Return updating status.
4615         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4616
4617 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4618
4619         * wl-news.el.in (wl-news-send-news): Delete
4620         Organization and X-Face.
4621
4622 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4625         (wl-news-append-news): New function.
4626         (wl-news-send-news): New function.
4627
4628 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4629
4630         * Version number is increased to 2.11.1.
4631
4632 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-news.el.in : New file.
4635
4636 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4639         default value.
4640         (wl-draft-reply-without-argument-list): Ditto.
4641
4642 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4645         (wl-message-buffer-prefetch-idle-time): Ditto.
4646         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4647
4648 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4649
4650         * wl-thread.el (wl-thread-insert-message): Use
4651         wl-summary-max-thread-depth.
4652
4653         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4654         loop detection.
4655
4656         * wl-message.el (wl-message-buffer-display): Back to the first page
4657         when cache is hit.
4658
4659 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4660
4661         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4662
4663         * wl-summary.el (wl-summary-insert-thread-entity):
4664         If the thread depth is reached to wl-summary-max-thread-depth,
4665         divide the thread.
4666
4667 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4670         for elmo-remove-passwd.
4671
4672 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4673
4674         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4675         folder is sticky.
4676         (wl-folder-mark-as-read-all-entity): Ditto.
4677         (wl-folder-prefetch-entity): Ditto.
4678
4679 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4680
4681         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4682
4683 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4684
4685         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4686         Delete messages on buffer for unplugged operation.
4687         (wl-summary-erase): Ditto.
4688
4689 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4690
4691         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4692         take nil so as not to search parent by subject.
4693
4694 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4695
4696         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4697         (wl-folder-get-next-folder): Ditto.
4698         (wl-folder-get-path): Ditto.
4699
4700 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4703         system and encode the region with it before verifying.
4704
4705 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4706
4707         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4708         system of the echo buffer before decoding.
4709
4710 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4713         original contents.
4714
4715 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4718         with argument 'any-exists.
4719
4720 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4723         Use `wl-cs-autoconv'.
4724
4725 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4728         by `mime-view-automatic-conversion'.
4729
4730         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4731         (wl-message-verify-pgp-nonmime): Ditto.
4732         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4733         Bind them to C-c:d and C-c:v respectively.
4734
4735         Merge following code by Teranishi-san from [wl-en:00167].
4736         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4737         (wl-mime-preview-application/pgp-encrypted): Ditto.
4738         (wl-mime-setup): Add entry.
4739
4740 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-summary.el (wl-summary-target-mark-erase): New function.
4743         Bind it to "mD".
4744
4745 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl-vars.el (wl-draft-write-file-function): Fix.
4748         (wl-draft-reedit-hook): Changed default value.
4749
4750         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4751         wl-draft-reedit-hook.
4752         (wl-draft-remove-text-plain-tag): New function.
4753         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4754
4755         * wl-vars.el (wl-draft-write-file-function): New user option.
4756
4757         * wl-draft.el (wl-draft-prepare-edit): Use it for
4758         local-write-file-hooks.
4759         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4760
4761         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4762         (wl-draft-insert-mail-header-separator): Return the body beginning
4763         point.
4764         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4765         text/plain.
4766         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4767
4768 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-summary.el (wl-summary-erase): New function to erase message
4771         without moving it to trash. Bind to "D".
4772
4773         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4774         as `keep' unless switch-function.
4775
4776 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4779         message buffer by using `wl-summary-toggle-disp-msg'.
4780         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4781         buffer window.
4782         (wl-summary-supresedes-message): Ditto.
4783
4784         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4785         Do not delete other windows.
4786         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4787         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4788         (wl-draft-create-buffer): Set reply-or-forward also for target
4789         mark commands.
4790
4791 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4792
4793         * wl-draft.el (wl-user-agent-compose): Delete special case for
4794         switch-to-buffer-other-window.
4795
4796         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4797         (wl-summary-forward): Ditto.
4798
4799         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4800         function.
4801         (wl-draft-buffer-style): New use option.
4802
4803         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4804         (wl-draft): Follow the change above.
4805         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4806         wl-draft-buffer-style.
4807         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4808         switch-function.
4809
4810 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4811
4812         * wl-address.el (wl-address-make-completion-entry): Extracted from
4813         `wl-address-make-completion-list'.
4814         (wl-address-enable-strict-loading): New variable.
4815         (wl-address-make-completion-list): Revive petname duplication
4816         inquiry, and enable it if `wl-address-enable-strict-loading'.
4817         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4818
4819 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-message.el (wl-message-get-original-buffer): Avoid
4822         'Selecting deleted buffer' error when original buffer is killed.
4823
4824 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * wl-summary.el (wl-summary-next-message): Use
4827         elmo-message-accessible-p instead of elmo-message-cached-p.
4828
4829 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4830
4831         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4832
4833         * wl-thread.el (wl-thread-open-all-unread): Use
4834         elmo-folder-list-flagged instead of
4835         elmo-folder-list-messages-mark-match.
4836
4837         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4838         instead of elmo-folder-list-messages-mark-match.
4839         (wl-summary-move-spec-alist): New variable.
4840         (wl-summary-move-spec-plugged-alist,
4841         wl-summary-move-spec-unplugged-alist): Abolish.
4842         (wl-summary-next-message): Follow the change above.
4843         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4844         with 'no-msg' argument.
4845
4846         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4847         variable.
4848         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4849         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4850         (wl-message-buffer-prefetch-get-next): Follow the change above.
4851
4852 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4853
4854         * wl-version.el (wl-version): Changed codename.
4855
4856         * Version number is increased to 2.11.0.
4857
4858 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4859
4860         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4861         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4862         `wl-draft-config-variables'.
4863         (wl-draft-kill): Fixed problem when the draft is reedit.
4864
4865 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4868         buffer-modified status (Thanks to
4869         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4870
4871 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-util.el (wl-region-exists-p): New function.
4874
4875         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4876         Remove defvars for byte-compile warnings.
4877
4878 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4879
4880         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4881         defvar-maybe. Removed unused bind.
4882
4883 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4886         summary buffer window before creating new frame.
4887         (wl-draft-reply): Ditto.
4888
4889 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4890
4891         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4892
4893 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4896
4897 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4898
4899         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4900         instead of `kill-region'.
4901
4902 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4905         (wl-highlight-summary-line-string): Use it.
4906         (wl-highlight-summary-current-line): Ditto.
4907
4908         * wl-mime.el (wl-message-delete-current-part): Check the class of
4909         mime-entity.
4910
4911         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4912
4913         * wl-summary.el (wl-summary-make-number-list): Initialize.
4914         (wl-summary-update-mark): New function.
4915         (wl-summary-reply): Put `answered' mark on the message.
4916         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4917
4918         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4919         (wl-draft-reply): Added optional argument `number';
4920         Set wl-draft-parent-number.
4921         (wl-draft-kill): Delete answered mark if it is a reply.
4922
4923 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4926         that originates in mime-preview-follow-current-entity.
4927         (wl-draft-yank-current-message-entity): Use it if region is active.
4928
4929         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4930         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4931         `wl-message-delete-current-part'.
4932         * wl-mule.el (wl-message-define-keymap): Ditto.
4933         * wl-xmas.el (wl-message-define-keymap): Ditto.
4934
4935 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-mime.el (wl-message-delete-current-part): New function.
4938         (wl-mime-node-id-to-string): Ditto.
4939
4940         * wl-mime.el (wl-message-delete-current-part): Use existing
4941         original buffer which corresponds current mime-view buffer.
4942         (fetched buffer might have different structure, possibly)
4943
4944         * wl-mime.el (wl-message-delete-current-part): Quit if the
4945         message content differs from the actual message.
4946
4947 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4948
4949         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4950         order.
4951         (wl-summary-search-by-subject): Search parent message from tail;
4952         Check the existence of the parent message on the current thread tree.
4953         (wl-summary-update-thread): Check whether the line is inserted.
4954
4955 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-vars.el (wl-summary-line-format): Undo last change.
4958         * wl-summary.el (wl-summary-print-destination): Do not put
4959         invisible property when `wl-summary-width' is nil.
4960         (wl-summary-line-subject-minimum-length): Abolished.
4961         (wl-summary-line-subject): Ditto.
4962
4963 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-vars.el (wl-summary-line-format): Change default value.
4966         (wl-summary-subject-length-limit): Abolished.
4967         * wl-summary.el (wl-summary-line-subject): Ditto.
4968
4969 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4970
4971         * wl-template.el (wl-template-select): Added optional argument.
4972         If optional argument is specified, reverse
4973         `wl-template-visible-select'.
4974
4975 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4978         Take prefix argument to force asking the destination folder.
4979
4980 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4981
4982         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4983         count and update status.
4984
4985 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-summary.el (wl-summary-redisplay-internal): If
4988         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4989         after fetching.
4990
4991 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4992
4993         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4994         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4995
4996         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4997
4998 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4999
5000         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5001         (All other related portions are changed).
5002         (wl-summary-mark-as-read-all): Rewrite.
5003
5004 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5007         `wl-summary-mark-as-read'.
5008         (wl-summary-mark-as-unread): Rewrite.
5009         (wl-summary-mark-as-read): Added no-modeline argument.
5010         (wl-summary-resume-cache-status): Rewrite.
5011         (wl-summary-exec-subr): Remove unused local variable.
5012
5013 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5014
5015         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5016         logic to call `wl-summary-buffer-prev-folder-function'.
5017         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5018
5019 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5022         is nil.
5023
5024 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5025
5026         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5027         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5028         (wl-mime-setup): Add its entry.
5029
5030 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5033         (wl-summary-delete-cache): Likewise.
5034         (wl-summary-mark-as-read): Rewrite.
5035
5036 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5037
5038         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5039         `wl-summary-count-unread'.
5040
5041         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5042
5043         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5044
5045 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5048         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5049         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5050         Renamed to the elmo-msgdb-*-mark.
5051         (wl-summary-score-marks): Follow the change above.
5052         (wl-summary-auto-refile-skip-marks): Ditto.
5053         (wl-summary-incorporate-marks): Ditto.
5054         (wl-summary-expire-reserve-marks): Ditto.
5055
5056         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5057         changes.
5058         (wl-thread-insert-top): Changed updating message.
5059
5060         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5061         variable.
5062         (wl-summary-count-unread): Count answered marks.
5063         (wl-summary-rescan): Call wl-summary-insert-message instead of
5064         wl-summary-append-message-func-internal.
5065         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5066         (wl-summary-prefetch-msg): Follow the variable name changes.
5067         (wl-summary-prefetch-region): Ditto.
5068         (wl-summary-mark-as-read-all): Follow the API changes;
5069         Don't call elmo-folder-replace-marks.
5070         (wl-summary-delete-cache): Follow the variable name changes.
5071         (wl-summary-resume-cache-status): Ditto.
5072         (wl-summary-update-status-marks): New function.
5073         (wl-summary-insert-message): New function.
5074         (wl-summary-sync-marks): Follow the variable name changes.
5075         (wl-summary-sync-update): Synchronize to the msgdb, too;
5076         Changed update messages.
5077         (wl-summary-make-number-list): Rewrite.
5078         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5079         (wl-summary-mark-as-unread): Follow the API changes.
5080         (wl-summary-exec-subr): Follow the variable name changes.
5081         (wl-summary-mark-as-read): Ditto.
5082         (wl-summary-move-spec-plugged-alist): Ditto.
5083         (wl-summary-move-spec-unplugged-alist): Ditto.
5084         (wl-summary-cursor-move-surface): Ditto.
5085
5086         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5087         variable name changes.
5088         (wl-highlight-summary-current-line): Ditto.
5089
5090         * wl-expire.el (wl-expire-refile): Follow the API change in
5091         elmo-folder-move-messages.
5092         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5093         (wl-summary-archive): Use elmo-folder-msgdb instead of
5094         elmo-msgdb-load.
5095
5096 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-mime.el (wl-draft-preview-message): Restore the position
5099         before evaluating wl-draft-send-hook in preview buffer.
5100
5101 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5102
5103         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5104         when it creates new draft buffer.
5105
5106         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5107         without argument.
5108
5109         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5110         Evaluate content and if the value is string, insert it.
5111         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5112         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5113         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5114         wl-draft-config-sub-part-bottom): Use it.
5115
5116         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5117         with the folder name. The question was unintelligible when it is
5118         called from wl-save-status.
5119
5120 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5123         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5124         cannot take second argument).
5125
5126 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5127
5128         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5129         as t. Since type and subtype are not case sensitive (RFC 2045).
5130
5131 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5132
5133         * wl-vars.el (wl-message-mode-line-format): New variable.
5134         (wl-message-mode-line-format-spec-alist): Ditto.
5135         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5136         (wl-message-redisplay): Use wl-message-mode-line-format.
5137
5138 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5139
5140         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5141
5142 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5143
5144         * wl-summary.el (wl-summary-default-from): Write description.
5145
5146 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5147
5148         * wl-vars.el (wl-ldap-objectclass): Abolish.
5149
5150         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5151         (wl-ldap-make-filter): Removed condition for objectclass.
5152         (wl-ldap-make-matched-value-list): Remove meaningless process.
5153         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5154         (wl-address-ldap-search): Don't add `*' to `pat' string;
5155         use ignore-errors; added `email';
5156         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5157         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5158         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5159
5160
5161 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-draft.el (wl-draft-parent-folder): Write description.
5164         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5165
5166 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5169         as "" (zero-length string) if no parent.
5170         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5171
5172 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-address.el (wl-address-make-completion-list): Skip duplication
5175         checking.
5176         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5177         `append'.
5178
5179 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5180
5181         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5182         instead of `beginning-of-buffer'.
5183
5184 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5187
5188 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5191         Refer wl-message-buffer-name.
5192         (wl-message-wheel-down): Ditto.
5193
5194 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-vars.el (wl-message-buffer-name): New user option.
5197
5198         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5199         directly instead of making alist dinamically.
5200
5201         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5202         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5203         wl-message-buffer-cache-name.
5204         (wl-message-buffer-cache-clean-up): Ditto.
5205
5206         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5207
5208         * Version number is increased to 2.9.15.
5209
5210 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5211
5212         * wl-vars.el (wl-summary-default-view-alist): New user option.
5213
5214         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5215
5216         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5217         while deleting address.
5218         (wl-draft-delete-myself-from-cc): Ditto.
5219
5220         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5221         If optional argument is specified, reverse sort order.
5222
5223         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5224
5225 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-thread.el (wl-thread-insert-message): Return parent number if
5228         exists.
5229         (wl-thread-update-indent-string-region): Use
5230         wl-thread-update-line-on-buffer-sub instead of
5231         wl-thread-update-line-on-buffer.
5232
5233 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5234
5235         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5236         (wl-folder-close-all): Ditto.
5237
5238 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5239
5240         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5241         and mailing-list:.
5242         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5243         value.
5244         (wl-summary-line-list-info): Print mailing-list name even when 
5245         list-number is empty.
5246
5247 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5250
5251         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5252         (wl-draft-open-file): Ditto.
5253         (wl-draft-random-alphabet): Ditto.
5254
5255         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5256         bindings.
5257
5258 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5259
5260         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5261         * wl-vars.el (wl-draft-config-alist): Ditto.
5262
5263 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * Version number is increased to 2.9.14.
5266
5267         * wl.el (wl): Don't set wl-init as nil when error occured while
5268         auto-checking folders.
5269
5270         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5271         `elmo-expand-newtext'.
5272
5273 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5276         `this-command' so that `wl-folder-goto-folder' contained in
5277         `wl-summary-keep-cursor-command' work.
5278
5279 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5280
5281         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5282         message buffer displaying state.
5283
5284 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5285
5286         * wl-vars.el (wl-summary-default-view): New variable to specify
5287         default value for `wl-summary-buffer-view' instead of using
5288         set-default.
5289         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5290
5291 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5294
5295         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5296
5297 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5298
5299         * wl-vars.el (wl-forward-subject-prefix): New variable.
5300         * wl-draft.el (wl-draft-forward): Use it.
5301
5302 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5303
5304         * wl-message.el (wl-message-prev-page): When it is called without
5305         lines argument, scroll down by wl-message-scroll-amount lines.
5306         (wl-message-next-page): Ditto.
5307         * wl-vars.el (wl-message-scroll-amount): Change default value
5308         to preserve current behavior.
5309
5310 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5311
5312         * wl-summary.el (wl-summary-prefetch-msg): Bind
5313         `wl-message-entity' to call `wl-summary-from-function'.
5314
5315 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-message.el (wl-message-buffer-create): Run
5318         wl-message-buffer-created-hook.
5319
5320 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * wl-summary.el (wl-summary-sort-specs): New variable.
5323         (wl-summary-default-sort-spec): Ditto.
5324         (wl-summary-sort): Rewrite.
5325         (wl-summary-sort-by-list-info): New function.
5326
5327 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5328
5329         * wl-summary.el (wl-summary-get-list-info): New function.
5330         (wl-summary-sort): Rewrite.
5331         (wl-summary-line-list-info): Ditto.
5332         (wl-summary-line-list-count): Ditto.
5333         (wl-summary-refile-region): Fixed docstring.
5334
5335 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5338         `wl-folder-entity-hashtb' as completion table.
5339
5340 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5341
5342         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5343         only when this command is called interactively; silence the byte-
5344         compiler.
5345
5346 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5347
5348         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5349         active in XEmacs.
5350
5351 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5352
5353         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5354         plural lines.
5355
5356 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5357
5358         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5359         of current line when the cursor is on the header name.
5360         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5361
5362 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5363
5364         * wl-util.el (wl-read-directory-name): Return displayed directory
5365         as the default value also on XEmacs.
5366
5367 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5368
5369         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5370         formatting.
5371
5372 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5375         argument and when it is non-nil, check face property before
5376         highlighting for each line.
5377         (wl-highlight-summary-window): Set it.
5378
5379 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5382         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5383
5384         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5385         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5386         (wl-draft-get-fcc-list): Likewise.
5387
5388 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5391         (wl-thread-entity-cur): Ditto.
5392         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5393         wl-thread-indent-regexp setting.
5394         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5395
5396         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5397         wl-summary-lazy-highlight.
5398         (wl-summary-display-bottom): Ditto.
5399
5400         * wl-thread.el (wl-thread-open-close): Likewise.
5401
5402         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5403         from and subject;
5404         Bind wl-draft-use-frame;
5405         Enclose with save-window-excursion;
5406         Use wl-draft-create-buffer instead of with-temp-buffer;
5407         Use wl-draft-prepare-edit;
5408         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5409         Use wl-draft-send instead of wl-draft-raw-send.
5410
5411 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5412
5413         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5414         of using wl-from.
5415
5416 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5417
5418         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5419         insert-buffer instead of clone-buffer.
5420         (wl-draft-doing-mime-bcc): New variable.
5421         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5422         infinite loop.
5423         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5424
5425         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5426         (wl-draft-mime-bcc-body): Ditto.
5427
5428         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5429         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5430         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5431         wl-draft-do-mime-bcc.
5432         (wl-draft-mime-bcc-field): New function.
5433         (wl-draft-do-mime-bcc): Ditto.
5434
5435         * wl-address.el (wl-address-complete-header-list): New variable.
5436         (wl-address-complete-header-regexp): Changed default value.
5437
5438         * Version number is increased to 2.9.13.
5439
5440 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5443         it is differed.
5444
5445 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5448         (wl-summary-line-list-count): Ditto.
5449
5450 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5451
5452         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5453         (wl-nntp-posting-function): New variable.
5454         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5455         `wl-nntp-posting-config-alist'.
5456
5457 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5458
5459         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5460         FLIM.
5461
5462 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5463
5464         * wl-summary.el (wl-summary-target-mark-refile-sub):
5465         Remove a nuisance funcall.
5466
5467 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5468
5469         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5470         as t for `try-completion'.
5471
5472 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5473
5474         * wl-summary.el (wl-summary-default-from): Use
5475         wl-address-header-extract-address instead of
5476         std11-extract-address-components.
5477         (wl-summary-simple-from): Ditto.
5478         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5479         (wl-summary-insert-headers): Show message.
5480         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5481         for whole line.
5482         (wl-summary-default-from): Revert last change.
5483         (wl-summary-simple-from): Ditto.
5484         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5485         (wl-summary-mark-as-read-region): Follow the change above.
5486         (wl-summary-sync-marks): Ditto.
5487         (wl-summary-target-mark-mark-as-read): Ditto.
5488         (wl-summary-redisplay-internal): Ditto.
5489         (wl-summary-redisplay-no-mime-internal): Ditto.
5490         (wl-summary-redisplay-all-header): Ditto.
5491         (wl-summary-mark-as-read): Removed argument `cached';
5492         Use current cache status to set cache mark.
5493         (wl-summary-redisplay-internal): Follow the change above.
5494         (wl-summary-redisplay-no-mime-internal): Ditto.
5495         (wl-summary-redisplay-all-header): Ditto.
5496
5497         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5498
5499         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5500         Don't call itself recursively (Adviced by Yamaoka-san).
5501
5502 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5503
5504         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5505         bind wl-summary-highlight as nil to avoid error caused by missing
5506         local variables.
5507
5508 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-vars.el (wl-invalid-character-message): New user option.
5511
5512         * wl-util.el (wl-set-string-width): If truncated string-width is
5513         larger than specified width, use `wl-invalid-character-message'.
5514
5515 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5516
5517         * wl-summary.el (wl-summary-prefetch-msg): 
5518         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5519
5520 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-vars.el (wl-summary-check-line-format): New user option.
5523         (wl-summary-line-format-file): Ditto.
5524
5525         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5526         variable.
5527         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5528         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5529         and `wl-summary-view-old-p' to check whether do a rescan or not.
5530         (wl-summary-view-old-p): New function.
5531         (wl-summary-line-format-changed-p): Ditto.
5532         (wl-summary-line-format-save): Ditto.
5533         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5534
5535         * wl-util.el (wl-set-string-width): Avoid using negative number
5536         for make-string.
5537
5538 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5539
5540         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5541         return value.
5542
5543         * wl-util.el (wl-set-string-width): Added optional argument
5544         `padding' (All other related portions are changed).
5545         (wl-line-parse-format): If the first letter of column number is
5546         `0', zero-padding the result (ex: "%05l").
5547
5548         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5549
5550 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5553         sequential summary view.
5554
5555 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5558         if it doesn't have a -unix version.
5559
5560 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5563
5564 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5567         content.
5568         (wl-draft): Follow the change above.
5569
5570         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5571
5572         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5573         and wl-folder-summary-line-format-alist contain %T and %P.
5574
5575         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5576         (wl-summary-mode-line-format): New user option.
5577         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5578         (wl-summary-line-format): Changed default value.
5579         (wl-summary-lazy-highlight): Changed default value.
5580
5581         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5582         change in wl-summary-create-line.
5583         (wl-thread-insert-entity-sub): Ditto.
5584
5585         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5586         (wl-summary-buffer-unread-status): Ditto.
5587         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5588         (wl-summary-buffer-persistent-mark-column): Ditto.
5589         (wl-summary-buffer-mode-line-formatter): Ditto.
5590         (wl-summary-buffer-mode-line): Ditto.
5591         (wl-summary-message-regexp): Abolished.
5592         (All other related portions are changed.)
5593         (wl-summary-detect-mark-position): New function.
5594         (wl-summary-buffer-set-folder): Setup
5595         wl-summary-buffer-mode-line-formatter.
5596         (wl-summary-mode): Setup selective-display;
5597         Setup pre-idle-hook when xemacs.
5598         (wl-summary-update-modeline): Rewrite.
5599         (wl-summary-jump-to-msg): Define as function;
5600         Changed regexp for searching messages.
5601         (wl-summary-message-number): Rewrite.
5602         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5603         Do rescan when old type summary cache.
5604         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5605         (wl-summary-remove-destination): Use '\r' to detect EOL.
5606         (wl-summary-print-destination): Ditto.
5607         (wl-summary-temp-mark): New inline function.
5608         (wl-summary-persistent-mark): Ditto.
5609         (wl-summary-line-number): New function.
5610         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5611         (wl-summary-line-list-count): New function.
5612         (wl-summary-create-line): Added argument persistent-mark.
5613         (All other related portions are changed)
5614         (wl-summary-create-line): Insert '\r'.
5615         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5616         (wl-summary-cursor-move-surface): New inline function.
5617         (wl-summary-prev): Use it.
5618         (wl-summary-next): Ditto.
5619
5620         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5621         wl-summary-message-regexp.
5622         (wl-highlight-summary): Delete progress message.
5623         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5624
5625         * Version number is increased to 2.9.12.
5626
5627 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5628
5629         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5630         variable (nil: no minimum).
5631         (wl-summary-line-subject): Add some spaces after subject by
5632         wl-summary-line-subject-minimum-length.
5633
5634 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5635
5636         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5637         and removed `F'.
5638         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5639         change above).
5640
5641 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5642
5643         * wl-summary.el (wl-summary-line-list-count): Reverted.
5644         (example setting in samples/*/dot.wl is also updated)
5645
5646 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5649
5650         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5651
5652         * wl-vars.el (wl-summary-line-format): Addes some description to the
5653         docstring.
5654
5655         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5656         (wl-summary-line-close-bracket): Ditto.
5657         (wl-summary-line-children-number): Ditto.
5658         (wl-summary-line-thread-indent): Ditto.
5659         (wl-summary-line-children-and-from): Ditto.
5660
5661         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5662         't', 'c', 'F' and added 'C'.
5663
5664         * wl-util.el (wl-set-string-width): Accept negative value.
5665         (wl-line-parse-format): Added "%number(" and "%)".
5666
5667 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-summary.el (wl-summary-line-list-count): Change format of the
5670         return value.
5671
5672 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5673
5674         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5675         from the recent message.el.
5676         (wl-draft-point-in-header-p): Ditto.
5677         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5678         wl-draft-beginning-of-line.
5679         * wl-e21.el (wl-draft-mode-map): Ditto.
5680         * wl-xmas.el (wl-draft-mode-map): Ditto.
5681
5682         * wl-folder.el: Sort macrodefs by dependencies.
5683
5684 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5685
5686         * wl-summary.el (wl-summary-prev): Fixed regexp.
5687         (wl-summary-next): Ditto.
5688
5689 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5692
5693 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5694
5695         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5696         for backward compatibility.
5697
5698 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-summary.el (wl-summary-line-list-count): New function, merged
5701         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5702         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5703         list counts.
5704
5705 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-summary.el (wl-summary-create-line): Ignore errors while
5708         timezone-fix-time.
5709
5710         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5711
5712         * wl-summary.el (wl-summary-sync-update): Ditto.
5713         (wl-summary-default-from): Use wl-message-entity
5714         instead of entity.
5715
5716         * wl-summary.el (wl-summary-create-line): Fix.
5717
5718         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5719         (wl-summary-line-format): New user option.
5720         (wl-folder-summary-line-format-alist): Ditto.
5721         (wl-summary-from-width): Abolished.
5722
5723         * wl-util.el (toplevel): Require 'bytecomp.
5724         (wl-line-parse-format): New function.
5725         (wl-line-formatter-setup): New macro.
5726
5727         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5728         (wl-summary-buffer-line-formatter): New buffer local variable.
5729         (wl-summary-switch-to-clone-buffer): Follow the change above.
5730         (wl-summary-message-regexp): Fix.
5731         (wl-summary-from-func-internal): Abolished.
5732         (wl-summary-subject-func-internal): Ditto.
5733         (wl-summary-subject-filter-func-internal): Ditto.
5734         (All other related portions are changed.)
5735         (wl-summary-buffer-set-folder):
5736         Set up wl-summary-buffer-number-column and 
5737         wl-summary-buffer-line-formatter
5738         (All other related portions are changed.)
5739         (wl-summary-buffer-number-column-detect): Abolished.
5740         (All other related portions are changed.)
5741         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5742         (wl-summary-delete-all-temp-marks-on-buffer): Use
5743         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5744         (wl-summary-target-mark-delete): Ditto.
5745         (wl-summary-target-mark-refile-subr): Ditto.
5746         (wl-summary-target-mark-mark-as-read): Ditto.
5747         (wl-summary-target-mark-mark-as-unread): Ditto.
5748         (wl-summary-target-mark-mark-as-important): Ditto.
5749         (wl-summary-target-mark-save): Ditto.
5750         (wl-summary-replace-status-marks): Renamed from
5751         wl-summary-set-status-marks-on-buffer;
5752         Use wl-summary-message-regexp instead of
5753         wl-summary-buffer-number-regexp.
5754         (wl-summary-sync-update): Follow the change above.
5755         (wl-summary-goto-previous-message-beginning): New function.
5756         (wl-summary-mark-as-unread): Use it.
5757         (wl-summary-mark-as-important): Ditto.
5758         (wl-summary-line-formatter): New variable.
5759         (wl-summary-line-year): New function.
5760         (wl-summary-line-day): Ditto.
5761         (wl-summary-line-day-of-week): Ditto.
5762         (wl-summary-line-hour): Ditto.
5763         (wl-summary-line-minute): Ditto.
5764         (wl-summary-line-open-bracket): Ditto.
5765         (wl-summary-line-close-bracket): Ditto.
5766         (wl-summary-line-children-number): Ditto.
5767         (wl-summary-line-thread-indent): Ditto.
5768         (wl-summary-line-size): Ditto.
5769         (wl-summary-line-subject): Ditto.
5770         (wl-summary-line-from): Ditto.
5771         (wl-summary-line-children-and-from): Ditto.
5772         (wl-summary-create-line): Rewritten.
5773         (wl-summary-format-date): Abolished.
5774
5775         * wl-highlight.el (wl-highlight-summary-current-line): Use
5776         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5777         Use thread structure to detect thread top message.
5778
5779         * wl-draft.el (wl-default-draft-cite): Don't use
5780         wl-summary-from-func-internal.
5781
5782         * wl-refile.el (wl-refile-subject-learn): Don't use
5783         wl-summary-subject-filter-func-internal.
5784         (wl-refile-guess-by-subject): Ditto.
5785
5786         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5787         parameters.
5788
5789         * wl-thread.el (wl-thread-update-indent-string-region):
5790         Use wl-thread-update-line-on-buffer instead of
5791         wl-thread-update-indent-string.
5792         (wl-thread-update-children-number): Redefine using
5793         wl-thread-update-line-on-buffer.
5794         (wl-thread-update-indent-string): Abolished.
5795
5796         * Version number is increased to 2.9.11.
5797
5798 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5799
5800         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5801         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5802         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5803
5804         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5805         as nil.
5806
5807         * wl-thread.el (wl-thread-open-all-unread): Use 
5808         elmo-folder-list-messages-mark-match.
5809         (wl-thread-insert-message): Removed argument `mark-alist'.
5810         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5811         elmo-msgdb-set-mark.
5812         (wl-thread-get-children-msgs-uncached): Likewise.
5813         (wl-thread-get-exist-children): Added argument include-self.
5814         (wl-thread-delete-message): Follow the change above.
5815
5816         * wl-summary.el (wl-summary-count-unread): Removed argument.
5817         (wl-summary-rescan): Follow the change above.
5818         (wl-summary-mark-as-read-region): Ditto
5819         (wl-summary-mark-as-unread-region): Ditto.
5820         (wl-summary-delete-messages-on-buffer): Ditto.
5821         (wl-summary-sync-update): Ditto.
5822         (wl-summary-switch-to-clone-buffer): Ditto.
5823         (wl-summary-goto-folder-subr): Ditto.
5824         (wl-summary-target-mark-mark-as-read): Ditto.
5825         (wl-summary-target-mark-mark-as-unread): Ditto.
5826         (wl-summary-target-mark-mark-as-important): Ditto.
5827         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5828         (wl-summary-update-thread): Removed argument `mark-alist'.
5829         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5830         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5831         (wl-summary-resume-cache-status): Likewise.
5832         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5833         elmo-msgdb-set-mark.
5834         (wl-summary-mark-as-read-all): Likewise.
5835         (wl-summary-delete-cache): Ditto.
5836         (wl-summary-auto-select-msg-p): Ditto.
5837         (wl-summary-mark-as-unread): Ditto.
5838         (wl-summary-no-auto-refile-message-p): Ditto.
5839         (wl-summary-mark-as-read): Ditto.
5840         (wl-summary-mark-as-important): Ditto.
5841         (wl-summary-auto-refile): Follow the change above.
5842         (wl-summary-delete-all-marks): Removed.
5843         (wl-summary-resume-marks-and-highlight): Ditto.
5844         (wl-summary-resume-marks): Ditto.
5845         (wl-summary-delete-important-msgs-from-list): Ditto.
5846         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5847
5848         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5849         wl-summary-count-unread.
5850
5851         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5852         (wl-summary-score-update-all-lines): Use
5853         elmo-msgdb-set-mark.
5854
5855 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5856
5857         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5858         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5859         (wl-summary-create-line): Renamed from
5860         wl-summary-overview-create-summary-line;
5861         Argument rearrangement.
5862         (wl-summary-update-thread): Follow the change above.
5863
5864         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5865         (wl-thread-insert-entity-sub): Likewise.
5866
5867         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5868         argument `overview', `mark-alist' and added `msgdb'.
5869
5870         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5871
5872         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5873         (wl-summary-rescan): Follow the change above.
5874         (wl-summary-sync-update): Ditto.
5875         (wl-summary-insert-thread-entity): Ditto;
5876         Don't use `let*' in every while loop;
5877         Detect infinite loop of threads.
5878         (wl-summary-update-thread): Removed argument `overview'.
5879
5880         * wl-thread.el (wl-thread-insert-message): Ditto.
5881
5882         * Version number is increased to 2.9.10.
5883
5884         * wl-message.el (wl-message-redisplay): Ignore errors while
5885         wl-message-redisplay-hook.
5886
5887 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5888
5889         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5890
5891 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * wl.el (wl): inhibit-quit while wl-folder.
5894
5895 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5898         while msgdb access.
5899
5900 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5901
5902         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5903         even if no folder is not created.
5904
5905 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5906
5907         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5908
5909         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5910         implementation.
5911         (wl-summary-target-mark-thread): Ditto.
5912
5913         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5914
5915 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5916
5917         * wl-util.el (wl-display-bytes): Remove unused function.
5918
5919 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5920
5921         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5922         seems critical one (partially reverse the change in 2002/03/17).
5923
5924 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5925
5926         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5927         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5928
5929 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5930
5931         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5932         is not writable.
5933         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5934         plugged status instead of `'force' as 2nd argument.
5935
5936         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5937         is not creatable.
5938
5939         * Version number is increased to 2.9.9.
5940
5941 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5942
5943         * wl-summary.el (wl-summary-suspend): New function.
5944
5945 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5946
5947         * wl.el (wl): Do not check variables if check is nil.
5948         * wl-utils.el (wl-collect-draft): New function.
5949         * wl-folder.el (wl-folder-suspend): Put summary buffers
5950         and draft buffers at the end of buffer list.
5951         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5952
5953 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5954
5955         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5956         loop instead of recursive call.
5957
5958         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5959         2nd argument.
5960
5961 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5962
5963         * wl-draft.el (wl-draft-create-contents): Don't take neither
5964         (function . args) nor (string . something) any more.
5965
5966         * wl-version.el (wl-generate-user-agent-string): Return string
5967         without header symbol.
5968         * wl-draft.el (wl-draft-default-headers): Use it.
5969
5970         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5971         `wl-draft-insert-ccs' and return field value instead of inserting
5972         the header. Abolish cc argument.
5973         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5974
5975         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5976         rather than one with string car.
5977
5978         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5979         * wl-draft.el (wl-draft-create-contents): Add it after the default
5980         headers.
5981
5982         * wl-draft.el (wl-draft-create-contents): For the case of
5983         (symbol-or-string . function) insert header only when the function
5984         returns string value.
5985
5986 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5987
5988         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5989         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5990
5991 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl.el (wl-check-environment): Don't check Message-ID when
5994         `wl-insert-message-id' is nil.
5995         Revive checking if `wl-message-id-domain' contains "@".
5996
5997 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl.el (wl-check-environment): Merge examination for "@" at
6000         inappropriate position into the first string-match.
6001
6002         * wl-summary.el (wl-summary-target-mark-print): New function.
6003         (wl-summary-pipe-message-subr): Extracted from
6004         `wl-summary-pipe-message'.
6005         (wl-summary-target-mark-pipe): New function.
6006         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6007         `wl-summary-target-mark-pipe'.
6008
6009 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6012
6013 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6014
6015         * wl.el (wl-check-environment): Use elmo-warning instead of
6016         error for non-critical ones.
6017         Remove trash folder check.
6018         (wl): Don't ignore error in wl-check-environment.
6019
6020         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6021         check, which is moved from `wl-check-environment'.
6022         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6023
6024 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6025
6026         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6027         guess anything, call wl-summary-write.
6028         (wl-summary-write): Create draft with blank To field.
6029         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6030
6031 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6034         argument full as well for wl-folder-write-current-folder.
6035         If wl-*-write-current-folder cannot guess addressee, add blank
6036         To header.
6037         Rewrite condition for positioning cursor.
6038
6039 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6042         summary buffer is present, use it.
6043         (wl-folder-jump-to-previous-summary): Ditto.
6044
6045 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6046
6047         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6048
6049         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6050         wl-summary-previous-buffer and wl-summary-next-buffer.
6051
6052         * wl-folder.el (wl-folder-mode-map): Bind
6053         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6054         (wl-folder-jump-to-next-summary): New function.
6055         (wl-folder-jump-to-previous-summary): Ditto.
6056
6057         * wl-draft.el (wl-draft): Rearranged.
6058
6059 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6060
6061         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6062         of header.
6063         (wl-draft): Collect arguments for the header as header-alist.
6064         (wl-draft-forward): Arrange arguments for wl-draft.
6065         (wl-draft-reply): Ditto.
6066         (wl-draft-edit-string): Ditto.
6067         * wl-summary.el (wl-summary-write): Ditto.
6068         (wl-summary-write-current-folder): Ditto.
6069
6070         * Version number is increased to 2.9.8.
6071
6072 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6075
6076         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6077
6078         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6079         even if the guess failed.
6080
6081         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6082         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6083         wl-summary-write-current-folder.
6084         * wl-xmas.el: Ditto.
6085
6086 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-summary.el (wl-summary-next-page): Force display message if
6089         message is not displayed yet.
6090         (wl-summary-prev-page): Ditto.
6091
6092 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6093
6094         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6095
6096 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6099         add "Preview Message" and "Save Draft and Exit".
6100
6101 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6104         if addrmgr is called from draft in splitted window.
6105
6106         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6107         * wl-mule.el: Ditto.
6108         * wl-xmas.el: Ditto.
6109
6110 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6111
6112         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6113
6114         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6115         * wl-xmas.el (wl-folder-toolbar): Ditto.
6116
6117 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6118
6119         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6120         and wl-draft-save-and-exit.
6121         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6122         * wl-xmas.el: Ditto.
6123         * wl-mule.el: Ditto.
6124
6125         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6126         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6127
6128 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6129
6130         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6131         lists for saving buffer.
6132
6133 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6134
6135         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6136         parent-folder argument instead of it.
6137         (wl-draft-create-buffer): Ditto.
6138         (wl-draft-forward): Ditto.
6139         (wl-draft-reply): Ditto.
6140         * wl-summary.el (wl-summary-write): Ditto.
6141         (wl-summary-write-current-folder): Ditto.
6142
6143         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6144         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6145         Folder buffer after composing.
6146
6147 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6148
6149         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6150         header if the file `wl-x-face-file' already contains it.
6151
6152 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6153
6154         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6155         folder" entry.
6156         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6157         * wl-e21.el (wl-folder-toolbar): Ditto.
6158         * wl-xmas.el (wl-folder-toolbar): Ditto.
6159
6160 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6161
6162         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6163         wl-folder-goto-folder with sticky argument.
6164         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6165
6166 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6169         and wl-summary-previous-buffer.
6170         (wl-summary-next-buffer): New function.
6171         (wl-summary-previous-buffer): Ditto.
6172
6173 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6174
6175         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6176         wl-folder-jump-to-current-entity-with-arg.
6177         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6178         `wl-folder-jump-to-current-entity'.
6179         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6180         `wl-summary-goto-folder-sticky'.
6181         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6182         `wl-summary-goto-folder'.
6183         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6184         Unless force-exit, do not clean temp. marks for sticky summary.
6185         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6186
6187 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6188
6189         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6190         not entire.
6191
6192 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6193
6194         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6195         to `C-x C-s'.
6196         (wl-summary-save-status): New command.
6197         (wl-summary-exit): Don't clean-up temp marks when sticky.
6198         (Applied patch from Nakayama-san [wl: 09548])
6199         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6200         Do nothing when no mark data.
6201         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6202         Call `wl-summary-delete-all-temp-marks' before saving.
6203
6204 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6205
6206         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6207
6208 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210         * wl.el (wl-check-environment): Also cause error when (system-name)
6211         returns "localhost.localdomain". (Although it doesn't affect because
6212         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6213
6214 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6215
6216         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6217         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6218
6219         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6220         value.
6221
6222 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6223
6224         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6225         Likewise r-cc-list and r-ng-list.
6226
6227 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6230         only if it is bound as variable.
6231
6232         * wl-mime.el (wl-draft-preview-message): Ditto.
6233
6234 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6235
6236         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6237         needless `goto-char'.
6238
6239         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6240         `wl-summary-redisplay-no-mime-internal' instead of
6241         `wl-summary-redisplay-no-mime'.
6242         (wl-summary-redisplay-no-mime): Changed argument;
6243         Call `wl-summary-redisplay-no-mime-internal'.
6244
6245         * wl-mime.el (wl-draft-preview-message): Bind
6246         `mime-header-encode-method-alist' locally.
6247
6248         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6249         (wl-draft-std11-parse-addresses): Added the first address check.
6250         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6251
6252         * Version number is increased to 2.9.7.
6253
6254 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6255
6256         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6257
6258 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6259
6260         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6261         related to scrollbar support, if there is no such a feature
6262         compiled in.
6263
6264 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6265
6266         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6267         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6268         for prefetch.
6269
6270 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-summary.el (wl-summary-pick): Fix for no match.
6273
6274 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-save):
6277         Override `mime-header-encode-method-alist'.
6278
6279 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-folder.el (wl-folder-pick): New function.
6282         Define key as "?".
6283
6284 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6285
6286         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6287         Fix for unplugged.
6288
6289 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-folder.el (wl-folder-virtual): New function.
6292         Define key as "V".
6293
6294 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6297         multi folder if entity is group.
6298
6299 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6302         is nil.
6303
6304 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6307         (wl-summary-target-mark-msgs): Return the number of marked messages.
6308
6309 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6310
6311         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6312         "first:" is specified.
6313
6314 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6315
6316         * wl-vars.el (wl-from): Use return value of function
6317         user-full-name instead of the variable user-full-name since
6318         XEmacs-20.4 doesn't set this variable.
6319
6320 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6321
6322         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6323         call `wl' directly.
6324
6325 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6326
6327         * wl-draft.el (wl-draft-reedit): Removed duplicated
6328         switch-to-buffers.
6329
6330 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * wl.el (wl-other-frame): Removed garbages.
6333
6334 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6335
6336         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6337
6338         * wl-xmas.el (wl-draft-key-setup): Ditto.
6339
6340         * wl-mule.el (wl-draft-key-setup): Ditto.
6341
6342         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6343         (wl-draft-reedit): Ditto.
6344         (wl-draft-prepare-edit): Add `wl-draft-save' to
6345         `local-write-file-hooks'.
6346         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6347         (wl-draft-reedit): Set buffer-file-name.
6348         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6349
6350
6351         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6352         call it.
6353         (wl-delete-startup-frame-function): New variable.
6354         (wl-other-frame): New function
6355         (Original was written by Yamaoka san [wl: 09239]).
6356
6357         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6358         if `wl-folder-use-frame'.
6359
6360 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6361
6362         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6363
6364 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6367         New variable.
6368         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6369         (wl-message-buffer-prefetch-get-next): Use them.
6370         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6371
6372 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6375         with unwind-protect.
6376
6377         * wl-draft.el (wl-draft-reedit): Rewrite.
6378         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6379         (wl-draft-save): Insert header separator if it does not exist;
6380         Removed condition-case.
6381
6382         * wl-summary.el (wl-summary-reedit): Revert last change.
6383
6384         * wl-draft.el (wl-draft-save): Rewrite.
6385         (wl-draft-create-buffer): Set buffer-file-name as nil.
6386
6387         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6388
6389         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6390
6391         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6392         nil.
6393
6394 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6397         If count is nil, do not prefetch.
6398         (wl-message-buffer-prefetch-next): Next.
6399
6400 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6401
6402         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6403
6404 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6405
6406         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6407         `delete-backward-char'
6408         (wl-draft-prepare-edit): Check major-mode.
6409         (wl-draft-decode-header): Rewrite.
6410         (wl-draft): Fix.
6411
6412 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6415
6416 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6417
6418         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6419         (wl-message-buffer-prefetch-get-next): Remove size checking.
6420         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6421
6422 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6423
6424         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6425         (wl-draft-default-headers): Fix.
6426
6427 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6428
6429         * wl-draft.el (wl-draft-default-headers): Insert return value of
6430         `wl-generate-mailer-string-function'.
6431
6432 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6435         (wl-draft-insert-mail-header-separator): Ditto.
6436
6437         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6438         again (Reverted the change on 2002-01-17 by OKADA san).
6439
6440 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6441
6442         * wl-draft.el (wl-draft): Rewrite.
6443         (wl-draft-create-buffer): New function.
6444         (wl-draft-create-contents): Ditto.
6445         (wl-draft-prepare-edit): Ditto.
6446         (wl-draft-decode-header): Ditto.
6447         (wl-draft-decode-body): Ditto.
6448         (wl-draft-check-new-line): Ditto.
6449         (wl-draft-default-headers): Ditto.
6450         (wl-draft-insert-mail-header-separator): Ditto.
6451
6452 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * Version number is increased to 2.9.6.
6455
6456 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * wl-draft.el (wl-draft-delete-field): Optional argument.
6459         (wl-draft-delete-fields): Ditto.
6460
6461 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * wl-message.el (toplevel): Eliminated byte-compile warning.
6464         for `itimer-function', `delete-timer' and `itimer-list'.
6465
6466 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6467
6468         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6469         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6470         `wl-message-buffer-prefetch-threshold'.
6471         * wl-summary.el (wl-summary-redisplay-internal): Remove
6472         the check of `wl-message-buffer-prefetch-depth'.
6473
6474 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6477         size of article.
6478         (wl-message-buffer-prefetch-subr): Remove size check.
6479
6480 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6481
6482         * wl-vars.el (wl-plugged): Make customizable.
6483
6484 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6485
6486         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6487         (wl-message-buffer-prefetch-set-timer): New function.
6488         (wl-message-buffer-prefetch-get-next): New function.
6489         (wl-message-buffer-prefetch): New function.
6490         (wl-message-buffer-prefetch-next): Rewrite.
6491         (wl-message-buffer-prefetch-subr): Rewrite.
6492         * wl-vars.el (wl-auto-prefetch-first): New variable.
6493         * wl-summary.el (wl-summary-goto-folder-subr): Call
6494         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6495
6496 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6497
6498         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6499         `wl-summary-unread-message-hook'.
6500
6501 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6504         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6505         if range is `cache-status'.
6506
6507 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-message.el (wl-message-buffer-prefetch-subr):
6510         Improve debug message.
6511
6512 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6513
6514         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6515         `wl-mail-send-pre-hook'.
6516         (wl-draft-send-mail-with-qmail): Ditto.
6517         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6518
6519 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * wl-message.el (wl-message-buffer-prefetch-subr):
6522         Fix for cancel-function-timers bug.
6523         (wl-message-buffer-prefetch-debug): Default value is t.
6524
6525 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6528         (wl-message-buffer-prefetch-subr): Rewrite.
6529         Rename from `wl-message-buffer-prefetch'.
6530
6531 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6532
6533         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6534         (wl-default-draft-cite-decorate-author): Ditto.
6535
6536         * wl-draft.el (wl-draft-cite-function): Removed.
6537         (wl-default-draft-cite-decorate-author): Ditto.
6538
6539 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6540
6541         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6542         (wl-default-draft-cite): Do not arrange author name if the value of
6543         `wl-default-draft-cite-decorate-author' is nil.
6544
6545 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6546
6547         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6548
6549         * wl-folder.el (wl-folder-check-one-entity): Don't care
6550         `elmo-folder-use-flag-p'.
6551
6552 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6553
6554         * wl-folder (wl-folder-check-one-entity): Fix
6555         problem if unread is nil.
6556
6557 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6558
6559         * wl-address.el (wl-address-make-completion-list): Check whether
6560         the address is a group list.
6561         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6562
6563 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6564
6565         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6566         The number of the messages of new and unread does not count
6567         correctly.
6568
6569         * wl-summary.el (wl-summary-count-unread): Changed to return
6570         `(new . unread)' instead of total.
6571         (wl-summary-sync-update): Follow the change above.
6572
6573         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6574
6575 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6576
6577         * wl-address.el (wl-address-make-completion-list): Do not enclose
6578         address by " <" and ">" if associated realname is "".
6579         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6580         This is against the promblem with group list in .addresses pointed
6581         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6582
6583 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6584
6585         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6586         message is a format control string.
6587         * wl-expire.el (wl-expire-append-log): Ditto.
6588         * wl-mime.el (wl-summary-burst-subr): Ditto.
6589         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6590         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6591
6592 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6595         wl.el (wl-check-variables): Rename from `wl-check-type'.
6596         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6597         (wl-check-variables-2): New function.
6598         (wl): Call `wl-check-variables-2'.
6599
6600 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6601
6602         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6603         after renaming folder in access group.
6604
6605 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6606
6607         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6608         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6609         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6610         (wl-message-buffer-prefetch): Rewrite.
6611         (wl-message-buffer-prefetch-idle-time): Removed.
6612         * wl-summary.el (wl-summary-redisplay-internal):
6613         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6614         Error check for `wl-message-buffer-prefetch-depht'.
6615
6616 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6617
6618         * Version number is increased to 2.9.5.
6619         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6620
6621 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6622
6623         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6624         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6625         Based on the patch written by
6626         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6627
6628 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6629
6630         * wl-draft.el (wl-draft-raw-send): Fix for
6631         `wl-news-send-pre-hook'
6632
6633 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6634
6635         * wl-utils.el (wl-message-id-function): New variable.
6636         * wl-draft.el (wl-draft-insert-required-fields):
6637         Use `wl-message-id-function'.
6638
6639 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6642         * wl-utils.el (wl-draft-make-message-id-string):
6643         Use `wl-from' for domain part of Message-ID
6644         if `wl-message-id-use-wl-from' if non-nil.
6645         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6646
6647 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl.el (wl): Call `wl-check-type'
6650         Do not 'condition-case'.
6651
6652 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl.el (wl-check-type): New function.
6655         (wl-check-type-variables): New variable.
6656
6657 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6660
6661 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6662
6663         * wl-draft.el (wl-smtp-password-key): New function.
6664         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6665         (wl-draft-send-mail-with-smtp): Ditto.
6666         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6667
6668 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6671         * wl-utils.el (wl-unique-id-suffix): Remove.
6672
6673 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6674
6675         * Version number is increased to 2.9.4.
6676
6677 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-utils.el (wl-unique-id-suffix): New variable.
6680         (wl-unique-id): Use `wl-unique-id-suffix'
6681
6682 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6683
6684         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6685         instead of `elmo-msgdb-search'.
6686
6687         * Version number is increased to 2.9.3.
6688
6689 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6690
6691         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6692
6693 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6696         (wl-draft-dispatch-message): Changed for send-later.
6697         (wl-draft-queue-flush): Ditto.
6698         (wl-draft): Clear `wl-sent-message-queued'.
6699         (wl-draft-reedit): Ditto.
6700         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6701         * wl-vars.el (wl-draft-force-queuing): New variable.
6702         (wl-draft-force-queuing-mail): New variable.
6703         (wl-draft-force-queuing-news): New variable.
6704
6705 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6706
6707         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6708         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6709
6710 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6711
6712         * Version number is increased to 2.9.2.
6713
6714 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6715
6716         * wl-draft.el (wl-draft-elide-region): New user command.
6717         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6718
6719         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6720         command `wl-draft-elide-region'.
6721         * wl-mule.el: Ditto.
6722         * wl-xmas.el: Ditto.
6723
6724 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6727         (wl-biff-check-folder-async): Removed needless let.
6728
6729 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6730
6731         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6732         wl-folder-get-elmo-folder.
6733         (wl-biff-check-folder): Set `biff' argument of
6734         `wl-folder-check-one-entity'.
6735         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6736
6737         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6738         (wl-folder-check-one-entity): Added `biff' argument;
6739         Setup `biff' slot of folder.
6740
6741         * Version number is increased to 2.9.1.
6742
6743 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6744
6745         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6746         comment out and fixed.
6747         (wl-fldmgr-add-completion-subr): Ditto.
6748
6749         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6750         and msgdb.
6751
6752         * wl.el (wl-toggle-plugged): Save summary view.
6753
6754 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6755
6756         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6757
6758 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6759
6760         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6761
6762 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6765         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6766         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6767
6768         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6769         if it was failed.
6770         (wl-demo): Disable undo in the demo buffer.
6771
6772 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-version.el (wl-version): Changed codename.
6775
6776         * Version number is increased to 2.9.0.
6777
6778 2001-12-14  Takuo KITAME <kitame@northeye.org>
6779
6780         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6781         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6782         (wl-folder-mark-as-read-all-current-entity): Ditto.
6783
6784 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6785
6786         * wl-vars.el (wl-from-width): Define as obsolete variable.
6787         (wl-subject-length-limit): Ditto.
6788
6789         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6790
6791         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6792         wl-summary-save-view.
6793
6794         * wl.el (wl-save-status): Ditto.
6795         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6796
6797         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6798         (wl-summary-exit): Follow the change above.
6799         (wl-summary-goto-folder-subr): Ditto.
6800
6801         * wl-folder.el (wl-folder-create-subr): Don't use
6802         `elmo-folder-creatable-p'.
6803
6804 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6807
6808 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6809
6810         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6811         rather than bitmap on Emacs 21.
6812         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6813         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6814         for xbm if the new redisplay engine is not available.
6815
6816 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-folder.el (wl-folder-init-hook): New hook.
6819         (wl-folder-init): Run `wl-folder-init-hook'.
6820
6821 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6824
6825 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-acap.el (wl-acap-cache-filename): New variable.
6828         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6829         (wl-acap-init): Use cache if no ACAP server found.
6830
6831 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6832
6833         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6834         `wl-acap-original-msgdb-dir'.
6835
6836         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6837         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6838
6839         * wl-mime.el (wl-mime-save-directory): Renamed from
6840         `wl-mime-save-dir'.
6841
6842 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6845
6846         * wl-demo.el: Require `path-util'.
6847         (wl-demo-bitmap-mule-available-p): New internal variable.
6848         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6849         `module-installed-p' instead.
6850         (wl-demo-insert-image): Use *.img file for a bitmap image.
6851         (wl-demo): Don't call the ascii demo recursively.
6852
6853 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6854
6855         * Version number is increased to 2.7.7.
6856
6857 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl.el (wl-exit): Eliminated byte-compile warning.
6860
6861 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6862
6863         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6864         obsolete variable using `elmo-define-obsolete-variable'.
6865         (wl-fetch-confirm-threshold): Ditto.
6866         (wl-cache-prefetch-folder-type-list): Ditto.
6867         (wl-cache-prefetch-folder-list): Ditto.
6868
6869 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6872         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6873         (wl-demo-insert-image): New function.
6874         (wl-demo-insert-text): New function.
6875         (wl-demo-image-type-alist): Redefine as a function.
6876         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6877         (wl-demo-with-temp-file-buffer): Removed.
6878         (wl-logo-xpm): Removed.
6879         (wl-logo-xbm): Removed.
6880         (wl-logo-bitmap): Removed.
6881
6882 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6883
6884         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6885         (wl-expire-localdir-get-folder-function): New user option.
6886         (wl-expire-localdir-get-folder): New function.
6887         (wl-expire-localdir-date): Ditto.
6888
6889 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6890
6891         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6892         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6893         Fixed unread number mismatch when all-unread < unread.
6894
6895 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6898         (wl-fetch-confirm-threshold): Ditto.
6899
6900         * wl-summary.el (wl-summary-confirm-appends): Removed.
6901         (wl-summary-sync-update): Don't refer
6902         `wl-summary-update-confirm-threshold' (It is now abolished).
6903
6904         * wl-message.el (wl-message-display-internal): Don't refer
6905         `wl-fetch-confirm-threshold' (It is now abolished).
6906
6907 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6908
6909         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6910
6911 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6912
6913         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6914         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6915         Change default value to nil.
6916         (wl-summary-indent-length-limit): The value can be nil, nil means
6917         unlimited.
6918
6919         * wl-summary.el: Don't set limit for indent length if the value of
6920         wl-summary-indent-length-limit is nil.
6921         If the value of wl-summary-width is nil, it means only that the width
6922         of summary is unlimited (nil doesn't mean that the indent length is
6923         unlimited).
6924
6925         * wl-thread.el: Ditto.
6926
6927 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6928
6929         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6930         be nil, nil means never confirm.
6931         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6932
6933 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6934
6935         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6936         means unlimited).
6937
6938 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6941         Use `with-temp-buffer'.
6942
6943 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6946         with new backquote style).
6947         (wl-folder-get-entity-from-buffer): Ditto.
6948
6949 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6950
6951         * wl-version.el (nemacs-version): Eliminated.
6952         (wl-extended-emacs-version2): Ignore nemacs.
6953         (wl-extended-emacs-version3): Ditto.
6954
6955 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6956
6957         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6958         (wl-draft-add-in-reply-to): New variable.
6959         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6960         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6961         (wl-draft-yank-from-mail-reply-buffer): Use
6962         `wl-draft-add-in-reply-to'.
6963         (wl-draft-insert-current-message): Ditto.
6964
6965 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6966
6967         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6968         typo (kill->hide).
6969         (wl-message-buffer-prefetch-folder-type-list): Added elements
6970         `mark' and `cache' instead of `internal'.
6971
6972 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6975         resume msgdb directory.
6976
6977 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6978
6979         * wl.el (wl-exit): Call `wl-acap-exit'.
6980
6981         * wl-summary.el (wl-summary-message-string): New function.
6982         (wl-summary-reedit): Use it.
6983         (wl-summary-resend-bounced-mail): Remove needless let.
6984         (wl-summary-supersedes-message): Ditto.
6985         (wl-summary-save): Ditto.
6986
6987         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6988         (wl-acap-init): Set it.
6989         (wl-acap-exit): New function.
6990
6991 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6992
6993         * wl.el (wl-init): Revert (require 'mime-setup). move from
6994         toplevel.
6995
6996 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6997
6998         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6999         local variables.  Add error when guess function return invalid
7000         value.
7001
7002 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7003
7004         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7005         Change local variable name.
7006         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7007         (wl-folder-get-newsgroups): Return nil when non-news folder.
7008         * wl-summary.el (wl-summary-write-current-folder): State through
7009         when guess-list return nil.
7010         (wl-summary-write-current-folder-functions): Fixed docstring.
7011
7012         * wl.el (wl-exit): Changed confirm message.
7013
7014         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7015         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7016
7017         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7018
7019 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7020
7021         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7022         user option (Renamed from wl-cache-prefetch-folder-type-list).
7023         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7024         from wl-cache-prefetch-folder-list).
7025
7026         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7027         Move to wl-vars.el.
7028         (wl-message-buffer-prefetch-p): Changed to enable
7029         `wl-message-buffer-prefetch-folder-list'.
7030
7031         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7032         `ignore-cache'.
7033
7034 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7035
7036         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7037         `part-top' and `part-bottom'.
7038         (wl-draft-config-sub-part-top): New function.
7039         (wl-draft-config-sub-part-bottom): New function.
7040
7041 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7042
7043         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7044
7045 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7046
7047         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7048
7049 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7050
7051         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7052
7053         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7054         (wl-summary-write-current-folder): Ditto.
7055
7056 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-folder.el (wl-folder-get-newsgroups): Use
7059         `elmo-folder-newsgroups'.
7060
7061 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7062
7063         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7064         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7065         `wl-draft-config-sub-header-bottom'.
7066
7067 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7068
7069         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7070         localnews folder.
7071
7072 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7073
7074         * wl-summary.el (wl-summary-mode): Undo last change.
7075
7076         * wl-folder.el (wl-folder-mode): Ditto.
7077
7078 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7079
7080         * wl-summary.el (wl-summary-mode): Locally set
7081         truncate-partial-window-width to nil.
7082         (for XEmacs)
7083
7084         * wl-folder.el (wl-folder-mode): Ditto.
7085
7086 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7087
7088         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7089
7090 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7091
7092         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7093         number.
7094
7095         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7096
7097         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7098
7099         * Version number is increased to 2.7.6.
7100
7101 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7104
7105 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-summary.el (wl-summary-sync-update): Enclose network
7108         related portion with `unwind-protect'.
7109
7110 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7111
7112         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7113
7114 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7115
7116         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7117         element.
7118         * wl-vars.el (wl-message-body-button-alist): Ditto.
7119
7120         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7121         max match length.
7122         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7123
7124         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7125         for the max match length;
7126         Use 4th element value for the button string regexp group.
7127
7128         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7129         candidate exists, prompt to select.
7130
7131 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7132
7133         * wl-summary.el (wl-summary-jump-to-msg): Search before
7134         calibration point by `beginning-of-line'.
7135
7136 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7137
7138         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7139         for access group.
7140
7141 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-message.el (wl-message-display-internal): Bind
7144         `default-mime-charset'.
7145
7146         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7147
7148         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7149
7150         * Version number is increased to 2.7.5.
7151
7152 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7153
7154         * wl-expire.el (wl-summary-archive): Fixed;
7155         Use `elmo-folder-name-internal'.
7156
7157 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7158
7159         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7160         from `elmo-folder-move-messages' caller.
7161         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7162
7163         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7164         related portions are changed).
7165
7166 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7167
7168         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7169         counter.
7170
7171 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7172
7173         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7174         buffer local and set it to nil.
7175
7176         * wl-message.el (wl-message-redisplay): Ditto.
7177
7178 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-summary.el (wl-summary-mark-as-important): If message is
7181         already cached, set messag as read, otherwise encache and mark as read.
7182
7183 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7184
7185         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7186         point-min.
7187
7188 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7191         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7192         a keymap.
7193
7194 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7197         parent.
7198
7199         * wl-mule.el (wl-message-define-keymap): Ditto.
7200
7201         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7202
7203         * wl-xmas.el (wl-message-display-internal-hook): Define.
7204         (wl-xmas-setup-message-toolbar): Define as function.
7205         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7206         (wl-message-overload-functions): Abolished.
7207         (wl-message-define-keymap): New function.
7208
7209         * wl-vars.el (wl-message-display-internal-hook): New variable.
7210         (wl-message-header-button-alist): New variable (Renamed from
7211         wl-highlight-message-header-button-alist).
7212         (wl-message-body-button-alist): Ditto.
7213
7214         * wl-mule.el (wl-message-define-keymap): New function.
7215         (wl-message-overload-functions): Abolished.
7216
7217         * wl-message.el (wl-message-add-buttons-to-body): New function.
7218         (wl-message-redisplay): Don't call wl-message-overload-functions;
7219         Call wl-message-add-buttons-to-header and
7220         wl-message-add-buttons-to-body.
7221         (wl-message-display-internal): Set keymap argument for
7222         elmo-mime-display-as-is, elmo-mime-message-display;
7223         Run wl-message-display-internal-hook.
7224         (wl-message-refer-article-or-url): Abolished.
7225
7226         * wl-highlight.el (wl-highlight-headers): Don't call
7227         wl-highlight-message-add-buttons-to-header.
7228         (wl-highlight-message-add-buttons-to-header): Abolished.
7229
7230
7231         * wl-e21.el (wl-message-display-internal-hook): Define.
7232         (wl-e21-setup-toolbar): Deleted duplicated binding.
7233         (wl-e21-setup-message-toolbar): Define as function.
7234         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7235         (wl-message-define-keymap): New function.
7236         (wl-message-overload-functions): Abolished.
7237
7238 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7239
7240         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7241         and elmo-folder-close.
7242
7243         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7244
7245 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7246
7247         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7248         boolean value.
7249         * wl-draft.el (wl-draft-do-fcc): Ditto.
7250
7251 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7252
7253         * wl-vars.el (wl-fcc-force-as-read): New variable.
7254         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7255         mark copied message as read.
7256
7257 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7258
7259         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7260
7261 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7262
7263         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7264         `wl-summary-target-above' instead of obsolete variable
7265         `wl-summary-temp-above'.
7266
7267         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7268         instead of `make-obsolete-variable'.
7269         * wl-refile.el (toplevel): Ditto.
7270
7271 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7274         with third argument t.
7275         (wl-draft): Set first argument for wl-plugged-init as t.
7276
7277         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7278         definition.
7279
7280 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7281
7282         * wl-vars.el: Tabify.
7283         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7284
7285         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7286         message.
7287
7288 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7289
7290         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7291         and set default to beep.
7292
7293 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7294
7295         * wl-vars.el (wl-draft-truncate-lines): New variable.
7296
7297         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7298         instead of wl-message-truncate-lines for truncate-lines.
7299
7300 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7301
7302         * wl-message.el (wl-message-display-internal): Call
7303         `wl-highlight-message' after `elmo-mime-display-as-is'.
7304
7305         * wl-mime.el (wl-mime-display-text/plain): New function.
7306         (wl-mime-display-header): Ditto.
7307         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7308         body-presentation-method for text/plain;
7309         Register `wl-mime-display-header' as a header-presentation-method;
7310         Don't set up `elmo-message-text-content-inserted-hook' and
7311         `elmo-message-header-inserted-hook'.
7312
7313         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7314         variable.
7315         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7316         as t if flag is 'all-header;
7317         Don't bind `elmo-message-ignored-field-list',
7318         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7319
7320 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7321
7322         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7323         for xemacs with non-mule environment.
7324
7325 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7326
7327         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7328         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7329         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7330
7331 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7332
7333         * wl-vars.el (wl-interactive-send): Set default value as t.
7334
7335 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7336
7337         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7338         (wl-addrmgr-method-list): Abolished.
7339         (wl-addrmgr-change-method): Follow above change.
7340
7341         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7342
7343 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7344
7345         * wl-vars.el (wl-message-truncate-lines): Change default value
7346         to default-truncate-lines.
7347
7348         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7349
7350 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7351
7352         * wl-vars.el (wl-message-truncate-lines): New variable.
7353
7354         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7355         wl-message-truncate-lines.
7356
7357 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7358
7359         * wl-acap.el (wl-acap-init): Remove period from error message.
7360         (wl-acap-find-acap-service): Remove period from message.
7361
7362 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl.el (wl-check-environment): Undo last change.
7365
7366         * wl-vars.el (wl-from): Changed default value.
7367
7368         * wl-util.el (toplevel): Don't require tm-edit.
7369
7370         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7371         `wl-folder-init';
7372         Don't set mark on mail body.
7373         (wl-draft-reedit): Ditto.
7374
7375         * wl-address.el (wl-address-quote-specials): Define as an alias for
7376         elmo-address-quote-specials.
7377
7378 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7379
7380         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7381
7382         * wl-vars.el (wl-from): Set default value as nil.
7383         (wl-organization): Set default value as ORGANIZATION environment
7384         variable.
7385
7386         * wl-draft.el (wl-smtp-extension-bind): Check value of
7387         wl-smtp-connection-type.
7388
7389         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7390         error.
7391
7392 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7393
7394         * Version number is increased to 2.7.4.
7395
7396         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7397         arguments from `wl-highlight-x-face-function' caller.
7398         Use x-face-1.3.6.12 or later.
7399
7400 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7401
7402         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7403
7404 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7405
7406         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7407         (wl-fcc): Fix to accept function.
7408         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7409
7410 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl-acap.el (toplevel): Added `product-provide' declare.
7413         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7414
7415 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7416
7417         * wl.el (wl): Changed order of calling `elmo-init'
7418         and `elmo-folder-init'.
7419
7420 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7421
7422         * wl-mime.el (wl-summary-burst): Extract message when content-type
7423         of root entity is not only `multipart' but also `message/rfc822'.
7424         (wl-summary-burst-subr): Ditto.
7425
7426 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl-vars.el (toplevel): Require 'custom.
7429         (wl-trash-folder): Added to `wl-setting' group.
7430
7431         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7432         exists.
7433         (wl-addrmgr-draw): Insert empty line when no entry exists.
7434
7435         * wl-mule.el (wl-message-wheel-up): Fixed.
7436         (wl-message-wheel-down): Ditto.
7437
7438 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7439
7440         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7441         config is an anonymous lambda expression.
7442
7443 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7446         when Mule 2 is running.
7447
7448 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7451
7452 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7453
7454         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7455         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7456
7457         * wl-address.el (wl-address-specials-regexp): Eliminated.
7458         (wl-address-quote-specials): Rewrite.
7459
7460 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7461
7462         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7463         shy-groups for regexp.
7464
7465         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7466         character classes and Perl style shy-groups for regexp.
7467         (wl-highlight-plugged-current-line): Use Posix style character
7468         classes for regexp.
7469         (wl-e21-highlight-folder-by-numbers): Ditto.
7470         (wl-e21-display-image-p): Use `display-images-p' instead of
7471         `display-graphic-p'.
7472         (display-images-p): Make an alias to `display-graphic-p' if it is
7473         not available.  It is for Emacs version prior to 21.0.105.
7474
7475         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7476         `display-graphic-p'.
7477         (wl-demo-image-type-alist): Ditto.
7478         (display-images-p): Make an alias to `display-graphic-p' if it is
7479         not available.  It is for Emacs version prior to 21.0.105.
7480
7481 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7482
7483         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7484         support.
7485         (wl-generate-user-agent-string): Ditto.
7486
7487         * wl-version.el (wl-version): Update docsting.
7488         (wl-version-status): Ditto.
7489
7490 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7491
7492         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7493         21.0.105.  For Emacs 21.0.104 or earlier.
7494
7495 2001-09-03  Takuo KITAME <kitame@northeye.org>
7496
7497         * wl-e21.el (wl-plugged-init-icons): Use
7498         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7499         (wl-biff-init-icons): Ditto.
7500
7501 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * wl-highlight.el (wl-highlight-summary-current-line):
7504         Fixed highlighting refile/copy destination.
7505
7506         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7507         (wl-acap-store): Encode string by wl-acap-coding-system.
7508
7509 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl-acap.el (toplevel): Check and require 'un-define before
7512         'xemacs-ucs;
7513          Added checking for UTF-2000.
7514
7515 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7518         Don't enclose with `eval-and-compile'.
7519
7520         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7521         wl-init is non-nil.
7522
7523         * wl-draft.el (wl-draft): Ditto.
7524
7525         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7526
7527         * wl-acap.el (toplevel): Require 'wl.
7528         (wl-acap-store): Call `elmo-init'.
7529
7530         * wl.el (wl): Changed position of `wl-check-environment'.
7531         (toplevel): Added autoload setting for wl-acap.
7532
7533         * wl-vars.el (wl-setting): New custom group.
7534         (wl-from): Added wl-setting group.
7535         (wl-user-mail-address-list): Ditto.
7536         (wl-organization): Ditto.
7537         (wl-subscribed-mailing-list): Ditto.
7538         (wl-envelope-from): Ditto.
7539         (wl-smtp-posting-user): Ditto.
7540         (wl-smtp-posting-server): Ditto.
7541         (wl-smtp-posting-port): Ditto.
7542         (wl-smtp-authenticate-type): Ditto.
7543         (wl-pop-before-smtp-user): Ditto.
7544         (wl-pop-before-smtp-server): Ditto.
7545         (wl-pop-before-smtp-port): Ditto.
7546         (wl-pop-before-smtp-authenticate-type): Ditto.
7547         (wl-nntp-posting-server): Ditto.
7548         (wl-nntp-posting-user): Ditto.
7549         (wl-nntp-posting-port): Ditto.
7550         (wl-fetch-confirm-threshold): Ditto.
7551         (wl-prefetch-threshold): Ditto.
7552         (wl-thread-insert-opened): Ditto.
7553         (wl-ldap-server): Ditto.
7554         (wl-ldap-port): Ditto.
7555         (wl-ldap-base): Ditto.
7556         (wl-ldap-objectclass): Ditto.
7557         (wl-use-ldap): Ditto.
7558         (wl-draft-config-alist): Ditto.
7559         (wl-draft-config-matchone): Ditto.
7560         (wl-template-alist): Ditto.
7561         (wl-message-sort-field-list): Ditto.
7562         (wl-message-ignored-field-list): Ditto.
7563         (wl-message-visible-field-list): Ditto.
7564         (wl-interactive-send): Ditto.
7565         (wl-summary-move-order): Ditto.
7566         (wl-auto-select-first): Ditto.
7567         (wl-auto-select-next): Ditto.
7568         (wl-interactive-save-folders): Ditto.
7569
7570         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7571         Initialization codes are moved from wl-local-folder-init.
7572         (wl-local-folder-init): Follow the change above.
7573         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7574
7575         * wl-acap.el: New file.
7576
7577         * Version number is increased to 2.7.3.
7578
7579 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7580
7581         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7582
7583 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7584
7585         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7586         (wl-addrmgr-address-entry-list): Ditto.
7587
7588 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-e21.el (wl-draft-mode-map): Removed binding for
7591         `wl-draft-insert-x-face-field'.
7592
7593         * wl-mule.el (wl-draft-mode-map): Ditto.
7594
7595         * wl-xmas.el (wl-draft-mode-map): Ditto.
7596
7597         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7598         (wl-cs-autoconv): Ditto.
7599         (wl-cs-local): Ditto.
7600         (wl-use-scoring): Ditto.
7601         (wl-mime-charset): Ditto.
7602         (wl-folder-check-async): Ditto.
7603
7604         * wl.el (toplevel): Ignore nemacs and tm.
7605         (wl-exit): Ditto.
7606
7607         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7608         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7609         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7610         instead of wl-address-petname-add-or-change.
7611         (wl-summary-edit-addresses-subr): Use wl-address-delete
7612         instead of wl-address-petname-delete.
7613
7614         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7615
7616         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7617         if error occured.
7618
7619         * wl-message.el (require): Remove tm support.
7620
7621         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7622
7623         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7624         (wl-folder-jump-to-current-entity): Ditto.
7625         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7626
7627         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7628         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7629         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7630
7631         * wl-mule.el (wl-draft-key-setup): Ditto.
7632
7633         * wl-xmas.el (wl-draft-key-setup): Ditto.
7634
7635         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7636         (wl-draft-std11-parse-addresses): New function.
7637         (wl-draft-parse-mailbox-list): Use it.
7638         (wl-draft): Ignore nemacs.
7639         (wl-draft-reedit): Ditto.
7640
7641         * wl-addrmgr.el: New file.
7642         (Original is wl-rcpt.el written by
7643         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7644         Thanks Kitamoto-san.)
7645
7646         * wl-address.el (wl-address-make-address-list): Modified parsing
7647         process.
7648         (wl-address-delete): Renamed from `wl-address-petname-delete';
7649         Modify wl-address-list too.
7650         (wl-address-add-or-change): Renamed from
7651         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7652
7653 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7654
7655         * wl-highlight.el (wl-highlight-summary-current-line):
7656           Work with transient-mark-mode
7657
7658 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * Version number is increased to 2.7.2.
7661
7662         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7663         instead of elmo-dop-queue-method.
7664
7665 2001-08-06  SAITO Atsunori <sai@yedo.com>
7666
7667         * wl-vars.el (wl-ldap-objectclass): New user option.
7668
7669         * wl-address.el (wl-ldap-make-filter): Use it.
7670
7671 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7672
7673         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7674
7675 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-folder.el (wl-folder): redisplay after folder insertion.
7678
7679         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7680
7681         * wl-summary.el (wl-summary-sync-update):
7682         Change status mark only when new-msgdb exists.
7683         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7684
7685 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-summary.el (wl-summary-open-folder): New function.
7688         (wl-summary-goto-folder-subr): Use it.
7689         (wl-summary-mark-as-important): Fix;
7690         Encache only when no cache exists.
7691
7692 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7695         Use with-current-buffer.
7696
7697 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7698
7699         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7700         before call `get-buffer'. Fixed parenthesis.
7701         (wl-score-get-header-entry): Clear message and help window when
7702         keyboard quit.
7703         (wl-score-edit-insert-header): Ditto.
7704
7705 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7708         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7709         (wl-default-draft-cite): Fix.
7710
7711         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7712         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7713
7714 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7715
7716         * wl-message.el (wl-message-prev-page): Do same bahavior
7717         as summary when it is called in the message buffer.
7718         (wl-message-next-page): Ditto.
7719
7720 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-summary.el (wl-summary-forward): Use cache if it is not
7723         section cache.
7724
7725 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7728         Removed redundant require of elmo-vars.
7729         (wl-biff-state-indicator-on): Changed default value for
7730         xemacs with non-mule environment.
7731
7732         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7733         wl-message-buffer is nil;
7734         Hide progress bar after moving messages.
7735
7736 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7739         message at cursor point is deleted.
7740
7741 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-vars.el: Changed file coding system to euc-japan.
7744         Added -*-coding:-*- magic to the first line.
7745
7746         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7747         Search parent from the first message.
7748
7749         * Version number is increased to 2.7.1.
7750
7751 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7752
7753         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7754
7755 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7758         refile/delete execution.
7759
7760         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7761         Fixed docstring.
7762
7763 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7766         do update process;
7767         Don't update marks when update process is interrupted.
7768
7769 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7770
7771         * wl-summary.el (wl-summary-reply): Fixed problem when
7772         wl-draft-use-frame is non-nil.
7773         (wl-summary-forward): Ditto.
7774
7775         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7776         as nil.
7777         (wl-folder-mark-as-read-all-entity): Ditto.
7778         (wl-folder-prefetch-entity): Ditto.
7779
7780         * wl.el (wl): Check environment before wl-init.
7781
7782         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7783         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7784         instead of wl-summary-collect-unread.
7785         (wl-summary-reply): Split message window.
7786
7787 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7790         only if current language environment is japanese,
7791
7792         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7793         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7794         (wl-folder-goto-folder-subr): Ditto.
7795
7796         * wl-draft.el (wl-draft-dispatch-message): Call
7797         `elmo-file-cache-get-path'.
7798
7799 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7800
7801         * wl-summary.el (wl-summary-cursor-move): If return value of
7802         wl-summary-next-message is not number, don't jump.
7803
7804 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-summary.el (wl-summary-buffer-next-message-function): New
7807         variable.
7808         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7809         if it is bound.
7810
7811         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7812         string.
7813
7814         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7815         (wl-plugged-drawing): Ditto.
7816
7817 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7820         process.
7821         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7822         with unwind-protect.
7823
7824         * wl.el (wl-init): Require mime-setup.
7825         (wl-check-environment): Don't require mime-setup.
7826
7827         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7828         instead of elmo-folder-type.
7829
7830         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7831         value as nil.
7832
7833 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * Version number is increased to 2.7.0.
7836
7837         * wl-version.el (wl-version): Changed codename.
7838
7839         * wl-summary.el (wl-summary-delete-cache): Fixed.
7840
7841         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7842         Workaround for net folders.
7843         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7844
7845         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7846         value to nil (According to the patch from
7847         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7848
7849         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7850         of elmo-folder-close.
7851
7852 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7853
7854         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7855         for postfix.
7856
7857 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7858
7859         * wl-summary.el (wl-summary-resend-message): Fixed.
7860
7861         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7862         Call wl-draft with `from' argument if its address is included in
7863         `wl-user-mail-address-list'.
7864         (wl-draft): Added `from' argument.
7865
7866         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7867         non-nil.
7868         (wl): Don't show demo if wl-demo is nil.
7869
7870         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7871         wl-summary-use-frame.
7872
7873         * wl-vars.el (wl-summary-use-frame): New user option.
7874         (wl-folder-use-frame): Changed docstring.
7875
7876         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7877         non-nil.
7878         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7879         wl-summary-use-frame.
7880
7881         * wl-vars.el (wl-folder-use-frame): New user option.
7882
7883         * wl-summary.el (wl-summary-exit): Back to folder frame if
7884         wl-folder-use-frame is non-nil.
7885         (wl-summary-redisplay-internal): Ignore cache if current folder
7886         is draft folder,
7887         (wl-summary-redisplay-no-mime): Ditto.
7888         (wl-summary-redisplay-all-header): Ditto.
7889
7890         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7891         if wl-folder-use-frame is non-nil.
7892
7893 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7894
7895         * wl-summary.el (wl-summary-sync-update): Bind
7896         elmo-folder-update-threshold.
7897         (wl-summary-mark-as-important): Enclosed server mark processing
7898         with `save-match-data'.
7899
7900         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7901         only when it is already defined.
7902
7903 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7904
7905         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7906         name of folder exclude localdir is wrong.
7907         * wl-folder.el (wl-folder-sync-entity):
7908         Set `wl-summary-always-sticky-folder-list' as nil.
7909         (wl-folder-mark-as-read-all-entity): Ditto.
7910         (wl-folder-prefetch-entity): Ditto.
7911
7912 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7913
7914         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7915         instead of `wl-summary-write-current-newsgroup'.
7916
7917 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7918
7919         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7920         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7921         non-nil and selected message is important, do not display.
7922
7923 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7924
7925         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7926
7927 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7930
7931         * wl-summary.el (wl-summary-mark-as-important): Set message number
7932         using wl-summary-message-number.
7933
7934 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7935
7936         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7937         destination folder is 'null.
7938
7939 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7940
7941         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7942         New function.
7943         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7944         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7945         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7946
7947 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-mime.el (wl-mime-setup): Added setting for
7950         `mime-setup-signature-key-alist' to avoid overriding key bind for
7951         `wl-draft-send'.
7952
7953         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7954         for `wl-draft-send'.
7955         * wl-mule.el (wl-draft-overload-functions): Ditto.
7956         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7957         * wl-draft.el (wl-draft-send): Ditto.
7958
7959         * wl-message.el (wl-message-display-internal):
7960         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7961         (Patch is provided by <kita@coe.nttdata.co.jp>).
7962
7963 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7964
7965         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7966
7967 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7968
7969         * wl.el (wl): Fix for wl-demo.
7970
7971 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7974
7975 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7976
7977         * wl-folder.el (wl-folder-prefetch-entity): Use
7978         `wl-folder-get-elmo-folder'.
7979         (wl-folder-count-incorporates): Do not use
7980         `wl-folder-get-elmo-folder'.
7981
7982 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7985         instead of `elmo-folder-get-type'.
7986
7987 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7988
7989         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7990         position on Subject: field.
7991         (Advised by Mito <mit@nines.nec.co.jp>)
7992
7993 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7994
7995         * wl-folder.el (wl-folder-prefetch-entity): Use
7996         `wl-folder-get-elmo-folder'.
7997
7998 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7999
8000         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8001
8002         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8003         `process-duplicates' slot.
8004
8005         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8006         if detection failed.
8007
8008 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8009
8010         * wl-version.el (wl-version-status): Set to "alpha".
8011
8012 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8015         Check wl-message-buffer lives before set-buffer.
8016
8017 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8018
8019         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8020         called in folder mode.
8021         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8022         * wl-summary.el (wl-summary-exit-pre-hook): Run
8023         `wl-summary-exit-pre-hook' before exit summary mode.
8024
8025 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8026
8027         * wl-version.el (wl-version-status): New variable.
8028         (wl-version-status-alist): Removed.
8029         (wl-version-status): Rule included.
8030
8031 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8032
8033         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8034         @sponichi.
8035
8036         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8037         when `mail-reply-buffer' is buffer-local variable.
8038         (Reported by <kita@coe.nttdata.co.jp>).
8039
8040 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8041
8042         * wl-vars.el (toplevel): Require 'elmo-util.
8043
8044 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8045
8046         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8047         (All other related portions are changed)
8048
8049         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8050
8051         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8052
8053 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8054
8055         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8056
8057 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8058
8059         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8060         Delete other windows to avoid an error.
8061         Use `point-marker' instead of `point' to remember the start point
8062         of body.
8063
8064         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8065
8066         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8067         number not to exceed all message number.
8068
8069 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8070
8071         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8072         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8073
8074 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8075
8076         * wl-summary.el (wl-summary-sync-force-update): Added argument
8077         no-check.
8078         (wl-summary-sync-update): Ditto.
8079         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8080         with `no-check'.
8081
8082         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8083         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8084         already running.
8085
8086 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8087
8088         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8089         `dst-folder-arg'.
8090         (wl-expire-archive-number1): Diito.
8091         (wl-expire-archive-number2): Diito.
8092         (wl-expire-archive-Date): Diito.
8093         (wl-archive-number1): Diito.
8094         (wl-archive-number2): Diito.
8095         (wl-archive-date): Diito.
8096         (wl-archive-folder-p): New function.
8097         (wl-summary-expire): Support of expand folder name at
8098         wl-expire-alist.
8099         * wl-util.el (wl-expand-newtext): Renamed from
8100         `wl-refile-expand-newtext'.
8101
8102 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8103
8104         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8105         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8106         `(elmo-msgdb-get-overview msgdb)'.
8107         (wl-summary-prefetch): Bind match data before call
8108         `wl-summay-prefetch-msg'.
8109         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8110         'off if `wl-summary-buffer-disp-msg' is non-nil.
8111         Fixed problem that couldn't show only one new or unread message when
8112         enter folder.
8113         (wl-summary-reply): Don't call `split-window-vertically' and other
8114         window.
8115
8116 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8117
8118         * wl-expire.el (wl-expire-refile): Fixed.
8119
8120 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8121
8122         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8123
8124         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8125         biff notification is removed.
8126
8127         * wl.el (wl): Changed position of `elmo-init'.
8128
8129         * wl-draft.el (wl-default-draft-cite): Use date field
8130         on the citation buffer.
8131
8132         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8133
8134         * wl-xmas.el (wl-folder-internal-icon-list): Added
8135         `wl-folder-shimbun-image'.
8136
8137         * wl-e21.el (wl-folder-internal-icon-list): Added
8138         `wl-folder-shimbun-image'.
8139
8140 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl.el (wl-init): Eliminated argument.
8143         (wl): Rewrite.
8144
8145         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8146         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8147         instead of `elmo-folder-msgdb-internal'.
8148         (wl-summary-sync-update): Ditto.
8149         (wl-summary-flush-pending-append-operations): Eliminated.
8150         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8151         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8152         `elmo-folder-open'.
8153
8154         * wl-mime.el (wl-summary-burst): Fixed.
8155
8156         * wl-folder.el (wl-folder-info-save): Check data type.
8157
8158         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8159         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8160         instead of `elmo-folder-msgdb-internal'.
8161         (wl-expire-hide): Ditto.
8162
8163
8164         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8165
8166 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8167
8168         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8169
8170 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8171
8172         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8173
8174 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8175
8176         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8177         Fixed `match-beginning' argument mismatch.
8178
8179 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8180
8181         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8182         the default value.
8183
8184 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8185
8186         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8187         instead of `elmo-nntp-default-port'.
8188
8189         * wl-vars.el: Fixed some doc strings.
8190
8191 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8192
8193         * wl-summary.el (wl-summary-prefetch-msg): Use
8194         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8195
8196         * wl-vars.el: Define *-func as obsolete variable using
8197         `elmo-define-obsolete-variable'.
8198
8199         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8200         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8201         instead of `wl-message-buffer-prefetch-threshold'.
8202
8203         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8204
8205         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8206
8207         * wl-draft.el (wl-caesar-region-func): Ditto.
8208
8209         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8210         Keep unread status in elmo-folder-move-messages.
8211         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8212
8213 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8214
8215         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8216         `wl-summary-buffer-exit-func'
8217         (wl-summary-buffer-message-redisplay-function): Renamed from
8218         `wl-summary-buffer-message-redisplay-func'
8219         (wl-summary-buffer-next-folder-function): Renamed from
8220         `wl-summary-buffer-next-folder-func'.
8221         (wl-summary-buffer-prev-folder-function): Renamed from
8222         `wl-summary-buffer-prev-folder-func'.
8223         (wl-summary-get-petname-function): Renamed from
8224         `wl-summary-get-petname-func'.
8225
8226         * wl-score.el (wl-score-edit-exit-function): Renamed from
8227         `wl-score-edit-exit-func'.
8228
8229         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8230         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8231
8232         * wl-util.el (wl-load-profile-function): Renamed from
8233         `wl-load-profile-func'.
8234
8235         * wl-folder.el (wl-folder-completion-function): Renamed from
8236         `wl-folder-completion-func'.
8237         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8238
8239         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8240         `wl-expire-archive-get-folder-func'.
8241         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8242         (wl-draft-send-mail-function): Renamed from
8243         `wl-draft-send-mail-func'.
8244         (wl-draft-send-news-function): Renamed from
8245         `wl-draft-send-news-func'.
8246         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8247         (wl-generate-mailer-string-function): Renamed from
8248         `wl-generate-mailer-string-func'.
8249         (wl-highlight-signature-search-function): Renamed from
8250         `wl-highlight-signature-search-func'.
8251         (wl-highlight-x-face-function): Renamed from
8252         `wl-highlight-x-face-func'
8253         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8254         (wl-ps-print-buffer-function): Renamed from
8255         `wl-ps-print-buffer-func'
8256         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8257         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8258         (wl-summary-subject-filter-function): Renamed from
8259         `wl-summary-subject-filter-func'.
8260
8261         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8262         `wl-draft-queue-flush-send-func'
8263         (wl-draft-cite-function): Renamed from
8264         `wl-draft-cite-func'
8265
8266         * wl-address.el (wl-address-init-function): Renamed from
8267         `wl-address-init-func'.
8268
8269 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl-draft.el (wl-draft-queue-flush): Don't call
8272         `elmo-dop-unlock-message'.
8273         * wl-draft.el (wl-draft-queue-append): Don't call
8274         `elmo-dop-lock-message'.
8275
8276         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8277         (wl-summary-buffer-folder-name): Ditto.
8278         (wl-summary-message-regexp): Added '-' (all other related portions
8279         are changed).
8280         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8281         wl-summary-buffer-folder-name.
8282
8283 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8284
8285         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8286         the number of mails in the folder buffer is not updated by wl-biff.
8287
8288 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8289
8290         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8291         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8292
8293 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-summary.el (wl-summary-next-message):
8296         Return next message number when wl-summary-move-order is nil.
8297
8298 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8299
8300         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8301         `wl-summary-move-spec-alist'.
8302         (wl-summary-move-spec-unplugged-alist): New variable
8303         (Move spec for unplugged status).
8304         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8305         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8306
8307 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8308
8309         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8310         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8311
8312 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8313
8314         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8315         simple quotation to quote the anonymous function.
8316         * tm-wl.el (wl-draft-preview-message): Ditto.
8317
8318 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8319
8320         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8321         Eliminate redundant `save-excursion'.
8322         (wl-highlight-summary-current-line): Ditto.
8323
8324         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8325         accessing match data when `looking-at' failed.
8326
8327         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8328         `elmo-match-string' where users don't care about the speed.
8329         (wl-draft-save): Ditto.
8330
8331 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8332
8333         * wl-util.el (wl-regexp-opt): New function.
8334
8335         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8336         number from `wl-summary-buffer-number-list'.
8337         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8338         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8339         (wl-summary-move-spec-alist): Changed default setting.
8340
8341 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8342
8343         * wl-vars.el (wl-biff-notify-hook): New hook.
8344         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8345         the arrival of new mail.
8346         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8347         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8348
8349 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8350
8351         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8352
8353 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8354
8355         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8356
8357         * Version number is increased to 2.5.8.
8358
8359         * wl-thread.el (toplevel): require 'cl.
8360         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8361         (wl-thread-make-number-list): New function.
8362         (wl-thread-entity-make-number-list-from-children): Ditto.
8363         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8364         (wl-thread-entity-insert-as-children): Likewise.
8365         (wl-thread-delete-message): Likewise.
8366         (wl-meaning-of-mark): Eliminated.
8367         (wl-thread-next-failure-mark-p): Ditto.
8368         (wl-thread-entity-get-mark): Ditto.
8369         (wl-thread-meaning-alist-get-result): Ditto.
8370         (wl-thread-entity-check-prev-mark): Ditto.
8371         (wl-thread-entity-check-next-mark): Ditto.
8372         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8373         (wl-thread-entity-get-prev-marked-entity): Ditto.
8374         (wl-thread-get-prev-unread): Ditto.
8375         (wl-thread-jump-to-prev-unread): Ditto.
8376         (wl-thread-get-next-unread): Ditto.
8377         (wl-thread-jump-to-next-unread): Ditto.
8378         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8379         (wl-thread-entity-get-next-marked-entity): Ditto.
8380
8381         * wl-summary.el (wl-summary-buffer-number-list):
8382         New bufer-local variable.
8383         (wl-summary-switch-to-clone-buffer): Clone
8384         `wl-summary-buffer-number-list'.
8385         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8386         (wl-summary-cursor-move-regex): Eliminated.
8387         (wl-summary-cursor-up): Rewrite.
8388         (wl-summary-cursor-down): Ditto.
8389         (wl-summary-mode-spec-alist): New variable.
8390         (wl-summary-next-message): New inline function.
8391         (wl-summary-cursor-move): New function.
8392         (wl-summary-default-get-next-msg): Rewrite.
8393         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8394         (wl-summary-rescan): Ditto.
8395         (wl-summary-sync-all-init): Ditto.
8396         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8397         summary is not thread view.
8398         (wl-summary-sync-update): Ditto.
8399         (wl-summary-rescan): Ditto.
8400         (wl-summary-make-number-list): New function.
8401
8402         * wl-draft.el: "FCC" -> "Fcc".
8403
8404 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-highlight.el (wl-highlight-summary-window):
8407         Call `set-buffer-modified-p'.
8408
8409         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8410         (wl): Call `elmo-init' and fix.
8411
8412         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8413         Use new variables.
8414
8415         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8416
8417 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8418
8419         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8420
8421 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8422
8423         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8424
8425 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8426
8427         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8428         `wl-use-toolbar' nor `display-graphic-p'.
8429         (wl-e21-setup-message-toolbar): Ditto.
8430         (wl-e21-setup-summary-toolbar): Ditto.
8431         (wl-e21-setup-folder-toolbar): Ditto.
8432
8433         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8434         (wl-plugged-init-icons): Ditto.
8435
8436         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8437         `display-graphic-p'.
8438         (wl-plugged-set-folder-icon): Ditto.
8439         (wl-highlight-plugged-current-line): Ditto.
8440         (wl-highlight-folder-current-line): Ditto.
8441         (wl-e21-highlight-folder-group-line): Ditto.
8442         (wl-e21-setup-toolbar): Ditto.
8443         (wl-e21-display-image-p): New macro.
8444
8445         * wl-demo.el (wl-demo): Simplified.
8446         (wl-demo-image-type-alist): Use `image-type-available-p' for
8447         checking whether the image type `xbm' is available.
8448
8449 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8450
8451         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8452         (wl-summary-input-range): Ditto.
8453
8454 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8455
8456         * wl-summary.el (wl-summary-edit-addresses): Use
8457         `wl-summary-get-original-buffer'
8458         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8459         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8460         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8461         (wl-summary-get-newsgroups): Eliminated.
8462         (wl-summary-set-crosspost): Ditto.
8463         (wl-summary-is-crosspost-folder): Ditto.
8464         (wl-crosspost-alist-load): Ditto.
8465         (wl-crosspost-alist-save): Ditto.
8466
8467         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8468         `elmo-setup-subscribed-newsgroups' instead of
8469         `elmo-nntp-make-groups-hashtb'.
8470         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8471         instead of `wl-crosspost-alist-save'.
8472
8473         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8474         of `elmo-folder-message-appendable-p'.
8475         (wl-mime-header-presentation-method): Eliminated.
8476
8477         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8478         (Error occurs in emacs21).
8479
8480         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8481         the current buffer).
8482
8483         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8484         instead of `wl-crosspost-alist-save'.
8485         (wl-init): `elmo-crosspost-message-alist-load'
8486         instead of `wl-crosspost-alist-load'
8487
8488         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8489         (wl-parse-newsgroups): Likewise.
8490         (wl-biff-notify): Run `wl-biff-notify-hook'.
8491
8492 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8493
8494         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8495
8496         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8497         when `wl-summary-lazy-highlight' is non-nil.
8498         (wl-summary-goto-folder-subr): Highlight only when
8499         `wl-summary-lazy-highlight' is non-nil.
8500
8501         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8502         Don't display progress and highlight temp-mark when
8503         `wl-summary-lazy-highlight' is non-nil.
8504         (wl-highlight-summary-window): New function.
8505         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8506
8507 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8508
8509         * wl-summary.el (wl-summary-sync): Change `all-visible'
8510         from `all-shown'
8511         (wl-summary-input-range): Ditto.
8512
8513 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8514
8515         * wl-e21.el (wl-highlight-folder-current-line): Call
8516         `wl-folder-init-icons' when folder icons have not been initialized.
8517
8518         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8519
8520         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8521         (wl-demo-image-type-alist): New macro.
8522
8523 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8524
8525         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8526         display does not support graphics.
8527         (wl-plugged-init-icons): Ditto.
8528         (wl-folder-init-icons): Ditto.
8529
8530         * wl-demo.el (wl-demo): Chech closely whether the display
8531         supports graphics.
8532
8533 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8534
8535         * wl-summary.el (wl-summary-get-original-buffer): New function.
8536         (wl-summary-set-crosspost): Use it.
8537         (wl-summary-target-mark-uudecode): Ditto.
8538         (wl-summary-reedit): Ditto.
8539         (wl-summary-resend-bounced-mail): Ditto.
8540         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8541         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8542
8543         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8544         (wl-message-display-internal): Ditto.
8545
8546 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8549
8550 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-summary.el (wl-summary-save-view): Renamed from
8553         `wl-summary-save-status'.
8554
8555 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8556
8557         * wl-summary.el (wl-summary-sync): Added `all-shown'
8558
8559 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8560
8561         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8562
8563 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8564
8565         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8566
8567 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8568
8569         * wl-highlight.el (wl-highlight-summary-line-string): Use
8570         `zerop' instead of `= 0'.
8571         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8572
8573         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8574         for comparing numbers.
8575         (wl-template-prev): Use `zerop' instead of `eq 0'.
8576
8577         * wl-draft.el (wl-draft-insert-current-message): Use
8578         `with-current-buffer' instead of `save-excursion'.
8579         Use `zerop' instead of `eq 0'.
8580
8581 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8582
8583         * wl-draft.el (wl-draft-insert-ccs): New function.
8584         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8585         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8586
8587 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8588
8589         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8590
8591 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8592
8593         * wl-expire.el (wl-expire-refile): Don't call
8594         elmo-msgdb-add-msgs-to-seen-list;
8595         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8596         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8597
8598 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-message.el (wl-message-prev-page): Ignore errors while
8601         scroll-down.
8602
8603 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * wl-mime.el: Use elmo-original-message-mode instead of
8606         mmelmo-original-mode.
8607
8608         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8609         `elmo-folder-get-spec';
8610         (wl-fldmgr-add-completion-all-completions):
8611         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8612
8613         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8614         of `elmo-folder-get-type'.
8615
8616         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8617         `elmo-folder-get-spec';
8618         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8619         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8620         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8621         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8622         `elmo-read-msg-no-cache';
8623         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8624         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8625         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8626         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8627         `elmo-cache-save';
8628         (wl-draft-reedit): Use `elmo-message-file-name'.
8629
8630         * wl-expire.el: Use `elmo-folder-name-internal';
8631         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8632         Use macro `wl-summary-buffer-msgdb' instead of variable
8633         `wl-summary-buffer-msgdb';
8634         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8635         Use macro `wl-summary-buffer-folder-name' instead of variable
8636         `wl-summary-buffer-folder-name'.
8637         * wl-score.el: Likewise.
8638
8639         * wl-message.el: Rewrite for new message buffer cache mechanism.
8640         (wl-message-buffer-cache-buffer-get): New macro.
8641         (wl-message-buffer-cache-folder-get): Ditto.
8642         (wl-message-buffer-cache-message-get): Ditto.
8643         (wl-message-buffer-cache-entry-make): Ditto.
8644         (wl-message-buffer-cache-hit): Ditto.
8645         (wl-message-buffer-cache-sort): New function.
8646         (wl-message-buffer-cache-add): Ditto.
8647         (wl-message-buffer-cache-delete): Ditto.
8648         (wl-message-buffer-cache-clean-up): Ditto.
8649         (wl-message-buffer-window): Rewrite.
8650         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8651         (wl-message-buffer-display): New function.
8652         (wl-message-display-internal): New function.
8653
8654 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-folder.el: Use `elmo-folder-name-internal';
8657         Use `wl-folder-get-elmo-folder';
8658         Use `elmo-folder-list-messages' instead of
8659         `elmo-list-folder';
8660         Use `elmo-folder-get-primitive-list' instead of
8661         `elmo-folder-get-primitive-spec-list';
8662         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8663         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8664         Use `elmo-folder-create' instead of `elmo-create-folder'.
8665         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8666         (wl-folder-get-elmo-folder): New macro.
8667         (wl-folder-elmo-folder-cache-get): Ditto.
8668         (wl-folder-elmo-folder-cache-put): Ditto.
8669         (wl-folder-suspend): Call `elmo-quit'.
8670
8671         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8672         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8673         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8674         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8675         (toplevel): require 'cl.
8676         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8677
8678         * wl-summary.el: Rewrite to use new elmo interface.
8679
8680 \f
8681 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8682
8683         * wl-mime.el (wl-draft-preview-message):
8684         Run `wl-draft-send-hook' before collecting recipients information;
8685         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8686
8687         * tm-wl.el (wl-draft-preview-message): Ditto.
8688
8689 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8692         wrong recipients are displayed when forwarded message.
8693
8694 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8695
8696         * Version number is increased to 2.5.7.
8697
8698 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8699
8700         * wl-message.el (wl-message-next-page): Bind
8701         `window-pixel-scroll-increment' to nil while scrolling up.
8702
8703 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8704
8705         * wl-vars.el (wl-save-hook): New hook.
8706         * wl.el (wl-save): Call `wl-save-hook'.
8707
8708 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8709
8710         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8711         Argument WITH-ARG instead of NO-ARG (negative mean).
8712         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8713         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8714         * wl-message.el (wl-message-follow-current-entity): Likewise.
8715
8716 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8717
8718         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8719         FROM was optional argument.
8720         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8721
8722 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8723
8724         * Version number is increased to 2.5.6.
8725
8726 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8727
8728         * wl-version.el (wl-version-show): Removed.
8729         (wl-version): Add `interactive'.
8730
8731 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8732
8733         * wl-summary.el (wl-summary-get-petname-func): New variable.
8734         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8735         instead of `wl-address-get-petname-1'.
8736         (wl-summary-simple-from): Ditto.
8737
8738         * wl-address.el (wl-address-get-petname-1): Define as function.
8739
8740 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8741
8742         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8743         field in the original message.
8744         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8745
8746 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8747
8748         * wl-expire.el (wl-expire-hide):
8749         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8750
8751 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8754         find decoder for To, Cc, and Subject.
8755
8756 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8759         for checking `elmo-use-buffer-cache'.
8760         (wl-summary-mark-as-important): Fixed typo in comment.
8761
8762 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8765         field in the original message.
8766         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8767
8768 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8769
8770         * wl-expire.el (wl-expire-hide):
8771         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8772
8773 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8776         find decoder for To, Cc, and Subject.
8777
8778 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8779
8780         * Version number is increased to 2.5.5.
8781
8782         * wl-address.el (wl-address-specials-regexp): New constant.
8783         (wl-address-quote-specials): Use it.
8784
8785 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8786
8787         * wl-summary.el (wl-summary-rescan):
8788         Call `wl-summary-buffer-number-column-detect'.
8789         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8790
8791         * wl-message.el (wl-message-mode-map): Define.
8792         (wl-message-decode): Use it as local-map.
8793
8794 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8795
8796         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8797         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8798
8799 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8802
8803         * wl-mule.el (wl-read-event-char): Ditto.
8804
8805         * wl-e21.el (wl-read-event-char): Ditto.
8806
8807         * wl-nemacs.el (wl-read-event-char): Ditto.
8808         (read-event): Removed.
8809
8810         * wl-util.el (toplevel): Removed dummy definition of
8811         `read-event'.
8812         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8813
8814 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8815
8816         * wl-nemacs.el (elmo-archive-call-process): Moved to
8817         elmo-archive.el.
8818
8819 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8820
8821         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8822         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8823
8824         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8825         instead of magic-number 6.  Use `not' instead of `null' for symbol
8826         `nil' check (not empty list).
8827         (wl-draft-insert-x-face-field): Fixed paren style.
8828
8829         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8830         one-branch conditional statement, instead of `and' and `if'.
8831         (wl-draft-forward): Likewise.
8832         (wl-draft-add-references): Likewise.
8833         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8834
8835         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8836         conditional steatment.  Use `cond' instead of `if'.
8837         (wl-draft-confirm): Likewise.
8838
8839 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8840
8841         * wl-version.el (wl-version-show): Use `product-string-1'
8842         instead of `wl-version'.
8843         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8844
8845         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8846
8847 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8848
8849         * wl-highlight.el (wl-highlight-headers): Revert
8850         `wl-highlight-x-face-func' argument (`beg' and `end').
8851
8852 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8853
8854         * wl.el (toplevel): Move `product-provide' declare.
8855         * wl-demo.el (toplevel): Ditto.
8856         * wl-dnd.el (toplevel): Ditto.
8857         * wl-highlight.el (toplevel): Ditto.
8858         * wl-message.el (toplevel): Ditto.
8859         * wl-refile.el (toplevel): Ditto.
8860         * wl-util.el (toplevel): Ditto.
8861
8862 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8865         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8866         (wl-thread-close-all): keep cursor position.
8867
8868 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8869
8870         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8871         (eq x 0).
8872         (wl-generate-user-agent-string-1): Fix conditional statement.
8873
8874 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8875
8876         * wl.el (wl-check-environment): Additional check for
8877         'wl-local-domain' and `wl-message-id-domain'.
8878
8879 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8880
8881         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8882
8883 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8886         instead of `smtp-sasl-user-realm'.
8887
8888 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8889
8890         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8891
8892 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8893
8894         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8895         to the default value as well as `eword-lexical-analyzer'.
8896
8897 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8898
8899         * wl-version.el (wl-extended-emacs-version,
8900         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8901         `elmo-match-string' instead of `wl-match-string'.
8902
8903 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8904
8905         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8906         docstring.
8907
8908 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8909
8910         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8911
8912 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-highlight.el (wl-highlight-headers): Remove
8915         `wl-highlight-x-face-func' argument (`beg' and `end').
8916
8917 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8918
8919         * wl-summary.el (wl-summary-mark-as-important):
8920         Remove cache if folder is local.
8921
8922 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8923
8924         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8925         to get existing e-mail address string.
8926
8927 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-version.el (wl-generate-user-agent-string): Commentary.
8930         (wl-generate-user-agent-string-1): Use `when' for
8931         one-branch conditional statement, instead of `and' and `if'.
8932         (wl-extended-emacs-version, wl-extended-emacs-version2,
8933         wl-extended-emacs-version3): Ditto.
8934
8935 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8938         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8939         condition-case; Remove initialization.
8940         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8941         (wl-summary-sync-update3): Added argument `sync-all';
8942         Eliminated local variable `msgdb';
8943         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8944         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8945         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8946
8947 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8948
8949         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8950         connection before call `wl-draft-send-mail-with-smtp'.
8951
8952 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8953
8954         * Version number is increased to 2.5.4.
8955
8956 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8957
8958         * wl.el (wl-check-environment): Additional check for
8959         'wl-local-domain' and `wl-message-id-domain'.
8960
8961 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8962
8963         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8964         buffer as command specific.
8965         (wl-folder-mark-as-read-all-entity): Ditto.
8966         (wl-folder-prefetch-entity): Ditto.
8967         (wl-folder-drop-unsync-entity): Ditto.
8968
8969         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8970         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8971         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8972
8973         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8974         save-excursion.
8975
8976 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * Version number is increased to 2.5.3.
8979
8980         * wl-summary.el (wl-summary-save-view-cache):
8981         Delete duplicated `write-region';
8982         Use `write-region-as-binary' instead of `as-binary-output-file' and
8983         `write-region'.
8984
8985 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8986
8987         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8988
8989 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8990
8991         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8992         instead of `smtp-via-smtp'.
8993
8994 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8995
8996         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8997
8998 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8999
9000         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9001         instead of `smtp-sasl-user-realm'.
9002
9003 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9004
9005         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9006
9007 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9008
9009         * Version number is increased to 2.5.2.
9010
9011 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9014         does not exist.
9015         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9016         (wl-biff-start): Call `timer-activate' if timer already exists.
9017
9018         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9019         only when it is bound as function.
9020
9021 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9022
9023         * Version number is increased to 2.5.1.
9024
9025 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9028         Print refile/copy destination.
9029
9030 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9031
9032         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9033         queue-flush-only is non-nil.
9034
9035         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9036
9037         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9038         checking cache folder.
9039
9040 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9041
9042         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9043         `regexp-quote'.
9044
9045 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9046
9047         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9048         function.
9049         * wl-summary.el (wl-summary-write-current-folder-functions):
9050         Change default value.  Use it.
9051
9052 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * Version number is increased to 2.5.0.
9055
9056         * wl-version.el (wl-version): Changed codename.
9057
9058 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9059
9060         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9061         (wl-summary-supersedes-message): Ditto.
9062
9063 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9064
9065         * wl-refile.el (wl-refile-guess-functions): Renamed from
9066         `wl-refile-guess-func-list'.
9067
9068 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9071         Fixed problem when no rule was matched.
9072
9073 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9074
9075         * wl-summary.el (wl-summary-get-mark): Fixed
9076         `wl-summary-buffer-target-mark' check logic.
9077
9078 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9079
9080         * wl-folder.el (wl-folder-write-current-folder): Added group
9081         folder check.
9082
9083         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9084         `wl-summary-write-current-newsgroup'.
9085         (wl-summary-write-current-folder-functions): New variable.
9086         * wl-folder.el (wl-folder-get-newsgroups): New function.
9087         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9088         (wl-folder-write-current-folder): Renamed from
9089         `wl-folder-write-current-newsgroup'.
9090
9091 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9092
9093         * Version number is increased to 2.3.93.
9094
9095 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9098         (wl-ldap-make-matched-value-list): Ditto.
9099         (wl-ldap-alias-safe-string): Split e-mail address.
9100
9101         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9102         petname folder default was selected.
9103         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9104         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9105
9106 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9107
9108         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9109         to `wl-draft-config-exec'.
9110
9111         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9112         instead of calling `wl-draft-config-exec';
9113         Process group-list and show recipients in minibuffer.
9114
9115         * tm-wl.el (wl-draft-preview-message): Ditto.
9116
9117 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9118
9119         * wl.el (toplevel): Added (C) to copyright notice, and
9120         sync Author header.
9121         * tm-wl.el (toplevel): Ditto.
9122         * wl-address.el (toplevel): Ditto.
9123         * wl-demo.el (toplevel): Ditto.
9124         * wl-dnd.el (toplevel): Ditto.
9125         * wl-draft.el (toplevel): Ditto.
9126         * wl-e21.el (toplevel): Ditto.
9127         * wl-expire.el (toplevel): Ditto.
9128         * wl-folder.el (toplevel): Ditto.
9129         * wl-highlight.el (toplevel): Ditto.
9130         * wl-message.el (toplevel): Ditto.
9131         * wl-mime.el (toplevel): Ditto.
9132         * wl-mule.el (toplevel): Ditto.
9133         * wl-nemacs.el (toplevel): Ditto.
9134         * wl-refile.el (toplevel): Ditto.
9135         * wl-score.el (toplevel): Ditto.
9136         * wl-summary.el (toplevel): Ditto.
9137         * wl-template.el (toplevel): Ditto.
9138         * wl-thread.el (toplevel): Ditto.
9139         * wl-util.el (toplevel): Ditto.
9140         * wl-vars.el (toplevel): Ditto.
9141         * wl-xmas.el (toplevel): Ditto.
9142
9143 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9144
9145         * wl.el (wl-init): Added comment about `wl-init-hook'.
9146         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9147         * wl-vars.el (wl-init-hook): Added docs.
9148         (wl-make-plugged-hook): Removed useless docs.
9149         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9150         * wl-xmas.el (toplevel): Ditto.
9151
9152 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9153
9154         * wl-address.el (toplevel): Fixed multiple Author header format.
9155         * wl-demo.el (toplevel): Ditto.
9156         * wl-draft.el (toplevel): Ditto.
9157         * wl-folder.el (toplevel): Ditto.
9158         * wl-summary.el (toplevel): Ditto.
9159         * wl-thread.el (toplevel): Ditto.
9160         * wl-util.el (toplevel): Ditto.
9161         * wl-vars.el (toplevel): Ditto.
9162         * wl-version.el (toplevel): Ditto.
9163         * wl-xmas.el (toplevel): Ditto.
9164         * wl.el (toplevel): Ditto.
9165
9166         * wl-version.el (toplevel): Added require `elmo-version' for
9167         `product-version-as-string'.
9168
9169 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9170
9171         * wl-vars.el (wl-draft-send-hook): Changed default value to
9172         '(wl-draft-config-exec).
9173
9174         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9175         explicitly.
9176         (wl-draft): Set `wl-draft-config-exec-flag' before running
9177         `wl-mail-setup-hook'.
9178
9179         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9180         `wl-biff-init-icons' to `wl-init-hook' instead of
9181         `wl-make-plugged-hook'.
9182         (Because if `wl-draft' command is invoked at first,
9183         they are not initialized)
9184         Updated copyright notice.
9185
9186         * wl-e21.el (toplevel): Ditto;
9187
9188         * wl-demo.el (toplevel): Updated copyright notice.
9189         * wl-address.el (toplevel): Ditto.
9190         * wl-draft.el (toplevel): Ditto.
9191         * wl-version.el (toplevel): Ditto.
9192         * wl-folder.el (toplevel): Ditto.
9193         * wl-summary.el (toplevel): Ditto.
9194         * wl-thread.el (toplevel): Ditto.
9195         * wl-util.el (toplevel): Ditto.
9196         * wl-vars.el (toplevel): Ditto.
9197         * wl.el (toplevel): Ditto.
9198
9199 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-highlight.el (wl-highlight-message): Fixed problem of
9202         highlighting failure which occured when the last field contains
9203         multiple lines in the draft buffer.
9204
9205         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9206         `wl-biff-start' if plugged.
9207
9208         * wl-util.el (wl-biff-check-folder): New function.
9209         (wl-biff-check-folders): Don't set session name prefix.
9210         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9211         (wl-biff-check-folder-async): Ditto.
9212
9213         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9214         in email address.
9215
9216 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9217
9218         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9219
9220         * wl-draft.el (wl-draft-strip-subject-re): New function.
9221
9222         * wl-draft.el (wl-draft-reply): Use it.
9223
9224 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9225
9226         * wl-message.el (wl-mmelmo-message-redisplay): Use
9227         `mime-display-message' instead of `wl-mime-display-message'.
9228
9229         * wl-mime.el (toplevel): Removed compatibility workaround
9230         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9231         (wl-mime-display-message): Abolished.
9232         (wl-mime-entity-read-field): Ditto.
9233         (wl-mime-combine-message/partial-pieces): Use
9234         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9235
9236 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9237
9238         * wl-template.el: Doc fixes.
9239
9240 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9241
9242         * wl-e21.el (wl-message-overload-functions): Do nothing if
9243         `current-local-map' is not available.
9244         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9245
9246 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9247
9248         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9249         representation.
9250
9251         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9252         number.
9253         (wl-fldmgr-save-folders): Don't use `format' when insert
9254         `wl-fldmgr-folders-header'.
9255
9256 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9257
9258         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9259
9260 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9261
9262         * wl-highlight.el (wl-highlight-message):
9263         Use `std11-field-end' to detect end point of the header field.
9264         Refer `wl-highlight-max-header-size'.
9265
9266         * wl-vars.el (wl-highlight-max-header-size): New variable.
9267
9268         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9269
9270         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9271         Set `for-draft' argument of wl-highlight-headers.
9272         (wl-draft): Ditto.
9273         (wl-draft-reedit): Ditto.
9274         (wl-user-agent-compose-internal): Ditto.
9275
9276 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9277
9278         * wl-message.el (wl-message-add-button): Use overlay.
9279
9280 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9283
9284         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9285         problem when group-list content is nothing.
9286         (Reported by Mito <mit@nines.nec.co.jp>)
9287
9288 2000-10-18  SAITO Atsunori <sai@yedo.com>
9289
9290         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9291
9292 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9293
9294         * tm-wl.el (toplevel): Use product-provide.
9295
9296 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * Version number is increased to 2.3.92.
9299
9300 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9301
9302         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9303         title text, use `display' property for left margin under Emacs 21.
9304
9305         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9306         properties.
9307         (wl-plugged-init-icons): Ditto.
9308
9309 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9310
9311         * wl.el (wl-save-status, wl-init): Remove last period in
9312         "...done." message.
9313         * tm-wl.el (wl-summary-burst): Ditto.
9314         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9315         wl-summary-resume-cache-status,
9316         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9317         wl-summary-sync-update3, wl-summary-highlight-msgs,
9318         wl-summary-flush-pending-append-operations,
9319         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9320         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9321         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9322         wl-thread-open-all): Ditto.
9323         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9324         * wl-mime.el (wl-summary-burst): Ditto.
9325         * wl-highlight.el (wl-highlight-summary): Ditto.
9326         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9327         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9328         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9329         * wl-address.el (wl-local-address-init): Ditto.
9330
9331 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9332
9333         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9334         `add-text-properties'.
9335         (wl-plugged-init-icons): Ditto.
9336         (wl-folder-init-icons): Use `propertize' instead of
9337         `put-text-property'.
9338         (wl-plugged-set-folder-icon): Ditto.
9339         (wl-e21-highlight-folder-group-line): Ditto.
9340
9341 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9342
9343         * wl-version.el (wl-version-status-alist): New variable.
9344         (wl-version-status): New function.
9345
9346         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9347         "Cc" part of the case "Reply-To".
9348
9349         * wl-draft.el (wl-draft-reply): Use result of
9350         `eword-extract-address-components'.
9351
9352         * wl-demo.el (wl-demo-icon-name): New constant.
9353         (wl-logo-xpm): Use it.
9354         (wl-logo-xbm): Ditto.
9355         (wl-logo-bitmap): Ditto.
9356
9357         * Version number is increased to 2.3.91.
9358
9359 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9360
9361         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9362         (wl-extended-emacs-version, wl-extended-emacs-version2,
9363         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9364         docstring.
9365
9366         * wl-version.el (wl-generate-user-agent-string-1): New function.
9367         (wl-generate-user-agent-string): Use it.
9368
9369         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9370         `mime-edit-insert-user-agent-field'.
9371         (wl-generate-user-agent-string): Check
9372         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9373
9374         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9375         instead of `if', when verbose case.
9376
9377 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9378
9379         * wl-expire.el (wl-summary-expire): Fix.
9380
9381 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9382
9383         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9384         and `elmo-lost+found-folder' if 'wl-draft.
9385         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9386
9387 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9388
9389         * wl-expire.el (wl-summary-expire): Change messages.
9390         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9391         `deleing-info' instead of "Deleting..."
9392
9393 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9394
9395         * wl-summary.el (wl-summary-refile-subr): Fix.
9396
9397 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9398
9399         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9400         if pipe folder.
9401
9402 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9403
9404         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9405
9406 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9407
9408         * wl-expire.el (wl-expire-hide): New function.
9409         (wl-summary-expire): Add `hide'.
9410
9411 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-vars.el (wl-draft-reply-without-argument-list):
9414         Changed default value to consider `Reply-To:'.
9415         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9416
9417         * Version number is increased to 2.3.90.
9418
9419         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9420         elmo-imap4-get-session with unwind-protect.
9421         Don't cause error.
9422         (wl-summary-sync-marks): Don't check plugged nor folder type.
9423         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9424         (Always keep current buffer).
9425
9426 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9427
9428         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9429         Enclose with `save-excursion'.
9430
9431 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9432
9433         * wl-version.el (wl-version): Remove interactive.
9434
9435 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9436
9437         * wl-version.el (wl-generate-user-agent-string): Use
9438         `product-string-verbose' instead of `product-string-1'.
9439
9440 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9441
9442         * wl-vars.el (wl-draft-use-cache): New variable.
9443         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9444         if wl-draft-use-cache is non-nil.
9445
9446 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9447
9448         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9449         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9450
9451 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9452
9453         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9454         (wl-thread-msg-mark-as-unread): Ditto.
9455
9456         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9457         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9458         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9459         Don't set mark in summary if return value of `elmo-mark-as-read'
9460         is nil.
9461         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9462         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9463         instead of `wl-thread-msg-mark-as-read'.
9464         (wl-summary-mark-as-unread-region): Ditto.
9465         (wl-summary-target-mark-mark-as-read): Ditto.
9466
9467         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9468
9469 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9470
9471         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9472
9473         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9474
9475 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9476
9477         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9478         face.
9479
9480 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9481
9482         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9483         `running-xemacs'.
9484
9485 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9486
9487         * wl-version.el (toplevel): Use `product-version-as-string' for
9488         set verstion-string, if defined.
9489
9490         * wl-version.el (wl-version-show): Insert string at point, when
9491         call with argument.
9492
9493         * wl-version.el (wl-generate-user-agent-string): Use
9494         `product-string-1' instead of `wl-appname', `wl-version' and
9495         `wl-codename'.
9496
9497 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9498
9499         * wl-address.el (toplevel): Use product-provide.
9500         * wl-demo.el (toplevel): Ditto.
9501         * wl-dnd.el (toplevel): Ditto.
9502         * wl-draft.el (toplevel): Ditto.
9503         * wl-e21.el (toplevel): Ditto.
9504         * wl-expire.el (toplevel): Ditto.
9505         * wl-fldmgr.el (toplevel): Ditto.
9506         * wl-folder.el (toplevel): Ditto.
9507         * wl-highlight.el (toplevel): Ditto.
9508         * wl-message.el (toplevel): Ditto.
9509         * wl-mime.el (toplevel): Ditto.
9510         * wl-mule.el (toplevel): Ditto.
9511         * wl-nemacs.el (toplevel): Ditto.
9512         * wl-refile.el (toplevel): Ditto.
9513         * wl-score.el (toplevel): Ditto.
9514         * wl-summary.el (toplevel): Ditto.
9515         * wl-template.el (toplevel): Ditto.
9516         * wl-thread.el (toplevel): Ditto.
9517         * wl-util.el (toplevel): Ditto.
9518         * wl-vars.el (toplevel): Ditto.
9519         * wl-xmas.el (toplevel): Ditto.
9520         * wl.el (toplevel): Ditto.
9521
9522 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9523
9524         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9525         instead of product.
9526
9527         * wl-version.el (wl-version): Compile time evalution elmo-version.
9528
9529 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9530
9531         * wl-summary.el (wl-summary-sync-force-update): Append queue
9532         `mark-as-read'if unplugged.
9533
9534 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9535
9536         * wl-version.el: New file.  Use product.el.
9537         * wl.el: add (require 'wl-version).
9538         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9539         for ~/.folders header.
9540         (wl-fldmgr-folders-header): Changed.
9541         * wl-demo.el (wl-demo): Use product.el.
9542
9543         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9544         wl-version.el.
9545         * wl-util.el (wl-version, wl-version-show): Ditto.
9546
9547         * wl-util.el (wl-generate-user-agent-string,
9548         wl-extended-emacs-version, wl-extended-emacs-version2,
9549         wl-extended-emacs-version3): Move to wl-version.el.
9550         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9551         xemacs-codename, mime-edit-insert-user-agent-field,
9552         mime-edit-user-agent-value, mime-editor/version,
9553         mime-editor/codename): Compile warning killer move to
9554         wl-version.el
9555
9556 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9557
9558         * wl-summary.el (wl-summary-refile-subr): Fix.
9559
9560 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9561
9562         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9563         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9564
9565 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9566
9567         * wl.el (wl-check-environment): Check too many `@'.
9568
9569 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9570
9571         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9572
9573 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9574
9575         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9576         wl-draft-reply-myself-without-argument-list): Add variables.
9577         * wl-draft.el (wl-draft-reply): Use it.
9578
9579 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9580
9581         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9582         the 5th argument of `elmo-network-get-spec'.
9583
9584         * wl-thread.el (wl-thread-reparent-children): New inline function.
9585         (wl-thread-delete-message): Use it.
9586
9587         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9588         (wl-summary-score-update-all-lines): Don't use `dolist'.
9589
9590 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9591
9592         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9593         (require 'elmo-msgdb) for inline function.
9594
9595 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9596
9597         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9598
9599 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9600
9601         * wl-score.el (wl-score-headers): Fix for the confusing macro
9602         `elmo-kill-buffer'.
9603
9604 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9605
9606         * wl-summary.el: Don't use the 3rd argument of `require' because
9607         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9608         * wl-util.el: Ditto.
9609         * wl-draft.el: Ditto.
9610
9611 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9612
9613         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9614         window system is not used.
9615
9616 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9617
9618         * wl-thread.el: Don't use `mapcar' only for iteration.
9619         (wl-thread-resume-entity): Ditto.
9620         (wl-thread-delete-message): Ditto.
9621
9622         * wl-summary.el: Bind `dragdrop-drop-functions',
9623         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9624         of `require' for `timezone', `easymenu' and `ps-print';
9625         don't use `mapcar' only for iteration.
9626
9627         * wl-util.el: Bind `mule-version', `nemacs-version',
9628         `emacs-beta-version', `xemacs-codename',
9629         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9630         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9631         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9632         only for iteration.
9633
9634         * wl-score.el: Don't use `mapcar' only for iteration.
9635         (wl-score-simplify-buffer-fuzzy): Ditto.
9636         (wl-score-simplify-subject): Ditto.
9637         (wl-score-headers): Ditto.
9638         (wl-summary-score-update-all-lines): Ditto.
9639
9640         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9641         `enable-multibyte-characters' and `mule-version'.
9642
9643         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9644         `mapcar' only for iteration.
9645
9646         * wl-demo.el: Don't use `mapcar' only for iteration.
9647
9648         * wl-folder.el: Don't use `mapcar' only for iteration.
9649         (wl-folder-open-all): Ditto.
9650         (wl-folder-count-incorporates): Ditto.
9651
9652         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9653         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9654
9655         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9656         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9657         `smtp-connection-type'; specify 3rd argument of `require' for
9658         `timezone'; don't use `mapcar' only for iteration.
9659         (wl-draft-clone-local-variables): Don't use `mapcar'.
9660         (wl-draft-generate-clone-buffer): Ditto.
9661         (wl-user-agent-compose-internal): Ditto.
9662
9663         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9664
9665         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9666         (wl-save-status): Ditto.
9667
9668         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9669         for iteration.
9670
9671 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9672
9673         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9674         removed `Date'.
9675         (wl-fldmgr-make-filter-default): New user option.
9676
9677         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9678         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9679         (wl-fldmgr-filter-completion-alist): Abolish.
9680
9681         * wl.el (wl): Don't check servers if arg is non-nil.
9682
9683         * wl-draft.el (wl-draft-reply): Set only message-id string to
9684         In-Reply-To field.
9685
9686 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9687
9688         * wl-summary.el (wl-summary-pick): Rewrite.
9689
9690         * wl-draft.el (wl-draft-forward): Get references field from
9691         original buffer.
9692         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9693
9694 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9695
9696         * wl-draft.el (wl-draft-forward): Add references field.
9697
9698 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9699
9700         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9701         (wl-draft-reply): Use it.
9702
9703 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9704
9705         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9706         when Emacs 21 is running.
9707
9708         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9709         bindings.
9710
9711 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9712
9713         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9714         XPM icons transparent.
9715
9716         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9717         Emacs 21.
9718
9719 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9720
9721         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9722         nil.
9723
9724         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9725         when it is persistent.
9726         (wl-summary-sync-marks): Changed argument for
9727         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9728         (wl-summary-virtual): Use `elmo-read-search-condition'.
9729         (wl-summary-redisplay-internal): If folder is local, mark as read
9730         even when folder is plugged.
9731
9732 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9733
9734         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9735         of `tool-bar-lines' in the frame parameters.
9736         (after-make-frame-functions, post-command-hook): Don't modify the
9737         value.
9738         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9739         wl-e21-tool-bar-lines): Removed.
9740
9741 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9742
9743         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9744         properties `evaporate' and `wl-momentary-overlay' as well.
9745         (wl-highlight-summary-displaying): Ditto.
9746         (wl-delete-all-overlays): Don't delete overlay which does not have
9747         a property `wl-momentary-overlay'.
9748
9749         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9750         `display-mouse-p' and `display-graphic-p'.
9751         (wl-folder-init-icons): Don't search for XBM or the other files.
9752         (wl-plugged-set-folder-icon): Make icons if and only if
9753         `display-graphic-p' returns non-nil.
9754         (wl-highlight-plugged-current-line): Use `before-string' overlay
9755         property to show icon images.
9756         (wl-highlight-folder-current-line): Ditto.
9757         (wl-e21-highlight-folder-group-line): Ditto.
9758         (wl-e21-highlight-folder-by-numbers): Ditto.
9759         (wl-e21-insert-image): Removed.
9760         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9761         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9762         said.
9763         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9764         `wl-e21-force-switch-toolbar'.
9765         (wl-e21-make-icon-image): Removed.
9766         (wl-e21-setup-toolbar): Don't search for XBM files.
9767         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9768         the default value.
9769
9770 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9771
9772         * wl-util.el (wl-biff-check-folder-async): Set
9773         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9774
9775 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9776
9777         * wl-e21.el (after-make-frame-functions): Add
9778         `wl-e21-force-switch-toolbar'.
9779         (wl-e21-force-switch-toolbar): New function force to switch the
9780         toolbar appearance automatically.
9781         (post-command-hook): Add `wl-e21-switch-toolbar'.
9782         (wl-e21-switch-toolbar): New function to switch the toolbar
9783         appearance automatically.
9784         (wl-e21-tool-bar-lines): New buffer local variable.
9785
9786 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9787
9788         * wl-util.el (wl-biff-check-folders-running): New variable.
9789         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9790         (wl-biff-check-folder-async-callback):
9791         Set `wl-biff-check-folders-running'.
9792         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9793         with unwind-protect.
9794
9795         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9796         Enclose `wl-folder-auto-check' with unwind-protect.
9797
9798         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9799         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9800
9801         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9802
9803         * wl-util.el (wl-biff-notify): New inline function.
9804         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9805         locally.
9806         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9807         folder-list' is 1.
9808         Use `wl-biff-notify'.
9809         (wl-biff-check-folder-async-callback): New function.
9810         (wl-biff-check-folder-async): Ditto.
9811
9812         * wl-folder.el (wl-folder): Don't check folders.
9813         (wl-folder-auto-check): New function.
9814
9815 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9816
9817         * wl-util.el (wl-biff-start) [Emacs19+]:
9818         Use `timer-next-integral-multiple-of-time'.
9819         (wl-biff-check-folders): Use `wl-default-folder'
9820         if `wl-biff-check-folder-list' is nil.
9821
9822 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9823
9824         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9825         instead of `elmo-delete-lists'.
9826
9827 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9828
9829         * wl.el (wl-plugged-toggle-all): Set the value of
9830         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9831         (wl-plugged-toggle): Ditto.
9832         (wl-toggle-plugged): Ditto.
9833         (wl-plugged-init): Ditto.
9834
9835         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9836         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9837         instead of `wl-biff-state-indicator-off' and
9838         `wl-biff-state-indicator-on'; don't modify the value and the type
9839         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9840         (wl-plugged-init-icons): Set icons data to
9841         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9842         instead of `wl-plug-state-indicator-off' and
9843         `wl-plug-state-indicator-on'; don't modify the value and the type
9844         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9845
9846         * wl-vars.el (wl-modeline-biff-state-off,
9847         wl-modeline-biff-state-on, wl-modeline-biff-status,
9848         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9849         wl-modeline-plug-status): New internal variables.
9850         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9851         wl-biff-check-interval, wl-biff-check-folder-list): Change
9852         customization group from `wl-folder' to `wl-highlight'.
9853         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9854         wl-show-plug-status-on-modeline): Defcustomized.
9855
9856         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9857         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9858         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9859         a flag to `mode-line-buffer-identification'.
9860
9861         * wl-e21.el (wl-biff-init-icons): Set icons data to
9862         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9863         instead of `wl-biff-state-indicator-off' and
9864         `wl-biff-state-indicator-on'.
9865         (wl-plugged-init-icons): Set icons data to
9866         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9867         instead of `wl-plug-state-indicator-off' and
9868         `wl-plug-state-indicator-on'.
9869
9870 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9871
9872         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9873         excessive titles.
9874
9875 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9876
9877         * wl.el (wl-plugged-mode): Use revised
9878         `wl-mode-line-buffer-identification'.
9879         (wl-plugged-init): Don't use `force-mode-line-update'.
9880
9881         * wl-xmas.el (wl-draft-overload-functions): Use revised
9882         `wl-mode-line-buffer-identification'.
9883         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9884         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9885         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9886         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9887         `wl-make-plugged-hook';
9888         add `wl-folder-init-icons' and `wl-setup-folder' to
9889         `wl-folder-mode-hook'.
9890
9891         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9892         19 as well.
9893         (wl-mode-line-display-priority-list): New user option.
9894         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9895         Defcustomized.
9896         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9897         Add docs.
9898
9899         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9900         start.
9901         (wl-mode-line-buffer-identification): Revised as a function.
9902
9903         * wl-summary.el (wl-summary-mode): Use revised
9904         `wl-mode-line-buffer-identification'; don't call
9905         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9906         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9907         `wl-xmas-setup-summary'.
9908
9909         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9910         `wl-mode-line-buffer-identification'.
9911
9912         * wl-mule.el (wl-draft-overload-functions): Use revised
9913         `wl-mode-line-buffer-identification'.
9914
9915         * wl-folder.el (wl-make-plugged-alist): Don't call
9916         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9917         (wl-folder): Don't call `wl-folder-init-icons' directly.
9918         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9919         `wl-xmas-setup-folder' directly;
9920         use revised `wl-mode-line-buffer-identification'.
9921         (TopLevel): Don't bind `wl-biff-init-icons',
9922         `wl-plugged-init-icons', `wl-folder-init-icons',
9923         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9924
9925         * wl-e21.el (wl-draft-overload-functions): Use revised
9926         `wl-mode-line-buffer-identification'.
9927         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9928         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9929         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9930         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9931         `wl-make-plugged-hook';
9932         add `wl-folder-init-icons' and `wl-setup-folder' to
9933         `wl-folder-mode-hook'.
9934
9935 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9936             Katsumi Yamaoka    <yamaoka@jpl.org>
9937
9938         * wl.el (wl): Call `wl-biff-start'.
9939         (wl-exit): Call `wl-biff-stop'.
9940         (wl-plugged-mode): Show biff in modeline.
9941         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9942
9943         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9944         (wl-biff-init-icons): New function.
9945         (wl-plugged-init-icons): Don't make too much keymaps.
9946         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9947
9948         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9949         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9950         variables.
9951         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9952         options.
9953
9954         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9955         wl-biff-start, wl-biff-stop): New functions.
9956         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9957         (wl-biff-timer-name): New variable.
9958
9959         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9960
9961         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9962         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9963
9964         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9965         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9966
9967         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9968         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9969         `wl-folder-init-icons' to `ignore' if they are not available.
9970         (wl-folder-mode): Show biff in modeline.
9971
9972         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9973         (wl-biff-init-icons): New function.
9974         (wl-plugged-init-icons): Don't make too much keymaps.
9975         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9976
9977 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9978
9979         * wl-vars.el (wl-strict-diff-folders): Customization Type
9980         and doc fix.  Define as a list of regular expressions for
9981         folders or nil.
9982         * wl-folder.el (wl-folder-check-one-entity): Use
9983         `wl-string-match-member' instead of `wl-string-member' for
9984         `wl-strict-diff-folders'.
9985
9986 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9987
9988         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9989         (wl-highlight-folder-current-line): Use it; new implementation.
9990         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9991         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9992         `defsubst' instead of `defun'.
9993
9994         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9995         `wl-highlight-group-folder-by-numbers'; made it can also be a
9996         number.  See info for more details.
9997
9998         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9999         running.
10000
10001         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10002         to bind them.
10003
10004         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10005         (wl-highlight-folder-current-line): New implementation.
10006
10007         * wl-highlight.el (wl-highlight-folder-group-line): New
10008         implementation.
10009         (wl-delete-all-overlays): Rewrite as a marco.
10010         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10011
10012         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10013         running.
10014         (wl-folder-*-glyph): No need to bind them.
10015
10016         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10017         `wl-e21-highlight-folder-group-icon'; rewrite.
10018         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10019         `defsubst' instead of `defun'.
10020         (wl-folder-mode-map): Bind it when compiling.
10021
10022 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10023
10024         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10025
10026         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10027
10028 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10029
10030         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10031
10032 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10033
10034         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10035         (wl-highlight-folder-current-line): Use it.
10036
10037         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10038         in `id-name'.
10039
10040 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10041
10042         * wl.el: Require `wl-e21' when Emacs 21 is running.
10043
10044         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10045         default when Emacs 21 is running.
10046         (wl-use-highlight-mouse-line): Ditto.
10047         (wl-on-emacs21): New constant.
10048         (wl-on-emacs20): Removed.
10049
10050         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10051         Emacs 21 is running.
10052
10053         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10054         Emacs 21 is running.
10055
10056         * wl-e21.el: New file.
10057
10058 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10059
10060         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10061         (wl-toggle-plugged): Ditto.
10062         (wl-plugged-toggle): Ditto.
10063         (wl-plugged-toggle-all): Ditto.
10064
10065         * wl-vars.el (wl-plug-state-indicator): Refer
10066         `wl-plug-state-indicator-on' indirectly.
10067
10068 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10069
10070         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10071         Call `wl-folder-confirm-existence'.
10072
10073         * wl-folder.el (wl-folder-confirm-existence): Added optional
10074         argument `force'.
10075
10076 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10077
10078         * wl-summary.el (wl-summary-refile-subr): Assume
10079         `copy-or-refile' as symbol.
10080         (wl-summary-refile): Follow up above change.
10081         (wl-summary-copy): Ditto.  Doc fix.
10082
10083 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10084
10085         * wl-summary.el (wl-summary-pick): Don't bind
10086         `elmo-search-mime-charset'.
10087
10088         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10089         default using old backquote style.
10090         (wl-search-mime-charset): Abolished.
10091
10092         * wl-highlight.el (wl-highlight-headers):
10093         Call `point' after `re-search-forward'(for Nemacs).
10094
10095         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10096         for elmo-imap4.el.
10097
10098 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10099
10100         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10101         `wl-message-ignored-field-list' instead of
10102         `mime-view-ignored-field-list'.
10103
10104         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10105         Add interactive spec.
10106         (wl-folder-goto-bottom-of-current-folder): Ditto.
10107         (wl-folder-mode-map): Bind them.
10108
10109         * wl-vars.el (wl-message-ignored-field-list): New variable.
10110         (wl-message-visible-field-list): New variable.
10111
10112         * wl-mime.el (wl-mime-header-presentation-method): New function.
10113         (wl-mime-setup): Set header-presentation-method.
10114
10115 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10116
10117         * wl-nemacs.el (wl-draft-overload-functions): Set
10118         `mode-line-buffer-identification' instead of using
10119         `wl-make-modeline'.
10120
10121         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10122         instead of using `wl-make-modeline'.
10123
10124         * wl-xmas.el (wl-plugged-init-icons): Set up
10125         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10126         (wl-make-modeline): Abolish.
10127         (wl-draft-overload-functions): Set
10128         `mode-line-buffer-identification' instead of using
10129         `wl-make-modeline'.
10130
10131         * wl-util.el (wl-make-modeline-subr): Abolish.
10132         (wl-mode-line-buffer-identification): New alias.
10133
10134         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10135         (wl-summary-make-modeline): Abolish.
10136         (wl-summary-buffer-set-folder): Set
10137         `wl-summary-buffer-folder-indicator'.
10138         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10139         of using `wl-make-modeline'.
10140         (wl-summary-switch-to-clone-buffer): Don't set
10141         `mode-line-buffer-identification'.
10142         (wl-summary-goto-folder-subr): Ditto.
10143
10144         * wl-mule.el (wl-draft-overload-functions): Set
10145         `mode-line-buffer-identification' instead of using
10146         `wl-make-modeline'.
10147
10148         * wl-folder.el (wl-folder-mode): Set
10149         `mode-line-buffer-identification' instead of using
10150         `wl-make-modeline'.
10151         (wl-folder): Don't set `mode-line-buffer-identification'.
10152
10153 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10154
10155         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10156         instead of `member' for `wl-refile-guess-func-list' look-ups.
10157         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10158
10159 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10160
10161         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10162         `wl-message-button-dispatcher'.
10163
10164         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10165
10166         * wl-message.el (wl-message-button-dispatcher): Use it.
10167
10168         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10169         "In-Reply-To".
10170
10171         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10172         Bind `case-fold-search' to t.
10173
10174 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10175
10176         * wl-xmas.el (wl-message-overload-functions): Initialize
10177         `wl-message-button-map'.
10178
10179         * wl-mule.el (wl-message-overload-functions): Initialize
10180         `wl-message-button-map'.
10181
10182         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10183
10184         * wl-message.el (wl-message-button-map): New keymap.
10185         (wl-message-add-button): New function.
10186         (wl-message-button-dispatcher): New function.
10187         (wl-message-button-refer-article): New function.
10188
10189         * wl-highlight.el
10190         (wl-highlight-message-add-buttons-to-header): New function.
10191         (wl-highlight-headers): Use it.
10192
10193 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10194
10195         * wl-summary.el (wl-summary-default-from): Use
10196         `wl-address-get-petname-1'.
10197         (wl-summary-simple-from): Ditto.
10198
10199         * wl-address.el (wl-address-get-petname-1): New inline function.
10200         (wl-address-get-petname): Use it.
10201
10202 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10203
10204         * wl-summary.el (wl-summary-default-from): Return full-name part
10205         from the address if no petname was found.
10206         (wl-summary-simple-from): Ditto.
10207
10208         * wl-address.el (wl-address-get-petname): Return nil if no petname
10209         associated with the address was found.
10210
10211 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10212
10213         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10214         display is finished.
10215
10216 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10217
10218         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10219         `elmo-folder-exists-p' argument.
10220
10221 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10222
10223         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10224         the folder.
10225
10226 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10227
10228         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10229
10230         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10231         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10232
10233 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10234
10235         * wl-folder.el (wl-folder-create-subr): New function.
10236         (wl-folder-confirm-existence): Use it.
10237         (wl-folder-check-one-entity): Use it.
10238         Check the error symbol is derived from 'elmo-open-error.
10239
10240         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10241         `ignore-error'.
10242
10243 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10244
10245         * wl-util.el (toplevel): Add (eval-when-compile (require
10246         'elmo-util)).  (Maybe `provide' is typo.)
10247
10248 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10249
10250         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10251         (I don't know why this was needed.)
10252
10253         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10254         Follow up changes for stream-type.
10255
10256         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10257         (wl-draft-elmo-nntp-send): Ditto.
10258
10259         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10260         (wl-nntp-posting-stream-type): Ditto.
10261         (wl-pop-before-smtp-ssl): Abolished.
10262         (wl-nntp-posting-ssl): Ditto.
10263
10264         * wl-address.el (wl-address-quote-specials): New function.
10265         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10266
10267         * wl-draft.el (wl-draft-reply): Ditto.
10268
10269 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10270
10271         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10272         use function `wl-string-match-assoc'.
10273
10274 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10275
10276         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10277
10278         * wl-draft.el (wl-draft-deduce-address-list): New function.
10279         (wl-draft-parse-mailbox-list): Ditto.
10280         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10281         instead of `smtp-deduce-address-list'.
10282         (wl-draft-on-field-p): Follow group list.
10283
10284         * wl-address.el (wl-address-concat-token): New function.
10285         (wl-address-string-without-group-list-contents): Ditto.
10286         (wl-complete-field-body): Fixed problem of completion
10287         by japanese petname.
10288         (wl-address-make-completion-list): Rewrite.
10289
10290 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10291
10292         * wl-address.el (wl-address-make-completion-list): Completion by
10293         petname.
10294         (wl-complete-field-body): Likewise.
10295
10296 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10297
10298         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10299         contains invalid address syntax.
10300
10301 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10302
10303         * wl-folder.el (wl-folder-check-entity-async): Use
10304         `elmo-nntp-spec-hostname'.
10305
10306 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10307
10308         * wl-summary.el (wl-summary-msgdb-load-async): Use
10309         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10310
10311 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl-draft.el (wl-draft-reply): Set argument
10314         `content-transfer-encoding' as nil.
10315
10316 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10317
10318         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10319         `wl-refile-alist'.
10320
10321 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10322
10323         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10324         (wl-draft-edit-string): Ditto.
10325         (wl-draft-forward): Ditto.
10326         * wl-summary.el (wl-summary-write): Ditto.
10327
10328 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10329
10330         * wl-summary.el (wl-summary-sync-update3): Call
10331         `wl-summary-buffer-number-column-detect'.
10332         (wl-summary-buffer-number-column-detect): Search from point-min.
10333
10334 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10335
10336         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10337         contains an address which is not included in original to or cc.
10338
10339 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10340
10341         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10342         begin-line does not exist.
10343         * wl-message.el (wl-message-uu-substring): Ditto.
10344
10345 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10346
10347         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10348         clear local variables.
10349         (wl-summary-exit): Call `elmo-commit'.
10350         (wl-summary-switch-to-clone-buffer): Call
10351         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10352         (wl-summary-goto-folder-subr): Ditto.
10353
10354         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10355         POP folder.
10356
10357 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10358
10359         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10360         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10361         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10362         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10363         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10364         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10365
10366         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10367
10368 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10369
10370         * wl-summary.el (wl-summary-search-by-subject):
10371         Search parent message from the latest one.
10372
10373 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10374
10375         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10376         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10377
10378         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10379         New user option.
10380
10381         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10382         if elmo-nntp-use-killed-list is nil.
10383         Use `elmo-msgdb-append-to-killed-list'.
10384         (Append numbers confirmed as disappeared to the killed list.)
10385         (wl-summary-confirm-appends): Don't display negative number.
10386
10387 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10388
10389         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10390
10391 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10392
10393         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10394         range is `all'.
10395         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10396         `elmo-list-bigger-diff'.
10397
10398 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-summary.el (wl-summary-buffer-exit-func):
10401         New buffer local variable.
10402         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10403
10404 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10405
10406         * wl-demo.el (wl-demo): Fix the last change.
10407
10408 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10409
10410         * wl-demo.el (wl-demo): Don't use `eval'.
10411
10412 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10413
10414         * wl-summary.el (wl-summary-buffer-thread-modified):
10415         New buffer-local variable.
10416         (wl-summary-set-thread-modified): New function.
10417         (wl-summary-thread-modified-p): New function.
10418         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10419         (wl-summary-yank-saved-message): Use function
10420         `wl-summary-set-thread-modified'
10421         (wl-summary-switch-to-clone-buffer): Add
10422         `wl-summary-buffer-thread-modified'.
10423
10424         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10425         (wl-summary-buffer-mark-saved-hook): Ditto.
10426         * wl-summary.el (wl-summary-msgdb-save): New hook
10427         `wl-summary-buffer-message-saved-hook' and
10428         `wl-summary-buffer-mark-saved-hook'.
10429
10430 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10431
10432         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10433
10434 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10435
10436         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10437         don't hide scroll bars under FSF Emacsen because it may incur an
10438         undesirable redrawing.
10439
10440 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10441
10442         * wl-draft.el (wl-draft-edit-string): Call
10443         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10444
10445 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10446
10447         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10448
10449 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10450
10451         * wl-summary.el (wl-summary-msgdb-load-async): Call
10452         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10453
10454 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10455
10456         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10457         fringes in demo buffer; center bitmap logo correctly even if old
10458         Mule is used.
10459
10460 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10461
10462         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10463
10464         * wl-refile.el (wl-refile-subject-alist): New variable.
10465         (wl-refile-subject-alist-file-name): Ditto.
10466         (wl-refile-alist-setup): Rewrite.
10467         (wl-refile-alist-save): Use `elmo-object-save'.
10468         Eliminated arguments.
10469         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10470         (wl-refile-guess-by-subject): New function.
10471         (wl-refile-guess-func-list): Added it.
10472
10473 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10474
10475         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10476         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10477
10478 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10479
10480         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10481         New buffer-local variable.
10482         (wl-summary-buffer-next-folder-func): Ditto.
10483         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10484         if non-nil.
10485         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10486         if non-nil.
10487         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10488         if non-nil.
10489         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10490         if non-nil.
10491
10492 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10493
10494         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10495         permanently in the demo buffer.
10496
10497 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10498
10499         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10500         `mime-entity-fetch-field'.
10501
10502         * wl.el (wl-exit): Delete plugged buffer.
10503
10504         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10505         XEmacs has menubar feature.
10506
10507 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10508
10509         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10510         cannot arrive at the beginning of the buffer under old Emacsen.
10511
10512 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10513
10514         * wl-address.el (wl-address-ldap-search):
10515         Call `ldap-search-entries' with `withdn' argument t.
10516         (wl-complete-field-body): Bind completion-ignore-case as t.
10517         Clear ldap search hash when it was sole completion.
10518         Use elmo-string for pattern string.
10519         (wl-ldap-alias-safe-string): Eliminated needless let.
10520
10521 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10522
10523         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10524         (wl-ldap-alias-sep): New constant.
10525         (wl-ldap-search-attribute-type-list): Ditto.
10526         (wl-ldap-get-value): New function.
10527         (wl-ldap-make-filter): Ditto.
10528         (wl-ldap-make-matched-value-list): Ditto.
10529         (wl-ldap-alias-safe-string): Ditto.
10530         (wl-ldap-register-dn-string): Ditto.
10531         (wl-address-ldap-search): Rewrite.
10532
10533 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10534
10535         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10536         thread is deleted.
10537         (wl-thread-delete-line-from-buffer): Ditto.
10538         (wl-thread-get-exist-children): New function.
10539
10540 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10541
10542         * wl-demo.el (wl-demo): Made it to select various image types.
10543         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10544         from `wl-title-logo'.
10545         (wl-logo-ascii): New variable.
10546         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10547         (wl-demo-copyright-notice): New constant.
10548
10549         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10550
10551 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10552
10553         * wl-vars.el (wl-summary-target-above): Renamed from
10554         wl-summary-temp-above.
10555         * wl-score.el (wl-score-get-score-alist): Use it.
10556         (wl-summary-score-update-all-lines): Use it.
10557         * wl-summary.el: Ditto. (make-variable-buffer-local).
10558
10559 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10560
10561         * wl-vars.el (wl-ldap-port): New user option.
10562
10563         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10564         Rewite whole implementation.
10565         (wl-complete-field-body): Fixed.
10566
10567 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10568
10569         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10570         Choose implementation at compile time.
10571
10572 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10573
10574         * wl-address.el (wl-ldap-search-internal): New function.
10575         (wl-complete-field-to): Use it.
10576
10577 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10578
10579         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10580         Use `let' instead of `let*'.
10581         Require 'wl-vars.
10582
10583         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10584         Define as defcustom.
10585         (wl-ldap-base): Ditto.
10586         (wl-use-ldap): Ditto.
10587
10588 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10589
10590         * wl-address.el (wl-ldap-search): New function.
10591         (wl-complete-field-body): Use `wl-ldap-search'.
10592         (wl-ldap-server): New variable.
10593         (wl-ldap-base): Ditto.
10594         (wl-use-ldap): Ditto.
10595
10596 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10597
10598         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10599         (Pointed out by Mito <mit@nines.nec.co.jp>).
10600         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10601         buffer-local variables like `wl-summary-redisplay-internal'.
10602         (wl-summary-redisplay-all-header): Likewise.  Update
10603         Summary view too.
10604
10605 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10606
10607         * wl-summary.el (wl-summary-jump-to-parent-message):
10608         Consider prefix argument.
10609
10610         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10611         when closed thread is deleted.
10612
10613 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10614
10615         * wl-summary.el (wl-summary-jump-to-parent-message):
10616         Consider thread modification.
10617
10618 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10619
10620         * wl-message.el (wl-message-normal-get-original-buffer): Use
10621         `save-excursion'.
10622
10623         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10624         (wl-summary-showto-folder-regexp): Ditto.
10625
10626 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10627
10628         * wl-util.el (wl-delete-alist): Doc fix.
10629         (wl-delete-associations): New function.
10630         (wl-inverse-alist): New function.
10631         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10632         Split temporary variables. Use `wl-delete-associations'
10633         and `wl-inverse-alist'.
10634         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10635
10636 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10637
10638         * wl-folder.el (wl-folder-prefetch-entity):
10639         Execute prefetching if new count is unknown.
10640
10641 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10642
10643         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10644
10645         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10646         delete entity.
10647         (wl-thread-set-parent): If insert as top, set linked as nil.
10648
10649         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10650         `wl-thread-cleanup-symbols' when view mode is thread.
10651
10652 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10653
10654         * wl-folder.el (wl-folder-create-folder-entity): Use
10655         with-current-buffer.
10656         (wl-local-folder-init): Call set-buffer to make sure we are in
10657         the Folder buffer. Don't touch buffer-local variables here.
10658         (wl-folder-mode): Initialize buffer-local variables here.
10659
10660         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10661         (wl-folder-entity-assign-id): Ditto.
10662         (wl-folder-create-entity-hashtb): Ditto.
10663         (wl-local-folder-init): Ditto.
10664         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10665
10666 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10667
10668         * wl-summary.el (wl-summary-default-from): Fix probrem when
10669         std11-extract-address-components return (nil "foo@bar").
10670
10671 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10672
10673         * wl-draft.el (wl-draft-clone-local-variables):
10674         Remove redundant `setq'.
10675
10676 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10677
10678         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10679         Bind wl-highlight-x-face-func as nil while highlighting header.
10680
10681 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10682
10683         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10684
10685 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10686
10687         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10688         elmo-msgdb-overview-hashtb from copy-variables.
10689         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10690         instead of `elmo-msgdb-overview-get-entity-by-number'.
10691         (wl-summary-auto-refile): Ditto.
10692
10693         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10694         `elmo-msgdb-overview-get-entity' instead of
10695         `elmo-msgdb-search-overview-entity'.  Use
10696         `elmo-msgdb-overview-get-entity' instead of
10697         `elmo-msgdb-overview-get-entity-by-number'.
10698         (wl-thread-insert-entity-sub): Ditto.
10699         (wl-thread-insert-message): Ditto.
10700
10701         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10702         `elmo-msgdb-overview-get-entity'.
10703         (wl-normal-message-redisplay): Ditto.
10704
10705 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10706
10707         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10708         `wl-thread-entities'.
10709         (wl-thread-delete-message): Fix remove top message from
10710         `wl-thread-entity-list'.
10711
10712         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10713         wl-append(nconc), because update-list is broken on Meadow.
10714
10715         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10716         updating process.
10717         (wl-summary-rescan): Ditto.
10718         (wl-summary-sync-update3): Ditto.
10719         * wl-thread.el (wl-thread-set-parent): Renamed from
10720         `wl-summary-set-parent'.
10721         (wl-thread-insert-message): Updating buffer faster.
10722         (wl-thread-delete-message): Updating buffer faster.
10723
10724         * wl-score.el (wl-summary-score-update-all-lines): Changed
10725         interval for display progress gauge.
10726
10727 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10728
10729         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10730         folder always-sticky.
10731         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10732         defmacro.
10733
10734 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10735
10736         * wl-vars.el (wl-draft-add-references): New user option.
10737
10738         * wl-draft.el (wl-draft-add-references): New function.
10739         (wl-draft-yank-from-mail-reply-buffer): Use it.
10740         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10741         as nil.
10742
10743 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10744
10745         * wl-thread.el (wl-thread-update-line-msgs): Called
10746         `wl-thread-update-line-on-buffer-sub'.
10747         (wl-thread-update-line-on-buffer): Delete routine of inserting
10748         thread.
10749         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10750         moved from `wl-thread-update-line-on-buffer'.
10751         Add threshold for displaying progress gauge.
10752         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10753         argument of `wl-thread-update-line-msgs'.
10754         Add threshold for displaying progress gauge.
10755         * wl-folder.el:
10756         Add threshold for displaying progress gauge.
10757         * wl-score.el: Ditto.
10758
10759         * wl-expire.el (wl-summary-expire): Display deleting info.
10760
10761 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10762
10763         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10764         `no-msg'.
10765         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10766         argument of `wl-thread-update-line-msgs'.
10767         (wl-summary-set-parent): Added optional argument `parent-number'.
10768         (wl-summary-buffer-saved-message): New buffer local variable.
10769         (wl-summary-save-current-message): New command.
10770         (wl-summary-yank-saved-message): Ditto.
10771         (wl-summary-mode-map): Added key binding for
10772         `wl-summary-save-current-message' (\ew) and
10773         `wl-summary-yank-saved-message' (\C-y).
10774         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10775
10776 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10777
10778         * wl-summary.el (wl-summary-mode-map): Added key binding for
10779         `wl-summary-set-parent' (ts).
10780
10781 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10782
10783         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10784         subject faster. If thread number is reverse, delayed updating
10785         thread.
10786         (wl-summary-search-by-subject): Ditto.
10787         (wl-summary-put-alike): Ditto.
10788         (wl-summary-get-alike): Ditto.
10789         (wl-summary-insert-headers): Insert header of all overview in
10790         buffer.
10791         (wl-summary-rescan): Delayed updating thread. Kill search subject
10792         buffer for wl-summary-search-by-subject.
10793         (wl-summary-sync-update3): Ditto.
10794         (wl-summary-exit): Ditto.
10795         (wl-summary-goto-bottom-of-current-thread): Change for linked
10796         thread.
10797         (wl-summary-overview-create-summary-line): Change line for linked
10798         thread.
10799
10800         * wl-summary.el (wl-summary-update-thread): Use
10801         wl-thread-maybe-get-children-num.
10802         (wl-summary-set-parent): If change parent, move sub thread.
10803         (wl-summary-redisplay-internal): Add horizontal recenter.
10804         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10805
10806         * wl-thread.el (wl-thread-entity-get-linked): New function.
10807         (wl-thread-entity-set-linked): New function.
10808         (wl-thread-create-entity): Add linked element.
10809         (wl-thread-entity-insert-as-top): Use wl-append.
10810         (wl-thread-maybe-get-children-num): If closing thread, return
10811         children msgs.
10812         (wl-thread-update-line-msgs): Displaying progress message.
10813         (wl-thread-update-line-on-buffer-sub): Use
10814         wl-thread-maybe-get-children-num.
10815         (wl-thread-update-line-on-buffer): If update line is not exists,
10816         insert thread.
10817         (wl-thread-delete-message): If delete top msg of thread, search
10818         parent by subject.
10819         (wl-thread-insert-entity): Use
10820         wl-thread-maybe-get-children-num.
10821
10822         * wl-highlight.el (wl-highlight-summary-current-line): change
10823         sregexp for linked thread.
10824         * wl-util.el (wl-count-lines): Count lines.
10825         (wl-horizontal-recenter): horizontal recenter.
10826         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10827         (wl-score-get-alike): Ditto.
10828         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10829         (wl-subject-length-limit): New variable.
10830         (wl-highlight-thread-indent-string-regexp): Changed for linked
10831         thread.
10832
10833 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10834
10835         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10836         New variable (revival).
10837         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10838         by subject matching if there's no in-reply-to nor references field
10839         (revival).
10840
10841 \f
10842 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10843
10844         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10845         message.
10846
10847 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10848
10849         * wl-summary.el (wl-summary-reply): Return t if there was a
10850         message at cursor point.
10851         Added unwind-protect.
10852         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10853         returns t.
10854         (wl-summary-cancel-message): Do nothing when there's no message at
10855         cursor point.
10856         (wl-summary-forward): Ditto.
10857         (wl-summary-jump-to-parent-message): Ditto.
10858         (wl-summary-reedit): Ditto.
10859         (wl-summary-edit-addresses): Ditto.
10860         (wl-summary-pipe-message): Ditto.
10861         (wl-summary-print-message-with-ps-print): Ditto.
10862         (wl-summary-print-message): Ditto.
10863         (wl-summary-mark-as-important): Ditto.
10864         (wl-summary-mark-as-unread): Ditto.
10865
10866         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10867         message at cursor point.
10868         (wl-summary-reply-with-citation): Remove unwind-protect.
10869
10870         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10871         subject searching feature.
10872         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10873         Eliminated.
10874
10875 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10876
10877         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10878         New variable.
10879         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10880         by subject matching if there's no in-reply-to nor references field.
10881
10882         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10883
10884         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10885         when display is finished.
10886         (wl-folder-open-all): Ditto.
10887         (wl-folder-update-access-group): Ditto.
10888         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10889         * wl-thread.el (wl-thread-close-all): Ditto.
10890
10891         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10892         progress gauge only when it was displayed.
10893         * wl-folder.el (wl-folder-insert-entity): Ditto.
10894
10895 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10896
10897         * wl-summary.el (wl-summary-incorporate): Enclose
10898         `wl-summary-sync-force-update' with save-excursion.
10899
10900 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10901
10902         * wl-summary.el (wl-summary-prefetch-region):
10903         Pass current cursor point to `pos-visible-in-window-p' after
10904         moving cursor to the started point.
10905
10906 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10907
10908         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10909
10910         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10911         fields from the forwarding message.
10912         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10913         `ignored-fields'.
10914
10915 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10916
10917         * wl-mime.el (wl-message-request-partial):
10918         Eliminated argument `msgdb'.
10919         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10920         (wl-mime-combine-message/partial-pieces): Likewise.
10921         * tm-wl.el (wl-message-request-partial): Likewise.
10922         (wl-mime-combine-message/partial-pieces): Likewise.
10923
10924 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10925
10926         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10927         when display is finished.
10928
10929 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10930
10931         * wl-summary.el (wl-summary-goto-folder-subr):
10932         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10933
10934 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10935
10936         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10937         when cursor point is visible.
10938
10939 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-expire.el (wl-expire-archive-get-max-number):
10942         Don't use `file-name-directory'.
10943
10944 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10945
10946         * wl-expire.el (wl-expire-archive-get-max-number):
10947         Use `file-name-directory'.
10948
10949 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10950
10951         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10952         only when there is progress.
10953
10954 2000-04-13  Mito <mit@nines.nec.co.jp>
10955
10956         * wl-summary.el (wl-summary-sync-marks): Display progress.
10957
10958 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10961         (wl-summary-prev): Move cursor regardless of unread status.
10962         (wl-summary-next): Ditto.
10963
10964 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10965
10966         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10967         Added argument `target' and `number'.
10968         * tm-wl.el (wl-summary-burst-subr): New function.
10969         (wl-summary-burst): Use it.
10970
10971 2000-04-10  Mito <mit@nines.nec.co.jp>
10972
10973         * wl-mime.el (wl-burst): New function.
10974         (wl-summary-burst): Use it.
10975
10976 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10977
10978         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10979         as petname when there's no candidate.
10980
10981 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10982
10983         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10984         New variable.
10985         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10986
10987         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10988
10989         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10990
10991 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10992
10993         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10994         Use substring of `original' instead of buffer-substring.
10995         (wl-refile-evaluate-rule):
10996         Set `original' argument of wl-refile-expand-newtext.
10997
10998         * wl-summary.el
10999         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11000         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11001         (wl-summary-auto-refile): Check existence of destination folder just
11002         before marking.
11003
11004 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11005
11006         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11007         when wl-refile-get-field-value return nil.
11008
11009 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11010
11011         * wl-refile.el
11012         (wl-refile-expand-newtext): New function imported from Gnus.
11013         (wl-refile-evaluate-rule): Use it.
11014
11015 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11016
11017         * wl-summary.el (wl-summary-print-destination):
11018         Duplicate folder string to avoid putting text-property on
11019         original string.
11020
11021         * wl-refile.el (wl-refile-get-field-value): New function.
11022         (wl-refile-evaluate-rule): New function;
11023         Evaluate refile rule recursively.
11024         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11025         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11026         New function; Check existence of a target folder recursively.
11027         (wl-summary-auto-refile-check-refile-rule-alist):
11028         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11029
11030 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11031
11032         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11033
11034         * wl-folder.el (wl-create-folder-entity-from-buffer):
11035         Fixed problem when '}' character is contained in folder name.
11036
11037         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11038
11039 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11040
11041         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11042         (wl-fldmgr-add-completion-all-completions):
11043         Use wl-fldmgr-add-completion-hashtb.
11044
11045 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11046
11047         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11048         wl-fldmgr-add-completion-subr): New functions.
11049         * wl-folder.el (wl-folder-completion-func): New variable.
11050         * wl-summary.el (wl-summary-read-folder):
11051         Use wl-folder-completion-func.
11052
11053         * wl-refile.el: Eliminate throw & catch.
11054
11055         * wl.el (wl-plugged-sending-queue-status): Fixed.
11056
11057 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11058
11059         * wl-draft.el (wl-draft): Put category property on
11060         mail-header-separator.