e97c51d03275db99f43c64d223915630aabb3ea4
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-expire.el: Fix Comentary section.
4
5 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6
7         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
8         Require mime-parse, elmo-mime, and wl-util.
9
10         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
11
12         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
13
14 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-template.el: Require elmo-util and wl-vars.
17
18         * wl-mime.el (wl-mime-display-header): Revert last change.
19         Remove `delete-matching-lines "^$"'.
20
21 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * wl-mime.el (wl-define-dummy-functions): Split
24         `eval-when-compile' form for avoid error; when `make
25         compile-strict.
26
27         * wl-util.el: Move (eval-when-compile (require 'static)).
28         * wl-dnd.el: Add (eval-when-compile (require 'static)).
29         * wl-message.el: Ditto.
30
31         * wl-mime.el (wl-message-delete-current-part): Use
32         `insert-buffer-substring' instead of `insert-buffer'.
33         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
34         * wl-draft.el (wl-draft-generate-clone-buffer)
35         (wl-draft-do-mime-bcc): Ditto.
36
37         * wl-address.el: Add (eval-when-compile (require 'cl)).
38         * wl-addrmgr.el: Ditto.
39         * wl-mime.el: Ditto.
40         * wl-util.el: Ditto.
41         * wl-score.el: Ditto.
42
43 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
46         `string-to-int'.
47
48         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
49         `string-to-int'.
50
51         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
52         `string-to-number' instead of `string-to-int'.
53
54         * wl-summary.el (wl-summary-get-list-info)
55         (wl-summary-message-number): Use `string-to-number' instead of
56         `string-to-int'.
57
58         * wl-score.el (wl-score-overview-entity-get-lines)
59         (wl-score-set-mark-below, wl-score-set-expunge-below)
60         (wl-summary-increase-score, wl-score-get-header-entry): Use
61         `string-to-number' instead of `string-to-int'.
62
63         * wl-folder.el (wl-folder-update-diff-line): Use
64         `string-to-number' instead of `string-to-int'.
65
66         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
67         instead of `string-to-int'.
68
69         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
70         instead of `string-to-int'.
71
72         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
73         `string-to-int'.
74
75 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
76
77         * wl-util.el (wl-match-string, wl-match-buffer)
78         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
79         (wl-kill-buffers, wl-local-variable-p)
80         (wl-line-formatter-setup): New backquote style.
81         (wl-count-lines): Use quote instead of backquote.
82
83         * wl-summary.el (wl-summary-buffer-folder-name)
84         (wl-summary-get-alike): Use quote instead of backquote.
85         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
86         backquote style.
87
88         * wl-message.el (wl-message-buffer-cache-buffer-get)
89         (wl-message-buffer-cache-folder-get)
90         (wl-message-buffer-cache-message-get)
91         (wl-message-buffer-cache-entry-make)
92         (wl-message-buffer-cache-hit): New backquote style.
93
94         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
95         backquote.
96         (wl-folder-unread-regex, wl-folder-entity-exists-p)
97         (wl-folder-clear-entity-info)
98         (wl-folder-get-entity-info, wl-folder-set-entity-info)
99         (wl-folder-elmo-folder-cache-get)
100         (wl-folder-elmo-folder-cache-put): New backquote style.
101
102         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
103         (wl-fldmgr-assign-id): Ditto.
104         (wl-fldmgr-delete-line): Use quote instead of backquote.
105         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
106
107         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
108         (wl-draft-set-sent-message): New backquote style.
109         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
110         (wl-draft-config-body-goto-header): Use quote instead of backquote.
111
112 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
113
114         * wl-address.el (wl-address-concat-token): Fix typo.
115
116 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
117
118         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
119         (wl-score-get-alike): Ditto.
120
121         * wl-vars.el: New backquote style.
122         (wl-message-header-button-alist): Use quote instead of backquote.
123
124         * wl.el (wl-plugged-string): New backquote style.
125
126         * wl-address.el (wl-address-concat-token): New backquote style.
127
128         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
129
130 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
131
132         * wl-highlight.el (wl-highlight-folder-opened-regexp)
133         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
134
135         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
136         in the character alternative.
137
138 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
139
140         * Version number is increased to 2.15.6.
141
142 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
143
144         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
145         optional 3rd argument of epg-context-set-progress-callback; it was
146         temporarily removed in the Emacs trunk due to copyright problem.
147         (wl-mime-pgp-verify-region-with-epg): Ditto.
148
149 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
152
153 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
154
155         * wl-util.el (wl-biff-check-folders): Set biff flag.
156         (from Naoto Morishima [wl:14031])
157
158 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
159
160         * wl.el (wl-plugged-server-indent): Use quote instead of
161         backquote.
162
163 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * wl-score.el (wl-score-insert-header): Add guard for
166         `std11-unfold-string'.
167         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
168         TYPE artgument when TO or CC field.
169
170 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-summary.el (wl-summary-goto-folder-subr): Call
173         `elmo-folder-close' instead of `elmo-folder-commit' if discard
174         current summary.
175
176 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-util.el (wl-read-shell-commande): New function or alias.
179
180         * wl-summary.el (wl-summary-pipe-message): Use
181         `wl-read-shell-command' instead of `read-string'.
182         (wl-summary-target-mark-pipe): Ditto.
183
184 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * wl-summary.el (wl-summary-reply): Fix docstring.
187         * wl-draft.el (wl-draft-reply): Ditto.
188
189 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-mime.el (wl-summary-extract-attachments): New command.
192         (wl-summary-extract-attachments-1): New internal function.
193
194 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-expire.el (wl-expire-folder): New function (split from
197         wl-summary-expire).
198         (wl-summary-expire): Use it. Add argument `all' instead of remove
199         `nolist'. Cause an error only if this function is calling
200         interactively.
201
202 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
203
204         * wl-expire.el (wl-expire-refile): Display progress message.
205         (wl-summary-expire): Simplify.
206
207         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
208         unused argument `deleting-info'.
209
210 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-vars.el (wl-message-popup-buffers): New user option.
213
214         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
215         (wl-message-delete-popup-windows): New function that substitues
216         above one.
217         (wl-mime-setup): Follow the above change.
218
219 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
220
221         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
222
223 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
224
225         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
226         "tkm" to wl-thread-spam.
227
228 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
229
230         * wl-thread.el (wl-thread-entity-insert-as-children): Use
231         wl-thread-entity-set-children.
232         (wl-thread-insert-message, wl-thread-insert-entity-sub,
233         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
234         Use wl-thread-entity-get-*.
235
236 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
237
238         * wl-mime.el (wl-epg-progress-callback): New function.
239         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
240         with `elmo-with-progress-display'. Set a progress callback
241         function to epg-context.
242         (wl-mime-pgp-verify-region-with-epg): Ditto.
243
244 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-util.el (wl-completing-read-multiple): Define as an alias of
247         `completing-read-multiple' if emacs-version is not less than 22.
248
249 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
252         change.
253
254 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-summary.el (wl-summary-sync-update): Move
257         `wl-thread-update-indent-string-thread' to outside of
258         `elmo-with-progress-display'.
259
260 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-message.el (wl-message-exit): Check buffer existence.
263
264 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-util.el (wl-simple-display-progress): New function.
267         (wl-display-progress-with-gauge): Ditto.
268         (wl-progress-callback-function): Ditto.
269
270         * wl.el (wl-init): Set `elmo-progress-callback-function' as
271         `wl-progress-callback-function'
272
273         * wl-vars.el (wl-display-progress-threshold): New user option.
274         (wl-display-progress-function): Ditto.
275
276         * Version number is increased to 2.15.5.
277
278 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
279
280         * wl-thread.el (wl-thread-close-children): New function.
281         (wl-thread-open-children): Ditto.
282         * wl-action.el (wl-summary-set-mark): Redo the last change by
283         using it.
284
285         * wl-action.el (wl-summary-set-mark): Undo the last change.
286         Forbid interactive call.
287
288 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-mime.el (wl-define-dummy-functions): New macro.
291         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
292         `wl-mime-pgp-decrypt-region'.
293         (wl-mime-pgp-verify-region-with-epg): Renamed from
294         `wl-mime-pgp-verify-region'.
295         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
296         `wl-mime-pgp-decrypt-region'.
297         (wl-mime-pgp-verify-region-with-pgg): Renamed from
298         `wl-mime-pgp-verify-region'.
299         (wl-mime-pgp-decrypt-region): New function; To select dispatch
300         function at runtime.
301         (wl-mime-pgp-verify-region): Ditto.
302
303         * wl-vars.el (wl-use-pgp-module): New user option.
304
305 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
308         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
309
310 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
311
312         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
313         even if there are target marks only.
314
315 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
316
317         * Version number is increased to 2.15.4.
318
319 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-folder.el (wl-folder-check-one-entity): Simplify.
322
323 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
324
325         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
326         variable.
327
328 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
329
330         * wl-spam.el (wl-thread-test-spam): New function.
331         (wl-spam-setup): Bind "tkc".
332
333 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
334
335         * wl-expire.el (wl-folder-expire-entity): Rewite without
336         `wl-summary-goto-folder-subr'.
337         (wl-folder-expire-current-entity): Don't kill summary buffer.
338
339 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-folder.el (wl-folder-sync-entity): Rewrite without
342         `wl-summary-goto-folder-subr'.
343         (wl-folder-mark-as-read-all-entity): Likewise.
344
345         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
346
347 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-thread.el (wl-thread-force-open): Arranged.
350
351 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
354         from regexp.
355
356         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
357         (wl-read-search-condition-internal): Append them.
358
359 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
360
361         * wl-vars.el (wl-additional-search-condition-fields):
362         New user option.
363
364         * wl-util.el (wl-search-condition-fields): New function; export
365         from `wl-read-search-condition-internal'.
366         (wl-read-search-condition-internal): Use it.
367
368         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
369
370 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-summary.el (wl-summary-define-sort-command): New function.
373         (wl-summary-sort-by-date, wl-summary-sort-by-number)
374         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
375         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
376         define by `wl-summary-define-sort-command' at runtime.
377
378         * wl.el (wl-init): Call wl-summary-define-sort-command.
379
380 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
381
382         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
383         properties at the decrypting region.
384
385 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-util.el (wl-find-region): New function.
388
389         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
390         coding system.
391         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
392         property `wl-mime-decoded-coding-system'.
393         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
394         property `wl-mime-decoded-coding-system' to encode text.
395
396         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
397         message.
398         (wl-mime-pgp-verify-region): Ditto.
399
400 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
401
402         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
403         buffer. Use epa-display-verify-result.
404
405 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-draft.el (wl-draft-send): Continue even if setting parent
408         flag was failed.
409
410 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-message.el (wl-message-flag-indicator): Fixed the problem
413         of returning string only of parentheses.
414
415 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-summary.el (wl-summary-write): Add argument `folder'.
418         (wl-summary-write-current-folder): Change argument `folder' from
419         optional to require.
420         (wl-summary-get-buffer): Return the buffer associated folder only.
421
422         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
423         change.
424         (wl-folder-toggle-disp-summary): Ditto.
425
426         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
427         current summary as parent-folder.
428
429 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
430
431         * wl-draft.el (wl-draft-reedit): Don't overwrite
432         wl-draft-parent-folder.
433
434 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
435
436         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
437         (wl-mime-pgp-verify-region): Ditto.
438         (wl-message-decrypt-pgp-nonmime): Use the above function.
439         (wl-message-verify-pgp-nonmime): Likewise.
440         (wl-mime-preview-application/pgp): Likewise.
441
442 2006-04-20  Kenichi Okada  <okada@opaopa.org>
443
444         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
445         Fix about the order of `wl-nntp-posting-port' and
446         `wl-nntp-posting-stream-type'.
447         * wl.el (wl-plugged-port-label-alist): Add smtp.
448
449 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-summary.el (wl-summary-message-status): New macro.
452
453         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
454         (wl-summary-killed-mark): New user option.
455
456         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
457         API change.
458         (wl-thread-insert-entity-sub): Ditto.
459         (wl-thread-recover-messages): New command.
460
461         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
462         Don't call `wl-highlight-summary-current-line' directly.
463         (wl-summary-buffer-attach): Connect to signal `status-changed'
464         instead of `cache-changed'.
465         (wl-summary-buffer-detach): Follow the above change.
466         (wl-summary-detect-mark-position): Follow the API change.
467         (wl-summary-rescan-message): Ditto.
468         (wl-summary-insert-sequential): Ditto.
469         (wl-summary-update-thread): Ditto.
470         (wl-summary-message-mark): Ditto.
471         (wl-summary-persistent-mark): Ditto.
472         (wl-summary-create-line): Ditto.
473         (wl-summary-prefetch-region-no-mark): Call
474         `wl-summary-persistent-mark' with number.
475         (wl-summary-recover-messages-region): New command.
476         (wl-summary-target-mark-recover): Ditto.
477         (wl-summary-recover-message): Ditto.
478         (wl-summary-persistent-mark-string): Add argument `status' instead
479         of remove arguments `flags' and `cached'.  Treat killed status.
480         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
481
482         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
483         (wl-highlight-summary-line-face-spec): Treat killed status.
484         (wl-highlight-summary-line-string): Follow the API change.
485         (wl-highlight-summary-current-line): Ditto.
486
487         * Version number is increased to 2.15.3.
488
489 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
492         of symbolp to test whether the condition is function.
493
494 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
495
496         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
497         to nil.
498
499 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
500
501         * wl-summary.el (wl-summary-buffer-message-ring): New internal
502         variable.
503         (wl-summary-buffer-last-displayed-msg): Abolish.
504         (wl-summary-push-message): New function.
505         (wl-summary-pop-message): Ditto.
506         (wl-summary-goto-folder-subr): Reset
507         `wl-summary-buffer-message-ring'.
508         (wl-summary-pop-to-last-message): New command.
509         (wl-summary-goto-last-displayed-msg): Call
510         wl-summary-pop-to-last-message if optional argument is non-nil or
511         the last command is itself.
512         (wl-summary-redisplay-internal): Push last message number into
513         `wl-summary-buffer-message-ring'.
514
515         * wl-vars.el (wl-summary-message-ring-max): New user option.
516
517 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
518
519         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
520         from `wl-draft-reply').
521         (wl-draft-reply): Use it.
522         (wl-draft-find-reply-headers): Avoid compile warning.
523
524 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
525
526         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
527
528 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
529
530         * wl-message.el (wl-message-flag-indicator): New function.
531         (wl-message-redisplay): Use it.
532
533 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
536
537 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
538
539         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
540         instead of `read-event'.
541
542         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
543
544         * wl-mule.el (wl-read-event-char): Ditto.
545
546         * wl-e21.el (wl-read-event-char): Ditto.
547
548 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
551
552 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-vars.el (wl-draft-send-confirm-type): New user option.
555
556         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
557
558         * wl-draft.el (wl-draft-send-confirm): Confirmation by
559         `wl-draft-send-confirm-type'
560
561 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
564         Avoid error when the buffer name is already used.
565
566 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
569         the change of elmo-nmz -> elmo-search.
570         (wl-highlight-summary-line-help-echo-alist): Ditto.
571         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
572         (wl-nmz-folder-icon): Define as obsolete.
573         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
574         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
575
576 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-summary.el (wl-summary-get-list-info): Rewrite with
579         `elmo-find-list-match-value'
580
581 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-summary.el (wl-summary-get-list-info): Optimize.
584         Use List-Id and List-Post also.
585
586 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
589
590 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
591
592         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
593
594 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-util.el (wl-completing-read-multiple-1): New internal function.
597         (wl-completing-read-multiple-2): Ditto.
598         (wl-completing-read-multiple): Define use above functions.
599
600         * wl-summary.el (wl-summary-sort): Removed the workaround for a
601         bug of `completing-read-multiple' about default value.
602
603         * wl-xmas.el (wl-completing-read-multiple): Removed.
604
605         * wl-mule.el (wl-completing-read-multiple): Ditto.
606
607         * wl-e21.el (wl-completing-read-multiple): Ditto.
608
609 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-util.el (wl-filter-associations): New function.
612
613         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
614         (wl-spam-ignored-folder-list): Ditto.
615         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
616         (wl-spam-string-member-p): New function.
617         (wl-spam-domain): Use it.
618         (wl-spam-split-numbers): New function.
619         (wl-spam-apply-partitions): Ditto.
620         (wl-spam-register-spam-messages): Use `folder' instead of
621         `wl-summary-buffer-elmo-folder'.
622         (wl-spam-register-good-messages): Ditto.
623         (wl-summary-exec-action-spam): Decide a domain by real folder of
624         message.
625         (wl-summary-exec-action-refile-with-register): Likewise.
626
627 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-e21.el (wl-e21-find-image): New function.
630         (wl-e21-setup-toolbar): Use it instead of `find-image'.
631         (wl-e21-highlight-folder-group-line): Ditto.
632         (wl-folder-init-icons): Ditto.
633         (wl-plugged-init-icons): Ditto.
634         (wl-biff-init-icons): Ditto.
635
636 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
639         (wl-inhibit-save-drafts): New internal variable.
640         (wl-disable-auto-save): Ditto.
641         (wl-save-drafts): Treat above variables.
642         (wl-auto-save-drafts): New function.
643         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
644         `wl-stop-save-drafts'.
645         (wl-start-save-drafts): New function.
646         (wl-stop-save-drafts): Ditto.
647         (wl-set-auto-save-draft): New command.
648
649         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
650         `wl-set-save-drafts'.
651
652 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
655         `make-local-variable' instead of `make-variable-buffer-local'.
656
657 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
658
659         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
660
661 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
664
665 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
668         of working buffer.
669
670 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
673
674         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
675         value into recipients; Bind `wl-draft-remove-group-list-contents'
676         as nil.
677
678 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
679
680         * wl-summary.el (wl-summary-sort): Fixed the last change.
681
682         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
683         (wl-summary-sort-messages): Ditto.
684         (wl-summary-rescan): Use it.
685         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
686         `completing-read'; Append candidates for reverse order.
687
688 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * Version number is increased to 2.15.2.
691
692 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
695         "Smaller".
696         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
697
698 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
701
702 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-vars.el (wl-draft-additional-header-alist): Add into the
705         customize group `wl-draft'.
706         (wl-draft-add-in-reply-to): Move customize group from `wl' to
707         `wl-draft'.
708         (wl-draft-add-references): Ditto.
709
710         * wl-action.el (wl-summary-print-argument): Rename argument from
711         `folder' to `data'.
712
713 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-summary.el (wl-summary-rescan-message): Call
716         `wl-thread-cleanup-symbols' before insert thread.
717
718 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl.el (wl-init): Set `elmo-get-folder-function' as
721         `wl-folder-make-elmo-folder'.
722
723         * wl-spam.el (wl-summary-exec-action-spam): Use
724         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
725
726         * wl-folder.el (wl-folder-make-elmo-folder): New function.
727         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
728         `elmo-make-folder'.
729         (wl-folder-get-elmo-folder): Ditto.
730         (wl-folder-create-subr): Simplify.
731
732 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
735
736 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
739         contents in message buffer instead of original buffer. If optional
740         argument specified, ask coding system for encode.
741
742 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
743
744         * wl-spam.el (wl-summary-test-spam-region): New function.
745         (wl-spam-setup): Bind "rkc".
746
747 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
750
751 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
752
753         * wl-spam.el (wl-summary-test-spam): Fix typo.
754         (wl-message-check-spam): Ditto.
755
756 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-summary.el (wl-summary-default-from): Simplify.
759
760 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-action.el (wl-summary-exec-action-refile): Simplify.
763         (wl-summary-exec-action-copy): Ditto.
764         (wl-summary-auto-refile): Check existence of temporary mark.
765
766 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * wl-summary.el (wl-summary-create-line): Use
769         `elmo-time-to-datevec'.
770
771         * wl-expire.el (wl-expire-archive-date): Ditto.
772         (wl-expire-localdir-date): Ditto.
773
774         * wl-util.el (wl-day-number): Abolish.
775
776         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
777         of `wl-day-number'.
778         (wl-score-followup): Ditto.
779         (wl-score-add-followups): Ditto.
780         (wl-score-get-latest-msgs): Ditto.
781         (wl-score-get-header-entry): Ditto.
782         (wl-score-edit-insert-date): Ditto.
783
784 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
787         `elmo-message-entity-field' with 2nd argument `type'.
788
789 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
790
791         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
792
793 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-thread.el (wl-thread-delete-message): Delete descendant
796         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
797
798 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
799
800         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
801
802 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
805         `Access folder'.
806
807 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-vars.el (wl-access-folder-icon): New user option.
810
811         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
812         `Access folder'.
813
814 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-buffer-set-folder): Use
817         `wl-folder-mime-charset'.
818
819         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
820         `mime-charset'.
821         (wl-folder-get-elmo-folder): Ditto.
822         (wl-folder-mime-charset): New function.
823
824 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-util.el (wl-parse-addresses): Define alias of
827         `elmo-parse-addresses' (move to `elmo-util.el').
828
829         * wl-summary.el (wl-summary-default-from): Follow the API change.
830         (wl-summary-overview-entity-compare-by-date): Ditto.
831         (wl-summary-overview-entity-compare-by-from): Ditto.
832         (wl-summary-get-list-info): Get value of `ml-info' field from
833         entity at first.
834         (wl-summary-rescan-message): Treat prefix argument.
835         (wl-summary-prefetch-msg): Follow the API change.
836         (wl-summary-search-by-subject): Ditto.
837         (wl-summary-insert-thread): Ditto.
838         (wl-summary-line-subject): Ditto.
839         (wl-summary-line-from): Ditto.
840         (wl-summary-create-line): Ditto.
841         (wl-summary-print-message-with-ps-print): Ditto.
842
843         * wl-score.el (wl-score-ov-entity-get): Ditto.
844         (wl-score-followup): Ditto.
845         (wl-score-add-followups): Use `elmo-message-entity-field' instead
846         of `car'.
847         (wl-score-get-latest-msgs): Follow the API change.
848         (wl-score-get-header): Ditto.
849
850         * wl-refile.el (wl-refile-learn): Ditto.
851         (wl-refile-subject-learn): Ditto.
852         (wl-refile-get-field-value): Ditto.
853         (wl-refile-guess-by-history): Ditto.
854         (wl-refile-guess-by-subject): Ditto.
855
856         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
857
858         * wl-expire.el (wl-expire-date-p): Removed.
859         (wl-expire-archive-date): Follow the API change.
860         (wl-expire-localdir-date): Ditto.
861         (wl-summary-expire): Ditto.
862
863         * Version number is increased to 2.15.1.
864
865 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
868         group is access or not (it is not strict, like wl-fldmgr-rename).
869
870 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
871
872         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
873         duplicate call of `wl-summary-print-argument' on the wrong line.
874
875 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
878         even if argument `number' is nil.
879         (wl-summary-insert-line): Print action argument if current message
880         has it.
881
882 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
885         (wl-draft-reply): Ditto.
886         (wl-draft): Add optional argument `parent-number' and call
887         `wl-draft-create-buffer' with it.
888         (wl-draft-create-buffer): Add optional argument
889         `parent-number'. Set wl-draft-parent-number as it.
890
891 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
892
893         * wl-folder.el (wl-folder-set-persistent-mark): If summary
894         buffer is not for given folder, don't use it.
895
896 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
897
898         * Version number is increased to 2.15.0.
899
900 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
903
904         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
905         (wl-highlight-get-face-by-name): New internal function.
906         (wl-highlight-summary-line-face-spec): Use it and fixed.
907
908 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-summary.el (wl-summary-sync-update): Use
911         `elmo-message-entity-field' instead of `car' to get message-id
912         from overview entity.
913
914         * wl-summary.el (wl-summary-rescan-message): Call
915         `wl-highlight-summary-displaying' when displaying a message.
916
917 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-draft.el (wl-draft-config-info-filename): Extracted from
920         `wl-draft-config-info-operation'.
921         (wl-draft-buffer-change-number): New function.
922         (wl-draft-rename-saved-config): Ditto.
923         * wl.el (wl-init): Connect slot for message-number-changed.
924         (toplevel): Add autoload for wl-draft-rename-saved-config.
925
926 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
927
928         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
929         `update-overview'
930         (wl-summary-buffer-detach): Disconnect from it.
931         (wl-summary-rescan-message): Use command.
932
933         * wl-message.el (wl-message-buffer-display): Use
934         `with-current-buffer' instead of `save-excursion'.
935
936 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-mime.el (wl-draft-preview-attributes-list): Protect
939         wl-draft-preview-attributes-list from distraction.
940
941 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
942
943         * wl-summary.el (wl-summary-sync-update): Sort the return value of
944         `elmo-list-diff'.
945
946 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
947
948         * wl-summary.el
949         (wl-summary-edit-addresses-collect-candidate-fields): Use
950         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
951
952         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
953         instead of `elmo-set-work-buf'.
954
955         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
956         (wl-address-make-address-list): Ditto.
957
958         * Version number is increased to 2.13.3.
959
960 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
963         user option.
964
965         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
966         argument `5'.
967
968         * wl-message.el (wl-message-display-no-merge-p): New function.
969         (wl-message-buffer-display): Check whether the message is
970         reassembled and follow the API change.
971
972 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
975         multibyte on working buffer and removed unnecessary
976         `buffer-disable-undo'.
977
978 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-util.el (wl-read-search-condition-internal): Fixed the last
981         change.
982
983 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
984
985         * wl-util.el (wl-read-search-condition-internal): Protect
986         elmo-global-flags from distraction.
987
988 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
991
992         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
993         (wl-summary-event-handler): Ditto.
994         (wl-summary-update-persistent-mark-on-event): New
995         function (renamed from `elmo-event-handler-flag-changed').
996         (wl-summary-buffer-attach): New function.
997         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
998         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
999         instead of `elmo-folder-add-handler'.
1000
1001         * Version number is increased to 2.13.2.
1002
1003 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1006         and "\177" to the `wl-news-previous-page'.
1007         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1008         (wl-news-previous-page): New function.
1009
1010 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1011
1012         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1013         instead of `write-region' and simplify.
1014
1015 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-template.el (wl-template-select): Cause error if
1018         `wl-template-alist' is nil.
1019
1020 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1021
1022         * wl-news.el.in: Set file variable `no-byte-compile'.
1023
1024 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1027         whether a target message is within displaying area.
1028         (elmo-event-handler-cache-changed): Ditto.
1029
1030 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1031
1032         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1033         to `defun'.  Use `nconc' instead of `append' to collect descendant
1034         message numbers.
1035
1036 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1037
1038         * wl-thread.el (wl-thread-save-top-list)
1039         (wl-thread-save-entities): Use `with-temp-buffer'.
1040         * wl-news.el.in (wl-news-previous-version-load):
1041         (wl-news-previous-version-save): Ditto.
1042         * wl-summary.el (wl-summary-load-file-object)
1043         (wl-summary-save-view-cache): Ditto.
1044
1045 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-util.el (toplevel): Require 'elmo-flag'.
1048         (wl-read-search-condition): New function (Renamed from
1049         `elmo-read-search-condition').
1050         (wl-read-search-condition-internal): Likewise.
1051
1052         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1053         invalid.
1054         (wl-summary-pick): Use `wl-read-search-condition' instead of
1055         `elmo-read-search-condition'.
1056         (wl-summary-virtual): Ditto.
1057
1058         * wl-folder.el (wl-folder-virtual): Ditto.
1059         (wl-folder-pick): Ditto.
1060
1061         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1062
1063 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1064
1065         * wl-summary.el (wl-summary-reedit): Call
1066         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1067
1068 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-mime.el (toplevel): Require wl-vars.
1071
1072         * wl-message.el (toplevel): Require cl at compile.
1073
1074         * wl-draft.el (toplevel): Require elmo.
1075
1076 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1077
1078         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1079         and do nothing when it is not positive.
1080         (wl-message-buffer-prefetch-next): Ditto.
1081
1082 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1083
1084         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1085         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1086         (wl-summary-redisplay-internal): Ditto.
1087
1088         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1089         message (the condition is borrowed from `wl-check-variables-2').
1090         (wl-summary-redisplay-internal): Ditto.
1091
1092 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-mime.el (wl-draft-nntp-attribute): New function.
1095         (wl-draft-attribute-nntp-posting-server): Use it.
1096         (wl-draft-attribute-nntp-posting-port): Ditto.
1097
1098         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1099         (wl-draft-show-attributes-buffer): Ditto.
1100         (wl-draft-hide-attributes-buffer): Ditto.
1101         (wl-draft-attribute-newsgroups): Ditto.
1102         (wl-draft-attribute-nntp-posting-server): Ditto.
1103         (wl-draft-attribute-nntp-posting-port): Ditto.
1104         (wl-draft-preview-message): Use there functions.
1105
1106         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1107         value.
1108
1109 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1110
1111         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1112         (wl-draft-reedit): Ditto.
1113         (wl-draft-queue-flush): Ditto.
1114
1115         * wl-mime.el (wl-message-request-partial): Ditto.
1116         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1117         instead of `elmo-message-fetch'.
1118
1119         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1120
1121         * wl-summary.el (wl-summary-message-string): Ditto.
1122
1123 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-util.el (wl-current-message-buffer): Follow the API change.
1126
1127         * wl-summary.el (wl-summary-redisplay-internal): Call
1128         `wl-summary-mark-as-read' with 2nd argument as nil and update
1129         unread count instead of persistent mark.
1130
1131         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1132         variable.
1133         (wl-message-redisplay): Follow the API change.
1134         (wl-message-buffer-display): Managed mime-entity directly and
1135         return preview buffer only.
1136         (wl-message-display-internal): Rewrite.
1137         (wl-message-buffer-prefetch-subr): Not save return value of
1138         `wl-message-buffer-display'.
1139
1140         * Version number is increased to 2.13.1.
1141
1142 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1145         'elmo-multiple-fields-body-list' with boundary specified.
1146
1147 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1148
1149         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1150         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1151         cache if `wl-summary-resend-use-cache' is non-nil.
1152
1153 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1156         (wl-nntp-posting-stream-type): Ditto.
1157
1158 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1159
1160         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1161
1162 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1163
1164         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1165         message.
1166
1167 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1170         Abolish.
1171         (wl-summary-buffer-persistent-mark-version): New internal
1172         variable.
1173         (wl-summary-update-mark-and-highlight-window): Check by
1174         wl-summary-persistent-mark-invalid-p.
1175         (wl-summary-update-status-marks): Ditto.
1176         (elmo-event-handler-flag-changed): Rewrite.
1177         (elmo-event-handler-cache-changed): Define.
1178         (wl-summary-prefetch-msg): Does not update persistent mark here.
1179         (wl-summary-delete-cache): Ditto.
1180         (wl-summary-resume-cache-status): Ditto.
1181         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1182         (wl-summary-persistent-mark-invalid-p): New function.
1183         (wl-summary-validate-persistent-mark): Ditto.
1184         (wl-summary-validate-persistent-mark-string): Ditto.
1185         (wl-summary-invalidate-persistent-mark): Ditto.
1186         (wl-summary-update-persistent-mark): Call
1187         `wl-summary-validate-persistent-mark'.
1188         (wl-summary-create-line): Call
1189         `wl-summary-validate-persistent-mark-string'.
1190
1191         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1192         status as t if cache used.
1193
1194 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1195
1196         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1197         only if the target is group.
1198         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1199
1200 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1201
1202         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1203
1204 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1205
1206         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1207
1208         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1209
1210 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1211
1212         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1213         (Thanks to Yoichi NAKAYAMA).
1214
1215 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1216
1217         * wl-util.el (wl-save-drafts): Restore echo area.
1218
1219 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1220
1221         * Version number is increased to 2.13.0.
1222
1223         * wl-util.el (wl-biff-check-folder-async): Use
1224         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1225
1226 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1227
1228         * wl-message.el (wl-message-display-internal): Does not put
1229         wl-message-display-type property on message buffer.
1230         (wl-message-buffer-display-type): New function.
1231
1232         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1233
1234         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1235         `wl-summary-buffer-detach'.
1236         (wl-summary-message-display-type): Use
1237         `wl-summary-buffer-display-type'.
1238
1239 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1240
1241         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1242         buffer-local.
1243
1244         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1245         kill-buffer-hook instead of make-local-variable.
1246         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1247
1248 2004-12-12  Scott Renfro <scott@renfro.org>
1249
1250         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1251         regex for square-branket.
1252
1253 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1256         `wl-message-mime-analysis-p' with argument `header'.
1257
1258 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1259
1260         * wl-mime.el (wl-draft-yank-current-message-entity): 
1261         Switch to no-mime following method according to wl-message-display-type
1262         property.
1263         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1264
1265         * wl-message.el (wl-message-display-internal): 
1266         Put wl-message-display-type property on message buffer.
1267
1268         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1269         (wl-message-display-internal): Ditto;
1270
1271         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1272
1273 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1274
1275         * wl-message.el (wl-message-make-display-type): New function.
1276         (wl-message-display-type-property): Ditto.
1277         (wl-message-mime-analysys-p): Ditto.
1278         (wl-message-display-all-header-p): Ditto.
1279         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1280         added `display-type'.
1281         (wl-message-buffer-display): Likewise.
1282         (wl-message-display-internal): Likewise.
1283         (wl-message-buffer-display-type): Abolish.
1284         (wl-message-buffer-prefetch-subr): Follow the API changed.
1285
1286         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1287         from wl-summary-buffer-display-all-header and changed default value.
1288         (wl-summary-message-display-type): New function.
1289         (wl-summary-buffer-display-mime-mode): Ditto.
1290         (wl-summary-buffer-display-header-mode): Ditto.
1291         (wl-summary-toggle-mime): Rewrite with above functions.
1292         (wl-summary-toggle-all-header): Ditto.
1293         (wl-summary-redisplay): Force redisplay with default mode.
1294         (wl-summary-redisplay-internal): Renamed argument from `mode',
1295         `all-header' to `mime-mode', `header-mode'.
1296         Use `wl-message-make-display-type'.
1297
1298         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1299         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1300
1301 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1304
1305 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1306
1307         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1308         in original message buffer.
1309         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1310         buffer.
1311
1312 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1313
1314         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1315
1316 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1317
1318         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1319
1320 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1321
1322         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1323         when actions succeeded.
1324         (wl-summary-exec-action-copy): Likewise.
1325
1326 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1327
1328         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1329         there is switch-to-buffer at the end of wl-message-select-buffer.
1330         (wl-summary-reply): Ditto.
1331
1332 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1333
1334         * wl-summary.el (wl-summary-forward): Put subject in original
1335         message buffer as argument of wl-draft-forward.
1336         * wl-draft.el (wl-draft-forward): Decode subject as in
1337         wl-draft-reply.
1338
1339 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1340
1341         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1342         a folder under access group.
1343
1344 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1347         wl-message-buffer-display.
1348
1349         * wl-util.el (wl-set-save-drafts): Fix typo.
1350
1351 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1354         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1355         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1356         the way to measure the width of a bitmap image; don't put face on
1357         ascii and bitmap images; put the mark which should not use the
1358         variable-pitch face on ascii and bitmap images.
1359         (wl-demo-setup-properties): Don't use the variable-pitch face on
1360         ascii and bitmap images; made it work on Emacs 20 and earlier.
1361         (wl-demo-insert-text): End with a newline at the bottom; don't put
1362         face on text.
1363
1364         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1365
1366 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1367
1368         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1369
1370         * wl-util.el (wl-save-drafts): Moved from sample setting.
1371         (wl-set-save-drafts): New function to set idle timer.
1372         * wl-draft.el (wl-draft): Call it.
1373         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1374
1375 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1378         a summary which has toggle display status off.
1379
1380 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-draft.el (wl-draft-do-fcc): No cache save.
1383
1384 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1385
1386         * wl-summary.el (elmo-event-handler-flag-changed): Use
1387         `set-buffer' instead of `with-current-buffer'.
1388
1389 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (wl-summary-after-resize-function): New function.
1392         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1393         window-size-change-functions.
1394
1395 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-draft.el (wl-draft-create-buffer): Bind
1398         `change-major-mode-hook' after current buffer is changed.
1399
1400         * wl-summary.el (wl-summary-buffer-detach): New function.
1401         (wl-summary-buffer-set-folder): Call it.
1402         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1403         change-major-mode-hook and kill-buffer-hook.
1404         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1405         (wl-summary-switch-to-clone-buffer): Ditto.
1406         (wl-summary-goto-folder-subr): Ditto.
1407
1408 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1409
1410         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1411         after boundp check.
1412
1413 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1416         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1417         for `kill-buffer'.
1418
1419         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1420         handler of current buffer from elmo-folder.
1421
1422 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1423
1424         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1425
1426 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1429         variable.
1430         (wl-summary-event-handler): New class.
1431         (elmo-event-handler-flag-changed): Define to update persistent
1432         mark.
1433         (wl-summary-buffer-set-folder): Register event handler to
1434         elmo-folder.
1435         (wl-summary-exit): Unregister event handler.
1436         (wl-summary-goto-folder-subr): Ditto.
1437         (wl-summary-mark-as-read-all): Does not call
1438         `wl-summary-update-persistent-mark' directly.
1439         (wl-summary-mark-as-read-internal): Ditto.
1440         (wl-summary-set-persistent-mark-internal): Ditto.
1441         (wl-summary-set-flags-internal): Ditto.
1442
1443         * Version number is increased to 2.11.33.
1444
1445 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1446
1447         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1448         to nil.
1449
1450 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-spam.el (wl-spam-setup): Add hook
1453         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1454         instead of `wl-summary-prepare-hook'.
1455
1456         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1457         if folder type is `'flag'.
1458         (wl-summary-mark-as-important): Ditto.
1459
1460 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1461
1462         * wl-address.el (wl-address-minibuffer-history): New variable.
1463         (wl-address-minibuffer-local-map): New keymap.
1464         (wl-address-read-from-minibuffer): New function.
1465
1466         * wl-action.el (wl-summary-get-resend-address): Use
1467         `wl-address-read-from-minibuffer' instead of `completing-read'.
1468
1469 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1470
1471         * Version number is increased to 2.11.32.
1472
1473 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1474
1475         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1476         without mule to iso-8859-1.
1477         (wl-draft-add-in-reply-to): Add note in description.
1478         (wl-draft-add-references): Ditto.
1479
1480 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1481
1482         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1483         definition for `m'.
1484         (wl-summary-mode-line-format): Add '[%m]'.
1485         (wl-message-mode-line-format-spec-alist): Ditto.
1486         (wl-summary-display-mime-mode-list): New variable.
1487
1488         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1489         from wl-summary-buffer-display-as-is.
1490         (wl-summary-buffer-display-all-header): New buffer local variable.
1491         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1492         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1493         instead of wl-summary-buffer-display-as-is.
1494         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1495         (wl-summary-set-persistent-mark): Ditto.
1496         (wl-summary-set-message-buffer-or-redisplay): Just call
1497         `wl-summary-redisplay-internal' without optional arguments.
1498         (wl-summary-toggle-mime): Rewrite.
1499         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1500         (wl-summary-toggle-all-header): New function.
1501         (wl-summary-redisplay-internal): Treat mime mode.
1502
1503         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1504         to wl-mime-preview-follow-no-mime.
1505         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1506         accodring to the display-mode.
1507
1508         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1509         (wl-message-buffer-display): Changed argument name from `as-is' to
1510         `mode'.
1511         (wl-message-display-internal): Ditto;
1512         Bind elmo-mime-display-header-analysis according to the mode.
1513         (wl-message-display-internal): Put wl-message-display-mime-mode
1514         property on entire buffer.
1515
1516 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1519
1520 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1521
1522         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1523         Don't extract mail address.
1524         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1525
1526         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1527
1528         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1529
1530 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1531
1532         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1533         wl-fldmgr-cut-entity-list on confirmation.
1534
1535 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1538         (wl-mime-quit-preview): Check existence of
1539         mime-edit-temp-message-buffer here.
1540
1541 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1542
1543         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1544         after deletion.
1545
1546         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1547         before calling wl-mime-quit-preview.
1548
1549 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1550
1551         * wl-summary.el (wl-summary-pick): If call it with prefix
1552         argument, set `delete-marks' as non-nil. Pick from only visible
1553         messages.
1554         (wl-summary-check-target-mark): New function.
1555         (wl-summary-target-mark-mark-as-read): Use it.
1556         (wl-summary-target-mark-mark-as-unread): Ditto.
1557         (wl-summary-target-mark-operation): Ditto.
1558         (wl-summary-target-mark-set-flags): Ditto.
1559         (wl-summary-target-mark-save): Ditto.
1560         (wl-summary-target-mark-pick): Ditto.
1561         (wl-summary-target-mark-forward): Ditto.
1562         (wl-summary-target-mark-reply-with-citation): Ditto.
1563         (wl-summary-target-mark-print): Ditto.
1564         (wl-summary-target-mark-uudecode): Ditto.
1565
1566         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1567         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1568         with `ask-coding' is non-nil.
1569
1570 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1571
1572         * wl-thread.el (wl-thread-set-parent): If parent is a message
1573         which is identified by references, set linked as nil.
1574
1575 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1578         (wl-message-mode-line-format-spec-alist): Ditto.
1579         (wl-message-mode-line-format): Ditto.
1580         (wl-summary-mode-line-format): Ditto for docstring.
1581         (wl-summary-no-mime-folder-list): Fix typo.
1582
1583         * wl-util.el (wl-current-message-buffer): Call
1584         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1585
1586         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1587         variable.
1588         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1589         of `wl-summary-redisplay-no-mime'.
1590         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1591         (wl-summary-toggle-mime): New function.
1592         (wl-summary-redisplay-all-header): Rewrite.
1593         (wl-summary-redisplay-no-mime): Ditto.
1594         (wl-summary-redisplay-internal): Added argument `as-is' and
1595         `all-header'.
1596
1597         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1598         New variable.
1599         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1600         bottom.
1601         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1602         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1603         "/" unconditionally.
1604
1605         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1606         wl-mime-preview-follow-no-mime for as-is content.
1607         (wl-mime-preview-follow-no-mime): New function.
1608         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1609
1610         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1611         and added `as-is', `all-header'.
1612         (wl-message-buffer-display): Ditto.
1613         (wl-message-buffer-display-type): New function.
1614
1615 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1616
1617         * wl-vars.el (wl-message-header-button-alist): Change default
1618         value.
1619         (wl-message-body-button-alist): Ditto.
1620
1621 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1624
1625 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1628
1629 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1630
1631         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1632         is always true.
1633
1634 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635
1636         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1637         on null entity.
1638
1639 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1642
1643 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1644
1645         * wl-vars.el (wl-summary-resend-hook): New hook.
1646
1647         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1648         `wl-summary-resend-hook'.
1649
1650 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1653         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1654         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1655         (wl-summary-new-cached-mark): Changed default value to 'n'.
1656         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1657         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1658         (wl-folder-sync-range-alist): Remove spec for 'flag.
1659         (wl-summary-force-prefetch-folder-list): New user option.
1660
1661         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1662         `wl-summary-toggle-persistent-mark'.
1663         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1664         number is nil.
1665         (wl-summary-mark-as-answered-region): Set interactive argument of
1666         `wl-summary-set-persistent-mark-internal'.
1667         (wl-summary-mark-as-important-region): Ditto.
1668         (wl-summary-unset-persistent-mark): Ditto.
1669         (wl-summary-set-persistent-mark): Ditto.
1670         (wl-summary-mark-as-answered): Ditto.
1671         (wl-summary-mark-as-important): Ditto.
1672         (wl-summary-set-persistent-mark-internal): Do nothing
1673         when `elmo-message-flag-available-p' is nil.
1674         (wl-summary-toggle-persistent-mark): New function.
1675         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1676         when the folder matches `wl-summary-force-prefetch-folder-list'.
1677
1678
1679         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1680         when number is nil.
1681         (wl-highlight-summary-forwarded-face): New face.
1682
1683 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * Version number is increased to 2.11.31.
1686
1687 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1690         (wl-biff-check-folder-async): Ditto.
1691         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1692
1693 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1694
1695         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1696         Add an argument `reverse'.  All callers are updated.
1697         (wl-summary-sort): Add a prefix argument `reverse' to specify
1698         reverse sorting.
1699         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1700         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1701         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1702
1703 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1704
1705         * wl-message.el (wl-message-redisplay): Does not narrow header if
1706         disply-type is all-header or as-is.
1707
1708         * wl-summary.el (wl-summary-enter-handler): Use
1709         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1710
1711 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1714         after adding wl-draft-parent-variables.
1715         (wl-draft-forward): Ditto.
1716
1717 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1718
1719         * wl-summary.el (wl-summary-sync-marks): Call
1720         `wl-summary-set-persistent-mark' and
1721         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1722         (wl-summary-set-persistent-mark-internal): Add 4th argument
1723         `no-server'.
1724         (wl-summary-unset-persistent-mark): Ditto.
1725         (wl-summary-set-persistent-mark): Ditto.
1726         (wl-summary-add-flags-internal): Abolish.
1727         (wl-summary-remove-flags-internal): Ditto.
1728         (wl-summary-mark-as-important-internal): Ditto.
1729         (wl-summary-mark-as-important): Use
1730         `wl-summary-set-persistent-mark' instead of
1731         `wl-summary-add-flags-internal'.
1732         (wl-summary-mark-as-important-region): Ditto.
1733
1734         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1735
1736         * wl-summary.el (wl-summary-get-available-flags): New function.
1737         (wl-summary-sync-marks): Use it and simplified.
1738         (wl-summary-unset-persistent-mark): Use
1739         `wl-summary-get-available-flags'.
1740         (wl-summary-set-persistent-mark): Ditto.
1741
1742 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1743
1744         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1745         id.
1746
1747 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1750         number, call `wl-summary-prev-line-content'. Show message when the
1751         message is not found.
1752
1753 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1754
1755         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1756         wl-summary-enter-handler.
1757         (wl-summary-enter-handler): New command.
1758
1759         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1760         docstring and custom spec.
1761
1762         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1763         flags too; Don't treat Cached and New.
1764         (wl-summary-set-persistent-mark): Ditto.
1765
1766         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1767         `wl-folder-set-flag'.
1768
1769         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1770         instead of `wl-folder-set-flag'.
1771
1772         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1773         for completion.
1774         (wl-summary-set-persistent-mark): Ditto.
1775
1776         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1777         instead of `wl-draft-quit-preview'.
1778
1779         * wl-mime.el (toplevel): Avoid compile warning.
1780         (wl-mime-quit-preview): New function
1781         (formarly defined as `wl-draft-quit-preview').
1782         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1783         quitting method.
1784
1785         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1786
1787         * wl-folder.el (wl-folder-set-flag): Renamed from
1788         `wl-draft-set-flag-on-parent'.
1789
1790         * wl-draft.el (wl-draft-quit-preview): New function.
1791         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1792         (wl-draft-send): Call `wl-folder-set-flag' instead of
1793         `wl-draft-set-flag-on-parent'.
1794         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1795
1796 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1797
1798         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1799         (wl-draft-send): Ditto.
1800
1801 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1802
1803         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1804         (wl-draft-kill-pre-hook): Set default value as nil.
1805         (wl-summary-reply-hook): Ditto.
1806         (wl-draft-kill-flags): Abolish.
1807
1808         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1809         (wl-draft-parent-variables): Renamed from
1810         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1811         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1812         argument; Add wl-draft-parent-variables to
1813         wl-draft-config-variables.
1814         (wl-draft-reply): Likewise.
1815         (wl-draft-kill-flags): Abolish.
1816         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1817         (wl-draft-set-flag-on-parent): New function.
1818         (wl-draft-setup-parent-flag): Ditto.
1819
1820 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1821
1822         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1823         `wl-draft-parent-folder' is "".
1824
1825 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1828         (wl-summary-digit-jump): New function.
1829         (Adviced by John Owens and Hiroya Murata)
1830
1831         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1832         (Adviced by John Owens)
1833
1834         * wl-xmas.el (wl-message-define-keymap): Ditto.
1835
1836         * wl-mule.el (wl-message-define-keymap): Ditto.
1837
1838 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1839
1840         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1841         change of return value of elmo-folder-count-flags.
1842
1843         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1844         (wl-summary-mark-as-read-internal): Ditto.
1845         (wl-summary-set-persistent-mark-internal): Ditto.
1846         (wl-summary-folder-info-update): Ditto.
1847         (wl-summary-sync-update): Fixed the last change.
1848
1849         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1850
1851 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1852
1853         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1854         (wl-draft-kill-flags): Fixed docstring.
1855
1856         * wl-draft.el (wl-draft-kill-flags): New function.
1857         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1858
1859 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1860
1861         * wl-vars.el (wl-reply-hook): Abolish.
1862         (wl-draft-reply-hook): New hook.
1863         (wl-summary-reply-hook): Ditto.
1864         (wl-draft-forward-hook): Ditto.
1865         (wl-summary-forward-hook): Ditto.
1866         (wl-draft-kill-flags): New variable.
1867
1868         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1869         wl-summary-set-persistent-mark-internal.
1870         (wl-summary-sync-marks): Use elmo-preserved-flags.
1871         (wl-summary-update-persistent-mark): Make it interactive.
1872         (wl-summary-set-persistent-mark-internal): New inline function.
1873         (wl-summary-mark-as-answered): Use it.
1874         (wl-summary-mark-as-unanswered): Ditto.
1875         (wl-summary-unset-persistent-mark): New function.
1876         (wl-summary-set-persistent-mark): Ditto.
1877         (wl-summary-reply): Don't set answered flag;
1878         Run wl-summary-reply-hook instead.
1879         (wl-summary-forward): Call wl-draft-forward with number.
1880         Run wl-summary-forward-hook.
1881
1882         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1883         (wl-highlight-summary-line-face-spec): Use it as a default
1884         persistent mark face.
1885
1886         * wl-draft.el (wl-draft-forward): Added optional argument number;
1887         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1888         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1889         (wl-draft-kill): Use wl-draft-kill-flags.
1890
1891         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1892
1893         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1894         of return value of elmo-folder-count-flags.
1895
1896         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1897
1898         * wl-summary.el (wl-summary-count-unread): Ditto.
1899         (wl-summary-sync-update): Follow the change above.
1900         (wl-summary-force-prefetch): New function.
1901
1902 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1903
1904         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1905         variable `buf' with `let' instead of `setq'.
1906
1907 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1908
1909         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1910         add Content-Disposition heaeder on the deleted part.
1911
1912 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-draft.el (wl-draft-save): Encode address list under edit by
1915         `eword-encode-unstructured-field-body'.
1916
1917         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1918
1919 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1920
1921         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1922         wl-current-summary-buffer.
1923
1924 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1925
1926         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1927         `numbers' is ignored.
1928
1929 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1930
1931         * wl-folder.el (wl-folder-open-folder): Avoid error.
1932         Reported by John Owens, [wl-en:815]
1933
1934         * wl.el (wl): Set timer for biff process even if prefix argument
1935         is given or auto-checking is quitted.
1936
1937         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1938         immediately.
1939         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1940         (wl-toggle-plugged): Ditto.
1941
1942         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1943         * wl-util.el (wl-biff-start): Use idle timer if
1944         `wl-biff-use-idle-timer' is non-nil.
1945
1946 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1947
1948         * wl-highlight.el (wl-highlight-message): Fix description.
1949
1950 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1951
1952         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1953         tty.
1954
1955 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-action.el (wl-summary-exec): Print failure count.
1958
1959 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1962         to `defun', remove interactive form.
1963         Set elmo-message-fetch-confirm when force-reload is non-nil.
1964
1965 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1966
1967         * wl-summary.el (toplevel): Removed unnecessary autoload.
1968
1969 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1970
1971         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1972         the buffer is generated from another message buffer.
1973
1974 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1977         extracted from `wl-fldmgr-save-folders'.
1978         (wl-fldmgr-delete): Call it after deletion.
1979
1980 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1981
1982         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1983         multi-tty support.
1984
1985 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1986
1987         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1988
1989 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1990
1991         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1992         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1993
1994 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1995
1996         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1997         unsubscribe list only if argument CLEAR is nil.
1998
1999 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2000
2001         * wl-draft.el (wl-draft-reply): Decode subject before removing
2002         Re: prefix.
2003
2004 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2005
2006         * wl-summary.el (wl-summary-sort-by-size): New command.
2007
2008 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2009
2010         * wl-summary.el (wl-summary-number-list-from-region): New
2011         function.
2012         (wl-summary-mark-as-read-region): Use it.
2013         (wl-summary-mark-as-unread-region): Ditto.
2014         (wl-summary-set-flags-region): Ditto and add optional argument
2015         remove.
2016         (wl-summary-mark-as-answered-region): Ditto.
2017         (wl-summary-mark-as-important-region): Ditto.
2018         (wl-summary-target-mark-mark-as-important): Added optional
2019         argument remove.
2020         (wl-summary-target-mark-mark-as-answered): Ditto.
2021         (wl-summary-target-mark-set-flags): Ditto.
2022
2023 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-summary.el (wl-summary-set-flags-region): Call
2026         `wl-summary-set-flags-internal' with number list instead of call
2027         one by each message.
2028         (wl-summary-target-mark-set-flags): Likewise.
2029
2030 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2031
2032         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2033         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2034         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2035         (wl-summary-target-mark-mark-as-answered): Likewise.
2036
2037 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2038
2039         * wl-summary.el (wl-summary-target-mark-forward): Use
2040         `wl-summary-delete-all-target-marks' instead of
2041         `wl-summary-delete-all-temp-marks'.
2042         (wl-summary-target-mark-reply-with-citation): Ditto.
2043         (wl-summary-target-mark-uudecode): Ditto.
2044         (wl-summary-target-mark-set-flags): Ditto and remove needless
2045         cursor move.
2046
2047 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2048
2049         * wl-summary.el (wl-summary-target-mark-forward): Protect
2050         wl-summary-buffer-target-mark-list from nreverse.
2051         (wl-summary-target-mark-reply-with-citation): Ditto.
2052
2053 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2056         `elmo-display-progress-threshold'.
2057
2058 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2059
2060         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2061         check `wl-summary-highlight'.
2062         (wl-summary-window-scroll-functions): Respect value of
2063         `wl-summary-highlight'.
2064         (wl-summary-sync-update): Run hooks
2065         `wl-summary-buffer-window-scroll-functions' at any time.
2066
2067 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2068
2069         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2070         from `wl-summary-cleanup-temp-marks'.
2071         (wl-summary-cleanup-temp-marks): Abolish argument.
2072         * wl.el (wl-save-status): Revert previous change.
2073         (wl-execute-temp-marks): New function, call
2074         `wl-summary-exec-with-confirmation'.
2075         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2076         (wl-folder-save-and-exec-marks): Abolished.
2077
2078 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2079
2080         * wl-e21.el (wl-e21-display-image-p): Respect
2081         `wl-highlight-folder-with-icon'.
2082         (wl-e21-highlight-folder-group-line): Highlight mouse line
2083         even if wl-e21-display-image-p is nil.
2084
2085         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2086         Respect value of `wl-summary-highlight'.
2087
2088         * wl.el (wl-save-status): Remove unused variable.
2089
2090         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2091         (wl-folder-mode-map): Bind it to "x".
2092
2093 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2094
2095         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2096
2097         * wl-thread.el (wl-thread-get-parent-list): Don't check
2098         disconnected ancestors, neglecting needless work in
2099         `wl-thread-update-indent-string-thread'.
2100
2101         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2102         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2103         argument, add argument default-keep to keep marks by default.
2104
2105         * Version number is increased to 2.11.30.
2106
2107         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2108         customization type and docstring.
2109         (wl-draft-reply-without-argument-list): Ditto.
2110
2111 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2112
2113         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2114
2115         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2116
2117 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2118
2119         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2120
2121 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2122
2123         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2124         save-excursion so as not to include run-hooks.
2125
2126 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2129         Clarify that marks are going to be cleared.
2130
2131 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2134         according to 3rd element of wl-summary-flag-mark.
2135
2136         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2137
2138 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2139
2140         * wl-action.el (wl-summary-target-mark-all): Don't set
2141         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2142
2143 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2144
2145         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2146         (wl-forward-subject-prefix): Ditto.
2147         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2148         (wl-draft-reply-make-subject): Ditto.
2149
2150         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2151         `wl-draft-forward'.
2152         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2153
2154 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2157         target message does not exist.
2158
2159 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2160
2161         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2162         `wl-subject-prefix-regexp'.
2163         (wl-subject-forward-prefix-regexp): New variable.
2164         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2165         `wl-draft-strip-subject-re' and take regexp as argument.
2166         (wl-draft-forward): Use it.
2167         (wl-draft-reply): Ditto.
2168
2169 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2170
2171         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2172         emacs multi-tty support.
2173
2174 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2175
2176         * wl-e21.el (wl-e21-display-image-p): Don't call
2177         `display-images-p'.
2178         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2179         support.
2180         (wl-highlight-folder-current-line): Ditto.
2181         (wl-folder-init-icons): Ditto.
2182
2183 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2184
2185         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2186         the last line of summary in unplugged mode.
2187
2188 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2189
2190         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2191
2192 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2195         * wl-address.el (wl-address-user-mail-address-p): Use it.
2196         (wl-address-delete-user-mail-addresses): Ditto.
2197         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2198
2199         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2200         (wl-address-delete-user-mail-addresses): Ditto.
2201
2202         * wl-address.el (wl-address-delete-user-mail-addresses): New
2203         function.
2204         * wl-refile.el (wl-refile-guess-by-history): Use it.
2205         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2206         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2207
2208         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2209         use wl-address-user-mail-address-p.
2210
2211 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2212
2213         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2214         after opening group.
2215
2216 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2217
2218         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2219         of elmo-set-buffer-multibyte.
2220
2221         * wl-message.el (wl-original-message-mode): Ditto.
2222
2223         * wl-score.el (wl-score-insert-header): Ditto.
2224
2225         * wl-summary.el
2226         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2227         (wl-summary-goto-folder-subr): Ditto.
2228         (wl-summary-insert-headers): Ditto.
2229
2230         * wl-util.el (wl-set-string-width): Ditto.
2231
2232         * Version number is increased to 2.11.29.
2233
2234 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2235
2236         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2237         (wl-highlight-summary-line-help-echo-alist): New variable.
2238         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2239         into `wl-highlight-summary-line-help-echo' and
2240         `wl-highlight-flag-folder-help-echo'.
2241         (wl-highlight-summary-line-string): Change accordingly.
2242         (wl-highlight-summary-current-line): Ditto.
2243
2244 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2247         at the beginning of field body (Thanks to Markus Knittig).
2248
2249         * wl-draft.el (wl-draft-insert-current-message): Also check
2250         summary buffer, remove unnecessary tag.
2251
2252 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2253
2254         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2255         when wl-message-buffer is nil.
2256
2257         * wl-folder.el (wl-folder): Abolish unused argument.
2258         Call wl-folder-init when wl-folder-entity is nil.
2259         * wl.el (wl): Change accordingly.
2260
2261 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2262
2263         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2264         multibyte string before insert into draft buffer.
2265         (wl-draft-create-buffer): Always enable multibyte characters for
2266         draft buffer.
2267
2268         * Version number is increased to 2.11.28.
2269
2270 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2271
2272         * wl-folder.el (wl-folder-open-close): Handle blank line.
2273         (wl-folder-jump-to-current-entity): Ditto.
2274
2275 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2276
2277         * Version number is increased to 2.11.27.
2278
2279 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2280
2281         * wl-thread.el (wl-thread-insert-message): When the thread is
2282         devided by wl-summary-max-thread-depth, insert line at the end of
2283         buffer.
2284
2285 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2286
2287         * Version number is increased to 2.11.26.
2288
2289 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2292
2293 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2294
2295         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2296         value of stream-type and session.
2297
2298 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299
2300         * Version number is increased to 2.11.25.
2301
2302 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2303
2304         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2305         in a quit message.
2306
2307 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2310         (wl-summary-redisplay-no-mime-internal): Ditto.
2311
2312 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2315         * wl-vars.el (wl-smtp-connection-type): Ditto.
2316
2317 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2318
2319         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2320         for the separator line and quote mail-header-separator.
2321
2322 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2325         result message.
2326
2327         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2328         `elmo-multiple-fields-body-list' with boundary as
2329         mail-header-separator.
2330
2331 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2334
2335 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-util.el (wl-list-diff): Remove unused function.
2338
2339         * wl-draft.el (wl-draft-send-confirm): Discard input before
2340         confirmation.
2341
2342 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2345         order of flag and new.
2346
2347 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-vars.el (wl-refile-policy-alist): Abolished.
2350
2351         * wl-action.el (wl-summary-set-action-refile): Follow the change
2352         above.
2353
2354 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * wl-highlight.el (wl-highlight-signature-search): Don't use
2357         re-search-backward for a long word since it is possible to crash
2358         XEmacs because of a bug.
2359
2360 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2361
2362         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2363
2364 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2365
2366         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2367         argument for wl-summary-sync-force-update.
2368
2369 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-summary.el (wl-summary-mode-map): Revival of
2372         wl-summary-mark-as-important related bindings;
2373         Bind 'F','tF','mF','rF','m&'.
2374         (wl-summary-mark-as-important-region): Revival.
2375         (wl-summary-target-mark-mark-as-important): Ditto.
2376         (wl-summary-target-mark-operation): New function.
2377         (wl-summary-target-mark-mark-as-answered): Use it.
2378         (wl-summary-decide-flag): Don't set Important as default.
2379         (wl-summary-mark-as-important-internal): Revival.
2380         (wl-summary-mark-as-important): Ditto.
2381
2382         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2383
2384         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2385         instead of facep.
2386
2387 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-dnd.el (wl-dnd-drop-func): Fix.
2390
2391         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2392         mouse-set-point instead of posn-point.
2393
2394         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2395
2396         * wl-mule.el (wl-completing-read-multiple): Ditto.
2397
2398 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-demo.el (face-background-name): Defalias to avoid compile
2401         warning.
2402
2403 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-summary.el (wl-summary-decide-flag): Use
2406         wl-completing-read-multiple instead of completing-read-multiple.
2407
2408         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2409         New alias.
2410
2411         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2412         Use face-background-name instead of face-background.
2413
2414         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2415
2416         * wl-summary.el (wl-summary-save): Use it.
2417         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2418
2419         * wl-mime.el (wl-mime-save-content): Fix last change.
2420
2421 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2422
2423         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2424         New function.
2425         (wl-summary-sort-specs): Added sort.
2426         * wl-mime.el (wl-mime-save-content): Expand file name.
2427
2428 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2429
2430         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2431
2432         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2433
2434 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2435
2436         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2437         for flag if it is not defined.
2438
2439 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-e21.el (wl-highlight-folder-current-line): Use
2442         elmo-folder-type-internal when elmo-folder-type returns nil.
2443
2444         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2445
2446         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2447
2448         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2449
2450         * wl-e21.el (wl-summary-toolbar): Ditto.
2451
2452         * wl-vars.el (wl-demo-background-color): Abolished.
2453         (wl-summary-persistent-mark-priority-list): Renamed from
2454         wl-summary-flag-priority-list.
2455         (wl-summary-flag-alist): New user option.
2456         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2457         (wl-message-mode-line-format-spec-alist): Added 'F'.
2458         (wl-message-mode-line-format): Likewise.
2459         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2460         instead of wl-summary-important-mark.
2461         (wl-file-folder-icon): New variable.
2462
2463         * wl-thread.el (wl-thread-set-flags): Renamed from
2464         wl-thread-mark-as-important.
2465
2466         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2467         warning.
2468         (wl-summary-mode-menu-spec): Follow the change of 
2469         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2470         (wl-summary-mode-map): Follow the change of
2471         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2472         (wl-summary-detect-mark-position): Follow the variable name change.
2473         (wl-summary-set-flags-region): New function for the replacement of
2474         wl-summary-mark-as-important-region.
2475         (wl-summary-sync-marks): Sync all global-flags.
2476         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2477         instead of elmo-message-flagged-p.
2478         (wl-summary-persistent-mark-string): Follow the variable name change;
2479         Put wl-summary-flag-mark if the message has global-flag.
2480         (wl-summary-target-mark-set-flags): Renamed from 
2481         wl-summary-target-mark-mark-as-important.
2482         (wl-summary-decide-flag): New function.
2483         (wl-summary-set-flags-internal): Renamed from
2484         wl-summary-mark-as-important-internal.
2485         (wl-summary-add-flags-internal): New function.
2486         (wl-summary-remove-flags-internal): Ditto.
2487         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2488         (wl-summary-mark-as-unimportant): Abolish.
2489         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2490         (wl-summary-next-message): List flagged messages in the msgdb.
2491
2492         * wl-score.el (wl-summary-score-update-all-lines): Use
2493         wl-summary-add-flags-internal instead of 
2494
2495         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2496
2497         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2498         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2499         (wl-message-buffer-require-all-header): Renamed from
2500         wl-message-buffer-all-header-flag (Ditto).
2501         (wl-message-buffer-flag-indicator): New variable.
2502         (wl-message-redisplay): Changed local varibale name from `flag' to
2503         `display-type'; Set up wl-message-buffer-flag-indicator.
2504         (wl-message-buffer-display): Changed varibale name from `flag' to
2505         `display-type'.
2506         (wl-message-display-internal): Likewise.
2507
2508         * wl-highlight.el (wl-highlight-demo-face): Define default background
2509         color.
2510         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2511
2512         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2513
2514         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2515         (wl-demo-setup-properties): Renamed from
2516         `wl-demo-set-background-color'.
2517         (wl-demo): Follow the change above.
2518         
2519         * Version number is increased to 2.11.24.
2520
2521 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2522
2523         * wl-summary.el (wl-summary-toggle-thread): Call
2524         `wl-summary-rescan' with disable-thread as non-nil.
2525         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2526
2527 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2528
2529         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2530         foreground property of the face.
2531         (wl-demo-insert-text): Don't set up face property here.
2532         (wl-demo): Call wl-demo-set-background-color, anyway.
2533
2534 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2535
2536         * wl-vars.el (wl-demo-background-color): The value can be nil.
2537
2538 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2539
2540         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2541         to wl-summary-wheel-dispatcher.
2542
2543         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2544         wl-message-wheel-dispatcher.
2545         (wl-message-wheel-dispatcher): New function.
2546         (wl-summary-wheel-dispatcher): Ditto.
2547
2548 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2549
2550         * wl-action.el (wl-summary-target-mark-all): List messages which are
2551         not in the killed-list.
2552
2553         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2554         only when the folder is 'flag/important.
2555
2556         * wl-address.el (wl-complete-field-body): Complete if the last
2557         character is a space.
2558
2559 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2560
2561         * wl-folder.el (wl-folder-clear-entity-info): Use
2562         elmo-clear-hash-val.
2563
2564         * wl-fldmgr.el (wl-fldmgr-rename): Set
2565         wl-folder-info-alist-modified as t.
2566
2567 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2568
2569         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2570
2571 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2572
2573         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2574         (wl-folder-buffer-last-visited-entity-id): New buffer local
2575         variable.
2576         (wl-folder-revisit-last-visited-folder): New function.
2577         (wl-folder-mode-map): Bind it to "C-i".
2578         (wl-folder-set-current-entity-id): Set last visited folder.
2579         * wl-summary.el (wl-summary-exit): Ditto.
2580
2581 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2584         before calling `recenter' in order to cope with an XEmacs bug.
2585
2586 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2587
2588         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2589         to the default value.
2590
2591 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2592
2593         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2594         change.
2595         (wl-summary-sync-marks): Ditto.
2596         (wl-summary-mark-as-read-internal): Ditto.
2597         (wl-summary-mark-as-answered-internal): Ditto.
2598         (wl-summary-mark-as-important-internal): Ditto.
2599         (wl-summary-reply): Ditto.
2600
2601         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2602         instead of `elmo-folder-unflag-answered'.
2603
2604         * Version number is increased to 2.11.23.
2605
2606         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2607         the last change.
2608
2609 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2610
2611         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2612         Specify "spam" or "good".
2613
2614 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2615
2616         * wl-spam.el (wl-summary-exec-action-spam): Call
2617         wl-folder-confirm-existence for spam folder.
2618         (wl-spam-setup): Bind "mk".
2619
2620 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2623
2624 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2625
2626         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2627         destination folder is empty.
2628
2629 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2630
2631         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2632         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2633
2634         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2635         (wl-summary-refile-prev-destination-region): New function.
2636         (wl-thread-refile-prev-destination): Ditto.
2637         (wl-summary-target-mark-refile-prev-destination): Ditto.
2638
2639 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2640
2641         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2642         (wl-demo-background-color): Changed default value.
2643
2644         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2645         color.
2646
2647         * wl-demo.el (wl-demo-set-background-color): New function.
2648         (wl-demo): Call it.
2649
2650 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2653         * wl-address.el (wl-address-add-or-change): Don't add empty
2654         address.
2655
2656 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2657
2658         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2659
2660 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2661
2662         * wl-vars.el (wl-demo-image-filter-alist): New variable
2663         (wl-demo-background-color): Ditto.
2664
2665         * wl-demo.el (wl-demo-xpm-set-background): New function.
2666         (wl-demo-image-filter): Ditto.
2667         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2668
2669         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2670
2671         * wl-demo.el (wl-demo-icon-name): Define as function.
2672         (wl-demo-insert-image): Use it.
2673
2674 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2675
2676         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2677
2678 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2679
2680         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2681
2682 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2683
2684         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2685
2686 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2687
2688         * wl-thread.el (wl-thread-mark-as-answered): New function.
2689
2690         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2691         answered" entry.
2692         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2693         "r&" and wl-thread-mark-as-answered to "t&".
2694         (wl-summary-mark-as-important-region): Refine to toggle mark.
2695         (wl-summary-mark-as-answered-region): New function.
2696         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2697         and 3rd argument.
2698         (wl-summary-mark-as-important-internal): Likewise.
2699
2700 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2701
2702         * wl-template.el (wl-template-preview): New internal variable.
2703         (wl-template-preview-p): New function.
2704         (wl-template-show): Bind `wl-template-preview' as t.
2705
2706 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2707
2708         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2709         `elmo-message-entity-field' with 3rd argument which is non-nil.
2710
2711 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2714         Removed duplicate local bind `folder'.
2715
2716 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2719
2720 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2721
2722         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2723         duplicate definition.
2724
2725 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2726
2727         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2728         non-nil, use it; Don't fetch message if there's no message in the
2729         current cursor position.
2730
2731 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2732
2733         * wl-util.el (wl-region-exists-p): Use region-active-p.
2734         (wl-deactivate-region): New function.
2735         * wl-message.el (wl-message-redisplay): Deactivate region.
2736
2737         * wl-summary.el (wl-summary-reply): Call
2738         `wl-summary-set-message-buffer-or-redisplay' instead of
2739         `wl-summary-redisplay-internal', don't move point.
2740
2741 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2744         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2745         by regexp.
2746
2747 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2748
2749         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2750         if no need.
2751
2752 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2755         default value to nil.
2756         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2757         `wl-summary-prepare-hook'; Replace refile action to
2758         `wl-summary-exec-action-refile-with-register'.
2759
2760         * Version number is increased to 2.11.22.
2761
2762 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2763
2764         * wl-summary.el (wl-summary-detect-mark-position): Set
2765         `wl-summary-buffer-weekday-name-lang'.
2766
2767 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2768
2769         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2770         (wl-summary-mark-as-read-all): Ditto.
2771         (wl-summary-delete-messages-on-buffer): Ditto.
2772         (wl-summary-sync-update): Ditto.
2773         (wl-summary-mark-as-read-internal): Ditto.
2774         (wl-summary-mark-as-answered-internal): Ditto.
2775         (wl-summary-update-folder-info): Abolished.
2776
2777 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-summary.el (wl-summary-mark-as-read-all): Use
2780         `wl-summary-update-folder-info' instead of
2781         `wl-folder-update-unread'.
2782
2783 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2784
2785         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2786         `wl-summary-folder-info-update'.
2787         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2788         instead of `wl-summary-folder-info-update'.
2789         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2790         `wl-folder-set-folder-updated'.
2791         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2792         instead of `wl-folder-update-unread'.
2793         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2794         the value of `wl-summary-buffer-unread-count' for the second parameter of
2795         `wl-folder-update-unread'.
2796
2797         * Version number is increased to 2.11.21.
2798
2799 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2800
2801         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2802         a local variable.
2803
2804 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2805
2806         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2807         interactively.
2808
2809         * wl-summary.el (wl-summary-mark-as-important-internal): New
2810         internal function.
2811         (wl-summary-mark-as-important): Use it.
2812         (wl-summary-mark-as-unimportant): New function.
2813         (wl-summary-sync-marks): Follow the API change.
2814
2815         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2816
2817         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2818
2819 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2820
2821         * wl-folder.el (wl-folder-update-unread): Re-indent.
2822         Narrow the scope of a local variable.
2823
2824 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2827         (wl-addrmgr-merge-entries): Ditto.
2828         (wl-addrmgr): Added to address entry which exists in draft buffer
2829         if no entry is in original.
2830
2831 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-batch.el: New file.
2834
2835 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2836
2837         * wl-vars.el (wl-use-semi): Remove unused variable.
2838
2839 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2840
2841         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2842         "?".
2843
2844 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2847         wl-summary-new-mark.
2848         (wl-summary-new-cached-mark): New user option.
2849         (wl-summary-score-marks): Follow the change above.
2850         (wl-summary-auto-refile-skip-marks): Ditto.
2851         (wl-summary-incorporate-marks): Ditto.
2852         (wl-summary-expire-reserve-marks): Ditto.
2853
2854         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2855
2856         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2857         (wl-summary-persistent-mark-string): Distinguished between cached
2858         and uncached mark when the message is new.
2859
2860 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-spam.el (wl-spam-domain): Renamed from
2863         `wl-spam-folder-guess-domain'.
2864         (wl-summary-exec-action-spam): Register as spam if domain of the
2865         source folder is good.
2866         (wl-summary-exec-action-refile-with-register): Register message if
2867         domain of the source folder is not undecided.
2868
2869 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2870
2871         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2872         detect thread loop.
2873
2874 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2877         and wl-summary-skip-mark-list.
2878
2879 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2882
2883         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2884
2885         * wl-spam.el (toplevel): Require wl-highlight.
2886         (wl-spam-auto-check-policy-alist): Abolish.
2887         (wl-spam-auto-check-folder-regexp-list): New user option.
2888         (wl-spam-auto-check-marks): Ditto.
2889         (wl-spam-mark-action-list): Ditto.
2890         (wl-highlight-summary-spam-face): New face.
2891         (wl-spam-auto-check-message-p): New function.
2892         (wl-spam-map-spam-messages): Fixed message.
2893         (wl-spam-register-spam-messages): Ditto.
2894         (wl-spam-register-good-messages): Ditto.
2895         (wl-summary-spam-map): Add and remove keybind.
2896         (wl-summary-target-mark-spam): Abolish.
2897         (wl-summary-refile-spam): Ditto.
2898         (wl-summary-test-spam): New function.
2899         (wl-summary-mark-spam): Ditto.
2900         (wl-summary-auto-check-spam): Follow the above change.
2901         (wl-summary-exec-action-spam): New function.
2902         (wl-summary-exec-action-refile-with-register): Fixed message.
2903         (wl-message-check-spam): New function.
2904         (wl-spam-setup): Ditto.
2905         (toplevel): Call it if this file is loaded interactivity.
2906
2907         * Version number is increased to 2.11.20.
2908
2909 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2910
2911         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2912         when new optional argument `force' is non nil or modified.
2913
2914 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl.el (toplevel): Require wl-spam when compile.
2917         (wl-save-status): Call wl-spam-save-status.
2918
2919         * wl-spam.el (wl-spam-register-spam-messages): New function.
2920         (wl-spam-register-good-messages): Ditto.
2921         (wl-spam-save-status): Ditto.
2922         (wl-summary-mode-map): Bind
2923         wl-summary-target-mark-register-as-spam to "ms" and
2924         wl-summary-target-mark-register-as-good to "mn".
2925         (wl-summary-register-as-spam): Abolish optional argument; Use
2926         wl-spam-register-spam-messages.
2927         (wl-summary-register-as-spam-all): Use
2928         wl-spam-register-spam-messages.
2929         (wl-summary-register-as-good): Abolish optional argument; Use
2930         wl-spam-register-good-messages.
2931         (wl-summary-register-as-good-all): Use
2932         wl-spam-register-good-messages.
2933         (wl-summary-target-mark-register-as-spam): New funtion.
2934         (wl-summary-target-mark-register-as-good): Ditto.
2935
2936 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2937
2938         * wl-spam.el: New file.
2939
2940 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2943
2944         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2945         (wl-summary-auto-refile): Call wl-refile-guess with
2946         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2947
2948 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2949
2950         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2951         with disable-thread argument non-nil.
2952
2953 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-summary.el (wl-summary-rescan): Added optional argument
2956         disable-thread.
2957         (wl-summary-sync): Call wl-summary-rescan with argument
2958         disable-thread.
2959         (wl-summary-input-range): Added new range `rescan-thread'.
2960
2961 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2964
2965 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2966
2967         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2968         internal variable.
2969         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2970         wl-summary-search-parent-by-subject-regexp and
2971         wl-summary-divide-thread-when-subject-changed as nil.
2972         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2973         (wl-summary-insert-thread): Search parent entity from
2974         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2975         thread loop.
2976
2977 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2980
2981         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2982
2983         * wl-util.el (wl-require-update-all-folder-p): New function.
2984         (wl-get-assoc-list-value): Added `function' to match directive.
2985         (wl-collect-draft): Rewrite.
2986
2987         * wl-summary.el (wl-summary-sync-update): Clear faces
2988         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2989         are non-nil.
2990         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2991         argument as function.
2992         (wl-summary-input-range): Ditto.
2993
2994         * wl-folder.el (wl-draft-get-folder): New function.
2995         (wl-folder-get-elmo-folder): Consider draft folder.
2996
2997         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2998         (wl-draft-buffer-message-number): New buffer local variable.
2999         (wl-draft-folder-internal): New internal variable.
3000         (wl-draft-delete): Rewrite.
3001         (wl-draft-save): Ditto.
3002         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3003         wl-folder-get-elmo-folder.
3004         (wl-draft-config-info-operation): Ditto.
3005         (wl-jump-to-draft-folder): Ditto.
3006         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3007         (wl-draft-reedit): Rewrite.
3008
3009         * Version number is increased to 2.11.19.
3010         
3011 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3012
3013         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3014         variable.
3015
3016 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3017
3018         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3019         Use ignore-errors instead of unwind-protect.
3020
3021 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3022
3023         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3024         for updating `wl-thread-entity-list'.
3025
3026 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3027
3028         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3029         parameter from calling `wl-thread-entity-get-older-brothers' and
3030         `wl-thread-entity-get-younger-brothers'.
3031         Replace nested `append' with a single one.
3032
3033 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3034
3035         * wl-summary.el (wl-summary-mode): Don't use the return value of
3036         `make-local-hook'.
3037
3038 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3039
3040         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3041         instead of `let*'.
3042         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3043         of local variables.
3044
3045 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3048         Renamed from wl-summary-window-scroll-functions.
3049         (wl-summary-window-scroll-functions): Don't set to variable.
3050         (wl-summary-display-top): Use run-hooks.
3051         (wl-summary-display-bottom): Ditto.
3052         (wl-summary-toggle-disp-msg): Ditto.
3053         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3054         Use it instead of wl-summary-window-scroll-functions.
3055         (wl-summary-goto-folder-subr): Don't call
3056         wl-summary-window-scroll-functions, use
3057         wl-summary-buffer-window-scroll-functions instead.
3058
3059 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3062         make-local-variable.
3063
3064 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3065
3066         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3067         set-buffer-modified-p.
3068         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3069         (wl-summary-display-bottom): Ditto.
3070         (wl-summary-toggle-disp-msg): Ditto.
3071
3072 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3073
3074         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3075
3076         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3077         (wl-summary-forward): Use elmo-message-entity-field instead of
3078         elmo-message-field.
3079
3080         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3081
3082 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-summary.el (wl-summary-window-scroll-functions): No use
3085         `append'.
3086
3087 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3088
3089         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3090         function.
3091         (wl-summary-window-scroll-functions): Call it when both
3092         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3093         (wl-summary-temp-mark): Added optional argument number.
3094         (wl-summary-message-mark): Added optional argument flag.
3095         (wl-summary-persistent-mark): Added optional argument number and flag.
3096         (wl-summary-update-persistent-mark): Ditto.
3097         (wl-summary-update-status-marks): Set "r" for interactive spec.
3098
3099         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3100         argument number and flag.
3101
3102         * wl-action.el (wl-summary-registered-temp-mark): 
3103         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3104
3105 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3108         internal variable (buffer local).
3109         (wl-summary-window-scroll-functions): New function.
3110         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3111         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3112         as nil.
3113         (wl-summary-update-status-marks): Added arguments beg, end and
3114         check.
3115         (wl-summary-update-mark-window): Use function.
3116         (wl-summary-sync-update): Follow the change above.
3117         (wl-summary-switch-to-clone-buffer): Copy
3118         wl-summary-buffer-unsync-mark-number-list.
3119         (wl-summary-goto-folder-subr): Set
3120         wl-summary-buffer-unsync-mark-number-list and
3121         use wl-summary-window-scroll-functions instead of
3122         wl-summary-lazy-highlight.
3123
3124         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3125
3126 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3127
3128         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3129
3130         * wl-summary.el (wl-summary-update-persistent-mark): Call
3131         wl-summary-set-message-modified.
3132
3133         * wl-summary.el (wl-summary-sync-update): Don't call
3134         wl-summary-update-status-marks.
3135
3136         * Version number is increased to 2.11.18.
3137
3138 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3139
3140         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3141         (wl-message-next-page): Ditto.
3142
3143 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3144
3145         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3146         local variable.  Change the order of a collected list into the
3147         same as the specified range.  Remove nil from a collected list.
3148
3149 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3150
3151         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3152         argument for elmo-folder-list-messages.
3153
3154 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3155
3156         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3157         change (wl-summary-count-unreads return a list instead of a cons
3158         cell).
3159
3160 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3161
3162         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3163         `wl-summary-folder-info-update'.
3164
3165 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-summary.el (wl-summary-set-message-modified): No use
3168         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3169         (wl-summary-set-mark-modified): Abolish.
3170         (wl-summary-mark-modified-p): Ditto.
3171         (wl-summary-save-view): Follow the change above.
3172
3173         * wl-expire.el (wl-summary-expire): Likewise.
3174
3175 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3176
3177         * wl-summary.el (wl-summary-detect-mark-position): Use
3178         modb-entity-handler.
3179         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3180
3181         * Version number is increased to 2.11.17.
3182
3183 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3184
3185         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3186         entity field value.
3187         (wl-summary-prefetch-msg): Ditto.
3188         (wl-summary-print-message-with-ps-print): Ditto.
3189
3190 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3193         for dummy entity.
3194         (wl-summary-insert-thread): Use elmo-message-entity-field.
3195         (wl-summary-update-thread): Use elmo-message-entity-field and
3196         elmo-message-entity-number.
3197         (wl-summary-line-number):  Use elmo-message-entity-number.
3198         (wl-summary-line-size): Use elmo-message-entity-field.
3199         (wl-summary-line-subject): Ditto.
3200         (wl-summary-line-from): Ditto.
3201         (wl-summary-line-attached): Ditto.
3202         (wl-summary-create-line): Ditto.
3203         (wl-summary-create-line): Use elmo-message-entity-number.
3204         (wl-summary-print-message-with-ps-print): Use
3205         elmo-message-entity-field.
3206
3207 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3210         change in elmo-msgdb-make-message-entity.
3211         (wl-summary-buffer-set-folder): Don't call
3212         wl-summary-detect-mark-position here.
3213         (wl-summary-rescan): Call elmo-message-entity-number.
3214         (wl-summary-sync-update): Ditto.
3215         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3216
3217         * wl-score.el (wl-score-header-index): Redefine 2th element.
3218         (wl-score-overview-entity-get-extra): Abolish.
3219         (wl-score-ov-entity-get): Rewrite.
3220         (wl-score-string-index<, wl-score-string-func<): Abolish.
3221         (wl-score-string<): New function.
3222         (wl-score-string-sort): Use it.
3223
3224         * wl-refile.el (wl-refile-guess-by-history): Use
3225         elmo-message-entity-field.
3226         (wl-refile-guess-by-from): Ditto.
3227         (wl-refile-guess-by-msgid): Ditto.
3228
3229         * Version number is increased to 2.11.16.
3230
3231 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3232
3233         * wl-folder.el (wl-folder-confirm-existence): Don't call
3234         file-exists-p if msgdb-path is nil.
3235         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3236         `wl-read-folder-hist' to `wl-read-folder-history'.
3237
3238 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3239
3240         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3241         `y-or-n-p'.
3242
3243 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3244
3245         * wl-score.el (wl-score-headers): Don't use
3246         elmo-folder-do-each-message-entity.
3247
3248         * Version number is increased to 2.11.15.
3249
3250 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3251
3252         * wl-summary.el (wl-summary-delete-all-msgs): Use
3253         elmo-folder-move-messages instead of elmo-folder-delete-messages
3254         and elmo-folder-detach-messages.
3255         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3256
3257         * wl-expire.el (wl-expire-delete): Ditto.
3258         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3259
3260 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3263         (wl-message-header-narrowing-fields): Ditto.
3264         (wl-message-header-narrowing-lines): Ditto.
3265         (wl-message-header-narrowing-string): Ditto.
3266
3267         * wl-summary.el (wl-summary-mode-map): Bind
3268         wl-summary-toggle-header-narrowing to "C-cC-f".
3269         (wl-summary-toggle-header-narrowing): New function.
3270
3271         * wl-message.el (wl-message-buffer-create): Call
3272         wl-message-header-narrowing-setup.
3273         (wl-message-redisplay): Call wl-message-header-narrowing.
3274         (wl-message-header-narrowing): New function.
3275         (wl-message-header-narrowing-map): New keymap.
3276         (wl-message-header-narrowing-widen-map): New keymap.
3277         (wl-message-header-narrowing-again-at-mouse): New function.
3278         (wl-message-header-narrowing-1): Ditto.
3279         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3280         (wl-message-header-narrowing-setup): Ditto.
3281         (wl-message-header-narrowing-toggle): Ditto.
3282         
3283         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3284
3285         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3286         'flag as all.
3287         (wl-use-flag-folder-help-echo): New user option.
3288
3289         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3290         wl-summary-highlight as nil.
3291         (wl-summary-set-mark-modified): Follow the API change.
3292         (wl-summary-mark-modified-p): Ditto.
3293         (wl-summary-mark-as-read-all): Ditto.
3294         (wl-summary-sync-marks): Don't call
3295         elmo-folder-list-messages-with-global-mark.
3296         (wl-summary-mark-as-read-internal): Follow the API change.
3297         (wl-summary-mark-as-answered-internal): Ditto.
3298         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3299         Follow the API change.
3300         (wl-summary-create-line): Call with number argument.
3301         (wl-summary-reply): Follow the API change.
3302
3303         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3304         function.
3305         (wl-highlight-summary-line-string): Call it when
3306         wl-use-flag-folder-help-echo is non-nil.
3307         (wl-highlight-summary-current-line): Ditto.
3308         (elmo-flag-folder-referrer): Added autoload setting.
3309
3310         * wl-draft.el (wl-draft-kill): Follow the API change.
3311
3312         * Version number is increased to 2.11.14.
3313         
3314 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3315
3316         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3317
3318 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3319
3320         * Version number is increased to 2.11.13.
3321
3322 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3323
3324         * wl-draft.el (wl-draft-previous-history-element): Fixed
3325         unbalanced parenthesis and bind unbound local variables.
3326
3327 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3328
3329         * wl-draft.el (wl-draft-previous-history-element): New function.
3330         (wl-draft-next-history-element): Ditto.
3331         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3332         them to M-p and M-n.
3333
3334 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3335
3336         * Version number is increased to 2.11.12.
3337
3338 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3339
3340         * wl-draft.el (wl-draft-hide): Select buffer-window.
3341
3342 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3343
3344         * wl-summary.el (wl-summary-narrow-to-region): New function.
3345         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3346         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3347         (wl-summary-save-region): Use it.
3348         * wl-action.el (wl-summary-collect-numbers-region)
3349         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3350
3351 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-folder.el (wl-folder-count-incorporates): Don't use
3354         `elmo-msgdb-mark-load'
3355
3356         * Version number is increased to 2.11.11.
3357
3358 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3359
3360         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3361         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3362
3363 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3364
3365         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3366
3367 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * Version number is increased to 2.11.10.
3370
3371 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3372
3373         * wl-mime.el (wl-draft-attribute-value): Fixed.
3374
3375 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3376
3377         * wl-util.el (wl-copy-local-variables): New function.
3378
3379         * wl-mime.el (wl-draft-attribute-recipients): New function.
3380         (wl-draft-attribute-envelope-from): Ditto.
3381         (wl-draft-attribute-smtp-posting-server): Ditto.
3382         (wl-draft-attribute-smtp-posting-port): Ditto.
3383         (wl-draft-attribute-value): Ditto.
3384         (wl-draft-preview-message): Use it to get value for
3385         attributes. Reflect result of `wl-draft-config'.
3386
3387         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3388         and call `wl-summary-mark-as-read' before to call
3389         `wl-summary-unset-mark'.
3390         (wl-summary-target-mark-mark-as-unread): Likewise.
3391         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3392
3393 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3394
3395         * wl-mime.el (wl-draft-preview-message): Use actual value for
3396         attributes; Fix for small window.
3397
3398 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3399
3400         * wl-refile.el (wl-refile-get-field-value): Call
3401         `elmo-message-entity-field' with 3rd argument is non-nil.
3402
3403 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3404
3405         * wl-vars.el (wl-draft-preview-attributes): New user option.
3406         (wl-draft-preview-attributes-list): Ditto.
3407         (wl-draft-preview-attributes-buffer-lines): Ditto.
3408         (wl-draft-preview-attributes-buffer-name): Ditto.
3409
3410         * wl-mime.el (wl-draft-preview-message): Display attributes.
3411
3412 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3413
3414         * wl-summary.el (wl-summary-detect-mark-position): Bind
3415         wl-summary-flag-priority-list to '(new).
3416
3417 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3420         funtion.
3421         (wl-highlight-summary-line-string): Use it.
3422         (wl-highlight-summary-current-line): Ditto.
3423
3424 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3425
3426         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3427         line even when the mark string is not changed.
3428
3429         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3430         argument change in the wl-summary-create-line.
3431         (wl-thread-insert-entity-sub): Ditto.
3432
3433         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3434         argument change in the wl-summary-create-line.
3435         (wl-summary-insert-sequential): Ditto.
3436         (wl-summary-update-thread): Ditto.
3437         (wl-summary-persistent-mark-string): New inline function.
3438         (wl-summary-message-mark): Use it.
3439         (wl-summary-create-line): Abolish argument wl-persistent-mark
3440         and added wl-flags, wl-cached.
3441
3442         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3443         mark to flags.
3444         (wl-highlight-summary-current-line): Decide the face not by the 
3445         persistent mark but flags.
3446
3447 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3448
3449         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3450         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3451         wl-summary-read-uncached-mark): Revive.
3452         (wl-summary-answered-cached-mark,
3453         wl-summary-answered-uncached-mark): New user option.
3454         (wl-summary-score-marks): Follow the change above.
3455         (wl-summary-auto-refile-skip-marks): Ditto.
3456         (wl-summary-incorporate-marks): Ditto.
3457         (wl-summary-expire-reserve-marks): Ditto.
3458         (wl-summary-flag-priority-list): New user option.
3459
3460         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3461         changes.
3462         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3463         of elmo-message-mark.
3464         (wl-summary-mark-as-read-internal): Ditto.
3465         (wl-summary-mark-as-answered): Ditto.
3466         (wl-summary-mark-as-important): Ditto.
3467         (wl-summary-redisplay-internal): Ditto.
3468         (wl-summary-redisplay-no-mime-internal): Ditto.
3469         (wl-summary-message-mark): New function.
3470         (wl-summary-insert-sequential): Use wl-summary-message-mark
3471         instead of elmo-message-mark.
3472         (wl-summary-update-thread): Ditto.
3473         (wl-summary-persistent-mark): Ditto.
3474         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3475         instead of elmo-message-mark.
3476
3477         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3478         wl-summary-message-mark instead of elmo-message-mark.
3479         (wl-thread-insert-entity-sub): Ditto.
3480         (wl-thread-get-children-msgs-uncached): Ditto.
3481
3482         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3483         variable name changes.
3484         (wl-highlight-summary-current-line): Ditto.
3485
3486         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3487         wl-summary-message-mark instead of elmo-message-mark.
3488
3489         * wl-expire.el (wl-expire-message-p): Ditto.
3490
3491         * wl-score.el (wl-score-headers): Ditto.
3492
3493         * Version number is increased to 2.11.9.
3494
3495         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3496         (wl-summary-sync-update): Follow the change above.
3497         (wl-summary-switch-to-clone-buffer): Ditto.
3498         (wl-summary-open-folder): Ditto.
3499
3500 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3501
3502         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3503         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3504
3505         * Version number is increased to 2.11.8.
3506
3507         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3508
3509         * wl-expire.el (wl-expire-refile): Follow the API change on
3510         `elmo-folder-move-messages'.
3511         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3512
3513         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3514         (wl-summary-exec-action-refile): Ditto.
3515         (wl-summary-exec-action-copy): Ditto.
3516         (wl-summary-no-auto-refile-message-p): No use
3517         `wl-summary-buffer-msgdb'.
3518         (wl-summary-auto-refile): Ditto.
3519
3520 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3521
3522         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3523
3524 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3525
3526         * wl-summary.el (wl-summary-sync): Treat no-sync.
3527
3528         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3529         (wl-default-sync-range): Ditto.
3530
3531 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3532
3533         * wl-refile.el (wl-refile-subject-learn): Call
3534         `elmo-message-entity-field' with 3rd argument is non-nil.
3535         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3536         instead of `elmo-msgdb-overview-entity-get-subject'.
3537
3538 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3539
3540         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3541         scan-type is rescan.
3542         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3543         new optional argument force is non-nil.
3544         (wl-summary-save-view-cache): Call it with force argument non-nil.
3545
3546         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3547
3548 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3549
3550         * wl-action.el (wl-summary-print-argument): Fixed last change.
3551
3552 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3555         simplified.
3556         (wl-summary-target-mark-mark-as-unread): Likewise.
3557         (wl-summary-target-mark-mark-as-important): Likewise.
3558
3559 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3560
3561         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3562         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3563         (wl-summary-mark-as-important-region): Change accordingly.
3564         (wl-summary-target-mark-mark-as-important): Ditto.
3565
3566 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3567
3568         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3569
3570         * wl-action.el (wl-summary-print-argument): Print argument to
3571         right side of window if `wl-summary-print-argument-within-window'
3572         is non-nil.
3573
3574 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3575
3576         * wl-action.el (wl-summary-set-mark): Use
3577         `wl-summary-message-visible-p' to check visibility of the message
3578         and jump to message only when the message line is visible and have
3579         different number; Call wl-summary-unset-mark with number argument.
3580         (wl-summary-unset-mark): 
3581         Use `wl-summary-message-visible-p'
3582         to check visibility of the message and jump to message only when
3583         the message line is visible and have different number;
3584
3585 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * Version number is increased to 2.11.7.
3588
3589         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3590         and wl-folder-summary-line-format.
3591
3592         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3593         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3594         (wl-summary-set-score-mark): Use it.
3595         (wl-summary-target-mark-mark-as-read): Ditto.
3596         (wl-summary-target-mark-mark-as-unread): Ditto.
3597         (wl-summary-target-mark-mark-as-important): Ditto.
3598         (wl-summary-target-mark-msgs): Simplified.
3599         (wl-summary-detect-mark-position): Fixed problem when
3600         summary-line-format no contain persisten/temp mark spec.
3601         (wl-summary-temp-mark): Ditto.
3602         (wl-summary-persistent-mark): Ditto.
3603         (wl-summary-update-persistent-mark): Ditto.
3604
3605         * wl-action.el (wl-summary-set-mark): Ditto.
3606         (wl-summary-unset-mark): Ditto.
3607         All other related portions are changed.
3608
3609 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3610
3611         * Version number is increased to 2.11.6.
3612
3613 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3614
3615         * wl-util.el (wl-current-message-buffer): Define as function;
3616         Don't use the value of wl-messge-buffer.
3617
3618         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3619         persistent mark.
3620
3621         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3622         no current message, cause an error.
3623
3624 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-summary.el (wl-summary-set-message-modified): Use
3627         elmo-folder-set-message-modified instead of
3628         elmo-folder-set-message-modified-internal.
3629
3630 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3633         interactively.
3634         (wl-summary-sync): nokill->entirely.
3635         (wl-summary-sync-marks): Fixed message.
3636         (wl-summary-input-range): Added mark, nokill->entirely.
3637
3638         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3639         messages as read.
3640
3641 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3642
3643         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3644         update-noscore.
3645         (wl-summary-sync): Follow the change above.
3646
3647 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3648
3649         * wl-action.el (wl-summary-target-mark-all): Use
3650         elmo-folder-list-messages.
3651
3652 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3655         (wl-summary-rescan): Set wl-summary-scored as nil.
3656         (wl-summary-sync-force-update): Follow the change above.
3657         (wl-summary-sync): Ditto.
3658         (wl-summary-sync-update): Added argument disable-killed.
3659         (wl-summary-insert-headers): Set visible-only argument for
3660         elmo-folder-list-messages.
3661         (wl-summary-input-range): Added update-nokill, update-noscore,
3662         all-nokill, all-noscore and mark.
3663
3664         * Version number is increased to 2.11.5.
3665
3666         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3667
3668 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3669
3670         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3671         (wl-summary-prefetch-region-no-mark): Change accordingly.
3672         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3673
3674 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3675
3676         * wl-address.el (wl-complete-field-to): Abolished.
3677         (wl-complete-address): Completion function for completing-read.
3678         * wl-action.el (wl-summary-get-resend-address): Use it.
3679
3680         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3681         wl-summary-update-mark and abolish unused argument.
3682         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3683         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3684         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3685         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3686         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3687         * wl-draft.el (wl-draft-kill): Ditto.
3688
3689         * wl-summary.el: Remove unused binding of case-fold-search.
3690         (wl-summary-replace-status-marks): Abolished.
3691
3692 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3693
3694         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3695         is specified or folder length is zero.
3696
3697 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3698
3699         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3700         (wl-folder-archive-current-entity): Ditto.
3701
3702 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3705         retrieving message mark.
3706         (wl-summary-redisplay-internal): Ditto.
3707
3708         * wl-message.el (wl-message-buffer-display): Ignore errors while
3709         retrieving message-id field.
3710
3711         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3712         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3713         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3714         order of the arguments for `wl-expire-message-p'.
3715         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3716
3717         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3718         Check return value of wl-summary-reply.
3719         (wl-summary-reply): Recover window configuration when an error occured.
3720
3721 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3722
3723         * wl-summary.el (wl-summary-resend-message): Abolished, the
3724         feature is inherited by wl-summary-resend (put resend mark).
3725
3726 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3727
3728         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3729         wl-message-buffer to nil when the message is hide.
3730
3731 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3732
3733         * .cvsignore: New file.
3734
3735 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3736
3737         * wl-action.el (wl-summary-action-docstring): Add more info.
3738         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3739         duplicate definition.
3740         (wl-summary-define-mark-action): Functions wl-summary-*-region
3741         keep current position.
3742         (wl-summary-unregister-target-mark): Store result to the variable.
3743
3744 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * Version number is increased to 2.11.4.
3747
3748 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3751         wl-summary-delete-all-temp-marks.
3752         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3753
3754         * wl-action.el (wl-summary-set-mark): Changed terminology
3755         refile-destination -> action-argument.
3756         (wl-summary-unset-mark): Ditto.
3757         (wl-summary-remove-argument): Ditto.
3758         (wl-summary-print-argument): Ditto.
3759
3760         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3761         (wl-thread-remove-argument-region): Ditto.
3762         (wl-thread-print-argument-region): Ditto.
3763         (wl-thread-close): Ditto.
3764         (wl-thread-open): Ditto.
3765
3766         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3767         (wl-highlight-refile-destination-face is abolished)
3768         (wl-highlight-action-argument-string): Ditto.
3769         (wl-highlight-summary-current-line): Highlight action argument.
3770
3771         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3772         color for light backgrounds.
3773         (wl-highlight-summary-answered-face): Ditto.
3774
3775 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3776
3777         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3778
3779         * wl-score.el (wl-summary-score-update-all-lines): Use
3780         wl-summary-set-mark.
3781         (wl-summary-score-update-all-lines): Kill expunged messages.
3782
3783         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3784
3785 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3788         directly.
3789         (wl-score-overview-entity-get-lines): Ditto.
3790         (wl-score-overview-entity-get-xref): Ditto.
3791         (wl-score-get-latest-msgs): Ditto.
3792         (wl-summary-rescore): Ditto.
3793
3794         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3795         to "&".
3796         (wl-summary-mark-as-answered-internal): New inline function.
3797         (wl-summary-mark-as-answered): New function.
3798         (wl-summary-mark-as-unanswered): Ditto.
3799         (wl-summary-sync-marks): Modified for answered-mark synching.
3800
3801 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3802
3803         * wl-action.el (wl-summary-set-mark): Fixed last change.
3804
3805 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3806
3807         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3808         behavior of wl-summary-unread-message-hook
3809         (Pointed out by akira yamada <akira@arika.org>).
3810
3811 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3812
3813         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3814         wl-summary-delete.
3815         * wl-xmas.el (wl-summary-toolbar): Ditto.
3816
3817         * wl-action.el (wl-summary-set-mark): Don't override current
3818         temp-mark.
3819
3820         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3821
3822 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3825         (wl-refile-msgid-learn): Ditto.
3826         (wl-refile-get-field-value): Ditto.
3827
3828         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3829
3830         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3831         (wl-expire-delete-reserved-messages): Renamed from
3832         wl-expire-reserve-marked-msgs-from-list.
3833         (wl-expire-delete): Removed argument `msgdb'.
3834         (wl-expire-refile): Ditto.
3835         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3836         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3837         mark-alist as argument.
3838         (wl-expire-archive-number1): Removed argument `msgdb'.
3839         (wl-expire-archive-number2): Ditto.
3840         (wl-expire-archive-date): Ditto.
3841         (wl-expire-localdir-date): Ditto.
3842         (wl-expire-hide): Ditto.
3843         (wl-archive-number1): Ditto.
3844         (wl-archive-number2): Ditto.
3845         (wl-archive-date): Ditto.
3846         (wl-archive-folder): Ditto.
3847         All other related portions are changed.
3848
3849 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3850
3851         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3852         mean move up and down. (suggested by Takashi Kawachi)
3853
3854 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3855
3856         * wl-acap.el (toplevel): Don't require un-define.
3857
3858 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-thread.el (wl-thread-delete-message): Always update
3861         wl-summary-buffer-number-list.
3862
3863         * wl-action.el (wl-summary-print-destination): 
3864         Do nothing when folder is nil.
3865
3866 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3869         persistent mark when prefetch is succeeded.
3870
3871 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3872
3873         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3874         instead of elmo-msgdb-delete-msgs.
3875         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3876         (wl-expire-hide): Ditto.
3877
3878         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3879
3880         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3881         elmo-msgdb interface.
3882         (wl-thread-get-exist-children): Likewise.
3883         (wl-thread-insert-message): Likewise.
3884         (wl-thread-msg-mark-as-important): Likewise.
3885         (wl-thread-insert-entity-sub): Likewise.
3886         (wl-thread-get-children-msgs-uncached): Likewise.
3887
3888         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3889         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3890         (wl-summary-sync-update): Likewise.
3891         (wl-summary-auto-select-msg-p): Likewise.
3892         (wl-summary-update-thread): Likewise.
3893         (wl-summary-mark-as-important): Likewise.
3894         (wl-summary-jump-to-msg-internal): Likewise.
3895         (wl-summary-redisplay-internal): Likewise.
3896         (wl-summary-print-message-with-ps-print): Likewise.
3897         (wl-summary-folder-info-update): Likewise.
3898
3899         * wl-folder.el (wl-folder-check-one-entity):
3900         elmo-folder-count-flags instead of wl-summary-count-unread.
3901
3902         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3903
3904         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3905
3906         * wl-summary.el (wl-summary-set-message-modified): 
3907         Call wl-summary-set-mark-modified.
3908         (wl-summary-delete-messages-on-buffer): Call
3909         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3910         (wl-summary-sync-update): Call elmo-folder-length instead of
3911         elmo-folder-messages.
3912         (wl-summary-insert-headers): Don't call
3913         elmo-folder-list-message-entities.
3914
3915 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3916
3917         * wl-action.el (wl-summary-define-mark-action): Call
3918         `wl-summary-set-mark' with argument `data'.
3919         (wl-summary-auto-refile): Fixed order of arguments when call
3920         `wl-summary-refile'.
3921
3922 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3923
3924         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3925
3926         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3927
3928         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3929         (Renamed from wl-highlight-summary-deleted-face).
3930         (wl-highlight-summary-resend-face): New face.
3931
3932         (wl-highlight-summary-deleted-face): Renamed from
3933         wl-highlight-summary-erased-face.
3934
3935         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3936
3937         * wl-action.el (wl-summary-get-resend-address): New function.
3938         (wl-summary-exec-action-resend): Ditto.
3939         (wl-summary-exec-action-resend-subr): Ditto.
3940
3941         * w-thread.el (wl-thread-copy): Removed definition.
3942         (wl-thread-refile): Ditto.
3943         (wl-thread-delete): Ditto.
3944         (wl-thread-target-mark): Ditto.
3945
3946         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3947         (wl-summary-target-mark-set-action): Fixed.
3948         (wl-summary-define-mark-action): Fixed quotation.
3949         (wl-summary-move-mark-list-messages): Display message.
3950         (wl-summary-define-mark-action): Define thread functions.
3951         (wl-summary-exec-action-refile): Changed message.
3952         (wl-summary-exec): Ditto.
3953
3954 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3955         
3956         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3957         '%%'.
3958
3959 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl.el (toplevel): Require wl-action.
3962         (wl-init): Call wl-summary-define-mark-action.
3963
3964         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3965
3966         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3967         wl-summary-delete and wl-summary-erase.
3968         (wl-summary-mode-map): Ditto.
3969
3970         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3971         wl-delete-folder-alist.
3972
3973         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3974         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3975         (toplevel): Moved mark & action related functions to the wl-action.el.
3976
3977         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3978         in wl-summary-mark-action-list.
3979         (wl-highlight-summary-current-line): Ditto.
3980
3981         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3982         empty lines.
3983
3984         * wl-action.el: New file. 
3985
3986 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3987
3988         * wl-summary.el (wl-summary-target-mark-replace): New function.
3989         (wl-summary-target-mark-prefetch): Use it.
3990         (wl-summary-target-mark-delete): Ditto.
3991         (toplevel): Rearranged definition order.
3992         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3993         (wl-summary-target-mark-erase): Rewrite.
3994         (wl-summary-erase-region): New function.
3995         (wl-summary-exec-action-erase): Changed message.
3996         (wl-summary-move-mark-list-messages): New function.
3997         (wl-summary-exec-action-delete): Use it.
3998         (wl-summary-exec-action-erase): Ditto.
3999
4000         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4001         (wl-summary-skip-mark-list): Added "d".
4002
4003         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4004         while searching.
4005
4006         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4007         and define using defcustom;
4008         Define 4th element as a face.
4009         
4010         * wl-summary.el (wl-summary-incorporate): Use 
4011         `wl-summary-prefetch-region-no-mark' instead of
4012         `wl-summary-prefetch-region'.
4013         (wl-summary-prefetch-region-no-mark): Revival of old
4014         `wl-summary-prefetch-region'.
4015         (wl-summary-mark-action-list): Moved to wl-vars.el
4016
4017         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4018         face according to the `wl-summary-mark-action-list'.
4019         (wl-highlight-summary-current-line): Ditto;
4020         Removed destination highlighting.
4021
4022         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4023         (wl-highlight-summary-line-string): Highlight for "i" mark.
4024         (wl-highlight-summary-current-line): Ditto.
4025
4026         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4027         no destination.
4028
4029         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4030         exists, just go ahead.
4031         (wl-summary-prefetch-region): Rewrite.
4032         (wl-summary-prefetch): Ditto.
4033         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4034         (wl-summary-exec-action-prefetch): New function.
4035         (wl-summary-target-mark-prefetch): Rewrite.
4036
4037 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4040         (wl-highlight-summary-line-string): Added "d" and "D".
4041         (wl-highlight-summary-current-line): Ditto.
4042
4043         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4044         in wl-summary.el.
4045         (wl-thread-insert-entity-sub): Ditto.
4046         (wl-thread-remove-destination-region): Ditto.
4047         (wl-thread-print-destination-region): Ditto.
4048
4049         * wl-summary.el (wl-summary-buffer-refile-list,
4050         wl-summary-buffer-delete-list,
4051         wl-summary-buffer-copy-list): Abolish.
4052         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4053         All other related portions are changed.
4054         (wl-summary-mark-action-list): New variable.
4055         (wl-summary-set-mark): New function.
4056         (wl-summary-register-target-mark): Ditto.
4057         (wl-summary-unregister-target-mark): Ditto.
4058         (wl-summary-have-target-mark-p): Ditto.
4059         (wl-summary-register-temp-mark): Ditto.
4060         (wl-summary-unregister-temp-mark): Ditto.
4061         (wl-summary-registered-temp-mark): Ditto.
4062         (wl-summary-collect-temp-mark): Ditto.
4063         (wl-summary-unset-mark): Ditto.
4064         (wl-summary-set-target-mark): Ditto.
4065         (wl-summary-unset-target-mark): Ditto.
4066         (wl-summary-set-action-generic): Ditto.
4067         (wl-summary-unset-action-generic): Ditto.
4068         (wl-summary-exec-action-delete): Ditto.
4069         (wl-summary-exec-action-erase): Ditto.
4070         (wl-summary-set-action-refile): Ditto.
4071         (wl-summary-set-action-refile-subr): Ditto.
4072         (wl-summary-unset-action-refile): Ditto.
4073         (wl-summary-make-destination-numbers-list): Ditto.
4074         (wl-summary-exec-action-refile): Ditto.
4075         (wl-summary-set-action-copy): Ditto.
4076         (wl-summary-unset-action-copy): Ditto.
4077         (wl-summary-exec-action-copy): Ditto.
4078         (wl-summary-collect-numbers-region): Ditto.
4079         (wl-summary-delete): Rewrite.
4080         (wl-summary-erase): Ditto.
4081         (wl-summary-remove-destination): Ditto.
4082         (wl-summary-exec): Ditto.
4083         (wl-summary-exec-region): Ditto.
4084         (wl-summary-target-mark-erase): Ditto.
4085         (wl-summary-refile): Ditto.
4086         (wl-summary-copy): Ditto.
4087         (wl-summary-unmark): Ditto.
4088         (wl-summary-delete-all-mark): Ditto.
4089         (wl-summary-mark-line): Don't highlight.
4090         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4091         (wl-summary-target-mark-refile-subr): Rewrite.
4092
4093         (wl-summary-copy-prev-destination): Abolish.
4094
4095 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4096
4097         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4098         default values along the value of wl-on-mule.
4099         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4100         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4101         It is not used anywhere.
4102
4103 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4104
4105         * wl-summary.el (wl-summary-print-destination): Keep position.
4106         (wl-summary-cursor-move-surface): Keep horizontal position.
4107
4108 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4111         write sendlog.
4112
4113 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4116         `wl-summary-highlight'.
4117
4118 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4119
4120         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4121         trivial condition for temp-mark.
4122
4123 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4124
4125         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4126         when it hits killed buffer.
4127
4128 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4129
4130         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4131         * wl-news.el.in: `message' and `error' take format string.
4132
4133 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4134
4135         * wl-folder (wl-folder-insert-entity): Display a message,
4136         `...done', when the work finish.
4137         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4138
4139 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4140
4141         * wl-message.el (wl-message-redisplay): Remove unused local
4142         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4143
4144 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4145
4146         * wl-summary.el (wl-summary-replace-status-marks): Disable
4147         interactive use.
4148         (wl-summary-reedit): Check message existence at first.
4149         (wl-summary-mark-line): Fix doc, return value is indefinite.
4150
4151         * wl-highlight.el (wl-highlight-message): Arranged.
4152
4153         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4154         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4155         check temp-mark by wl-summary-temp-mark always.
4156         (wl-highlight-summary): Change accordingly.
4157         * wl-summary.el (wl-summary-mark-as-read-all)
4158         (wl-summary-delete-cache, wl-summary-set-score-mark)
4159         (wl-summary-mark-as-unread, wl-summary-unmark)
4160         (wl-summary-mark-line, wl-summary-mark-as-read)
4161         (wl-summary-mark-as-important): Ditto.
4162
4163         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4164         end of the window if possible.
4165         * wl-summary.el (wl-summary-sync-update): Support lazy
4166         highlighting.
4167         (wl-summary-toggle-disp-msg): Ditto.
4168
4169 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4170
4171         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4172
4173 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4174
4175         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4176         change.
4177
4178 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4179
4180         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4181         API.
4182         (wl-summary-sync-update): Ditto.
4183
4184         * wl-score.el (wl-score-get-score-alist): Changed argument.
4185         (wl-summary-rescore-msgs): Likewise.
4186         (wl-summary-score-headers): Likewise.
4187         (wl-score-headers): Likewise;
4188         Use elmo-folder-do-each-message-entity, etc.
4189         (wl-summary-score-effect): Follow the changes above.
4190         (wl-summary-rescore): Ditto.
4191         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4192         (wl-score-get-overview): Abolish.
4193
4194         * wl-summary.el (wl-summary-default-from): Follow the API change in
4195         elmo-msgdb.
4196         (wl-summary-count-unread): Ditto.
4197         (wl-summary-detect-mark-position): Ditto.
4198         (wl-summary-overview-entity-compare-by-date): Ditto.
4199         (wl-summary-overview-entity-compare-by-number): Ditto.
4200         (wl-summary-overview-entity-compare-by-from): Ditto.
4201         (wl-summary-overview-entity-compare-by-subject): Ditto.
4202         (wl-summary-get-list-info): Ditto.
4203         (wl-summary-rescan): Ditto.
4204         (wl-summary-jump-to-msg-by-message-id): Ditto.
4205         (wl-summary-sync-update): Ditto; Removed comment.
4206         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4207         (wl-summary-insert-message): Use wl-summary-insert
4208         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4209         (wl-summary-insert-headers): Changed argument overview to folder.
4210         (wl-summary-search-by-subject): Likewise.
4211         (wl-summary-insert-thread): Renamed from 
4212         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4213
4214         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4215         too.
4216
4217         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4218         wl-string-member.
4219
4220 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4221
4222         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4223         elmo-folder-append-buffer.
4224         (wl-draft-queue-append): Likewise.
4225
4226         * wl-mime.el (wl-message-delete-current-part): Ditto.
4227         (wl-summary-burst-subr): Ditto.
4228
4229         * wl-news.el.in (wl-news-send-news): Ditto.
4230
4231 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4232
4233         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4234         function.
4235         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4236         (wl-summary-update-mark): Enclose with save-excursion.
4237         (wl-summary-mark-as-read-internal): Fixed last change.
4238         (wl-summary-mark-as-important): Use 3rd argument of
4239         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4240         Don't use elmo-msgdb-set-mark.
4241         (wl-summary-redisplay-internal): If msgdb flag is already read,
4242         just update the mark on buffer.
4243
4244 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4245
4246         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4247         cut visible folder when elmo-folder-delete returns non-nil value.
4248
4249 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4250
4251         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4252         by Kenichi OKADA <okada@opaopa.org>).
4253
4254 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4255
4256         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4257
4258 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4259
4260         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4261         Fixed the last change, search group entity by its real name.
4262         (Thanks to: KOBAYASHI Shinji)
4263
4264 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4265
4266         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4267         (wl-fldmgr-access-display-all): Don't refer visible name.
4268         * wl-expire.el (wl-folder-archive-current-entity)
4269         (wl-folder-expire-current-entity): Ditto.
4270         * wl-folder.el (wl-folder-jump-to-current-entity)
4271         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4272         (wl-folder-open-folder-sub,wl-folder-open-all)
4273         (wl-folder-write-current-folder): Ditto.
4274         (wl-folder-insert-entity): Don't use petname for normal group.
4275         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4276         is the real name.
4277         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4278         Abolished.
4279
4280 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4281
4282         * wl-draft.el (wl-draft-create-buffer): Add
4283         `wl-summary-reply-with-citation'
4284
4285 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4286
4287         * wl-draft.el (wl-draft-reply): Fixed.
4288
4289 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4292         when `wl-draft-send-confirm-with-preview' is non-nil.
4293         You can scroll up/down by j/k.
4294         (wl-draft-send-confirm-with-preview): New variable (default=t).
4295
4296 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4299         (wl-fldmgr-save-folders): Fix comment.
4300
4301 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4304         along the last change in `wl-folder-buffer-group-p'.
4305
4306 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4309         folder.
4310
4311         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4312         the default value.
4313
4314         * wl-mime.el (wl-summary-burst): Update summary only when target
4315         folder equals current folder.
4316
4317 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4320
4321 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4324         value.
4325
4326 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4327
4328         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4329         `map-extents' instead of `extent-at' repeatedly.
4330         (wl-highlight-folder-current-line): Ditto.
4331
4332         * wl-highlight.el: Remove useless dummy functions.
4333
4334 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4335
4336         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4337         (wl-folder-put-folder-property): New function to put text property.
4338         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4339         (wl-folder-insert-entity, wl-folder-update-diff-line)
4340         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4341         * wl-e21.el, wl-xmas.el, wl-mule.el
4342         (wl-highlight-folder-current-line): Ditto.
4343         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4344         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4345         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4346         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4347
4348 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * Version number is increased to 2.11.3.
4351
4352 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4353
4354         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4355         Resume current-buffer since it is assumed by remaining tasks.
4356
4357 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4360         (wl-folder-completion-function): Abolished.
4361         (wl-folder-complete-folder): New function.
4362         (wl-folder-complete-filter-condition): Ditto.
4363         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4364         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4365
4366 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-draft.el (wl-draft-send-confirm): New function.
4369         (wl-draft-send): Use it.
4370
4371         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4372         cursor-in-echo-area while confirming.
4373
4374         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4375
4376         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4377         searching via nntp if wl-summary-search-via-nntp is 'force.
4378         Otherwise, invoke searching in nntp folder only.
4379         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4380
4381         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4382         explicitly for mime-make-text-tag.
4383
4384 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4385
4386         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4387         `mime-make-text-tag' instead of `mime-create-tag'.
4388
4389 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4392         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4393
4394 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-score.el (wl-score-save): Bind print-length and print-level.
4397         (wl-score-pretty-print): Ditto.
4398         (wl-score-edit-insert-header-entry): Ditto.
4399
4400         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4401         "From" entry to be treated with wl-draft-eword-encode-address-list.
4402         * wl-mime.el (wl-draft-preview-message): Ditto.
4403
4404         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4405         (wl-summary-mark-as-unread): Ditto.
4406         (wl-summary-mark-as-read-region): Change accordingly.
4407         (wl-summary-mark-as-unread-region): Ditto.
4408         (wl-summary-target-mark-mark-as-read): Ditto.
4409         (wl-summary-target-mark-mark-as-unread): Ditto.
4410
4411 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * Version number is increased to 2.11.2.
4414
4415 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-news.el.in (wl-news-previous-version-save): Bind
4418         print-length and print-level.
4419         * wl-thread.el (wl-thread-save-entities): Ditto.
4420         (wl-thread-save-top-list): Bind print-length.
4421
4422 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-highlight.el (wl-highlight-summary-line-string): Use
4425         wl-summary-score-below-mark, wl-summary-score-over-mark.
4426         (wl-highlight-summary-current-line): Ditto.
4427
4428 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4431         insert it.
4432
4433 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4434
4435         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4436
4437 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4438
4439         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4440         message without msgid.
4441         Rewrite with elmo-folder-move-messages.
4442         Set wl-message-buffer to nil.
4443
4444         * wl-summary.el (wl-summary-erase-subr): New function. Use
4445         elmo-folder-move-messages.
4446         (wl-summary-erase): Call it.
4447         (wl-summary-target-mark-erase): Ditto.
4448
4449 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4452         it is not up-tp-date.
4453
4454 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4457         buffer after calling `wl-summary-goto-folder-subr' without the
4458         argument `interactive'.
4459         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4460
4461 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4462
4463         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4464         `mime-create-tag'. Use `string=' instead of `looking-at'.
4465
4466 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4469         to avoid compile warning.
4470
4471         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4472         entity-id when folder is given.
4473         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4474         save-excursion, use save-selected-window instead.
4475         Select folder buffer window if exists.
4476         (To correct behavior with wl-folder-move-cur-folder.)
4477
4478 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4479
4480         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4481
4482 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4483
4484         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4485         list-count instead of %d.
4486
4487 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4490         (wl-news): Set it.
4491         (wl-news-append-to-folder): Use it.
4492
4493         * wl-news.el.in (wl-news-send-news): Append to specified folder
4494         instead of wl-default-folder.
4495         (wl-news-append-to-folder): Show error message with specified folder.
4496
4497         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4498                 In most major modes, Emacs assumes that any opening
4499                 delimiter found at the left margin is the start of a
4500                 top-level definition, or defun. Therefore, *never put an
4501                 opening delimiter at the left margin unless it should have
4502                 that significance.*
4503
4504         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4505
4506 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4507
4508         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4509
4510 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4511
4512         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4513
4514 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4515
4516         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4517         for sequential numbering case.
4518
4519 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4520
4521         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4522         value.
4523         (wl-draft-reply-without-argument-list): Ditto.
4524         (wl-draft-reply-myself-with-argument-list): Abolish.
4525         (wl-draft-reply-myself-without-argument-list): Ditto.
4526         * wl-draft.el (wl-draft-self-reply-p): New function.
4527         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4528
4529 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4530
4531         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4532         (avoid error for the case without byte-compiling)
4533
4534 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-news.el.in (wl-news-append-to-folder): New function.
4537         (wl-news-exit): Rewrite.
4538         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4539
4540 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4541
4542         * wl-draft.el (wl-draft-reply-position): New function.
4543         (wl-draft-reply-position): Fix.
4544         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4545         (wl-summary-target-mark-reply-with-citation): Ditto.
4546         (wl-summary-reply-with-citation): Ditto.
4547         * wl-vars.el (wl-draft-reply-default-position): New variable.
4548
4549 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * wl-draft.el (wl-draft-send): Preview when interactive send.
4552
4553 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-draft.el (wl-draft-reply): Set default position.
4556         * wl-summary.el (wl-summary-reply): Ditto.
4557         (wl-summary-reply-with-citation): Ditto.
4558         (wl-summary-target-mark-reply-with-citation): Ditto.
4559
4560 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4561
4562         * wl-news.el.in (wl-news-lang): Set default value according to
4563         current-language-environment.
4564         (wl-news-append-news): Do nothing when news-list is nil.
4565
4566 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4567
4568         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4569         (wl-news): Change message.
4570         (wl-news-exit): Check buffer.
4571         (wl-news-force-exit): New function.
4572         (wl-news-show-all): New function.
4573         (wl-news-discard-and-exit): Fix.
4574
4575 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4576
4577         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4578         according to current-language-environment.
4579
4580         * wl-news.el.in (wl-news): If arg, show all NEWS after
4581         wl-news-default-previous-version.
4582
4583 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4584
4585         * wl-news.el.in (wl-news-check): Rewritten.
4586         (wl-news-previous-version-load): Change data type.
4587         (wl-news-previous-version-save): Change data type.
4588         (wl-news-append-news): Add return value.
4589         (wl-news-check-news): New function.
4590         (wl-news-already-current-p): New function.
4591         (wl-news-send-news): Rewritten.
4592         (wl-news-mode-map): Add new keybind.
4593         (wl-news): Rewritten.
4594         (wl-news-exit): Rewritten.
4595         (wl-news-discard-and-mail): New function.
4596         (wl-news-send-to-address): Abolished.
4597         * wl.el (wl-init): Delete a message.
4598
4599 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-news.el.in (wl-news-exit): Update previous version.
4602         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4603
4604 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4605
4606         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4607
4608 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4609
4610         * wl-news.el.in (wl-news): New function.
4611         (wl-news-mode): New function.
4612         (wl-news-next-line): New function.
4613         (wl-news-next-page): New function.
4614         (wl-news-exit): New function.
4615         (wl-news-buf-name): New variable.
4616         (wl-news-mode-map): New variable.
4617         (wl-news-winconf): New variable.
4618         (wl-news-append-news): Add an option.
4619
4620 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4623
4624 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4625
4626         * wl-news.el.in (wl-news-send-to-address): New variable.
4627         (wl-news-send-news): Use it.
4628         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4629         Return updating status.
4630         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4631
4632 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-news.el.in (wl-news-send-news): Delete
4635         Organization and X-Face.
4636
4637 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4640         (wl-news-append-news): New function.
4641         (wl-news-send-news): New function.
4642
4643 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * Version number is increased to 2.11.1.
4646
4647 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4648
4649         * wl-news.el.in : New file.
4650
4651 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4652
4653         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4654         default value.
4655         (wl-draft-reply-without-argument-list): Ditto.
4656
4657 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4660         (wl-message-buffer-prefetch-idle-time): Ditto.
4661         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4662
4663 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4664
4665         * wl-thread.el (wl-thread-insert-message): Use
4666         wl-summary-max-thread-depth.
4667
4668         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4669         loop detection.
4670
4671         * wl-message.el (wl-message-buffer-display): Back to the first page
4672         when cache is hit.
4673
4674 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4677
4678         * wl-summary.el (wl-summary-insert-thread-entity):
4679         If the thread depth is reached to wl-summary-max-thread-depth,
4680         divide the thread.
4681
4682 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4683
4684         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4685         for elmo-remove-passwd.
4686
4687 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4690         folder is sticky.
4691         (wl-folder-mark-as-read-all-entity): Ditto.
4692         (wl-folder-prefetch-entity): Ditto.
4693
4694 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4695
4696         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4697
4698 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4699
4700         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4701         Delete messages on buffer for unplugged operation.
4702         (wl-summary-erase): Ditto.
4703
4704 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4707         take nil so as not to search parent by subject.
4708
4709 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4712         (wl-folder-get-next-folder): Ditto.
4713         (wl-folder-get-path): Ditto.
4714
4715 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4718         system and encode the region with it before verifying.
4719
4720 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4723         system of the echo buffer before decoding.
4724
4725 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4728         original contents.
4729
4730 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4733         with argument 'any-exists.
4734
4735 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4738         Use `wl-cs-autoconv'.
4739
4740 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4743         by `mime-view-automatic-conversion'.
4744
4745         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4746         (wl-message-verify-pgp-nonmime): Ditto.
4747         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4748         Bind them to C-c:d and C-c:v respectively.
4749
4750         Merge following code by Teranishi-san from [wl-en:00167].
4751         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4752         (wl-mime-preview-application/pgp-encrypted): Ditto.
4753         (wl-mime-setup): Add entry.
4754
4755 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4756
4757         * wl-summary.el (wl-summary-target-mark-erase): New function.
4758         Bind it to "mD".
4759
4760 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4761
4762         * wl-vars.el (wl-draft-write-file-function): Fix.
4763         (wl-draft-reedit-hook): Changed default value.
4764
4765         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4766         wl-draft-reedit-hook.
4767         (wl-draft-remove-text-plain-tag): New function.
4768         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4769
4770         * wl-vars.el (wl-draft-write-file-function): New user option.
4771
4772         * wl-draft.el (wl-draft-prepare-edit): Use it for
4773         local-write-file-hooks.
4774         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4775
4776         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4777         (wl-draft-insert-mail-header-separator): Return the body beginning
4778         point.
4779         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4780         text/plain.
4781         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4782
4783 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-summary.el (wl-summary-erase): New function to erase message
4786         without moving it to trash. Bind to "D".
4787
4788         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4789         as `keep' unless switch-function.
4790
4791 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4792
4793         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4794         message buffer by using `wl-summary-toggle-disp-msg'.
4795         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4796         buffer window.
4797         (wl-summary-supresedes-message): Ditto.
4798
4799         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4800         Do not delete other windows.
4801         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4802         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4803         (wl-draft-create-buffer): Set reply-or-forward also for target
4804         mark commands.
4805
4806 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4807
4808         * wl-draft.el (wl-user-agent-compose): Delete special case for
4809         switch-to-buffer-other-window.
4810
4811         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4812         (wl-summary-forward): Ditto.
4813
4814         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4815         function.
4816         (wl-draft-buffer-style): New use option.
4817
4818         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4819         (wl-draft): Follow the change above.
4820         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4821         wl-draft-buffer-style.
4822         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4823         switch-function.
4824
4825 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4826
4827         * wl-address.el (wl-address-make-completion-entry): Extracted from
4828         `wl-address-make-completion-list'.
4829         (wl-address-enable-strict-loading): New variable.
4830         (wl-address-make-completion-list): Revive petname duplication
4831         inquiry, and enable it if `wl-address-enable-strict-loading'.
4832         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4833
4834 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4835
4836         * wl-message.el (wl-message-get-original-buffer): Avoid
4837         'Selecting deleted buffer' error when original buffer is killed.
4838
4839 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-summary.el (wl-summary-next-message): Use
4842         elmo-message-accessible-p instead of elmo-message-cached-p.
4843
4844 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4847
4848         * wl-thread.el (wl-thread-open-all-unread): Use
4849         elmo-folder-list-flagged instead of
4850         elmo-folder-list-messages-mark-match.
4851
4852         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4853         instead of elmo-folder-list-messages-mark-match.
4854         (wl-summary-move-spec-alist): New variable.
4855         (wl-summary-move-spec-plugged-alist,
4856         wl-summary-move-spec-unplugged-alist): Abolish.
4857         (wl-summary-next-message): Follow the change above.
4858         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4859         with 'no-msg' argument.
4860
4861         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4862         variable.
4863         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4864         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4865         (wl-message-buffer-prefetch-get-next): Follow the change above.
4866
4867 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-version.el (wl-version): Changed codename.
4870
4871         * Version number is increased to 2.11.0.
4872
4873 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4874
4875         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4876         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4877         `wl-draft-config-variables'.
4878         (wl-draft-kill): Fixed problem when the draft is reedit.
4879
4880 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4881
4882         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4883         buffer-modified status (Thanks to
4884         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4885
4886 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-util.el (wl-region-exists-p): New function.
4889
4890         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4891         Remove defvars for byte-compile warnings.
4892
4893 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4894
4895         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4896         defvar-maybe. Removed unused bind.
4897
4898 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4899
4900         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4901         summary buffer window before creating new frame.
4902         (wl-draft-reply): Ditto.
4903
4904 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4905
4906         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4907
4908 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4909
4910         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4911
4912 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4913
4914         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4915         instead of `kill-region'.
4916
4917 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4918
4919         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4920         (wl-highlight-summary-line-string): Use it.
4921         (wl-highlight-summary-current-line): Ditto.
4922
4923         * wl-mime.el (wl-message-delete-current-part): Check the class of
4924         mime-entity.
4925
4926         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4927
4928         * wl-summary.el (wl-summary-make-number-list): Initialize.
4929         (wl-summary-update-mark): New function.
4930         (wl-summary-reply): Put `answered' mark on the message.
4931         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4932
4933         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4934         (wl-draft-reply): Added optional argument `number';
4935         Set wl-draft-parent-number.
4936         (wl-draft-kill): Delete answered mark if it is a reply.
4937
4938 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4939
4940         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4941         that originates in mime-preview-follow-current-entity.
4942         (wl-draft-yank-current-message-entity): Use it if region is active.
4943
4944         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4945         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4946         `wl-message-delete-current-part'.
4947         * wl-mule.el (wl-message-define-keymap): Ditto.
4948         * wl-xmas.el (wl-message-define-keymap): Ditto.
4949
4950 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-mime.el (wl-message-delete-current-part): New function.
4953         (wl-mime-node-id-to-string): Ditto.
4954
4955         * wl-mime.el (wl-message-delete-current-part): Use existing
4956         original buffer which corresponds current mime-view buffer.
4957         (fetched buffer might have different structure, possibly)
4958
4959         * wl-mime.el (wl-message-delete-current-part): Quit if the
4960         message content differs from the actual message.
4961
4962 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4963
4964         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4965         order.
4966         (wl-summary-search-by-subject): Search parent message from tail;
4967         Check the existence of the parent message on the current thread tree.
4968         (wl-summary-update-thread): Check whether the line is inserted.
4969
4970 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-vars.el (wl-summary-line-format): Undo last change.
4973         * wl-summary.el (wl-summary-print-destination): Do not put
4974         invisible property when `wl-summary-width' is nil.
4975         (wl-summary-line-subject-minimum-length): Abolished.
4976         (wl-summary-line-subject): Ditto.
4977
4978 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4979
4980         * wl-vars.el (wl-summary-line-format): Change default value.
4981         (wl-summary-subject-length-limit): Abolished.
4982         * wl-summary.el (wl-summary-line-subject): Ditto.
4983
4984 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4985
4986         * wl-template.el (wl-template-select): Added optional argument.
4987         If optional argument is specified, reverse
4988         `wl-template-visible-select'.
4989
4990 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4993         Take prefix argument to force asking the destination folder.
4994
4995 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4996
4997         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4998         count and update status.
4999
5000 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-summary.el (wl-summary-redisplay-internal): If
5003         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5004         after fetching.
5005
5006 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5007
5008         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5009         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5010
5011         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5012
5013 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5014
5015         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5016         (All other related portions are changed).
5017         (wl-summary-mark-as-read-all): Rewrite.
5018
5019 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5020
5021         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5022         `wl-summary-mark-as-read'.
5023         (wl-summary-mark-as-unread): Rewrite.
5024         (wl-summary-mark-as-read): Added no-modeline argument.
5025         (wl-summary-resume-cache-status): Rewrite.
5026         (wl-summary-exec-subr): Remove unused local variable.
5027
5028 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5029
5030         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5031         logic to call `wl-summary-buffer-prev-folder-function'.
5032         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5033
5034 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5037         is nil.
5038
5039 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5040
5041         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5042         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5043         (wl-mime-setup): Add its entry.
5044
5045 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5048         (wl-summary-delete-cache): Likewise.
5049         (wl-summary-mark-as-read): Rewrite.
5050
5051 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5052
5053         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5054         `wl-summary-count-unread'.
5055
5056         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5057
5058         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5059
5060 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5063         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5064         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5065         Renamed to the elmo-msgdb-*-mark.
5066         (wl-summary-score-marks): Follow the change above.
5067         (wl-summary-auto-refile-skip-marks): Ditto.
5068         (wl-summary-incorporate-marks): Ditto.
5069         (wl-summary-expire-reserve-marks): Ditto.
5070
5071         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5072         changes.
5073         (wl-thread-insert-top): Changed updating message.
5074
5075         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5076         variable.
5077         (wl-summary-count-unread): Count answered marks.
5078         (wl-summary-rescan): Call wl-summary-insert-message instead of
5079         wl-summary-append-message-func-internal.
5080         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5081         (wl-summary-prefetch-msg): Follow the variable name changes.
5082         (wl-summary-prefetch-region): Ditto.
5083         (wl-summary-mark-as-read-all): Follow the API changes;
5084         Don't call elmo-folder-replace-marks.
5085         (wl-summary-delete-cache): Follow the variable name changes.
5086         (wl-summary-resume-cache-status): Ditto.
5087         (wl-summary-update-status-marks): New function.
5088         (wl-summary-insert-message): New function.
5089         (wl-summary-sync-marks): Follow the variable name changes.
5090         (wl-summary-sync-update): Synchronize to the msgdb, too;
5091         Changed update messages.
5092         (wl-summary-make-number-list): Rewrite.
5093         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5094         (wl-summary-mark-as-unread): Follow the API changes.
5095         (wl-summary-exec-subr): Follow the variable name changes.
5096         (wl-summary-mark-as-read): Ditto.
5097         (wl-summary-move-spec-plugged-alist): Ditto.
5098         (wl-summary-move-spec-unplugged-alist): Ditto.
5099         (wl-summary-cursor-move-surface): Ditto.
5100
5101         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5102         variable name changes.
5103         (wl-highlight-summary-current-line): Ditto.
5104
5105         * wl-expire.el (wl-expire-refile): Follow the API change in
5106         elmo-folder-move-messages.
5107         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5108         (wl-summary-archive): Use elmo-folder-msgdb instead of
5109         elmo-msgdb-load.
5110
5111 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-mime.el (wl-draft-preview-message): Restore the position
5114         before evaluating wl-draft-send-hook in preview buffer.
5115
5116 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5119         when it creates new draft buffer.
5120
5121         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5122         without argument.
5123
5124         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5125         Evaluate content and if the value is string, insert it.
5126         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5127         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5128         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5129         wl-draft-config-sub-part-bottom): Use it.
5130
5131         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5132         with the folder name. The question was unintelligible when it is
5133         called from wl-save-status.
5134
5135 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5136
5137         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5138         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5139         cannot take second argument).
5140
5141 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5142
5143         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5144         as t. Since type and subtype are not case sensitive (RFC 2045).
5145
5146 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-vars.el (wl-message-mode-line-format): New variable.
5149         (wl-message-mode-line-format-spec-alist): Ditto.
5150         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5151         (wl-message-redisplay): Use wl-message-mode-line-format.
5152
5153 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5154
5155         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5156
5157 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-summary.el (wl-summary-default-from): Write description.
5160
5161 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl-vars.el (wl-ldap-objectclass): Abolish.
5164
5165         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5166         (wl-ldap-make-filter): Removed condition for objectclass.
5167         (wl-ldap-make-matched-value-list): Remove meaningless process.
5168         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5169         (wl-address-ldap-search): Don't add `*' to `pat' string;
5170         use ignore-errors; added `email';
5171         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5172         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5173         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5174
5175
5176 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5177
5178         * wl-draft.el (wl-draft-parent-folder): Write description.
5179         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5180
5181 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5184         as "" (zero-length string) if no parent.
5185         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5186
5187 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5188
5189         * wl-address.el (wl-address-make-completion-list): Skip duplication
5190         checking.
5191         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5192         `append'.
5193
5194 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5195
5196         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5197         instead of `beginning-of-buffer'.
5198
5199 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5200
5201         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5202
5203 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5204
5205         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5206         Refer wl-message-buffer-name.
5207         (wl-message-wheel-down): Ditto.
5208
5209 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5210
5211         * wl-vars.el (wl-message-buffer-name): New user option.
5212
5213         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5214         directly instead of making alist dinamically.
5215
5216         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5217         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5218         wl-message-buffer-cache-name.
5219         (wl-message-buffer-cache-clean-up): Ditto.
5220
5221         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5222
5223         * Version number is increased to 2.9.15.
5224
5225 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-vars.el (wl-summary-default-view-alist): New user option.
5228
5229         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5230
5231         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5232         while deleting address.
5233         (wl-draft-delete-myself-from-cc): Ditto.
5234
5235         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5236         If optional argument is specified, reverse sort order.
5237
5238         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5239
5240 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-thread.el (wl-thread-insert-message): Return parent number if
5243         exists.
5244         (wl-thread-update-indent-string-region): Use
5245         wl-thread-update-line-on-buffer-sub instead of
5246         wl-thread-update-line-on-buffer.
5247
5248 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5249
5250         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5251         (wl-folder-close-all): Ditto.
5252
5253 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5254
5255         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5256         and mailing-list:.
5257         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5258         value.
5259         (wl-summary-line-list-info): Print mailing-list name even when 
5260         list-number is empty.
5261
5262 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5263
5264         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5265
5266         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5267         (wl-draft-open-file): Ditto.
5268         (wl-draft-random-alphabet): Ditto.
5269
5270         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5271         bindings.
5272
5273 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5274
5275         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5276         * wl-vars.el (wl-draft-config-alist): Ditto.
5277
5278 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5279
5280         * Version number is increased to 2.9.14.
5281
5282         * wl.el (wl): Don't set wl-init as nil when error occured while
5283         auto-checking folders.
5284
5285         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5286         `elmo-expand-newtext'.
5287
5288 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5289
5290         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5291         `this-command' so that `wl-folder-goto-folder' contained in
5292         `wl-summary-keep-cursor-command' work.
5293
5294 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5295
5296         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5297         message buffer displaying state.
5298
5299 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-vars.el (wl-summary-default-view): New variable to specify
5302         default value for `wl-summary-buffer-view' instead of using
5303         set-default.
5304         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5305
5306 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5309
5310         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5311
5312 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5313
5314         * wl-vars.el (wl-forward-subject-prefix): New variable.
5315         * wl-draft.el (wl-draft-forward): Use it.
5316
5317 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-message.el (wl-message-prev-page): When it is called without
5320         lines argument, scroll down by wl-message-scroll-amount lines.
5321         (wl-message-next-page): Ditto.
5322         * wl-vars.el (wl-message-scroll-amount): Change default value
5323         to preserve current behavior.
5324
5325 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5326
5327         * wl-summary.el (wl-summary-prefetch-msg): Bind
5328         `wl-message-entity' to call `wl-summary-from-function'.
5329
5330 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5331
5332         * wl-message.el (wl-message-buffer-create): Run
5333         wl-message-buffer-created-hook.
5334
5335 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-summary.el (wl-summary-sort-specs): New variable.
5338         (wl-summary-default-sort-spec): Ditto.
5339         (wl-summary-sort): Rewrite.
5340         (wl-summary-sort-by-list-info): New function.
5341
5342 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5343
5344         * wl-summary.el (wl-summary-get-list-info): New function.
5345         (wl-summary-sort): Rewrite.
5346         (wl-summary-line-list-info): Ditto.
5347         (wl-summary-line-list-count): Ditto.
5348         (wl-summary-refile-region): Fixed docstring.
5349
5350 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5353         `wl-folder-entity-hashtb' as completion table.
5354
5355 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5358         only when this command is called interactively; silence the byte-
5359         compiler.
5360
5361 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5362
5363         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5364         active in XEmacs.
5365
5366 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5367
5368         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5369         plural lines.
5370
5371 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5372
5373         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5374         of current line when the cursor is on the header name.
5375         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5376
5377 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5378
5379         * wl-util.el (wl-read-directory-name): Return displayed directory
5380         as the default value also on XEmacs.
5381
5382 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5383
5384         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5385         formatting.
5386
5387 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5390         argument and when it is non-nil, check face property before
5391         highlighting for each line.
5392         (wl-highlight-summary-window): Set it.
5393
5394 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5395
5396         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5397         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5398
5399         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5400         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5401         (wl-draft-get-fcc-list): Likewise.
5402
5403 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5406         (wl-thread-entity-cur): Ditto.
5407         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5408         wl-thread-indent-regexp setting.
5409         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5410
5411         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5412         wl-summary-lazy-highlight.
5413         (wl-summary-display-bottom): Ditto.
5414
5415         * wl-thread.el (wl-thread-open-close): Likewise.
5416
5417         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5418         from and subject;
5419         Bind wl-draft-use-frame;
5420         Enclose with save-window-excursion;
5421         Use wl-draft-create-buffer instead of with-temp-buffer;
5422         Use wl-draft-prepare-edit;
5423         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5424         Use wl-draft-send instead of wl-draft-raw-send.
5425
5426 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5429         of using wl-from.
5430
5431 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5434         insert-buffer instead of clone-buffer.
5435         (wl-draft-doing-mime-bcc): New variable.
5436         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5437         infinite loop.
5438         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5439
5440         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5441         (wl-draft-mime-bcc-body): Ditto.
5442
5443         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5444         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5445         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5446         wl-draft-do-mime-bcc.
5447         (wl-draft-mime-bcc-field): New function.
5448         (wl-draft-do-mime-bcc): Ditto.
5449
5450         * wl-address.el (wl-address-complete-header-list): New variable.
5451         (wl-address-complete-header-regexp): Changed default value.
5452
5453         * Version number is increased to 2.9.13.
5454
5455 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5458         it is differed.
5459
5460 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5461
5462         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5463         (wl-summary-line-list-count): Ditto.
5464
5465 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5466
5467         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5468         (wl-nntp-posting-function): New variable.
5469         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5470         `wl-nntp-posting-config-alist'.
5471
5472 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5473
5474         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5475         FLIM.
5476
5477 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5478
5479         * wl-summary.el (wl-summary-target-mark-refile-sub):
5480         Remove a nuisance funcall.
5481
5482 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5483
5484         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5485         as t for `try-completion'.
5486
5487 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-summary.el (wl-summary-default-from): Use
5490         wl-address-header-extract-address instead of
5491         std11-extract-address-components.
5492         (wl-summary-simple-from): Ditto.
5493         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5494         (wl-summary-insert-headers): Show message.
5495         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5496         for whole line.
5497         (wl-summary-default-from): Revert last change.
5498         (wl-summary-simple-from): Ditto.
5499         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5500         (wl-summary-mark-as-read-region): Follow the change above.
5501         (wl-summary-sync-marks): Ditto.
5502         (wl-summary-target-mark-mark-as-read): Ditto.
5503         (wl-summary-redisplay-internal): Ditto.
5504         (wl-summary-redisplay-no-mime-internal): Ditto.
5505         (wl-summary-redisplay-all-header): Ditto.
5506         (wl-summary-mark-as-read): Removed argument `cached';
5507         Use current cache status to set cache mark.
5508         (wl-summary-redisplay-internal): Follow the change above.
5509         (wl-summary-redisplay-no-mime-internal): Ditto.
5510         (wl-summary-redisplay-all-header): Ditto.
5511
5512         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5513
5514         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5515         Don't call itself recursively (Adviced by Yamaoka-san).
5516
5517 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5518
5519         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5520         bind wl-summary-highlight as nil to avoid error caused by missing
5521         local variables.
5522
5523 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5524
5525         * wl-vars.el (wl-invalid-character-message): New user option.
5526
5527         * wl-util.el (wl-set-string-width): If truncated string-width is
5528         larger than specified width, use `wl-invalid-character-message'.
5529
5530 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5531
5532         * wl-summary.el (wl-summary-prefetch-msg): 
5533         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5534
5535 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5536
5537         * wl-vars.el (wl-summary-check-line-format): New user option.
5538         (wl-summary-line-format-file): Ditto.
5539
5540         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5541         variable.
5542         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5543         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5544         and `wl-summary-view-old-p' to check whether do a rescan or not.
5545         (wl-summary-view-old-p): New function.
5546         (wl-summary-line-format-changed-p): Ditto.
5547         (wl-summary-line-format-save): Ditto.
5548         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5549
5550         * wl-util.el (wl-set-string-width): Avoid using negative number
5551         for make-string.
5552
5553 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5554
5555         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5556         return value.
5557
5558         * wl-util.el (wl-set-string-width): Added optional argument
5559         `padding' (All other related portions are changed).
5560         (wl-line-parse-format): If the first letter of column number is
5561         `0', zero-padding the result (ex: "%05l").
5562
5563         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5564
5565 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5568         sequential summary view.
5569
5570 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5573         if it doesn't have a -unix version.
5574
5575 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5578
5579 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5582         content.
5583         (wl-draft): Follow the change above.
5584
5585         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5586
5587         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5588         and wl-folder-summary-line-format-alist contain %T and %P.
5589
5590         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5591         (wl-summary-mode-line-format): New user option.
5592         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5593         (wl-summary-line-format): Changed default value.
5594         (wl-summary-lazy-highlight): Changed default value.
5595
5596         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5597         change in wl-summary-create-line.
5598         (wl-thread-insert-entity-sub): Ditto.
5599
5600         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5601         (wl-summary-buffer-unread-status): Ditto.
5602         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5603         (wl-summary-buffer-persistent-mark-column): Ditto.
5604         (wl-summary-buffer-mode-line-formatter): Ditto.
5605         (wl-summary-buffer-mode-line): Ditto.
5606         (wl-summary-message-regexp): Abolished.
5607         (All other related portions are changed.)
5608         (wl-summary-detect-mark-position): New function.
5609         (wl-summary-buffer-set-folder): Setup
5610         wl-summary-buffer-mode-line-formatter.
5611         (wl-summary-mode): Setup selective-display;
5612         Setup pre-idle-hook when xemacs.
5613         (wl-summary-update-modeline): Rewrite.
5614         (wl-summary-jump-to-msg): Define as function;
5615         Changed regexp for searching messages.
5616         (wl-summary-message-number): Rewrite.
5617         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5618         Do rescan when old type summary cache.
5619         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5620         (wl-summary-remove-destination): Use '\r' to detect EOL.
5621         (wl-summary-print-destination): Ditto.
5622         (wl-summary-temp-mark): New inline function.
5623         (wl-summary-persistent-mark): Ditto.
5624         (wl-summary-line-number): New function.
5625         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5626         (wl-summary-line-list-count): New function.
5627         (wl-summary-create-line): Added argument persistent-mark.
5628         (All other related portions are changed)
5629         (wl-summary-create-line): Insert '\r'.
5630         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5631         (wl-summary-cursor-move-surface): New inline function.
5632         (wl-summary-prev): Use it.
5633         (wl-summary-next): Ditto.
5634
5635         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5636         wl-summary-message-regexp.
5637         (wl-highlight-summary): Delete progress message.
5638         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5639
5640         * Version number is increased to 2.9.12.
5641
5642 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5643
5644         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5645         variable (nil: no minimum).
5646         (wl-summary-line-subject): Add some spaces after subject by
5647         wl-summary-line-subject-minimum-length.
5648
5649 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5650
5651         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5652         and removed `F'.
5653         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5654         change above).
5655
5656 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5657
5658         * wl-summary.el (wl-summary-line-list-count): Reverted.
5659         (example setting in samples/*/dot.wl is also updated)
5660
5661 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5662
5663         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5664
5665         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5666
5667         * wl-vars.el (wl-summary-line-format): Addes some description to the
5668         docstring.
5669
5670         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5671         (wl-summary-line-close-bracket): Ditto.
5672         (wl-summary-line-children-number): Ditto.
5673         (wl-summary-line-thread-indent): Ditto.
5674         (wl-summary-line-children-and-from): Ditto.
5675
5676         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5677         't', 'c', 'F' and added 'C'.
5678
5679         * wl-util.el (wl-set-string-width): Accept negative value.
5680         (wl-line-parse-format): Added "%number(" and "%)".
5681
5682 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-summary.el (wl-summary-line-list-count): Change format of the
5685         return value.
5686
5687 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5688
5689         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5690         from the recent message.el.
5691         (wl-draft-point-in-header-p): Ditto.
5692         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5693         wl-draft-beginning-of-line.
5694         * wl-e21.el (wl-draft-mode-map): Ditto.
5695         * wl-xmas.el (wl-draft-mode-map): Ditto.
5696
5697         * wl-folder.el: Sort macrodefs by dependencies.
5698
5699 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5700
5701         * wl-summary.el (wl-summary-prev): Fixed regexp.
5702         (wl-summary-next): Ditto.
5703
5704 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5705
5706         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5707
5708 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5709
5710         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5711         for backward compatibility.
5712
5713 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5714
5715         * wl-summary.el (wl-summary-line-list-count): New function, merged
5716         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5717         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5718         list counts.
5719
5720 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5721
5722         * wl-summary.el (wl-summary-create-line): Ignore errors while
5723         timezone-fix-time.
5724
5725         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5726
5727         * wl-summary.el (wl-summary-sync-update): Ditto.
5728         (wl-summary-default-from): Use wl-message-entity
5729         instead of entity.
5730
5731         * wl-summary.el (wl-summary-create-line): Fix.
5732
5733         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5734         (wl-summary-line-format): New user option.
5735         (wl-folder-summary-line-format-alist): Ditto.
5736         (wl-summary-from-width): Abolished.
5737
5738         * wl-util.el (toplevel): Require 'bytecomp.
5739         (wl-line-parse-format): New function.
5740         (wl-line-formatter-setup): New macro.
5741
5742         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5743         (wl-summary-buffer-line-formatter): New buffer local variable.
5744         (wl-summary-switch-to-clone-buffer): Follow the change above.
5745         (wl-summary-message-regexp): Fix.
5746         (wl-summary-from-func-internal): Abolished.
5747         (wl-summary-subject-func-internal): Ditto.
5748         (wl-summary-subject-filter-func-internal): Ditto.
5749         (All other related portions are changed.)
5750         (wl-summary-buffer-set-folder):
5751         Set up wl-summary-buffer-number-column and 
5752         wl-summary-buffer-line-formatter
5753         (All other related portions are changed.)
5754         (wl-summary-buffer-number-column-detect): Abolished.
5755         (All other related portions are changed.)
5756         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5757         (wl-summary-delete-all-temp-marks-on-buffer): Use
5758         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5759         (wl-summary-target-mark-delete): Ditto.
5760         (wl-summary-target-mark-refile-subr): Ditto.
5761         (wl-summary-target-mark-mark-as-read): Ditto.
5762         (wl-summary-target-mark-mark-as-unread): Ditto.
5763         (wl-summary-target-mark-mark-as-important): Ditto.
5764         (wl-summary-target-mark-save): Ditto.
5765         (wl-summary-replace-status-marks): Renamed from
5766         wl-summary-set-status-marks-on-buffer;
5767         Use wl-summary-message-regexp instead of
5768         wl-summary-buffer-number-regexp.
5769         (wl-summary-sync-update): Follow the change above.
5770         (wl-summary-goto-previous-message-beginning): New function.
5771         (wl-summary-mark-as-unread): Use it.
5772         (wl-summary-mark-as-important): Ditto.
5773         (wl-summary-line-formatter): New variable.
5774         (wl-summary-line-year): New function.
5775         (wl-summary-line-day): Ditto.
5776         (wl-summary-line-day-of-week): Ditto.
5777         (wl-summary-line-hour): Ditto.
5778         (wl-summary-line-minute): Ditto.
5779         (wl-summary-line-open-bracket): Ditto.
5780         (wl-summary-line-close-bracket): Ditto.
5781         (wl-summary-line-children-number): Ditto.
5782         (wl-summary-line-thread-indent): Ditto.
5783         (wl-summary-line-size): Ditto.
5784         (wl-summary-line-subject): Ditto.
5785         (wl-summary-line-from): Ditto.
5786         (wl-summary-line-children-and-from): Ditto.
5787         (wl-summary-create-line): Rewritten.
5788         (wl-summary-format-date): Abolished.
5789
5790         * wl-highlight.el (wl-highlight-summary-current-line): Use
5791         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5792         Use thread structure to detect thread top message.
5793
5794         * wl-draft.el (wl-default-draft-cite): Don't use
5795         wl-summary-from-func-internal.
5796
5797         * wl-refile.el (wl-refile-subject-learn): Don't use
5798         wl-summary-subject-filter-func-internal.
5799         (wl-refile-guess-by-subject): Ditto.
5800
5801         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5802         parameters.
5803
5804         * wl-thread.el (wl-thread-update-indent-string-region):
5805         Use wl-thread-update-line-on-buffer instead of
5806         wl-thread-update-indent-string.
5807         (wl-thread-update-children-number): Redefine using
5808         wl-thread-update-line-on-buffer.
5809         (wl-thread-update-indent-string): Abolished.
5810
5811         * Version number is increased to 2.9.11.
5812
5813 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5816         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5817         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5818
5819         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5820         as nil.
5821
5822         * wl-thread.el (wl-thread-open-all-unread): Use 
5823         elmo-folder-list-messages-mark-match.
5824         (wl-thread-insert-message): Removed argument `mark-alist'.
5825         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5826         elmo-msgdb-set-mark.
5827         (wl-thread-get-children-msgs-uncached): Likewise.
5828         (wl-thread-get-exist-children): Added argument include-self.
5829         (wl-thread-delete-message): Follow the change above.
5830
5831         * wl-summary.el (wl-summary-count-unread): Removed argument.
5832         (wl-summary-rescan): Follow the change above.
5833         (wl-summary-mark-as-read-region): Ditto
5834         (wl-summary-mark-as-unread-region): Ditto.
5835         (wl-summary-delete-messages-on-buffer): Ditto.
5836         (wl-summary-sync-update): Ditto.
5837         (wl-summary-switch-to-clone-buffer): Ditto.
5838         (wl-summary-goto-folder-subr): Ditto.
5839         (wl-summary-target-mark-mark-as-read): Ditto.
5840         (wl-summary-target-mark-mark-as-unread): Ditto.
5841         (wl-summary-target-mark-mark-as-important): Ditto.
5842         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5843         (wl-summary-update-thread): Removed argument `mark-alist'.
5844         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5845         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5846         (wl-summary-resume-cache-status): Likewise.
5847         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5848         elmo-msgdb-set-mark.
5849         (wl-summary-mark-as-read-all): Likewise.
5850         (wl-summary-delete-cache): Ditto.
5851         (wl-summary-auto-select-msg-p): Ditto.
5852         (wl-summary-mark-as-unread): Ditto.
5853         (wl-summary-no-auto-refile-message-p): Ditto.
5854         (wl-summary-mark-as-read): Ditto.
5855         (wl-summary-mark-as-important): Ditto.
5856         (wl-summary-auto-refile): Follow the change above.
5857         (wl-summary-delete-all-marks): Removed.
5858         (wl-summary-resume-marks-and-highlight): Ditto.
5859         (wl-summary-resume-marks): Ditto.
5860         (wl-summary-delete-important-msgs-from-list): Ditto.
5861         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5862
5863         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5864         wl-summary-count-unread.
5865
5866         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5867         (wl-summary-score-update-all-lines): Use
5868         elmo-msgdb-set-mark.
5869
5870 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5871
5872         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5873         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5874         (wl-summary-create-line): Renamed from
5875         wl-summary-overview-create-summary-line;
5876         Argument rearrangement.
5877         (wl-summary-update-thread): Follow the change above.
5878
5879         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5880         (wl-thread-insert-entity-sub): Likewise.
5881
5882         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5883         argument `overview', `mark-alist' and added `msgdb'.
5884
5885         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5886
5887         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5888         (wl-summary-rescan): Follow the change above.
5889         (wl-summary-sync-update): Ditto.
5890         (wl-summary-insert-thread-entity): Ditto;
5891         Don't use `let*' in every while loop;
5892         Detect infinite loop of threads.
5893         (wl-summary-update-thread): Removed argument `overview'.
5894
5895         * wl-thread.el (wl-thread-insert-message): Ditto.
5896
5897         * Version number is increased to 2.9.10.
5898
5899         * wl-message.el (wl-message-redisplay): Ignore errors while
5900         wl-message-redisplay-hook.
5901
5902 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5903
5904         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5905
5906 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5907
5908         * wl.el (wl): inhibit-quit while wl-folder.
5909
5910 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5911
5912         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5913         while msgdb access.
5914
5915 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5916
5917         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5918         even if no folder is not created.
5919
5920 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5923
5924         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5925         implementation.
5926         (wl-summary-target-mark-thread): Ditto.
5927
5928         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5929
5930 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5931
5932         * wl-util.el (wl-display-bytes): Remove unused function.
5933
5934 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5935
5936         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5937         seems critical one (partially reverse the change in 2002/03/17).
5938
5939 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5942         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5943
5944 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5945
5946         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5947         is not writable.
5948         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5949         plugged status instead of `'force' as 2nd argument.
5950
5951         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5952         is not creatable.
5953
5954         * Version number is increased to 2.9.9.
5955
5956 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5957
5958         * wl-summary.el (wl-summary-suspend): New function.
5959
5960 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5961
5962         * wl.el (wl): Do not check variables if check is nil.
5963         * wl-utils.el (wl-collect-draft): New function.
5964         * wl-folder.el (wl-folder-suspend): Put summary buffers
5965         and draft buffers at the end of buffer list.
5966         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5967
5968 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5969
5970         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5971         loop instead of recursive call.
5972
5973         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5974         2nd argument.
5975
5976 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5977
5978         * wl-draft.el (wl-draft-create-contents): Don't take neither
5979         (function . args) nor (string . something) any more.
5980
5981         * wl-version.el (wl-generate-user-agent-string): Return string
5982         without header symbol.
5983         * wl-draft.el (wl-draft-default-headers): Use it.
5984
5985         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5986         `wl-draft-insert-ccs' and return field value instead of inserting
5987         the header. Abolish cc argument.
5988         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5989
5990         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5991         rather than one with string car.
5992
5993         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5994         * wl-draft.el (wl-draft-create-contents): Add it after the default
5995         headers.
5996
5997         * wl-draft.el (wl-draft-create-contents): For the case of
5998         (symbol-or-string . function) insert header only when the function
5999         returns string value.
6000
6001 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6002
6003         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6004         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6005
6006 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6007
6008         * wl.el (wl-check-environment): Don't check Message-ID when
6009         `wl-insert-message-id' is nil.
6010         Revive checking if `wl-message-id-domain' contains "@".
6011
6012 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6013
6014         * wl.el (wl-check-environment): Merge examination for "@" at
6015         inappropriate position into the first string-match.
6016
6017         * wl-summary.el (wl-summary-target-mark-print): New function.
6018         (wl-summary-pipe-message-subr): Extracted from
6019         `wl-summary-pipe-message'.
6020         (wl-summary-target-mark-pipe): New function.
6021         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6022         `wl-summary-target-mark-pipe'.
6023
6024 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6025
6026         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6027
6028 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6029
6030         * wl.el (wl-check-environment): Use elmo-warning instead of
6031         error for non-critical ones.
6032         Remove trash folder check.
6033         (wl): Don't ignore error in wl-check-environment.
6034
6035         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6036         check, which is moved from `wl-check-environment'.
6037         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6038
6039 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6042         guess anything, call wl-summary-write.
6043         (wl-summary-write): Create draft with blank To field.
6044         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6045
6046 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6047
6048         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6049         argument full as well for wl-folder-write-current-folder.
6050         If wl-*-write-current-folder cannot guess addressee, add blank
6051         To header.
6052         Rewrite condition for positioning cursor.
6053
6054 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6055
6056         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6057         summary buffer is present, use it.
6058         (wl-folder-jump-to-previous-summary): Ditto.
6059
6060 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6061
6062         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6063
6064         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6065         wl-summary-previous-buffer and wl-summary-next-buffer.
6066
6067         * wl-folder.el (wl-folder-mode-map): Bind
6068         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6069         (wl-folder-jump-to-next-summary): New function.
6070         (wl-folder-jump-to-previous-summary): Ditto.
6071
6072         * wl-draft.el (wl-draft): Rearranged.
6073
6074 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6077         of header.
6078         (wl-draft): Collect arguments for the header as header-alist.
6079         (wl-draft-forward): Arrange arguments for wl-draft.
6080         (wl-draft-reply): Ditto.
6081         (wl-draft-edit-string): Ditto.
6082         * wl-summary.el (wl-summary-write): Ditto.
6083         (wl-summary-write-current-folder): Ditto.
6084
6085         * Version number is increased to 2.9.8.
6086
6087 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6090
6091         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6092
6093         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6094         even if the guess failed.
6095
6096         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6097         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6098         wl-summary-write-current-folder.
6099         * wl-xmas.el: Ditto.
6100
6101 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-summary.el (wl-summary-next-page): Force display message if
6104         message is not displayed yet.
6105         (wl-summary-prev-page): Ditto.
6106
6107 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6108
6109         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6110
6111 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6114         add "Preview Message" and "Save Draft and Exit".
6115
6116 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6119         if addrmgr is called from draft in splitted window.
6120
6121         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6122         * wl-mule.el: Ditto.
6123         * wl-xmas.el: Ditto.
6124
6125 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6126
6127         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6128
6129         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6130         * wl-xmas.el (wl-folder-toolbar): Ditto.
6131
6132 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6135         and wl-draft-save-and-exit.
6136         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6137         * wl-xmas.el: Ditto.
6138         * wl-mule.el: Ditto.
6139
6140         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6141         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6142
6143 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6146         lists for saving buffer.
6147
6148 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6149
6150         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6151         parent-folder argument instead of it.
6152         (wl-draft-create-buffer): Ditto.
6153         (wl-draft-forward): Ditto.
6154         (wl-draft-reply): Ditto.
6155         * wl-summary.el (wl-summary-write): Ditto.
6156         (wl-summary-write-current-folder): Ditto.
6157
6158         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6159         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6160         Folder buffer after composing.
6161
6162 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6163
6164         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6165         header if the file `wl-x-face-file' already contains it.
6166
6167 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6168
6169         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6170         folder" entry.
6171         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6172         * wl-e21.el (wl-folder-toolbar): Ditto.
6173         * wl-xmas.el (wl-folder-toolbar): Ditto.
6174
6175 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6176
6177         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6178         wl-folder-goto-folder with sticky argument.
6179         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6180
6181 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6184         and wl-summary-previous-buffer.
6185         (wl-summary-next-buffer): New function.
6186         (wl-summary-previous-buffer): Ditto.
6187
6188 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6191         wl-folder-jump-to-current-entity-with-arg.
6192         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6193         `wl-folder-jump-to-current-entity'.
6194         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6195         `wl-summary-goto-folder-sticky'.
6196         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6197         `wl-summary-goto-folder'.
6198         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6199         Unless force-exit, do not clean temp. marks for sticky summary.
6200         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6201
6202 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6203
6204         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6205         not entire.
6206
6207 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6210         to `C-x C-s'.
6211         (wl-summary-save-status): New command.
6212         (wl-summary-exit): Don't clean-up temp marks when sticky.
6213         (Applied patch from Nakayama-san [wl: 09548])
6214         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6215         Do nothing when no mark data.
6216         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6217         Call `wl-summary-delete-all-temp-marks' before saving.
6218
6219 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6220
6221         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6222
6223 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6224
6225         * wl.el (wl-check-environment): Also cause error when (system-name)
6226         returns "localhost.localdomain". (Although it doesn't affect because
6227         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6228
6229 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6230
6231         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6232         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6233
6234         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6235         value.
6236
6237 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6240         Likewise r-cc-list and r-ng-list.
6241
6242 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6245         only if it is bound as variable.
6246
6247         * wl-mime.el (wl-draft-preview-message): Ditto.
6248
6249 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6250
6251         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6252         needless `goto-char'.
6253
6254         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6255         `wl-summary-redisplay-no-mime-internal' instead of
6256         `wl-summary-redisplay-no-mime'.
6257         (wl-summary-redisplay-no-mime): Changed argument;
6258         Call `wl-summary-redisplay-no-mime-internal'.
6259
6260         * wl-mime.el (wl-draft-preview-message): Bind
6261         `mime-header-encode-method-alist' locally.
6262
6263         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6264         (wl-draft-std11-parse-addresses): Added the first address check.
6265         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6266
6267         * Version number is increased to 2.9.7.
6268
6269 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6272
6273 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6274
6275         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6276         related to scrollbar support, if there is no such a feature
6277         compiled in.
6278
6279 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6280
6281         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6282         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6283         for prefetch.
6284
6285 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-summary.el (wl-summary-pick): Fix for no match.
6288
6289 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-draft.el (wl-draft-save):
6292         Override `mime-header-encode-method-alist'.
6293
6294 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-folder.el (wl-folder-pick): New function.
6297         Define key as "?".
6298
6299 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6302         Fix for unplugged.
6303
6304 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-folder.el (wl-folder-virtual): New function.
6307         Define key as "V".
6308
6309 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6312         multi folder if entity is group.
6313
6314 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6317         is nil.
6318
6319 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6322         (wl-summary-target-mark-msgs): Return the number of marked messages.
6323
6324 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6325
6326         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6327         "first:" is specified.
6328
6329 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6330
6331         * wl-vars.el (wl-from): Use return value of function
6332         user-full-name instead of the variable user-full-name since
6333         XEmacs-20.4 doesn't set this variable.
6334
6335 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6338         call `wl' directly.
6339
6340 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6341
6342         * wl-draft.el (wl-draft-reedit): Removed duplicated
6343         switch-to-buffers.
6344
6345 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6346
6347         * wl.el (wl-other-frame): Removed garbages.
6348
6349 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6352
6353         * wl-xmas.el (wl-draft-key-setup): Ditto.
6354
6355         * wl-mule.el (wl-draft-key-setup): Ditto.
6356
6357         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6358         (wl-draft-reedit): Ditto.
6359         (wl-draft-prepare-edit): Add `wl-draft-save' to
6360         `local-write-file-hooks'.
6361         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6362         (wl-draft-reedit): Set buffer-file-name.
6363         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6364
6365
6366         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6367         call it.
6368         (wl-delete-startup-frame-function): New variable.
6369         (wl-other-frame): New function
6370         (Original was written by Yamaoka san [wl: 09239]).
6371
6372         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6373         if `wl-folder-use-frame'.
6374
6375 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6376
6377         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6378
6379 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6380
6381         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6382         New variable.
6383         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6384         (wl-message-buffer-prefetch-get-next): Use them.
6385         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6386
6387 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6390         with unwind-protect.
6391
6392         * wl-draft.el (wl-draft-reedit): Rewrite.
6393         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6394         (wl-draft-save): Insert header separator if it does not exist;
6395         Removed condition-case.
6396
6397         * wl-summary.el (wl-summary-reedit): Revert last change.
6398
6399         * wl-draft.el (wl-draft-save): Rewrite.
6400         (wl-draft-create-buffer): Set buffer-file-name as nil.
6401
6402         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6403
6404         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6405
6406         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6407         nil.
6408
6409 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6412         If count is nil, do not prefetch.
6413         (wl-message-buffer-prefetch-next): Next.
6414
6415 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6418
6419 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6422         `delete-backward-char'
6423         (wl-draft-prepare-edit): Check major-mode.
6424         (wl-draft-decode-header): Rewrite.
6425         (wl-draft): Fix.
6426
6427 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6428
6429         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6430
6431 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6434         (wl-message-buffer-prefetch-get-next): Remove size checking.
6435         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6436
6437 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6438
6439         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6440         (wl-draft-default-headers): Fix.
6441
6442 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6443
6444         * wl-draft.el (wl-draft-default-headers): Insert return value of
6445         `wl-generate-mailer-string-function'.
6446
6447 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6448
6449         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6450         (wl-draft-insert-mail-header-separator): Ditto.
6451
6452         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6453         again (Reverted the change on 2002-01-17 by OKADA san).
6454
6455 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6456
6457         * wl-draft.el (wl-draft): Rewrite.
6458         (wl-draft-create-buffer): New function.
6459         (wl-draft-create-contents): Ditto.
6460         (wl-draft-prepare-edit): Ditto.
6461         (wl-draft-decode-header): Ditto.
6462         (wl-draft-decode-body): Ditto.
6463         (wl-draft-check-new-line): Ditto.
6464         (wl-draft-default-headers): Ditto.
6465         (wl-draft-insert-mail-header-separator): Ditto.
6466
6467 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * Version number is increased to 2.9.6.
6470
6471 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-draft.el (wl-draft-delete-field): Optional argument.
6474         (wl-draft-delete-fields): Ditto.
6475
6476 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-message.el (toplevel): Eliminated byte-compile warning.
6479         for `itimer-function', `delete-timer' and `itimer-list'.
6480
6481 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6484         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6485         `wl-message-buffer-prefetch-threshold'.
6486         * wl-summary.el (wl-summary-redisplay-internal): Remove
6487         the check of `wl-message-buffer-prefetch-depth'.
6488
6489 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6492         size of article.
6493         (wl-message-buffer-prefetch-subr): Remove size check.
6494
6495 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6496
6497         * wl-vars.el (wl-plugged): Make customizable.
6498
6499 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6502         (wl-message-buffer-prefetch-set-timer): New function.
6503         (wl-message-buffer-prefetch-get-next): New function.
6504         (wl-message-buffer-prefetch): New function.
6505         (wl-message-buffer-prefetch-next): Rewrite.
6506         (wl-message-buffer-prefetch-subr): Rewrite.
6507         * wl-vars.el (wl-auto-prefetch-first): New variable.
6508         * wl-summary.el (wl-summary-goto-folder-subr): Call
6509         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6510
6511 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6512
6513         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6514         `wl-summary-unread-message-hook'.
6515
6516 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6519         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6520         if range is `cache-status'.
6521
6522 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-message.el (wl-message-buffer-prefetch-subr):
6525         Improve debug message.
6526
6527 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6530         `wl-mail-send-pre-hook'.
6531         (wl-draft-send-mail-with-qmail): Ditto.
6532         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6533
6534 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * wl-message.el (wl-message-buffer-prefetch-subr):
6537         Fix for cancel-function-timers bug.
6538         (wl-message-buffer-prefetch-debug): Default value is t.
6539
6540 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6541
6542         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6543         (wl-message-buffer-prefetch-subr): Rewrite.
6544         Rename from `wl-message-buffer-prefetch'.
6545
6546 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6547
6548         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6549         (wl-default-draft-cite-decorate-author): Ditto.
6550
6551         * wl-draft.el (wl-draft-cite-function): Removed.
6552         (wl-default-draft-cite-decorate-author): Ditto.
6553
6554 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6555
6556         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6557         (wl-default-draft-cite): Do not arrange author name if the value of
6558         `wl-default-draft-cite-decorate-author' is nil.
6559
6560 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6561
6562         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6563
6564         * wl-folder.el (wl-folder-check-one-entity): Don't care
6565         `elmo-folder-use-flag-p'.
6566
6567 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-folder (wl-folder-check-one-entity): Fix
6570         problem if unread is nil.
6571
6572 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6573
6574         * wl-address.el (wl-address-make-completion-list): Check whether
6575         the address is a group list.
6576         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6577
6578 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6579
6580         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6581         The number of the messages of new and unread does not count
6582         correctly.
6583
6584         * wl-summary.el (wl-summary-count-unread): Changed to return
6585         `(new . unread)' instead of total.
6586         (wl-summary-sync-update): Follow the change above.
6587
6588         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6589
6590 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6591
6592         * wl-address.el (wl-address-make-completion-list): Do not enclose
6593         address by " <" and ">" if associated realname is "".
6594         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6595         This is against the promblem with group list in .addresses pointed
6596         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6597
6598 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6599
6600         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6601         message is a format control string.
6602         * wl-expire.el (wl-expire-append-log): Ditto.
6603         * wl-mime.el (wl-summary-burst-subr): Ditto.
6604         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6605         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6606
6607 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6610         wl.el (wl-check-variables): Rename from `wl-check-type'.
6611         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6612         (wl-check-variables-2): New function.
6613         (wl): Call `wl-check-variables-2'.
6614
6615 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6616
6617         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6618         after renaming folder in access group.
6619
6620 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6621
6622         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6623         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6624         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6625         (wl-message-buffer-prefetch): Rewrite.
6626         (wl-message-buffer-prefetch-idle-time): Removed.
6627         * wl-summary.el (wl-summary-redisplay-internal):
6628         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6629         Error check for `wl-message-buffer-prefetch-depht'.
6630
6631 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6632
6633         * Version number is increased to 2.9.5.
6634         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6635
6636 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6639         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6640         Based on the patch written by
6641         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6642
6643 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6644
6645         * wl-draft.el (wl-draft-raw-send): Fix for
6646         `wl-news-send-pre-hook'
6647
6648 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-utils.el (wl-message-id-function): New variable.
6651         * wl-draft.el (wl-draft-insert-required-fields):
6652         Use `wl-message-id-function'.
6653
6654 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6657         * wl-utils.el (wl-draft-make-message-id-string):
6658         Use `wl-from' for domain part of Message-ID
6659         if `wl-message-id-use-wl-from' if non-nil.
6660         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6661
6662 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl.el (wl): Call `wl-check-type'
6665         Do not 'condition-case'.
6666
6667 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl.el (wl-check-type): New function.
6670         (wl-check-type-variables): New variable.
6671
6672 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6675
6676 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-draft.el (wl-smtp-password-key): New function.
6679         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6680         (wl-draft-send-mail-with-smtp): Ditto.
6681         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6682
6683 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6686         * wl-utils.el (wl-unique-id-suffix): Remove.
6687
6688 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6689
6690         * Version number is increased to 2.9.4.
6691
6692 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-utils.el (wl-unique-id-suffix): New variable.
6695         (wl-unique-id): Use `wl-unique-id-suffix'
6696
6697 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6698
6699         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6700         instead of `elmo-msgdb-search'.
6701
6702         * Version number is increased to 2.9.3.
6703
6704 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6705
6706         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6707
6708 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6709
6710         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6711         (wl-draft-dispatch-message): Changed for send-later.
6712         (wl-draft-queue-flush): Ditto.
6713         (wl-draft): Clear `wl-sent-message-queued'.
6714         (wl-draft-reedit): Ditto.
6715         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6716         * wl-vars.el (wl-draft-force-queuing): New variable.
6717         (wl-draft-force-queuing-mail): New variable.
6718         (wl-draft-force-queuing-news): New variable.
6719
6720 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6721
6722         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6723         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6724
6725 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6726
6727         * Version number is increased to 2.9.2.
6728
6729 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6730
6731         * wl-draft.el (wl-draft-elide-region): New user command.
6732         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6733
6734         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6735         command `wl-draft-elide-region'.
6736         * wl-mule.el: Ditto.
6737         * wl-xmas.el: Ditto.
6738
6739 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6740
6741         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6742         (wl-biff-check-folder-async): Removed needless let.
6743
6744 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6747         wl-folder-get-elmo-folder.
6748         (wl-biff-check-folder): Set `biff' argument of
6749         `wl-folder-check-one-entity'.
6750         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6751
6752         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6753         (wl-folder-check-one-entity): Added `biff' argument;
6754         Setup `biff' slot of folder.
6755
6756         * Version number is increased to 2.9.1.
6757
6758 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6759
6760         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6761         comment out and fixed.
6762         (wl-fldmgr-add-completion-subr): Ditto.
6763
6764         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6765         and msgdb.
6766
6767         * wl.el (wl-toggle-plugged): Save summary view.
6768
6769 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6770
6771         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6772
6773 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6774
6775         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6776
6777 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6780         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6781         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6782
6783         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6784         if it was failed.
6785         (wl-demo): Disable undo in the demo buffer.
6786
6787 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6788
6789         * wl-version.el (wl-version): Changed codename.
6790
6791         * Version number is increased to 2.9.0.
6792
6793 2001-12-14  Takuo KITAME <kitame@northeye.org>
6794
6795         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6796         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6797         (wl-folder-mark-as-read-all-current-entity): Ditto.
6798
6799 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-vars.el (wl-from-width): Define as obsolete variable.
6802         (wl-subject-length-limit): Ditto.
6803
6804         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6805
6806         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6807         wl-summary-save-view.
6808
6809         * wl.el (wl-save-status): Ditto.
6810         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6811
6812         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6813         (wl-summary-exit): Follow the change above.
6814         (wl-summary-goto-folder-subr): Ditto.
6815
6816         * wl-folder.el (wl-folder-create-subr): Don't use
6817         `elmo-folder-creatable-p'.
6818
6819 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6820
6821         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6822
6823 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6826         rather than bitmap on Emacs 21.
6827         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6828         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6829         for xbm if the new redisplay engine is not available.
6830
6831 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-folder.el (wl-folder-init-hook): New hook.
6834         (wl-folder-init): Run `wl-folder-init-hook'.
6835
6836 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6839
6840 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6841
6842         * wl-acap.el (wl-acap-cache-filename): New variable.
6843         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6844         (wl-acap-init): Use cache if no ACAP server found.
6845
6846 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6849         `wl-acap-original-msgdb-dir'.
6850
6851         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6852         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6853
6854         * wl-mime.el (wl-mime-save-directory): Renamed from
6855         `wl-mime-save-dir'.
6856
6857 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6860
6861         * wl-demo.el: Require `path-util'.
6862         (wl-demo-bitmap-mule-available-p): New internal variable.
6863         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6864         `module-installed-p' instead.
6865         (wl-demo-insert-image): Use *.img file for a bitmap image.
6866         (wl-demo): Don't call the ascii demo recursively.
6867
6868 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6869
6870         * Version number is increased to 2.7.7.
6871
6872 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6873
6874         * wl.el (wl-exit): Eliminated byte-compile warning.
6875
6876 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6877
6878         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6879         obsolete variable using `elmo-define-obsolete-variable'.
6880         (wl-fetch-confirm-threshold): Ditto.
6881         (wl-cache-prefetch-folder-type-list): Ditto.
6882         (wl-cache-prefetch-folder-list): Ditto.
6883
6884 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6885
6886         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6887         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6888         (wl-demo-insert-image): New function.
6889         (wl-demo-insert-text): New function.
6890         (wl-demo-image-type-alist): Redefine as a function.
6891         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6892         (wl-demo-with-temp-file-buffer): Removed.
6893         (wl-logo-xpm): Removed.
6894         (wl-logo-xbm): Removed.
6895         (wl-logo-bitmap): Removed.
6896
6897 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6898
6899         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6900         (wl-expire-localdir-get-folder-function): New user option.
6901         (wl-expire-localdir-get-folder): New function.
6902         (wl-expire-localdir-date): Ditto.
6903
6904 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6905
6906         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6907         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6908         Fixed unread number mismatch when all-unread < unread.
6909
6910 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6911
6912         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6913         (wl-fetch-confirm-threshold): Ditto.
6914
6915         * wl-summary.el (wl-summary-confirm-appends): Removed.
6916         (wl-summary-sync-update): Don't refer
6917         `wl-summary-update-confirm-threshold' (It is now abolished).
6918
6919         * wl-message.el (wl-message-display-internal): Don't refer
6920         `wl-fetch-confirm-threshold' (It is now abolished).
6921
6922 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6923
6924         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6925
6926 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6927
6928         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6929         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6930         Change default value to nil.
6931         (wl-summary-indent-length-limit): The value can be nil, nil means
6932         unlimited.
6933
6934         * wl-summary.el: Don't set limit for indent length if the value of
6935         wl-summary-indent-length-limit is nil.
6936         If the value of wl-summary-width is nil, it means only that the width
6937         of summary is unlimited (nil doesn't mean that the indent length is
6938         unlimited).
6939
6940         * wl-thread.el: Ditto.
6941
6942 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6943
6944         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6945         be nil, nil means never confirm.
6946         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6947
6948 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6949
6950         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6951         means unlimited).
6952
6953 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6954
6955         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6956         Use `with-temp-buffer'.
6957
6958 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6961         with new backquote style).
6962         (wl-folder-get-entity-from-buffer): Ditto.
6963
6964 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6965
6966         * wl-version.el (nemacs-version): Eliminated.
6967         (wl-extended-emacs-version2): Ignore nemacs.
6968         (wl-extended-emacs-version3): Ditto.
6969
6970 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6971
6972         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6973         (wl-draft-add-in-reply-to): New variable.
6974         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6975         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6976         (wl-draft-yank-from-mail-reply-buffer): Use
6977         `wl-draft-add-in-reply-to'.
6978         (wl-draft-insert-current-message): Ditto.
6979
6980 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6981
6982         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6983         typo (kill->hide).
6984         (wl-message-buffer-prefetch-folder-type-list): Added elements
6985         `mark' and `cache' instead of `internal'.
6986
6987 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6990         resume msgdb directory.
6991
6992 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl.el (wl-exit): Call `wl-acap-exit'.
6995
6996         * wl-summary.el (wl-summary-message-string): New function.
6997         (wl-summary-reedit): Use it.
6998         (wl-summary-resend-bounced-mail): Remove needless let.
6999         (wl-summary-supersedes-message): Ditto.
7000         (wl-summary-save): Ditto.
7001
7002         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7003         (wl-acap-init): Set it.
7004         (wl-acap-exit): New function.
7005
7006 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7007
7008         * wl.el (wl-init): Revert (require 'mime-setup). move from
7009         toplevel.
7010
7011 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7012
7013         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7014         local variables.  Add error when guess function return invalid
7015         value.
7016
7017 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7018
7019         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7020         Change local variable name.
7021         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7022         (wl-folder-get-newsgroups): Return nil when non-news folder.
7023         * wl-summary.el (wl-summary-write-current-folder): State through
7024         when guess-list return nil.
7025         (wl-summary-write-current-folder-functions): Fixed docstring.
7026
7027         * wl.el (wl-exit): Changed confirm message.
7028
7029         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7030         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7031
7032         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7033
7034 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7035
7036         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7037         user option (Renamed from wl-cache-prefetch-folder-type-list).
7038         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7039         from wl-cache-prefetch-folder-list).
7040
7041         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7042         Move to wl-vars.el.
7043         (wl-message-buffer-prefetch-p): Changed to enable
7044         `wl-message-buffer-prefetch-folder-list'.
7045
7046         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7047         `ignore-cache'.
7048
7049 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7050
7051         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7052         `part-top' and `part-bottom'.
7053         (wl-draft-config-sub-part-top): New function.
7054         (wl-draft-config-sub-part-bottom): New function.
7055
7056 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7057
7058         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7059
7060 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7061
7062         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7063
7064 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7065
7066         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7067
7068         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7069         (wl-summary-write-current-folder): Ditto.
7070
7071 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7072
7073         * wl-folder.el (wl-folder-get-newsgroups): Use
7074         `elmo-folder-newsgroups'.
7075
7076 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7077
7078         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7079         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7080         `wl-draft-config-sub-header-bottom'.
7081
7082 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7083
7084         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7085         localnews folder.
7086
7087 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7088
7089         * wl-summary.el (wl-summary-mode): Undo last change.
7090
7091         * wl-folder.el (wl-folder-mode): Ditto.
7092
7093 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7094
7095         * wl-summary.el (wl-summary-mode): Locally set
7096         truncate-partial-window-width to nil.
7097         (for XEmacs)
7098
7099         * wl-folder.el (wl-folder-mode): Ditto.
7100
7101 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7102
7103         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7104
7105 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7108         number.
7109
7110         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7111
7112         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7113
7114         * Version number is increased to 2.7.6.
7115
7116 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7119
7120 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7121
7122         * wl-summary.el (wl-summary-sync-update): Enclose network
7123         related portion with `unwind-protect'.
7124
7125 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7126
7127         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7128
7129 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7132         element.
7133         * wl-vars.el (wl-message-body-button-alist): Ditto.
7134
7135         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7136         max match length.
7137         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7138
7139         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7140         for the max match length;
7141         Use 4th element value for the button string regexp group.
7142
7143         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7144         candidate exists, prompt to select.
7145
7146 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7147
7148         * wl-summary.el (wl-summary-jump-to-msg): Search before
7149         calibration point by `beginning-of-line'.
7150
7151 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7152
7153         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7154         for access group.
7155
7156 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-message.el (wl-message-display-internal): Bind
7159         `default-mime-charset'.
7160
7161         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7162
7163         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7164
7165         * Version number is increased to 2.7.5.
7166
7167 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7168
7169         * wl-expire.el (wl-summary-archive): Fixed;
7170         Use `elmo-folder-name-internal'.
7171
7172 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7173
7174         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7175         from `elmo-folder-move-messages' caller.
7176         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7177
7178         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7179         related portions are changed).
7180
7181 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7182
7183         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7184         counter.
7185
7186 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7187
7188         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7189         buffer local and set it to nil.
7190
7191         * wl-message.el (wl-message-redisplay): Ditto.
7192
7193 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-summary.el (wl-summary-mark-as-important): If message is
7196         already cached, set messag as read, otherwise encache and mark as read.
7197
7198 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7199
7200         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7201         point-min.
7202
7203 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7204
7205         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7206         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7207         a keymap.
7208
7209 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7212         parent.
7213
7214         * wl-mule.el (wl-message-define-keymap): Ditto.
7215
7216         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7217
7218         * wl-xmas.el (wl-message-display-internal-hook): Define.
7219         (wl-xmas-setup-message-toolbar): Define as function.
7220         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7221         (wl-message-overload-functions): Abolished.
7222         (wl-message-define-keymap): New function.
7223
7224         * wl-vars.el (wl-message-display-internal-hook): New variable.
7225         (wl-message-header-button-alist): New variable (Renamed from
7226         wl-highlight-message-header-button-alist).
7227         (wl-message-body-button-alist): Ditto.
7228
7229         * wl-mule.el (wl-message-define-keymap): New function.
7230         (wl-message-overload-functions): Abolished.
7231
7232         * wl-message.el (wl-message-add-buttons-to-body): New function.
7233         (wl-message-redisplay): Don't call wl-message-overload-functions;
7234         Call wl-message-add-buttons-to-header and
7235         wl-message-add-buttons-to-body.
7236         (wl-message-display-internal): Set keymap argument for
7237         elmo-mime-display-as-is, elmo-mime-message-display;
7238         Run wl-message-display-internal-hook.
7239         (wl-message-refer-article-or-url): Abolished.
7240
7241         * wl-highlight.el (wl-highlight-headers): Don't call
7242         wl-highlight-message-add-buttons-to-header.
7243         (wl-highlight-message-add-buttons-to-header): Abolished.
7244
7245
7246         * wl-e21.el (wl-message-display-internal-hook): Define.
7247         (wl-e21-setup-toolbar): Deleted duplicated binding.
7248         (wl-e21-setup-message-toolbar): Define as function.
7249         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7250         (wl-message-define-keymap): New function.
7251         (wl-message-overload-functions): Abolished.
7252
7253 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7256         and elmo-folder-close.
7257
7258         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7259
7260 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7261
7262         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7263         boolean value.
7264         * wl-draft.el (wl-draft-do-fcc): Ditto.
7265
7266 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7267
7268         * wl-vars.el (wl-fcc-force-as-read): New variable.
7269         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7270         mark copied message as read.
7271
7272 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7273
7274         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7275
7276 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7277
7278         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7279         `wl-summary-target-above' instead of obsolete variable
7280         `wl-summary-temp-above'.
7281
7282         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7283         instead of `make-obsolete-variable'.
7284         * wl-refile.el (toplevel): Ditto.
7285
7286 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7289         with third argument t.
7290         (wl-draft): Set first argument for wl-plugged-init as t.
7291
7292         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7293         definition.
7294
7295 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7296
7297         * wl-vars.el: Tabify.
7298         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7299
7300         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7301         message.
7302
7303 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7304
7305         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7306         and set default to beep.
7307
7308 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7309
7310         * wl-vars.el (wl-draft-truncate-lines): New variable.
7311
7312         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7313         instead of wl-message-truncate-lines for truncate-lines.
7314
7315 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-message.el (wl-message-display-internal): Call
7318         `wl-highlight-message' after `elmo-mime-display-as-is'.
7319
7320         * wl-mime.el (wl-mime-display-text/plain): New function.
7321         (wl-mime-display-header): Ditto.
7322         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7323         body-presentation-method for text/plain;
7324         Register `wl-mime-display-header' as a header-presentation-method;
7325         Don't set up `elmo-message-text-content-inserted-hook' and
7326         `elmo-message-header-inserted-hook'.
7327
7328         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7329         variable.
7330         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7331         as t if flag is 'all-header;
7332         Don't bind `elmo-message-ignored-field-list',
7333         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7334
7335 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7336
7337         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7338         for xemacs with non-mule environment.
7339
7340 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7341
7342         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7343         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7344         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7345
7346 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7347
7348         * wl-vars.el (wl-interactive-send): Set default value as t.
7349
7350 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7351
7352         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7353         (wl-addrmgr-method-list): Abolished.
7354         (wl-addrmgr-change-method): Follow above change.
7355
7356         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7357
7358 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7359
7360         * wl-vars.el (wl-message-truncate-lines): Change default value
7361         to default-truncate-lines.
7362
7363         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7364
7365 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7366
7367         * wl-vars.el (wl-message-truncate-lines): New variable.
7368
7369         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7370         wl-message-truncate-lines.
7371
7372 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-acap.el (wl-acap-init): Remove period from error message.
7375         (wl-acap-find-acap-service): Remove period from message.
7376
7377 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7378
7379         * wl.el (wl-check-environment): Undo last change.
7380
7381         * wl-vars.el (wl-from): Changed default value.
7382
7383         * wl-util.el (toplevel): Don't require tm-edit.
7384
7385         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7386         `wl-folder-init';
7387         Don't set mark on mail body.
7388         (wl-draft-reedit): Ditto.
7389
7390         * wl-address.el (wl-address-quote-specials): Define as an alias for
7391         elmo-address-quote-specials.
7392
7393 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7396
7397         * wl-vars.el (wl-from): Set default value as nil.
7398         (wl-organization): Set default value as ORGANIZATION environment
7399         variable.
7400
7401         * wl-draft.el (wl-smtp-extension-bind): Check value of
7402         wl-smtp-connection-type.
7403
7404         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7405         error.
7406
7407 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7408
7409         * Version number is increased to 2.7.4.
7410
7411         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7412         arguments from `wl-highlight-x-face-function' caller.
7413         Use x-face-1.3.6.12 or later.
7414
7415 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7416
7417         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7418
7419 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7420
7421         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7422         (wl-fcc): Fix to accept function.
7423         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7424
7425 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7426
7427         * wl-acap.el (toplevel): Added `product-provide' declare.
7428         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7429
7430 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl.el (wl): Changed order of calling `elmo-init'
7433         and `elmo-folder-init'.
7434
7435 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7436
7437         * wl-mime.el (wl-summary-burst): Extract message when content-type
7438         of root entity is not only `multipart' but also `message/rfc822'.
7439         (wl-summary-burst-subr): Ditto.
7440
7441 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-vars.el (toplevel): Require 'custom.
7444         (wl-trash-folder): Added to `wl-setting' group.
7445
7446         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7447         exists.
7448         (wl-addrmgr-draw): Insert empty line when no entry exists.
7449
7450         * wl-mule.el (wl-message-wheel-up): Fixed.
7451         (wl-message-wheel-down): Ditto.
7452
7453 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7454
7455         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7456         config is an anonymous lambda expression.
7457
7458 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7461         when Mule 2 is running.
7462
7463 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7466
7467 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7470         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7471
7472         * wl-address.el (wl-address-specials-regexp): Eliminated.
7473         (wl-address-quote-specials): Rewrite.
7474
7475 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7478         shy-groups for regexp.
7479
7480         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7481         character classes and Perl style shy-groups for regexp.
7482         (wl-highlight-plugged-current-line): Use Posix style character
7483         classes for regexp.
7484         (wl-e21-highlight-folder-by-numbers): Ditto.
7485         (wl-e21-display-image-p): Use `display-images-p' instead of
7486         `display-graphic-p'.
7487         (display-images-p): Make an alias to `display-graphic-p' if it is
7488         not available.  It is for Emacs version prior to 21.0.105.
7489
7490         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7491         `display-graphic-p'.
7492         (wl-demo-image-type-alist): Ditto.
7493         (display-images-p): Make an alias to `display-graphic-p' if it is
7494         not available.  It is for Emacs version prior to 21.0.105.
7495
7496 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7497
7498         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7499         support.
7500         (wl-generate-user-agent-string): Ditto.
7501
7502         * wl-version.el (wl-version): Update docsting.
7503         (wl-version-status): Ditto.
7504
7505 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7506
7507         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7508         21.0.105.  For Emacs 21.0.104 or earlier.
7509
7510 2001-09-03  Takuo KITAME <kitame@northeye.org>
7511
7512         * wl-e21.el (wl-plugged-init-icons): Use
7513         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7514         (wl-biff-init-icons): Ditto.
7515
7516 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7517
7518         * wl-highlight.el (wl-highlight-summary-current-line):
7519         Fixed highlighting refile/copy destination.
7520
7521         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7522         (wl-acap-store): Encode string by wl-acap-coding-system.
7523
7524 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7525
7526         * wl-acap.el (toplevel): Check and require 'un-define before
7527         'xemacs-ucs;
7528          Added checking for UTF-2000.
7529
7530 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7533         Don't enclose with `eval-and-compile'.
7534
7535         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7536         wl-init is non-nil.
7537
7538         * wl-draft.el (wl-draft): Ditto.
7539
7540         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7541
7542         * wl-acap.el (toplevel): Require 'wl.
7543         (wl-acap-store): Call `elmo-init'.
7544
7545         * wl.el (wl): Changed position of `wl-check-environment'.
7546         (toplevel): Added autoload setting for wl-acap.
7547
7548         * wl-vars.el (wl-setting): New custom group.
7549         (wl-from): Added wl-setting group.
7550         (wl-user-mail-address-list): Ditto.
7551         (wl-organization): Ditto.
7552         (wl-subscribed-mailing-list): Ditto.
7553         (wl-envelope-from): Ditto.
7554         (wl-smtp-posting-user): Ditto.
7555         (wl-smtp-posting-server): Ditto.
7556         (wl-smtp-posting-port): Ditto.
7557         (wl-smtp-authenticate-type): Ditto.
7558         (wl-pop-before-smtp-user): Ditto.
7559         (wl-pop-before-smtp-server): Ditto.
7560         (wl-pop-before-smtp-port): Ditto.
7561         (wl-pop-before-smtp-authenticate-type): Ditto.
7562         (wl-nntp-posting-server): Ditto.
7563         (wl-nntp-posting-user): Ditto.
7564         (wl-nntp-posting-port): Ditto.
7565         (wl-fetch-confirm-threshold): Ditto.
7566         (wl-prefetch-threshold): Ditto.
7567         (wl-thread-insert-opened): Ditto.
7568         (wl-ldap-server): Ditto.
7569         (wl-ldap-port): Ditto.
7570         (wl-ldap-base): Ditto.
7571         (wl-ldap-objectclass): Ditto.
7572         (wl-use-ldap): Ditto.
7573         (wl-draft-config-alist): Ditto.
7574         (wl-draft-config-matchone): Ditto.
7575         (wl-template-alist): Ditto.
7576         (wl-message-sort-field-list): Ditto.
7577         (wl-message-ignored-field-list): Ditto.
7578         (wl-message-visible-field-list): Ditto.
7579         (wl-interactive-send): Ditto.
7580         (wl-summary-move-order): Ditto.
7581         (wl-auto-select-first): Ditto.
7582         (wl-auto-select-next): Ditto.
7583         (wl-interactive-save-folders): Ditto.
7584
7585         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7586         Initialization codes are moved from wl-local-folder-init.
7587         (wl-local-folder-init): Follow the change above.
7588         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7589
7590         * wl-acap.el: New file.
7591
7592         * Version number is increased to 2.7.3.
7593
7594 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7595
7596         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7597
7598 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7599
7600         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7601         (wl-addrmgr-address-entry-list): Ditto.
7602
7603 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7604
7605         * wl-e21.el (wl-draft-mode-map): Removed binding for
7606         `wl-draft-insert-x-face-field'.
7607
7608         * wl-mule.el (wl-draft-mode-map): Ditto.
7609
7610         * wl-xmas.el (wl-draft-mode-map): Ditto.
7611
7612         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7613         (wl-cs-autoconv): Ditto.
7614         (wl-cs-local): Ditto.
7615         (wl-use-scoring): Ditto.
7616         (wl-mime-charset): Ditto.
7617         (wl-folder-check-async): Ditto.
7618
7619         * wl.el (toplevel): Ignore nemacs and tm.
7620         (wl-exit): Ditto.
7621
7622         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7623         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7624         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7625         instead of wl-address-petname-add-or-change.
7626         (wl-summary-edit-addresses-subr): Use wl-address-delete
7627         instead of wl-address-petname-delete.
7628
7629         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7630
7631         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7632         if error occured.
7633
7634         * wl-message.el (require): Remove tm support.
7635
7636         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7637
7638         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7639         (wl-folder-jump-to-current-entity): Ditto.
7640         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7641
7642         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7643         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7644         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7645
7646         * wl-mule.el (wl-draft-key-setup): Ditto.
7647
7648         * wl-xmas.el (wl-draft-key-setup): Ditto.
7649
7650         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7651         (wl-draft-std11-parse-addresses): New function.
7652         (wl-draft-parse-mailbox-list): Use it.
7653         (wl-draft): Ignore nemacs.
7654         (wl-draft-reedit): Ditto.
7655
7656         * wl-addrmgr.el: New file.
7657         (Original is wl-rcpt.el written by
7658         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7659         Thanks Kitamoto-san.)
7660
7661         * wl-address.el (wl-address-make-address-list): Modified parsing
7662         process.
7663         (wl-address-delete): Renamed from `wl-address-petname-delete';
7664         Modify wl-address-list too.
7665         (wl-address-add-or-change): Renamed from
7666         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7667
7668 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7669
7670         * wl-highlight.el (wl-highlight-summary-current-line):
7671           Work with transient-mark-mode
7672
7673 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * Version number is increased to 2.7.2.
7676
7677         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7678         instead of elmo-dop-queue-method.
7679
7680 2001-08-06  SAITO Atsunori <sai@yedo.com>
7681
7682         * wl-vars.el (wl-ldap-objectclass): New user option.
7683
7684         * wl-address.el (wl-ldap-make-filter): Use it.
7685
7686 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7687
7688         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7689
7690 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-folder.el (wl-folder): redisplay after folder insertion.
7693
7694         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7695
7696         * wl-summary.el (wl-summary-sync-update):
7697         Change status mark only when new-msgdb exists.
7698         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7699
7700 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7701
7702         * wl-summary.el (wl-summary-open-folder): New function.
7703         (wl-summary-goto-folder-subr): Use it.
7704         (wl-summary-mark-as-important): Fix;
7705         Encache only when no cache exists.
7706
7707 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7710         Use with-current-buffer.
7711
7712 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7713
7714         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7715         before call `get-buffer'. Fixed parenthesis.
7716         (wl-score-get-header-entry): Clear message and help window when
7717         keyboard quit.
7718         (wl-score-edit-insert-header): Ditto.
7719
7720 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7723         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7724         (wl-default-draft-cite): Fix.
7725
7726         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7727         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7728
7729 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7730
7731         * wl-message.el (wl-message-prev-page): Do same bahavior
7732         as summary when it is called in the message buffer.
7733         (wl-message-next-page): Ditto.
7734
7735 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-summary.el (wl-summary-forward): Use cache if it is not
7738         section cache.
7739
7740 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7743         Removed redundant require of elmo-vars.
7744         (wl-biff-state-indicator-on): Changed default value for
7745         xemacs with non-mule environment.
7746
7747         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7748         wl-message-buffer is nil;
7749         Hide progress bar after moving messages.
7750
7751 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7754         message at cursor point is deleted.
7755
7756 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-vars.el: Changed file coding system to euc-japan.
7759         Added -*-coding:-*- magic to the first line.
7760
7761         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7762         Search parent from the first message.
7763
7764         * Version number is increased to 2.7.1.
7765
7766 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7767
7768         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7769
7770 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7771
7772         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7773         refile/delete execution.
7774
7775         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7776         Fixed docstring.
7777
7778 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7781         do update process;
7782         Don't update marks when update process is interrupted.
7783
7784 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-summary.el (wl-summary-reply): Fixed problem when
7787         wl-draft-use-frame is non-nil.
7788         (wl-summary-forward): Ditto.
7789
7790         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7791         as nil.
7792         (wl-folder-mark-as-read-all-entity): Ditto.
7793         (wl-folder-prefetch-entity): Ditto.
7794
7795         * wl.el (wl): Check environment before wl-init.
7796
7797         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7798         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7799         instead of wl-summary-collect-unread.
7800         (wl-summary-reply): Split message window.
7801
7802 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7805         only if current language environment is japanese,
7806
7807         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7808         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7809         (wl-folder-goto-folder-subr): Ditto.
7810
7811         * wl-draft.el (wl-draft-dispatch-message): Call
7812         `elmo-file-cache-get-path'.
7813
7814 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-summary.el (wl-summary-cursor-move): If return value of
7817         wl-summary-next-message is not number, don't jump.
7818
7819 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-summary.el (wl-summary-buffer-next-message-function): New
7822         variable.
7823         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7824         if it is bound.
7825
7826         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7827         string.
7828
7829         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7830         (wl-plugged-drawing): Ditto.
7831
7832 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7835         process.
7836         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7837         with unwind-protect.
7838
7839         * wl.el (wl-init): Require mime-setup.
7840         (wl-check-environment): Don't require mime-setup.
7841
7842         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7843         instead of elmo-folder-type.
7844
7845         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7846         value as nil.
7847
7848 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * Version number is increased to 2.7.0.
7851
7852         * wl-version.el (wl-version): Changed codename.
7853
7854         * wl-summary.el (wl-summary-delete-cache): Fixed.
7855
7856         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7857         Workaround for net folders.
7858         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7859
7860         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7861         value to nil (According to the patch from
7862         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7863
7864         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7865         of elmo-folder-close.
7866
7867 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7868
7869         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7870         for postfix.
7871
7872 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-summary.el (wl-summary-resend-message): Fixed.
7875
7876         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7877         Call wl-draft with `from' argument if its address is included in
7878         `wl-user-mail-address-list'.
7879         (wl-draft): Added `from' argument.
7880
7881         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7882         non-nil.
7883         (wl): Don't show demo if wl-demo is nil.
7884
7885         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7886         wl-summary-use-frame.
7887
7888         * wl-vars.el (wl-summary-use-frame): New user option.
7889         (wl-folder-use-frame): Changed docstring.
7890
7891         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7892         non-nil.
7893         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7894         wl-summary-use-frame.
7895
7896         * wl-vars.el (wl-folder-use-frame): New user option.
7897
7898         * wl-summary.el (wl-summary-exit): Back to folder frame if
7899         wl-folder-use-frame is non-nil.
7900         (wl-summary-redisplay-internal): Ignore cache if current folder
7901         is draft folder,
7902         (wl-summary-redisplay-no-mime): Ditto.
7903         (wl-summary-redisplay-all-header): Ditto.
7904
7905         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7906         if wl-folder-use-frame is non-nil.
7907
7908 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-summary.el (wl-summary-sync-update): Bind
7911         elmo-folder-update-threshold.
7912         (wl-summary-mark-as-important): Enclosed server mark processing
7913         with `save-match-data'.
7914
7915         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7916         only when it is already defined.
7917
7918 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7919
7920         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7921         name of folder exclude localdir is wrong.
7922         * wl-folder.el (wl-folder-sync-entity):
7923         Set `wl-summary-always-sticky-folder-list' as nil.
7924         (wl-folder-mark-as-read-all-entity): Ditto.
7925         (wl-folder-prefetch-entity): Ditto.
7926
7927 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7928
7929         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7930         instead of `wl-summary-write-current-newsgroup'.
7931
7932 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7933
7934         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7935         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7936         non-nil and selected message is important, do not display.
7937
7938 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7939
7940         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7941
7942 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7945
7946         * wl-summary.el (wl-summary-mark-as-important): Set message number
7947         using wl-summary-message-number.
7948
7949 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7950
7951         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7952         destination folder is 'null.
7953
7954 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7955
7956         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7957         New function.
7958         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7959         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7960         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7961
7962 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7963
7964         * wl-mime.el (wl-mime-setup): Added setting for
7965         `mime-setup-signature-key-alist' to avoid overriding key bind for
7966         `wl-draft-send'.
7967
7968         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7969         for `wl-draft-send'.
7970         * wl-mule.el (wl-draft-overload-functions): Ditto.
7971         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7972         * wl-draft.el (wl-draft-send): Ditto.
7973
7974         * wl-message.el (wl-message-display-internal):
7975         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7976         (Patch is provided by <kita@coe.nttdata.co.jp>).
7977
7978 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7979
7980         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7981
7982 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl.el (wl): Fix for wl-demo.
7985
7986 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7987
7988         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7989
7990 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7991
7992         * wl-folder.el (wl-folder-prefetch-entity): Use
7993         `wl-folder-get-elmo-folder'.
7994         (wl-folder-count-incorporates): Do not use
7995         `wl-folder-get-elmo-folder'.
7996
7997 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7998
7999         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8000         instead of `elmo-folder-get-type'.
8001
8002 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8003
8004         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8005         position on Subject: field.
8006         (Advised by Mito <mit@nines.nec.co.jp>)
8007
8008 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8009
8010         * wl-folder.el (wl-folder-prefetch-entity): Use
8011         `wl-folder-get-elmo-folder'.
8012
8013 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8014
8015         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8016
8017         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8018         `process-duplicates' slot.
8019
8020         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8021         if detection failed.
8022
8023 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8024
8025         * wl-version.el (wl-version-status): Set to "alpha".
8026
8027 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8028
8029         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8030         Check wl-message-buffer lives before set-buffer.
8031
8032 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8033
8034         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8035         called in folder mode.
8036         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8037         * wl-summary.el (wl-summary-exit-pre-hook): Run
8038         `wl-summary-exit-pre-hook' before exit summary mode.
8039
8040 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8041
8042         * wl-version.el (wl-version-status): New variable.
8043         (wl-version-status-alist): Removed.
8044         (wl-version-status): Rule included.
8045
8046 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8049         @sponichi.
8050
8051         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8052         when `mail-reply-buffer' is buffer-local variable.
8053         (Reported by <kita@coe.nttdata.co.jp>).
8054
8055 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8056
8057         * wl-vars.el (toplevel): Require 'elmo-util.
8058
8059 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8062         (All other related portions are changed)
8063
8064         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8065
8066         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8067
8068 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8069
8070         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8071
8072 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8073
8074         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8075         Delete other windows to avoid an error.
8076         Use `point-marker' instead of `point' to remember the start point
8077         of body.
8078
8079         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8080
8081         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8082         number not to exceed all message number.
8083
8084 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8085
8086         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8087         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8088
8089 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8090
8091         * wl-summary.el (wl-summary-sync-force-update): Added argument
8092         no-check.
8093         (wl-summary-sync-update): Ditto.
8094         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8095         with `no-check'.
8096
8097         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8098         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8099         already running.
8100
8101 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8102
8103         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8104         `dst-folder-arg'.
8105         (wl-expire-archive-number1): Diito.
8106         (wl-expire-archive-number2): Diito.
8107         (wl-expire-archive-Date): Diito.
8108         (wl-archive-number1): Diito.
8109         (wl-archive-number2): Diito.
8110         (wl-archive-date): Diito.
8111         (wl-archive-folder-p): New function.
8112         (wl-summary-expire): Support of expand folder name at
8113         wl-expire-alist.
8114         * wl-util.el (wl-expand-newtext): Renamed from
8115         `wl-refile-expand-newtext'.
8116
8117 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8118
8119         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8120         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8121         `(elmo-msgdb-get-overview msgdb)'.
8122         (wl-summary-prefetch): Bind match data before call
8123         `wl-summay-prefetch-msg'.
8124         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8125         'off if `wl-summary-buffer-disp-msg' is non-nil.
8126         Fixed problem that couldn't show only one new or unread message when
8127         enter folder.
8128         (wl-summary-reply): Don't call `split-window-vertically' and other
8129         window.
8130
8131 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-expire.el (wl-expire-refile): Fixed.
8134
8135 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8136
8137         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8138
8139         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8140         biff notification is removed.
8141
8142         * wl.el (wl): Changed position of `elmo-init'.
8143
8144         * wl-draft.el (wl-default-draft-cite): Use date field
8145         on the citation buffer.
8146
8147         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8148
8149         * wl-xmas.el (wl-folder-internal-icon-list): Added
8150         `wl-folder-shimbun-image'.
8151
8152         * wl-e21.el (wl-folder-internal-icon-list): Added
8153         `wl-folder-shimbun-image'.
8154
8155 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8156
8157         * wl.el (wl-init): Eliminated argument.
8158         (wl): Rewrite.
8159
8160         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8161         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8162         instead of `elmo-folder-msgdb-internal'.
8163         (wl-summary-sync-update): Ditto.
8164         (wl-summary-flush-pending-append-operations): Eliminated.
8165         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8166         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8167         `elmo-folder-open'.
8168
8169         * wl-mime.el (wl-summary-burst): Fixed.
8170
8171         * wl-folder.el (wl-folder-info-save): Check data type.
8172
8173         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8174         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8175         instead of `elmo-folder-msgdb-internal'.
8176         (wl-expire-hide): Ditto.
8177
8178
8179         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8180
8181 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8182
8183         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8184
8185 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8186
8187         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8188
8189 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8190
8191         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8192         Fixed `match-beginning' argument mismatch.
8193
8194 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8195
8196         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8197         the default value.
8198
8199 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8200
8201         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8202         instead of `elmo-nntp-default-port'.
8203
8204         * wl-vars.el: Fixed some doc strings.
8205
8206 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8207
8208         * wl-summary.el (wl-summary-prefetch-msg): Use
8209         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8210
8211         * wl-vars.el: Define *-func as obsolete variable using
8212         `elmo-define-obsolete-variable'.
8213
8214         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8215         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8216         instead of `wl-message-buffer-prefetch-threshold'.
8217
8218         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8219
8220         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8221
8222         * wl-draft.el (wl-caesar-region-func): Ditto.
8223
8224         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8225         Keep unread status in elmo-folder-move-messages.
8226         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8227
8228 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8229
8230         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8231         `wl-summary-buffer-exit-func'
8232         (wl-summary-buffer-message-redisplay-function): Renamed from
8233         `wl-summary-buffer-message-redisplay-func'
8234         (wl-summary-buffer-next-folder-function): Renamed from
8235         `wl-summary-buffer-next-folder-func'.
8236         (wl-summary-buffer-prev-folder-function): Renamed from
8237         `wl-summary-buffer-prev-folder-func'.
8238         (wl-summary-get-petname-function): Renamed from
8239         `wl-summary-get-petname-func'.
8240
8241         * wl-score.el (wl-score-edit-exit-function): Renamed from
8242         `wl-score-edit-exit-func'.
8243
8244         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8245         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8246
8247         * wl-util.el (wl-load-profile-function): Renamed from
8248         `wl-load-profile-func'.
8249
8250         * wl-folder.el (wl-folder-completion-function): Renamed from
8251         `wl-folder-completion-func'.
8252         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8253
8254         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8255         `wl-expire-archive-get-folder-func'.
8256         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8257         (wl-draft-send-mail-function): Renamed from
8258         `wl-draft-send-mail-func'.
8259         (wl-draft-send-news-function): Renamed from
8260         `wl-draft-send-news-func'.
8261         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8262         (wl-generate-mailer-string-function): Renamed from
8263         `wl-generate-mailer-string-func'.
8264         (wl-highlight-signature-search-function): Renamed from
8265         `wl-highlight-signature-search-func'.
8266         (wl-highlight-x-face-function): Renamed from
8267         `wl-highlight-x-face-func'
8268         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8269         (wl-ps-print-buffer-function): Renamed from
8270         `wl-ps-print-buffer-func'
8271         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8272         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8273         (wl-summary-subject-filter-function): Renamed from
8274         `wl-summary-subject-filter-func'.
8275
8276         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8277         `wl-draft-queue-flush-send-func'
8278         (wl-draft-cite-function): Renamed from
8279         `wl-draft-cite-func'
8280
8281         * wl-address.el (wl-address-init-function): Renamed from
8282         `wl-address-init-func'.
8283
8284 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-draft.el (wl-draft-queue-flush): Don't call
8287         `elmo-dop-unlock-message'.
8288         * wl-draft.el (wl-draft-queue-append): Don't call
8289         `elmo-dop-lock-message'.
8290
8291         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8292         (wl-summary-buffer-folder-name): Ditto.
8293         (wl-summary-message-regexp): Added '-' (all other related portions
8294         are changed).
8295         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8296         wl-summary-buffer-folder-name.
8297
8298 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8299
8300         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8301         the number of mails in the folder buffer is not updated by wl-biff.
8302
8303 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8304
8305         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8306         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8307
8308 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8309
8310         * wl-summary.el (wl-summary-next-message):
8311         Return next message number when wl-summary-move-order is nil.
8312
8313 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8314
8315         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8316         `wl-summary-move-spec-alist'.
8317         (wl-summary-move-spec-unplugged-alist): New variable
8318         (Move spec for unplugged status).
8319         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8320         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8321
8322 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8323
8324         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8325         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8326
8327 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8328
8329         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8330         simple quotation to quote the anonymous function.
8331         * tm-wl.el (wl-draft-preview-message): Ditto.
8332
8333 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8334
8335         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8336         Eliminate redundant `save-excursion'.
8337         (wl-highlight-summary-current-line): Ditto.
8338
8339         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8340         accessing match data when `looking-at' failed.
8341
8342         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8343         `elmo-match-string' where users don't care about the speed.
8344         (wl-draft-save): Ditto.
8345
8346 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8347
8348         * wl-util.el (wl-regexp-opt): New function.
8349
8350         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8351         number from `wl-summary-buffer-number-list'.
8352         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8353         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8354         (wl-summary-move-spec-alist): Changed default setting.
8355
8356 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8357
8358         * wl-vars.el (wl-biff-notify-hook): New hook.
8359         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8360         the arrival of new mail.
8361         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8362         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8363
8364 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8365
8366         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8367
8368 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8369
8370         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8371
8372         * Version number is increased to 2.5.8.
8373
8374         * wl-thread.el (toplevel): require 'cl.
8375         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8376         (wl-thread-make-number-list): New function.
8377         (wl-thread-entity-make-number-list-from-children): Ditto.
8378         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8379         (wl-thread-entity-insert-as-children): Likewise.
8380         (wl-thread-delete-message): Likewise.
8381         (wl-meaning-of-mark): Eliminated.
8382         (wl-thread-next-failure-mark-p): Ditto.
8383         (wl-thread-entity-get-mark): Ditto.
8384         (wl-thread-meaning-alist-get-result): Ditto.
8385         (wl-thread-entity-check-prev-mark): Ditto.
8386         (wl-thread-entity-check-next-mark): Ditto.
8387         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8388         (wl-thread-entity-get-prev-marked-entity): Ditto.
8389         (wl-thread-get-prev-unread): Ditto.
8390         (wl-thread-jump-to-prev-unread): Ditto.
8391         (wl-thread-get-next-unread): Ditto.
8392         (wl-thread-jump-to-next-unread): Ditto.
8393         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8394         (wl-thread-entity-get-next-marked-entity): Ditto.
8395
8396         * wl-summary.el (wl-summary-buffer-number-list):
8397         New bufer-local variable.
8398         (wl-summary-switch-to-clone-buffer): Clone
8399         `wl-summary-buffer-number-list'.
8400         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8401         (wl-summary-cursor-move-regex): Eliminated.
8402         (wl-summary-cursor-up): Rewrite.
8403         (wl-summary-cursor-down): Ditto.
8404         (wl-summary-mode-spec-alist): New variable.
8405         (wl-summary-next-message): New inline function.
8406         (wl-summary-cursor-move): New function.
8407         (wl-summary-default-get-next-msg): Rewrite.
8408         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8409         (wl-summary-rescan): Ditto.
8410         (wl-summary-sync-all-init): Ditto.
8411         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8412         summary is not thread view.
8413         (wl-summary-sync-update): Ditto.
8414         (wl-summary-rescan): Ditto.
8415         (wl-summary-make-number-list): New function.
8416
8417         * wl-draft.el: "FCC" -> "Fcc".
8418
8419 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-highlight.el (wl-highlight-summary-window):
8422         Call `set-buffer-modified-p'.
8423
8424         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8425         (wl): Call `elmo-init' and fix.
8426
8427         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8428         Use new variables.
8429
8430         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8431
8432 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8433
8434         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8435
8436 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8437
8438         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8439
8440 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8441
8442         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8443         `wl-use-toolbar' nor `display-graphic-p'.
8444         (wl-e21-setup-message-toolbar): Ditto.
8445         (wl-e21-setup-summary-toolbar): Ditto.
8446         (wl-e21-setup-folder-toolbar): Ditto.
8447
8448         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8449         (wl-plugged-init-icons): Ditto.
8450
8451         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8452         `display-graphic-p'.
8453         (wl-plugged-set-folder-icon): Ditto.
8454         (wl-highlight-plugged-current-line): Ditto.
8455         (wl-highlight-folder-current-line): Ditto.
8456         (wl-e21-highlight-folder-group-line): Ditto.
8457         (wl-e21-setup-toolbar): Ditto.
8458         (wl-e21-display-image-p): New macro.
8459
8460         * wl-demo.el (wl-demo): Simplified.
8461         (wl-demo-image-type-alist): Use `image-type-available-p' for
8462         checking whether the image type `xbm' is available.
8463
8464 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8465
8466         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8467         (wl-summary-input-range): Ditto.
8468
8469 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-summary.el (wl-summary-edit-addresses): Use
8472         `wl-summary-get-original-buffer'
8473         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8474         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8475         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8476         (wl-summary-get-newsgroups): Eliminated.
8477         (wl-summary-set-crosspost): Ditto.
8478         (wl-summary-is-crosspost-folder): Ditto.
8479         (wl-crosspost-alist-load): Ditto.
8480         (wl-crosspost-alist-save): Ditto.
8481
8482         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8483         `elmo-setup-subscribed-newsgroups' instead of
8484         `elmo-nntp-make-groups-hashtb'.
8485         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8486         instead of `wl-crosspost-alist-save'.
8487
8488         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8489         of `elmo-folder-message-appendable-p'.
8490         (wl-mime-header-presentation-method): Eliminated.
8491
8492         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8493         (Error occurs in emacs21).
8494
8495         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8496         the current buffer).
8497
8498         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8499         instead of `wl-crosspost-alist-save'.
8500         (wl-init): `elmo-crosspost-message-alist-load'
8501         instead of `wl-crosspost-alist-load'
8502
8503         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8504         (wl-parse-newsgroups): Likewise.
8505         (wl-biff-notify): Run `wl-biff-notify-hook'.
8506
8507 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8508
8509         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8510
8511         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8512         when `wl-summary-lazy-highlight' is non-nil.
8513         (wl-summary-goto-folder-subr): Highlight only when
8514         `wl-summary-lazy-highlight' is non-nil.
8515
8516         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8517         Don't display progress and highlight temp-mark when
8518         `wl-summary-lazy-highlight' is non-nil.
8519         (wl-highlight-summary-window): New function.
8520         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8521
8522 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8523
8524         * wl-summary.el (wl-summary-sync): Change `all-visible'
8525         from `all-shown'
8526         (wl-summary-input-range): Ditto.
8527
8528 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8529
8530         * wl-e21.el (wl-highlight-folder-current-line): Call
8531         `wl-folder-init-icons' when folder icons have not been initialized.
8532
8533         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8534
8535         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8536         (wl-demo-image-type-alist): New macro.
8537
8538 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8539
8540         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8541         display does not support graphics.
8542         (wl-plugged-init-icons): Ditto.
8543         (wl-folder-init-icons): Ditto.
8544
8545         * wl-demo.el (wl-demo): Chech closely whether the display
8546         supports graphics.
8547
8548 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-summary.el (wl-summary-get-original-buffer): New function.
8551         (wl-summary-set-crosspost): Use it.
8552         (wl-summary-target-mark-uudecode): Ditto.
8553         (wl-summary-reedit): Ditto.
8554         (wl-summary-resend-bounced-mail): Ditto.
8555         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8556         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8557
8558         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8559         (wl-message-display-internal): Ditto.
8560
8561 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8564
8565 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-summary.el (wl-summary-save-view): Renamed from
8568         `wl-summary-save-status'.
8569
8570 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8571
8572         * wl-summary.el (wl-summary-sync): Added `all-shown'
8573
8574 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8575
8576         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8577
8578 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8579
8580         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8581
8582 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8583
8584         * wl-highlight.el (wl-highlight-summary-line-string): Use
8585         `zerop' instead of `= 0'.
8586         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8587
8588         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8589         for comparing numbers.
8590         (wl-template-prev): Use `zerop' instead of `eq 0'.
8591
8592         * wl-draft.el (wl-draft-insert-current-message): Use
8593         `with-current-buffer' instead of `save-excursion'.
8594         Use `zerop' instead of `eq 0'.
8595
8596 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8597
8598         * wl-draft.el (wl-draft-insert-ccs): New function.
8599         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8600         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8601
8602 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8605
8606 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-expire.el (wl-expire-refile): Don't call
8609         elmo-msgdb-add-msgs-to-seen-list;
8610         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8611         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8612
8613 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-message.el (wl-message-prev-page): Ignore errors while
8616         scroll-down.
8617
8618 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-mime.el: Use elmo-original-message-mode instead of
8621         mmelmo-original-mode.
8622
8623         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8624         `elmo-folder-get-spec';
8625         (wl-fldmgr-add-completion-all-completions):
8626         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8627
8628         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8629         of `elmo-folder-get-type'.
8630
8631         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8632         `elmo-folder-get-spec';
8633         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8634         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8635         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8636         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8637         `elmo-read-msg-no-cache';
8638         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8639         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8640         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8641         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8642         `elmo-cache-save';
8643         (wl-draft-reedit): Use `elmo-message-file-name'.
8644
8645         * wl-expire.el: Use `elmo-folder-name-internal';
8646         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8647         Use macro `wl-summary-buffer-msgdb' instead of variable
8648         `wl-summary-buffer-msgdb';
8649         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8650         Use macro `wl-summary-buffer-folder-name' instead of variable
8651         `wl-summary-buffer-folder-name'.
8652         * wl-score.el: Likewise.
8653
8654         * wl-message.el: Rewrite for new message buffer cache mechanism.
8655         (wl-message-buffer-cache-buffer-get): New macro.
8656         (wl-message-buffer-cache-folder-get): Ditto.
8657         (wl-message-buffer-cache-message-get): Ditto.
8658         (wl-message-buffer-cache-entry-make): Ditto.
8659         (wl-message-buffer-cache-hit): Ditto.
8660         (wl-message-buffer-cache-sort): New function.
8661         (wl-message-buffer-cache-add): Ditto.
8662         (wl-message-buffer-cache-delete): Ditto.
8663         (wl-message-buffer-cache-clean-up): Ditto.
8664         (wl-message-buffer-window): Rewrite.
8665         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8666         (wl-message-buffer-display): New function.
8667         (wl-message-display-internal): New function.
8668
8669 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8670
8671         * wl-folder.el: Use `elmo-folder-name-internal';
8672         Use `wl-folder-get-elmo-folder';
8673         Use `elmo-folder-list-messages' instead of
8674         `elmo-list-folder';
8675         Use `elmo-folder-get-primitive-list' instead of
8676         `elmo-folder-get-primitive-spec-list';
8677         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8678         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8679         Use `elmo-folder-create' instead of `elmo-create-folder'.
8680         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8681         (wl-folder-get-elmo-folder): New macro.
8682         (wl-folder-elmo-folder-cache-get): Ditto.
8683         (wl-folder-elmo-folder-cache-put): Ditto.
8684         (wl-folder-suspend): Call `elmo-quit'.
8685
8686         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8687         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8688         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8689         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8690         (toplevel): require 'cl.
8691         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8692
8693         * wl-summary.el: Rewrite to use new elmo interface.
8694
8695 \f
8696 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8697
8698         * wl-mime.el (wl-draft-preview-message):
8699         Run `wl-draft-send-hook' before collecting recipients information;
8700         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8701
8702         * tm-wl.el (wl-draft-preview-message): Ditto.
8703
8704 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8705
8706         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8707         wrong recipients are displayed when forwarded message.
8708
8709 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * Version number is increased to 2.5.7.
8712
8713 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8714
8715         * wl-message.el (wl-message-next-page): Bind
8716         `window-pixel-scroll-increment' to nil while scrolling up.
8717
8718 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8719
8720         * wl-vars.el (wl-save-hook): New hook.
8721         * wl.el (wl-save): Call `wl-save-hook'.
8722
8723 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8724
8725         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8726         Argument WITH-ARG instead of NO-ARG (negative mean).
8727         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8728         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8729         * wl-message.el (wl-message-follow-current-entity): Likewise.
8730
8731 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8732
8733         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8734         FROM was optional argument.
8735         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8736
8737 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8738
8739         * Version number is increased to 2.5.6.
8740
8741 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8742
8743         * wl-version.el (wl-version-show): Removed.
8744         (wl-version): Add `interactive'.
8745
8746 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8747
8748         * wl-summary.el (wl-summary-get-petname-func): New variable.
8749         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8750         instead of `wl-address-get-petname-1'.
8751         (wl-summary-simple-from): Ditto.
8752
8753         * wl-address.el (wl-address-get-petname-1): Define as function.
8754
8755 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8756
8757         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8758         field in the original message.
8759         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8760
8761 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8762
8763         * wl-expire.el (wl-expire-hide):
8764         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8765
8766 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8767
8768         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8769         find decoder for To, Cc, and Subject.
8770
8771 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8774         for checking `elmo-use-buffer-cache'.
8775         (wl-summary-mark-as-important): Fixed typo in comment.
8776
8777 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8778
8779         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8780         field in the original message.
8781         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8782
8783 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8784
8785         * wl-expire.el (wl-expire-hide):
8786         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8787
8788 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8791         find decoder for To, Cc, and Subject.
8792
8793 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * Version number is increased to 2.5.5.
8796
8797         * wl-address.el (wl-address-specials-regexp): New constant.
8798         (wl-address-quote-specials): Use it.
8799
8800 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-summary.el (wl-summary-rescan):
8803         Call `wl-summary-buffer-number-column-detect'.
8804         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8805
8806         * wl-message.el (wl-message-mode-map): Define.
8807         (wl-message-decode): Use it as local-map.
8808
8809 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8812         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8813
8814 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8817
8818         * wl-mule.el (wl-read-event-char): Ditto.
8819
8820         * wl-e21.el (wl-read-event-char): Ditto.
8821
8822         * wl-nemacs.el (wl-read-event-char): Ditto.
8823         (read-event): Removed.
8824
8825         * wl-util.el (toplevel): Removed dummy definition of
8826         `read-event'.
8827         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8828
8829 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8830
8831         * wl-nemacs.el (elmo-archive-call-process): Moved to
8832         elmo-archive.el.
8833
8834 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8835
8836         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8837         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8838
8839         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8840         instead of magic-number 6.  Use `not' instead of `null' for symbol
8841         `nil' check (not empty list).
8842         (wl-draft-insert-x-face-field): Fixed paren style.
8843
8844         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8845         one-branch conditional statement, instead of `and' and `if'.
8846         (wl-draft-forward): Likewise.
8847         (wl-draft-add-references): Likewise.
8848         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8849
8850         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8851         conditional steatment.  Use `cond' instead of `if'.
8852         (wl-draft-confirm): Likewise.
8853
8854 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8855
8856         * wl-version.el (wl-version-show): Use `product-string-1'
8857         instead of `wl-version'.
8858         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8859
8860         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8861
8862 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8863
8864         * wl-highlight.el (wl-highlight-headers): Revert
8865         `wl-highlight-x-face-func' argument (`beg' and `end').
8866
8867 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl.el (toplevel): Move `product-provide' declare.
8870         * wl-demo.el (toplevel): Ditto.
8871         * wl-dnd.el (toplevel): Ditto.
8872         * wl-highlight.el (toplevel): Ditto.
8873         * wl-message.el (toplevel): Ditto.
8874         * wl-refile.el (toplevel): Ditto.
8875         * wl-util.el (toplevel): Ditto.
8876
8877 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8880         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8881         (wl-thread-close-all): keep cursor position.
8882
8883 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884
8885         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8886         (eq x 0).
8887         (wl-generate-user-agent-string-1): Fix conditional statement.
8888
8889 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8890
8891         * wl.el (wl-check-environment): Additional check for
8892         'wl-local-domain' and `wl-message-id-domain'.
8893
8894 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8895
8896         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8897
8898 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8899
8900         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8901         instead of `smtp-sasl-user-realm'.
8902
8903 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8904
8905         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8906
8907 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8908
8909         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8910         to the default value as well as `eword-lexical-analyzer'.
8911
8912 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-version.el (wl-extended-emacs-version,
8915         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8916         `elmo-match-string' instead of `wl-match-string'.
8917
8918 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8919
8920         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8921         docstring.
8922
8923 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8924
8925         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8926
8927 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8928
8929         * wl-highlight.el (wl-highlight-headers): Remove
8930         `wl-highlight-x-face-func' argument (`beg' and `end').
8931
8932 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-summary.el (wl-summary-mark-as-important):
8935         Remove cache if folder is local.
8936
8937 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8938
8939         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8940         to get existing e-mail address string.
8941
8942 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8943
8944         * wl-version.el (wl-generate-user-agent-string): Commentary.
8945         (wl-generate-user-agent-string-1): Use `when' for
8946         one-branch conditional statement, instead of `and' and `if'.
8947         (wl-extended-emacs-version, wl-extended-emacs-version2,
8948         wl-extended-emacs-version3): Ditto.
8949
8950 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8951
8952         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8953         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8954         condition-case; Remove initialization.
8955         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8956         (wl-summary-sync-update3): Added argument `sync-all';
8957         Eliminated local variable `msgdb';
8958         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8959         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8960         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8961
8962 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8963
8964         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8965         connection before call `wl-draft-send-mail-with-smtp'.
8966
8967 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8968
8969         * Version number is increased to 2.5.4.
8970
8971 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8972
8973         * wl.el (wl-check-environment): Additional check for
8974         'wl-local-domain' and `wl-message-id-domain'.
8975
8976 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8977
8978         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8979         buffer as command specific.
8980         (wl-folder-mark-as-read-all-entity): Ditto.
8981         (wl-folder-prefetch-entity): Ditto.
8982         (wl-folder-drop-unsync-entity): Ditto.
8983
8984         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8985         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8986         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8987
8988         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8989         save-excursion.
8990
8991 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * Version number is increased to 2.5.3.
8994
8995         * wl-summary.el (wl-summary-save-view-cache):
8996         Delete duplicated `write-region';
8997         Use `write-region-as-binary' instead of `as-binary-output-file' and
8998         `write-region'.
8999
9000 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9001
9002         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9003
9004 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9005
9006         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9007         instead of `smtp-via-smtp'.
9008
9009 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9010
9011         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9012
9013 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9014
9015         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9016         instead of `smtp-sasl-user-realm'.
9017
9018 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9019
9020         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9021
9022 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9023
9024         * Version number is increased to 2.5.2.
9025
9026 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9029         does not exist.
9030         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9031         (wl-biff-start): Call `timer-activate' if timer already exists.
9032
9033         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9034         only when it is bound as function.
9035
9036 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9037
9038         * Version number is increased to 2.5.1.
9039
9040 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9041
9042         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9043         Print refile/copy destination.
9044
9045 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9048         queue-flush-only is non-nil.
9049
9050         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9051
9052         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9053         checking cache folder.
9054
9055 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9056
9057         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9058         `regexp-quote'.
9059
9060 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9063         function.
9064         * wl-summary.el (wl-summary-write-current-folder-functions):
9065         Change default value.  Use it.
9066
9067 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9068
9069         * Version number is increased to 2.5.0.
9070
9071         * wl-version.el (wl-version): Changed codename.
9072
9073 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9074
9075         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9076         (wl-summary-supersedes-message): Ditto.
9077
9078 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9079
9080         * wl-refile.el (wl-refile-guess-functions): Renamed from
9081         `wl-refile-guess-func-list'.
9082
9083 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9086         Fixed problem when no rule was matched.
9087
9088 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9089
9090         * wl-summary.el (wl-summary-get-mark): Fixed
9091         `wl-summary-buffer-target-mark' check logic.
9092
9093 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9094
9095         * wl-folder.el (wl-folder-write-current-folder): Added group
9096         folder check.
9097
9098         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9099         `wl-summary-write-current-newsgroup'.
9100         (wl-summary-write-current-folder-functions): New variable.
9101         * wl-folder.el (wl-folder-get-newsgroups): New function.
9102         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9103         (wl-folder-write-current-folder): Renamed from
9104         `wl-folder-write-current-newsgroup'.
9105
9106 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9107
9108         * Version number is increased to 2.3.93.
9109
9110 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9111
9112         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9113         (wl-ldap-make-matched-value-list): Ditto.
9114         (wl-ldap-alias-safe-string): Split e-mail address.
9115
9116         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9117         petname folder default was selected.
9118         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9119         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9120
9121 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9122
9123         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9124         to `wl-draft-config-exec'.
9125
9126         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9127         instead of calling `wl-draft-config-exec';
9128         Process group-list and show recipients in minibuffer.
9129
9130         * tm-wl.el (wl-draft-preview-message): Ditto.
9131
9132 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * wl.el (toplevel): Added (C) to copyright notice, and
9135         sync Author header.
9136         * tm-wl.el (toplevel): Ditto.
9137         * wl-address.el (toplevel): Ditto.
9138         * wl-demo.el (toplevel): Ditto.
9139         * wl-dnd.el (toplevel): Ditto.
9140         * wl-draft.el (toplevel): Ditto.
9141         * wl-e21.el (toplevel): Ditto.
9142         * wl-expire.el (toplevel): Ditto.
9143         * wl-folder.el (toplevel): Ditto.
9144         * wl-highlight.el (toplevel): Ditto.
9145         * wl-message.el (toplevel): Ditto.
9146         * wl-mime.el (toplevel): Ditto.
9147         * wl-mule.el (toplevel): Ditto.
9148         * wl-nemacs.el (toplevel): Ditto.
9149         * wl-refile.el (toplevel): Ditto.
9150         * wl-score.el (toplevel): Ditto.
9151         * wl-summary.el (toplevel): Ditto.
9152         * wl-template.el (toplevel): Ditto.
9153         * wl-thread.el (toplevel): Ditto.
9154         * wl-util.el (toplevel): Ditto.
9155         * wl-vars.el (toplevel): Ditto.
9156         * wl-xmas.el (toplevel): Ditto.
9157
9158 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9159
9160         * wl.el (wl-init): Added comment about `wl-init-hook'.
9161         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9162         * wl-vars.el (wl-init-hook): Added docs.
9163         (wl-make-plugged-hook): Removed useless docs.
9164         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9165         * wl-xmas.el (toplevel): Ditto.
9166
9167 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9168
9169         * wl-address.el (toplevel): Fixed multiple Author header format.
9170         * wl-demo.el (toplevel): Ditto.
9171         * wl-draft.el (toplevel): Ditto.
9172         * wl-folder.el (toplevel): Ditto.
9173         * wl-summary.el (toplevel): Ditto.
9174         * wl-thread.el (toplevel): Ditto.
9175         * wl-util.el (toplevel): Ditto.
9176         * wl-vars.el (toplevel): Ditto.
9177         * wl-version.el (toplevel): Ditto.
9178         * wl-xmas.el (toplevel): Ditto.
9179         * wl.el (toplevel): Ditto.
9180
9181         * wl-version.el (toplevel): Added require `elmo-version' for
9182         `product-version-as-string'.
9183
9184 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-vars.el (wl-draft-send-hook): Changed default value to
9187         '(wl-draft-config-exec).
9188
9189         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9190         explicitly.
9191         (wl-draft): Set `wl-draft-config-exec-flag' before running
9192         `wl-mail-setup-hook'.
9193
9194         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9195         `wl-biff-init-icons' to `wl-init-hook' instead of
9196         `wl-make-plugged-hook'.
9197         (Because if `wl-draft' command is invoked at first,
9198         they are not initialized)
9199         Updated copyright notice.
9200
9201         * wl-e21.el (toplevel): Ditto;
9202
9203         * wl-demo.el (toplevel): Updated copyright notice.
9204         * wl-address.el (toplevel): Ditto.
9205         * wl-draft.el (toplevel): Ditto.
9206         * wl-version.el (toplevel): Ditto.
9207         * wl-folder.el (toplevel): Ditto.
9208         * wl-summary.el (toplevel): Ditto.
9209         * wl-thread.el (toplevel): Ditto.
9210         * wl-util.el (toplevel): Ditto.
9211         * wl-vars.el (toplevel): Ditto.
9212         * wl.el (toplevel): Ditto.
9213
9214 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-highlight.el (wl-highlight-message): Fixed problem of
9217         highlighting failure which occured when the last field contains
9218         multiple lines in the draft buffer.
9219
9220         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9221         `wl-biff-start' if plugged.
9222
9223         * wl-util.el (wl-biff-check-folder): New function.
9224         (wl-biff-check-folders): Don't set session name prefix.
9225         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9226         (wl-biff-check-folder-async): Ditto.
9227
9228         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9229         in email address.
9230
9231 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9232
9233         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9234
9235         * wl-draft.el (wl-draft-strip-subject-re): New function.
9236
9237         * wl-draft.el (wl-draft-reply): Use it.
9238
9239 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9240
9241         * wl-message.el (wl-mmelmo-message-redisplay): Use
9242         `mime-display-message' instead of `wl-mime-display-message'.
9243
9244         * wl-mime.el (toplevel): Removed compatibility workaround
9245         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9246         (wl-mime-display-message): Abolished.
9247         (wl-mime-entity-read-field): Ditto.
9248         (wl-mime-combine-message/partial-pieces): Use
9249         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9250
9251 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9252
9253         * wl-template.el: Doc fixes.
9254
9255 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9256
9257         * wl-e21.el (wl-message-overload-functions): Do nothing if
9258         `current-local-map' is not available.
9259         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9260
9261 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9262
9263         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9264         representation.
9265
9266         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9267         number.
9268         (wl-fldmgr-save-folders): Don't use `format' when insert
9269         `wl-fldmgr-folders-header'.
9270
9271 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9272
9273         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9274
9275 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9276
9277         * wl-highlight.el (wl-highlight-message):
9278         Use `std11-field-end' to detect end point of the header field.
9279         Refer `wl-highlight-max-header-size'.
9280
9281         * wl-vars.el (wl-highlight-max-header-size): New variable.
9282
9283         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9284
9285         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9286         Set `for-draft' argument of wl-highlight-headers.
9287         (wl-draft): Ditto.
9288         (wl-draft-reedit): Ditto.
9289         (wl-user-agent-compose-internal): Ditto.
9290
9291 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9292
9293         * wl-message.el (wl-message-add-button): Use overlay.
9294
9295 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9296
9297         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9298
9299         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9300         problem when group-list content is nothing.
9301         (Reported by Mito <mit@nines.nec.co.jp>)
9302
9303 2000-10-18  SAITO Atsunori <sai@yedo.com>
9304
9305         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9306
9307 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9308
9309         * tm-wl.el (toplevel): Use product-provide.
9310
9311 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * Version number is increased to 2.3.92.
9314
9315 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9316
9317         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9318         title text, use `display' property for left margin under Emacs 21.
9319
9320         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9321         properties.
9322         (wl-plugged-init-icons): Ditto.
9323
9324 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9325
9326         * wl.el (wl-save-status, wl-init): Remove last period in
9327         "...done." message.
9328         * tm-wl.el (wl-summary-burst): Ditto.
9329         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9330         wl-summary-resume-cache-status,
9331         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9332         wl-summary-sync-update3, wl-summary-highlight-msgs,
9333         wl-summary-flush-pending-append-operations,
9334         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9335         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9336         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9337         wl-thread-open-all): Ditto.
9338         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9339         * wl-mime.el (wl-summary-burst): Ditto.
9340         * wl-highlight.el (wl-highlight-summary): Ditto.
9341         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9342         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9343         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9344         * wl-address.el (wl-local-address-init): Ditto.
9345
9346 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9347
9348         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9349         `add-text-properties'.
9350         (wl-plugged-init-icons): Ditto.
9351         (wl-folder-init-icons): Use `propertize' instead of
9352         `put-text-property'.
9353         (wl-plugged-set-folder-icon): Ditto.
9354         (wl-e21-highlight-folder-group-line): Ditto.
9355
9356 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9357
9358         * wl-version.el (wl-version-status-alist): New variable.
9359         (wl-version-status): New function.
9360
9361         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9362         "Cc" part of the case "Reply-To".
9363
9364         * wl-draft.el (wl-draft-reply): Use result of
9365         `eword-extract-address-components'.
9366
9367         * wl-demo.el (wl-demo-icon-name): New constant.
9368         (wl-logo-xpm): Use it.
9369         (wl-logo-xbm): Ditto.
9370         (wl-logo-bitmap): Ditto.
9371
9372         * Version number is increased to 2.3.91.
9373
9374 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9375
9376         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9377         (wl-extended-emacs-version, wl-extended-emacs-version2,
9378         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9379         docstring.
9380
9381         * wl-version.el (wl-generate-user-agent-string-1): New function.
9382         (wl-generate-user-agent-string): Use it.
9383
9384         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9385         `mime-edit-insert-user-agent-field'.
9386         (wl-generate-user-agent-string): Check
9387         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9388
9389         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9390         instead of `if', when verbose case.
9391
9392 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9393
9394         * wl-expire.el (wl-summary-expire): Fix.
9395
9396 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9399         and `elmo-lost+found-folder' if 'wl-draft.
9400         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9401
9402 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9403
9404         * wl-expire.el (wl-summary-expire): Change messages.
9405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9406         `deleing-info' instead of "Deleting..."
9407
9408 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9409
9410         * wl-summary.el (wl-summary-refile-subr): Fix.
9411
9412 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9413
9414         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9415         if pipe folder.
9416
9417 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9418
9419         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9420
9421 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9422
9423         * wl-expire.el (wl-expire-hide): New function.
9424         (wl-summary-expire): Add `hide'.
9425
9426 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9427
9428         * wl-vars.el (wl-draft-reply-without-argument-list):
9429         Changed default value to consider `Reply-To:'.
9430         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9431
9432         * Version number is increased to 2.3.90.
9433
9434         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9435         elmo-imap4-get-session with unwind-protect.
9436         Don't cause error.
9437         (wl-summary-sync-marks): Don't check plugged nor folder type.
9438         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9439         (Always keep current buffer).
9440
9441 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9442
9443         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9444         Enclose with `save-excursion'.
9445
9446 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9447
9448         * wl-version.el (wl-version): Remove interactive.
9449
9450 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9451
9452         * wl-version.el (wl-generate-user-agent-string): Use
9453         `product-string-verbose' instead of `product-string-1'.
9454
9455 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9456
9457         * wl-vars.el (wl-draft-use-cache): New variable.
9458         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9459         if wl-draft-use-cache is non-nil.
9460
9461 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9462
9463         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9464         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9465
9466 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9467
9468         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9469         (wl-thread-msg-mark-as-unread): Ditto.
9470
9471         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9472         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9473         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9474         Don't set mark in summary if return value of `elmo-mark-as-read'
9475         is nil.
9476         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9477         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9478         instead of `wl-thread-msg-mark-as-read'.
9479         (wl-summary-mark-as-unread-region): Ditto.
9480         (wl-summary-target-mark-mark-as-read): Ditto.
9481
9482         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9483
9484 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9485
9486         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9487
9488         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9489
9490 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9491
9492         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9493         face.
9494
9495 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9496
9497         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9498         `running-xemacs'.
9499
9500 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9501
9502         * wl-version.el (toplevel): Use `product-version-as-string' for
9503         set verstion-string, if defined.
9504
9505         * wl-version.el (wl-version-show): Insert string at point, when
9506         call with argument.
9507
9508         * wl-version.el (wl-generate-user-agent-string): Use
9509         `product-string-1' instead of `wl-appname', `wl-version' and
9510         `wl-codename'.
9511
9512 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9513
9514         * wl-address.el (toplevel): Use product-provide.
9515         * wl-demo.el (toplevel): Ditto.
9516         * wl-dnd.el (toplevel): Ditto.
9517         * wl-draft.el (toplevel): Ditto.
9518         * wl-e21.el (toplevel): Ditto.
9519         * wl-expire.el (toplevel): Ditto.
9520         * wl-fldmgr.el (toplevel): Ditto.
9521         * wl-folder.el (toplevel): Ditto.
9522         * wl-highlight.el (toplevel): Ditto.
9523         * wl-message.el (toplevel): Ditto.
9524         * wl-mime.el (toplevel): Ditto.
9525         * wl-mule.el (toplevel): Ditto.
9526         * wl-nemacs.el (toplevel): Ditto.
9527         * wl-refile.el (toplevel): Ditto.
9528         * wl-score.el (toplevel): Ditto.
9529         * wl-summary.el (toplevel): Ditto.
9530         * wl-template.el (toplevel): Ditto.
9531         * wl-thread.el (toplevel): Ditto.
9532         * wl-util.el (toplevel): Ditto.
9533         * wl-vars.el (toplevel): Ditto.
9534         * wl-xmas.el (toplevel): Ditto.
9535         * wl.el (toplevel): Ditto.
9536
9537 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9538
9539         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9540         instead of product.
9541
9542         * wl-version.el (wl-version): Compile time evalution elmo-version.
9543
9544 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9545
9546         * wl-summary.el (wl-summary-sync-force-update): Append queue
9547         `mark-as-read'if unplugged.
9548
9549 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9550
9551         * wl-version.el: New file.  Use product.el.
9552         * wl.el: add (require 'wl-version).
9553         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9554         for ~/.folders header.
9555         (wl-fldmgr-folders-header): Changed.
9556         * wl-demo.el (wl-demo): Use product.el.
9557
9558         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9559         wl-version.el.
9560         * wl-util.el (wl-version, wl-version-show): Ditto.
9561
9562         * wl-util.el (wl-generate-user-agent-string,
9563         wl-extended-emacs-version, wl-extended-emacs-version2,
9564         wl-extended-emacs-version3): Move to wl-version.el.
9565         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9566         xemacs-codename, mime-edit-insert-user-agent-field,
9567         mime-edit-user-agent-value, mime-editor/version,
9568         mime-editor/codename): Compile warning killer move to
9569         wl-version.el
9570
9571 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9572
9573         * wl-summary.el (wl-summary-refile-subr): Fix.
9574
9575 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9576
9577         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9578         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9579
9580 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9581
9582         * wl.el (wl-check-environment): Check too many `@'.
9583
9584 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9585
9586         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9587
9588 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9589
9590         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9591         wl-draft-reply-myself-without-argument-list): Add variables.
9592         * wl-draft.el (wl-draft-reply): Use it.
9593
9594 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9595
9596         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9597         the 5th argument of `elmo-network-get-spec'.
9598
9599         * wl-thread.el (wl-thread-reparent-children): New inline function.
9600         (wl-thread-delete-message): Use it.
9601
9602         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9603         (wl-summary-score-update-all-lines): Don't use `dolist'.
9604
9605 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9606
9607         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9608         (require 'elmo-msgdb) for inline function.
9609
9610 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9611
9612         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9613
9614 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9615
9616         * wl-score.el (wl-score-headers): Fix for the confusing macro
9617         `elmo-kill-buffer'.
9618
9619 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9620
9621         * wl-summary.el: Don't use the 3rd argument of `require' because
9622         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9623         * wl-util.el: Ditto.
9624         * wl-draft.el: Ditto.
9625
9626 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9627
9628         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9629         window system is not used.
9630
9631 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9632
9633         * wl-thread.el: Don't use `mapcar' only for iteration.
9634         (wl-thread-resume-entity): Ditto.
9635         (wl-thread-delete-message): Ditto.
9636
9637         * wl-summary.el: Bind `dragdrop-drop-functions',
9638         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9639         of `require' for `timezone', `easymenu' and `ps-print';
9640         don't use `mapcar' only for iteration.
9641
9642         * wl-util.el: Bind `mule-version', `nemacs-version',
9643         `emacs-beta-version', `xemacs-codename',
9644         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9645         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9646         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9647         only for iteration.
9648
9649         * wl-score.el: Don't use `mapcar' only for iteration.
9650         (wl-score-simplify-buffer-fuzzy): Ditto.
9651         (wl-score-simplify-subject): Ditto.
9652         (wl-score-headers): Ditto.
9653         (wl-summary-score-update-all-lines): Ditto.
9654
9655         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9656         `enable-multibyte-characters' and `mule-version'.
9657
9658         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9659         `mapcar' only for iteration.
9660
9661         * wl-demo.el: Don't use `mapcar' only for iteration.
9662
9663         * wl-folder.el: Don't use `mapcar' only for iteration.
9664         (wl-folder-open-all): Ditto.
9665         (wl-folder-count-incorporates): Ditto.
9666
9667         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9668         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9669
9670         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9671         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9672         `smtp-connection-type'; specify 3rd argument of `require' for
9673         `timezone'; don't use `mapcar' only for iteration.
9674         (wl-draft-clone-local-variables): Don't use `mapcar'.
9675         (wl-draft-generate-clone-buffer): Ditto.
9676         (wl-user-agent-compose-internal): Ditto.
9677
9678         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9679
9680         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9681         (wl-save-status): Ditto.
9682
9683         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9684         for iteration.
9685
9686 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9687
9688         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9689         removed `Date'.
9690         (wl-fldmgr-make-filter-default): New user option.
9691
9692         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9693         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9694         (wl-fldmgr-filter-completion-alist): Abolish.
9695
9696         * wl.el (wl): Don't check servers if arg is non-nil.
9697
9698         * wl-draft.el (wl-draft-reply): Set only message-id string to
9699         In-Reply-To field.
9700
9701 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9702
9703         * wl-summary.el (wl-summary-pick): Rewrite.
9704
9705         * wl-draft.el (wl-draft-forward): Get references field from
9706         original buffer.
9707         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9708
9709 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9710
9711         * wl-draft.el (wl-draft-forward): Add references field.
9712
9713 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9714
9715         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9716         (wl-draft-reply): Use it.
9717
9718 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9719
9720         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9721         when Emacs 21 is running.
9722
9723         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9724         bindings.
9725
9726 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9727
9728         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9729         XPM icons transparent.
9730
9731         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9732         Emacs 21.
9733
9734 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9737         nil.
9738
9739         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9740         when it is persistent.
9741         (wl-summary-sync-marks): Changed argument for
9742         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9743         (wl-summary-virtual): Use `elmo-read-search-condition'.
9744         (wl-summary-redisplay-internal): If folder is local, mark as read
9745         even when folder is plugged.
9746
9747 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9748
9749         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9750         of `tool-bar-lines' in the frame parameters.
9751         (after-make-frame-functions, post-command-hook): Don't modify the
9752         value.
9753         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9754         wl-e21-tool-bar-lines): Removed.
9755
9756 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9757
9758         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9759         properties `evaporate' and `wl-momentary-overlay' as well.
9760         (wl-highlight-summary-displaying): Ditto.
9761         (wl-delete-all-overlays): Don't delete overlay which does not have
9762         a property `wl-momentary-overlay'.
9763
9764         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9765         `display-mouse-p' and `display-graphic-p'.
9766         (wl-folder-init-icons): Don't search for XBM or the other files.
9767         (wl-plugged-set-folder-icon): Make icons if and only if
9768         `display-graphic-p' returns non-nil.
9769         (wl-highlight-plugged-current-line): Use `before-string' overlay
9770         property to show icon images.
9771         (wl-highlight-folder-current-line): Ditto.
9772         (wl-e21-highlight-folder-group-line): Ditto.
9773         (wl-e21-highlight-folder-by-numbers): Ditto.
9774         (wl-e21-insert-image): Removed.
9775         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9776         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9777         said.
9778         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9779         `wl-e21-force-switch-toolbar'.
9780         (wl-e21-make-icon-image): Removed.
9781         (wl-e21-setup-toolbar): Don't search for XBM files.
9782         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9783         the default value.
9784
9785 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9786
9787         * wl-util.el (wl-biff-check-folder-async): Set
9788         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9789
9790 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9791
9792         * wl-e21.el (after-make-frame-functions): Add
9793         `wl-e21-force-switch-toolbar'.
9794         (wl-e21-force-switch-toolbar): New function force to switch the
9795         toolbar appearance automatically.
9796         (post-command-hook): Add `wl-e21-switch-toolbar'.
9797         (wl-e21-switch-toolbar): New function to switch the toolbar
9798         appearance automatically.
9799         (wl-e21-tool-bar-lines): New buffer local variable.
9800
9801 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9802
9803         * wl-util.el (wl-biff-check-folders-running): New variable.
9804         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9805         (wl-biff-check-folder-async-callback):
9806         Set `wl-biff-check-folders-running'.
9807         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9808         with unwind-protect.
9809
9810         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9811         Enclose `wl-folder-auto-check' with unwind-protect.
9812
9813         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9814         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9815
9816         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9817
9818         * wl-util.el (wl-biff-notify): New inline function.
9819         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9820         locally.
9821         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9822         folder-list' is 1.
9823         Use `wl-biff-notify'.
9824         (wl-biff-check-folder-async-callback): New function.
9825         (wl-biff-check-folder-async): Ditto.
9826
9827         * wl-folder.el (wl-folder): Don't check folders.
9828         (wl-folder-auto-check): New function.
9829
9830 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9831
9832         * wl-util.el (wl-biff-start) [Emacs19+]:
9833         Use `timer-next-integral-multiple-of-time'.
9834         (wl-biff-check-folders): Use `wl-default-folder'
9835         if `wl-biff-check-folder-list' is nil.
9836
9837 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9838
9839         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9840         instead of `elmo-delete-lists'.
9841
9842 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9843
9844         * wl.el (wl-plugged-toggle-all): Set the value of
9845         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9846         (wl-plugged-toggle): Ditto.
9847         (wl-toggle-plugged): Ditto.
9848         (wl-plugged-init): Ditto.
9849
9850         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9851         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9852         instead of `wl-biff-state-indicator-off' and
9853         `wl-biff-state-indicator-on'; don't modify the value and the type
9854         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9855         (wl-plugged-init-icons): Set icons data to
9856         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9857         instead of `wl-plug-state-indicator-off' and
9858         `wl-plug-state-indicator-on'; don't modify the value and the type
9859         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9860
9861         * wl-vars.el (wl-modeline-biff-state-off,
9862         wl-modeline-biff-state-on, wl-modeline-biff-status,
9863         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9864         wl-modeline-plug-status): New internal variables.
9865         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9866         wl-biff-check-interval, wl-biff-check-folder-list): Change
9867         customization group from `wl-folder' to `wl-highlight'.
9868         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9869         wl-show-plug-status-on-modeline): Defcustomized.
9870
9871         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9872         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9873         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9874         a flag to `mode-line-buffer-identification'.
9875
9876         * wl-e21.el (wl-biff-init-icons): Set icons data to
9877         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9878         instead of `wl-biff-state-indicator-off' and
9879         `wl-biff-state-indicator-on'.
9880         (wl-plugged-init-icons): Set icons data to
9881         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9882         instead of `wl-plug-state-indicator-off' and
9883         `wl-plug-state-indicator-on'.
9884
9885 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9886
9887         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9888         excessive titles.
9889
9890 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9891
9892         * wl.el (wl-plugged-mode): Use revised
9893         `wl-mode-line-buffer-identification'.
9894         (wl-plugged-init): Don't use `force-mode-line-update'.
9895
9896         * wl-xmas.el (wl-draft-overload-functions): Use revised
9897         `wl-mode-line-buffer-identification'.
9898         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9899         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9900         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9901         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9902         `wl-make-plugged-hook';
9903         add `wl-folder-init-icons' and `wl-setup-folder' to
9904         `wl-folder-mode-hook'.
9905
9906         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9907         19 as well.
9908         (wl-mode-line-display-priority-list): New user option.
9909         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9910         Defcustomized.
9911         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9912         Add docs.
9913
9914         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9915         start.
9916         (wl-mode-line-buffer-identification): Revised as a function.
9917
9918         * wl-summary.el (wl-summary-mode): Use revised
9919         `wl-mode-line-buffer-identification'; don't call
9920         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9921         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9922         `wl-xmas-setup-summary'.
9923
9924         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9925         `wl-mode-line-buffer-identification'.
9926
9927         * wl-mule.el (wl-draft-overload-functions): Use revised
9928         `wl-mode-line-buffer-identification'.
9929
9930         * wl-folder.el (wl-make-plugged-alist): Don't call
9931         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9932         (wl-folder): Don't call `wl-folder-init-icons' directly.
9933         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9934         `wl-xmas-setup-folder' directly;
9935         use revised `wl-mode-line-buffer-identification'.
9936         (TopLevel): Don't bind `wl-biff-init-icons',
9937         `wl-plugged-init-icons', `wl-folder-init-icons',
9938         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9939
9940         * wl-e21.el (wl-draft-overload-functions): Use revised
9941         `wl-mode-line-buffer-identification'.
9942         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9943         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9944         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9945         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9946         `wl-make-plugged-hook';
9947         add `wl-folder-init-icons' and `wl-setup-folder' to
9948         `wl-folder-mode-hook'.
9949
9950 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9951             Katsumi Yamaoka    <yamaoka@jpl.org>
9952
9953         * wl.el (wl): Call `wl-biff-start'.
9954         (wl-exit): Call `wl-biff-stop'.
9955         (wl-plugged-mode): Show biff in modeline.
9956         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9957
9958         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9959         (wl-biff-init-icons): New function.
9960         (wl-plugged-init-icons): Don't make too much keymaps.
9961         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9962
9963         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9964         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9965         variables.
9966         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9967         options.
9968
9969         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9970         wl-biff-start, wl-biff-stop): New functions.
9971         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9972         (wl-biff-timer-name): New variable.
9973
9974         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9975
9976         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9977         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9978
9979         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9980         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9981
9982         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9983         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9984         `wl-folder-init-icons' to `ignore' if they are not available.
9985         (wl-folder-mode): Show biff in modeline.
9986
9987         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9988         (wl-biff-init-icons): New function.
9989         (wl-plugged-init-icons): Don't make too much keymaps.
9990         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9991
9992 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9993
9994         * wl-vars.el (wl-strict-diff-folders): Customization Type
9995         and doc fix.  Define as a list of regular expressions for
9996         folders or nil.
9997         * wl-folder.el (wl-folder-check-one-entity): Use
9998         `wl-string-match-member' instead of `wl-string-member' for
9999         `wl-strict-diff-folders'.
10000
10001 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10002
10003         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10004         (wl-highlight-folder-current-line): Use it; new implementation.
10005         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10006         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10007         `defsubst' instead of `defun'.
10008
10009         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10010         `wl-highlight-group-folder-by-numbers'; made it can also be a
10011         number.  See info for more details.
10012
10013         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10014         running.
10015
10016         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10017         to bind them.
10018
10019         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10020         (wl-highlight-folder-current-line): New implementation.
10021
10022         * wl-highlight.el (wl-highlight-folder-group-line): New
10023         implementation.
10024         (wl-delete-all-overlays): Rewrite as a marco.
10025         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10026
10027         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10028         running.
10029         (wl-folder-*-glyph): No need to bind them.
10030
10031         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10032         `wl-e21-highlight-folder-group-icon'; rewrite.
10033         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10034         `defsubst' instead of `defun'.
10035         (wl-folder-mode-map): Bind it when compiling.
10036
10037 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10038
10039         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10040
10041         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10042
10043 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10044
10045         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10046
10047 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10048
10049         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10050         (wl-highlight-folder-current-line): Use it.
10051
10052         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10053         in `id-name'.
10054
10055 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10056
10057         * wl.el: Require `wl-e21' when Emacs 21 is running.
10058
10059         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10060         default when Emacs 21 is running.
10061         (wl-use-highlight-mouse-line): Ditto.
10062         (wl-on-emacs21): New constant.
10063         (wl-on-emacs20): Removed.
10064
10065         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10066         Emacs 21 is running.
10067
10068         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10069         Emacs 21 is running.
10070
10071         * wl-e21.el: New file.
10072
10073 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10074
10075         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10076         (wl-toggle-plugged): Ditto.
10077         (wl-plugged-toggle): Ditto.
10078         (wl-plugged-toggle-all): Ditto.
10079
10080         * wl-vars.el (wl-plug-state-indicator): Refer
10081         `wl-plug-state-indicator-on' indirectly.
10082
10083 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10084
10085         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10086         Call `wl-folder-confirm-existence'.
10087
10088         * wl-folder.el (wl-folder-confirm-existence): Added optional
10089         argument `force'.
10090
10091 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10092
10093         * wl-summary.el (wl-summary-refile-subr): Assume
10094         `copy-or-refile' as symbol.
10095         (wl-summary-refile): Follow up above change.
10096         (wl-summary-copy): Ditto.  Doc fix.
10097
10098 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10099
10100         * wl-summary.el (wl-summary-pick): Don't bind
10101         `elmo-search-mime-charset'.
10102
10103         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10104         default using old backquote style.
10105         (wl-search-mime-charset): Abolished.
10106
10107         * wl-highlight.el (wl-highlight-headers):
10108         Call `point' after `re-search-forward'(for Nemacs).
10109
10110         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10111         for elmo-imap4.el.
10112
10113 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10114
10115         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10116         `wl-message-ignored-field-list' instead of
10117         `mime-view-ignored-field-list'.
10118
10119         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10120         Add interactive spec.
10121         (wl-folder-goto-bottom-of-current-folder): Ditto.
10122         (wl-folder-mode-map): Bind them.
10123
10124         * wl-vars.el (wl-message-ignored-field-list): New variable.
10125         (wl-message-visible-field-list): New variable.
10126
10127         * wl-mime.el (wl-mime-header-presentation-method): New function.
10128         (wl-mime-setup): Set header-presentation-method.
10129
10130 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10131
10132         * wl-nemacs.el (wl-draft-overload-functions): Set
10133         `mode-line-buffer-identification' instead of using
10134         `wl-make-modeline'.
10135
10136         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10137         instead of using `wl-make-modeline'.
10138
10139         * wl-xmas.el (wl-plugged-init-icons): Set up
10140         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10141         (wl-make-modeline): Abolish.
10142         (wl-draft-overload-functions): Set
10143         `mode-line-buffer-identification' instead of using
10144         `wl-make-modeline'.
10145
10146         * wl-util.el (wl-make-modeline-subr): Abolish.
10147         (wl-mode-line-buffer-identification): New alias.
10148
10149         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10150         (wl-summary-make-modeline): Abolish.
10151         (wl-summary-buffer-set-folder): Set
10152         `wl-summary-buffer-folder-indicator'.
10153         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10154         of using `wl-make-modeline'.
10155         (wl-summary-switch-to-clone-buffer): Don't set
10156         `mode-line-buffer-identification'.
10157         (wl-summary-goto-folder-subr): Ditto.
10158
10159         * wl-mule.el (wl-draft-overload-functions): Set
10160         `mode-line-buffer-identification' instead of using
10161         `wl-make-modeline'.
10162
10163         * wl-folder.el (wl-folder-mode): Set
10164         `mode-line-buffer-identification' instead of using
10165         `wl-make-modeline'.
10166         (wl-folder): Don't set `mode-line-buffer-identification'.
10167
10168 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10169
10170         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10171         instead of `member' for `wl-refile-guess-func-list' look-ups.
10172         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10173
10174 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10175
10176         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10177         `wl-message-button-dispatcher'.
10178
10179         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10180
10181         * wl-message.el (wl-message-button-dispatcher): Use it.
10182
10183         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10184         "In-Reply-To".
10185
10186         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10187         Bind `case-fold-search' to t.
10188
10189 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10190
10191         * wl-xmas.el (wl-message-overload-functions): Initialize
10192         `wl-message-button-map'.
10193
10194         * wl-mule.el (wl-message-overload-functions): Initialize
10195         `wl-message-button-map'.
10196
10197         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10198
10199         * wl-message.el (wl-message-button-map): New keymap.
10200         (wl-message-add-button): New function.
10201         (wl-message-button-dispatcher): New function.
10202         (wl-message-button-refer-article): New function.
10203
10204         * wl-highlight.el
10205         (wl-highlight-message-add-buttons-to-header): New function.
10206         (wl-highlight-headers): Use it.
10207
10208 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10209
10210         * wl-summary.el (wl-summary-default-from): Use
10211         `wl-address-get-petname-1'.
10212         (wl-summary-simple-from): Ditto.
10213
10214         * wl-address.el (wl-address-get-petname-1): New inline function.
10215         (wl-address-get-petname): Use it.
10216
10217 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10218
10219         * wl-summary.el (wl-summary-default-from): Return full-name part
10220         from the address if no petname was found.
10221         (wl-summary-simple-from): Ditto.
10222
10223         * wl-address.el (wl-address-get-petname): Return nil if no petname
10224         associated with the address was found.
10225
10226 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10227
10228         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10229         display is finished.
10230
10231 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10232
10233         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10234         `elmo-folder-exists-p' argument.
10235
10236 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10237
10238         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10239         the folder.
10240
10241 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10242
10243         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10244
10245         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10246         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10247
10248 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10249
10250         * wl-folder.el (wl-folder-create-subr): New function.
10251         (wl-folder-confirm-existence): Use it.
10252         (wl-folder-check-one-entity): Use it.
10253         Check the error symbol is derived from 'elmo-open-error.
10254
10255         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10256         `ignore-error'.
10257
10258 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10259
10260         * wl-util.el (toplevel): Add (eval-when-compile (require
10261         'elmo-util)).  (Maybe `provide' is typo.)
10262
10263 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10264
10265         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10266         (I don't know why this was needed.)
10267
10268         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10269         Follow up changes for stream-type.
10270
10271         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10272         (wl-draft-elmo-nntp-send): Ditto.
10273
10274         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10275         (wl-nntp-posting-stream-type): Ditto.
10276         (wl-pop-before-smtp-ssl): Abolished.
10277         (wl-nntp-posting-ssl): Ditto.
10278
10279         * wl-address.el (wl-address-quote-specials): New function.
10280         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10281
10282         * wl-draft.el (wl-draft-reply): Ditto.
10283
10284 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10285
10286         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10287         use function `wl-string-match-assoc'.
10288
10289 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10290
10291         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10292
10293         * wl-draft.el (wl-draft-deduce-address-list): New function.
10294         (wl-draft-parse-mailbox-list): Ditto.
10295         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10296         instead of `smtp-deduce-address-list'.
10297         (wl-draft-on-field-p): Follow group list.
10298
10299         * wl-address.el (wl-address-concat-token): New function.
10300         (wl-address-string-without-group-list-contents): Ditto.
10301         (wl-complete-field-body): Fixed problem of completion
10302         by japanese petname.
10303         (wl-address-make-completion-list): Rewrite.
10304
10305 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10306
10307         * wl-address.el (wl-address-make-completion-list): Completion by
10308         petname.
10309         (wl-complete-field-body): Likewise.
10310
10311 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10312
10313         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10314         contains invalid address syntax.
10315
10316 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10317
10318         * wl-folder.el (wl-folder-check-entity-async): Use
10319         `elmo-nntp-spec-hostname'.
10320
10321 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10322
10323         * wl-summary.el (wl-summary-msgdb-load-async): Use
10324         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10325
10326 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10327
10328         * wl-draft.el (wl-draft-reply): Set argument
10329         `content-transfer-encoding' as nil.
10330
10331 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10332
10333         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10334         `wl-refile-alist'.
10335
10336 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10337
10338         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10339         (wl-draft-edit-string): Ditto.
10340         (wl-draft-forward): Ditto.
10341         * wl-summary.el (wl-summary-write): Ditto.
10342
10343 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10344
10345         * wl-summary.el (wl-summary-sync-update3): Call
10346         `wl-summary-buffer-number-column-detect'.
10347         (wl-summary-buffer-number-column-detect): Search from point-min.
10348
10349 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10350
10351         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10352         contains an address which is not included in original to or cc.
10353
10354 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10355
10356         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10357         begin-line does not exist.
10358         * wl-message.el (wl-message-uu-substring): Ditto.
10359
10360 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10361
10362         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10363         clear local variables.
10364         (wl-summary-exit): Call `elmo-commit'.
10365         (wl-summary-switch-to-clone-buffer): Call
10366         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10367         (wl-summary-goto-folder-subr): Ditto.
10368
10369         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10370         POP folder.
10371
10372 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10373
10374         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10375         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10376         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10377         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10378         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10379         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10380
10381         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10382
10383 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10384
10385         * wl-summary.el (wl-summary-search-by-subject):
10386         Search parent message from the latest one.
10387
10388 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10391         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10392
10393         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10394         New user option.
10395
10396         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10397         if elmo-nntp-use-killed-list is nil.
10398         Use `elmo-msgdb-append-to-killed-list'.
10399         (Append numbers confirmed as disappeared to the killed list.)
10400         (wl-summary-confirm-appends): Don't display negative number.
10401
10402 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10403
10404         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10405
10406 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10407
10408         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10409         range is `all'.
10410         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10411         `elmo-list-bigger-diff'.
10412
10413 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10414
10415         * wl-summary.el (wl-summary-buffer-exit-func):
10416         New buffer local variable.
10417         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10418
10419 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10420
10421         * wl-demo.el (wl-demo): Fix the last change.
10422
10423 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10424
10425         * wl-demo.el (wl-demo): Don't use `eval'.
10426
10427 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10428
10429         * wl-summary.el (wl-summary-buffer-thread-modified):
10430         New buffer-local variable.
10431         (wl-summary-set-thread-modified): New function.
10432         (wl-summary-thread-modified-p): New function.
10433         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10434         (wl-summary-yank-saved-message): Use function
10435         `wl-summary-set-thread-modified'
10436         (wl-summary-switch-to-clone-buffer): Add
10437         `wl-summary-buffer-thread-modified'.
10438
10439         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10440         (wl-summary-buffer-mark-saved-hook): Ditto.
10441         * wl-summary.el (wl-summary-msgdb-save): New hook
10442         `wl-summary-buffer-message-saved-hook' and
10443         `wl-summary-buffer-mark-saved-hook'.
10444
10445 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10446
10447         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10448
10449 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10450
10451         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10452         don't hide scroll bars under FSF Emacsen because it may incur an
10453         undesirable redrawing.
10454
10455 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10456
10457         * wl-draft.el (wl-draft-edit-string): Call
10458         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10459
10460 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10461
10462         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10463
10464 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10465
10466         * wl-summary.el (wl-summary-msgdb-load-async): Call
10467         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10468
10469 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10470
10471         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10472         fringes in demo buffer; center bitmap logo correctly even if old
10473         Mule is used.
10474
10475 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10476
10477         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10478
10479         * wl-refile.el (wl-refile-subject-alist): New variable.
10480         (wl-refile-subject-alist-file-name): Ditto.
10481         (wl-refile-alist-setup): Rewrite.
10482         (wl-refile-alist-save): Use `elmo-object-save'.
10483         Eliminated arguments.
10484         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10485         (wl-refile-guess-by-subject): New function.
10486         (wl-refile-guess-func-list): Added it.
10487
10488 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10489
10490         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10491         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10492
10493 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10494
10495         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10496         New buffer-local variable.
10497         (wl-summary-buffer-next-folder-func): Ditto.
10498         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10499         if non-nil.
10500         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10501         if non-nil.
10502         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10503         if non-nil.
10504         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10505         if non-nil.
10506
10507 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10508
10509         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10510         permanently in the demo buffer.
10511
10512 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10513
10514         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10515         `mime-entity-fetch-field'.
10516
10517         * wl.el (wl-exit): Delete plugged buffer.
10518
10519         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10520         XEmacs has menubar feature.
10521
10522 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10523
10524         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10525         cannot arrive at the beginning of the buffer under old Emacsen.
10526
10527 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10528
10529         * wl-address.el (wl-address-ldap-search):
10530         Call `ldap-search-entries' with `withdn' argument t.
10531         (wl-complete-field-body): Bind completion-ignore-case as t.
10532         Clear ldap search hash when it was sole completion.
10533         Use elmo-string for pattern string.
10534         (wl-ldap-alias-safe-string): Eliminated needless let.
10535
10536 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10537
10538         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10539         (wl-ldap-alias-sep): New constant.
10540         (wl-ldap-search-attribute-type-list): Ditto.
10541         (wl-ldap-get-value): New function.
10542         (wl-ldap-make-filter): Ditto.
10543         (wl-ldap-make-matched-value-list): Ditto.
10544         (wl-ldap-alias-safe-string): Ditto.
10545         (wl-ldap-register-dn-string): Ditto.
10546         (wl-address-ldap-search): Rewrite.
10547
10548 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10549
10550         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10551         thread is deleted.
10552         (wl-thread-delete-line-from-buffer): Ditto.
10553         (wl-thread-get-exist-children): New function.
10554
10555 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo): Made it to select various image types.
10558         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10559         from `wl-title-logo'.
10560         (wl-logo-ascii): New variable.
10561         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10562         (wl-demo-copyright-notice): New constant.
10563
10564         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10565
10566 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10567
10568         * wl-vars.el (wl-summary-target-above): Renamed from
10569         wl-summary-temp-above.
10570         * wl-score.el (wl-score-get-score-alist): Use it.
10571         (wl-summary-score-update-all-lines): Use it.
10572         * wl-summary.el: Ditto. (make-variable-buffer-local).
10573
10574 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10575
10576         * wl-vars.el (wl-ldap-port): New user option.
10577
10578         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10579         Rewite whole implementation.
10580         (wl-complete-field-body): Fixed.
10581
10582 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10583
10584         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10585         Choose implementation at compile time.
10586
10587 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10588
10589         * wl-address.el (wl-ldap-search-internal): New function.
10590         (wl-complete-field-to): Use it.
10591
10592 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10593
10594         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10595         Use `let' instead of `let*'.
10596         Require 'wl-vars.
10597
10598         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10599         Define as defcustom.
10600         (wl-ldap-base): Ditto.
10601         (wl-use-ldap): Ditto.
10602
10603 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10604
10605         * wl-address.el (wl-ldap-search): New function.
10606         (wl-complete-field-body): Use `wl-ldap-search'.
10607         (wl-ldap-server): New variable.
10608         (wl-ldap-base): Ditto.
10609         (wl-use-ldap): Ditto.
10610
10611 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10612
10613         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10614         (Pointed out by Mito <mit@nines.nec.co.jp>).
10615         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10616         buffer-local variables like `wl-summary-redisplay-internal'.
10617         (wl-summary-redisplay-all-header): Likewise.  Update
10618         Summary view too.
10619
10620 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10621
10622         * wl-summary.el (wl-summary-jump-to-parent-message):
10623         Consider prefix argument.
10624
10625         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10626         when closed thread is deleted.
10627
10628 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10629
10630         * wl-summary.el (wl-summary-jump-to-parent-message):
10631         Consider thread modification.
10632
10633 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10634
10635         * wl-message.el (wl-message-normal-get-original-buffer): Use
10636         `save-excursion'.
10637
10638         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10639         (wl-summary-showto-folder-regexp): Ditto.
10640
10641 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10642
10643         * wl-util.el (wl-delete-alist): Doc fix.
10644         (wl-delete-associations): New function.
10645         (wl-inverse-alist): New function.
10646         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10647         Split temporary variables. Use `wl-delete-associations'
10648         and `wl-inverse-alist'.
10649         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10650
10651 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-folder.el (wl-folder-prefetch-entity):
10654         Execute prefetching if new count is unknown.
10655
10656 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10657
10658         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10659
10660         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10661         delete entity.
10662         (wl-thread-set-parent): If insert as top, set linked as nil.
10663
10664         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10665         `wl-thread-cleanup-symbols' when view mode is thread.
10666
10667 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10668
10669         * wl-folder.el (wl-folder-create-folder-entity): Use
10670         with-current-buffer.
10671         (wl-local-folder-init): Call set-buffer to make sure we are in
10672         the Folder buffer. Don't touch buffer-local variables here.
10673         (wl-folder-mode): Initialize buffer-local variables here.
10674
10675         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10676         (wl-folder-entity-assign-id): Ditto.
10677         (wl-folder-create-entity-hashtb): Ditto.
10678         (wl-local-folder-init): Ditto.
10679         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10680
10681 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10682
10683         * wl-summary.el (wl-summary-default-from): Fix probrem when
10684         std11-extract-address-components return (nil "foo@bar").
10685
10686 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10687
10688         * wl-draft.el (wl-draft-clone-local-variables):
10689         Remove redundant `setq'.
10690
10691 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10692
10693         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10694         Bind wl-highlight-x-face-func as nil while highlighting header.
10695
10696 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10697
10698         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10699
10700 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10701
10702         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10703         elmo-msgdb-overview-hashtb from copy-variables.
10704         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10705         instead of `elmo-msgdb-overview-get-entity-by-number'.
10706         (wl-summary-auto-refile): Ditto.
10707
10708         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10709         `elmo-msgdb-overview-get-entity' instead of
10710         `elmo-msgdb-search-overview-entity'.  Use
10711         `elmo-msgdb-overview-get-entity' instead of
10712         `elmo-msgdb-overview-get-entity-by-number'.
10713         (wl-thread-insert-entity-sub): Ditto.
10714         (wl-thread-insert-message): Ditto.
10715
10716         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10717         `elmo-msgdb-overview-get-entity'.
10718         (wl-normal-message-redisplay): Ditto.
10719
10720 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10721
10722         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10723         `wl-thread-entities'.
10724         (wl-thread-delete-message): Fix remove top message from
10725         `wl-thread-entity-list'.
10726
10727         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10728         wl-append(nconc), because update-list is broken on Meadow.
10729
10730         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10731         updating process.
10732         (wl-summary-rescan): Ditto.
10733         (wl-summary-sync-update3): Ditto.
10734         * wl-thread.el (wl-thread-set-parent): Renamed from
10735         `wl-summary-set-parent'.
10736         (wl-thread-insert-message): Updating buffer faster.
10737         (wl-thread-delete-message): Updating buffer faster.
10738
10739         * wl-score.el (wl-summary-score-update-all-lines): Changed
10740         interval for display progress gauge.
10741
10742 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10743
10744         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10745         folder always-sticky.
10746         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10747         defmacro.
10748
10749 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-vars.el (wl-draft-add-references): New user option.
10752
10753         * wl-draft.el (wl-draft-add-references): New function.
10754         (wl-draft-yank-from-mail-reply-buffer): Use it.
10755         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10756         as nil.
10757
10758 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10759
10760         * wl-thread.el (wl-thread-update-line-msgs): Called
10761         `wl-thread-update-line-on-buffer-sub'.
10762         (wl-thread-update-line-on-buffer): Delete routine of inserting
10763         thread.
10764         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10765         moved from `wl-thread-update-line-on-buffer'.
10766         Add threshold for displaying progress gauge.
10767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10768         argument of `wl-thread-update-line-msgs'.
10769         Add threshold for displaying progress gauge.
10770         * wl-folder.el:
10771         Add threshold for displaying progress gauge.
10772         * wl-score.el: Ditto.
10773
10774         * wl-expire.el (wl-summary-expire): Display deleting info.
10775
10776 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10777
10778         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10779         `no-msg'.
10780         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10781         argument of `wl-thread-update-line-msgs'.
10782         (wl-summary-set-parent): Added optional argument `parent-number'.
10783         (wl-summary-buffer-saved-message): New buffer local variable.
10784         (wl-summary-save-current-message): New command.
10785         (wl-summary-yank-saved-message): Ditto.
10786         (wl-summary-mode-map): Added key binding for
10787         `wl-summary-save-current-message' (\ew) and
10788         `wl-summary-yank-saved-message' (\C-y).
10789         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10790
10791 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10792
10793         * wl-summary.el (wl-summary-mode-map): Added key binding for
10794         `wl-summary-set-parent' (ts).
10795
10796 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10797
10798         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10799         subject faster. If thread number is reverse, delayed updating
10800         thread.
10801         (wl-summary-search-by-subject): Ditto.
10802         (wl-summary-put-alike): Ditto.
10803         (wl-summary-get-alike): Ditto.
10804         (wl-summary-insert-headers): Insert header of all overview in
10805         buffer.
10806         (wl-summary-rescan): Delayed updating thread. Kill search subject
10807         buffer for wl-summary-search-by-subject.
10808         (wl-summary-sync-update3): Ditto.
10809         (wl-summary-exit): Ditto.
10810         (wl-summary-goto-bottom-of-current-thread): Change for linked
10811         thread.
10812         (wl-summary-overview-create-summary-line): Change line for linked
10813         thread.
10814
10815         * wl-summary.el (wl-summary-update-thread): Use
10816         wl-thread-maybe-get-children-num.
10817         (wl-summary-set-parent): If change parent, move sub thread.
10818         (wl-summary-redisplay-internal): Add horizontal recenter.
10819         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10820
10821         * wl-thread.el (wl-thread-entity-get-linked): New function.
10822         (wl-thread-entity-set-linked): New function.
10823         (wl-thread-create-entity): Add linked element.
10824         (wl-thread-entity-insert-as-top): Use wl-append.
10825         (wl-thread-maybe-get-children-num): If closing thread, return
10826         children msgs.
10827         (wl-thread-update-line-msgs): Displaying progress message.
10828         (wl-thread-update-line-on-buffer-sub): Use
10829         wl-thread-maybe-get-children-num.
10830         (wl-thread-update-line-on-buffer): If update line is not exists,
10831         insert thread.
10832         (wl-thread-delete-message): If delete top msg of thread, search
10833         parent by subject.
10834         (wl-thread-insert-entity): Use
10835         wl-thread-maybe-get-children-num.
10836
10837         * wl-highlight.el (wl-highlight-summary-current-line): change
10838         sregexp for linked thread.
10839         * wl-util.el (wl-count-lines): Count lines.
10840         (wl-horizontal-recenter): horizontal recenter.
10841         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10842         (wl-score-get-alike): Ditto.
10843         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10844         (wl-subject-length-limit): New variable.
10845         (wl-highlight-thread-indent-string-regexp): Changed for linked
10846         thread.
10847
10848 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10849
10850         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10851         New variable (revival).
10852         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10853         by subject matching if there's no in-reply-to nor references field
10854         (revival).
10855
10856 \f
10857 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10858
10859         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10860         message.
10861
10862 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10863
10864         * wl-summary.el (wl-summary-reply): Return t if there was a
10865         message at cursor point.
10866         Added unwind-protect.
10867         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10868         returns t.
10869         (wl-summary-cancel-message): Do nothing when there's no message at
10870         cursor point.
10871         (wl-summary-forward): Ditto.
10872         (wl-summary-jump-to-parent-message): Ditto.
10873         (wl-summary-reedit): Ditto.
10874         (wl-summary-edit-addresses): Ditto.
10875         (wl-summary-pipe-message): Ditto.
10876         (wl-summary-print-message-with-ps-print): Ditto.
10877         (wl-summary-print-message): Ditto.
10878         (wl-summary-mark-as-important): Ditto.
10879         (wl-summary-mark-as-unread): Ditto.
10880
10881         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10882         message at cursor point.
10883         (wl-summary-reply-with-citation): Remove unwind-protect.
10884
10885         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10886         subject searching feature.
10887         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10888         Eliminated.
10889
10890 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10891
10892         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10893         New variable.
10894         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10895         by subject matching if there's no in-reply-to nor references field.
10896
10897         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10898
10899         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10900         when display is finished.
10901         (wl-folder-open-all): Ditto.
10902         (wl-folder-update-access-group): Ditto.
10903         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10904         * wl-thread.el (wl-thread-close-all): Ditto.
10905
10906         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10907         progress gauge only when it was displayed.
10908         * wl-folder.el (wl-folder-insert-entity): Ditto.
10909
10910 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10911
10912         * wl-summary.el (wl-summary-incorporate): Enclose
10913         `wl-summary-sync-force-update' with save-excursion.
10914
10915 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10916
10917         * wl-summary.el (wl-summary-prefetch-region):
10918         Pass current cursor point to `pos-visible-in-window-p' after
10919         moving cursor to the started point.
10920
10921 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10922
10923         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10924
10925         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10926         fields from the forwarding message.
10927         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10928         `ignored-fields'.
10929
10930 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10931
10932         * wl-mime.el (wl-message-request-partial):
10933         Eliminated argument `msgdb'.
10934         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10935         (wl-mime-combine-message/partial-pieces): Likewise.
10936         * tm-wl.el (wl-message-request-partial): Likewise.
10937         (wl-mime-combine-message/partial-pieces): Likewise.
10938
10939 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10940
10941         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10942         when display is finished.
10943
10944 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10945
10946         * wl-summary.el (wl-summary-goto-folder-subr):
10947         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10948
10949 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10950
10951         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10952         when cursor point is visible.
10953
10954 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10955
10956         * wl-expire.el (wl-expire-archive-get-max-number):
10957         Don't use `file-name-directory'.
10958
10959 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10960
10961         * wl-expire.el (wl-expire-archive-get-max-number):
10962         Use `file-name-directory'.
10963
10964 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10965
10966         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10967         only when there is progress.
10968
10969 2000-04-13  Mito <mit@nines.nec.co.jp>
10970
10971         * wl-summary.el (wl-summary-sync-marks): Display progress.
10972
10973 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10974
10975         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10976         (wl-summary-prev): Move cursor regardless of unread status.
10977         (wl-summary-next): Ditto.
10978
10979 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10980
10981         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10982         Added argument `target' and `number'.
10983         * tm-wl.el (wl-summary-burst-subr): New function.
10984         (wl-summary-burst): Use it.
10985
10986 2000-04-10  Mito <mit@nines.nec.co.jp>
10987
10988         * wl-mime.el (wl-burst): New function.
10989         (wl-summary-burst): Use it.
10990
10991 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10992
10993         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10994         as petname when there's no candidate.
10995
10996 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10997
10998         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10999         New variable.
11000         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11001
11002         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11003
11004         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11005
11006 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11009         Use substring of `original' instead of buffer-substring.
11010         (wl-refile-evaluate-rule):
11011         Set `original' argument of wl-refile-expand-newtext.
11012
11013         * wl-summary.el
11014         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11015         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11016         (wl-summary-auto-refile): Check existence of destination folder just
11017         before marking.
11018
11019 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11020
11021         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11022         when wl-refile-get-field-value return nil.
11023
11024 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11025
11026         * wl-refile.el
11027         (wl-refile-expand-newtext): New function imported from Gnus.
11028         (wl-refile-evaluate-rule): Use it.
11029
11030 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11031
11032         * wl-summary.el (wl-summary-print-destination):
11033         Duplicate folder string to avoid putting text-property on
11034         original string.
11035
11036         * wl-refile.el (wl-refile-get-field-value): New function.
11037         (wl-refile-evaluate-rule): New function;
11038         Evaluate refile rule recursively.
11039         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11040         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11041         New function; Check existence of a target folder recursively.
11042         (wl-summary-auto-refile-check-refile-rule-alist):
11043         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11044
11045 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11046
11047         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11048
11049         * wl-folder.el (wl-create-folder-entity-from-buffer):
11050         Fixed problem when '}' character is contained in folder name.
11051
11052         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11053
11054 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11055
11056         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11057         (wl-fldmgr-add-completion-all-completions):
11058         Use wl-fldmgr-add-completion-hashtb.
11059
11060 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11061
11062         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11063         wl-fldmgr-add-completion-subr): New functions.
11064         * wl-folder.el (wl-folder-completion-func): New variable.
11065         * wl-summary.el (wl-summary-read-folder):
11066         Use wl-folder-completion-func.
11067
11068         * wl-refile.el: Eliminate throw & catch.
11069
11070         * wl.el (wl-plugged-sending-queue-status): Fixed.
11071
11072 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11073
11074         * wl-draft.el (wl-draft): Put category property on
11075         mail-header-separator.