* wl-draft.el (wl-draft-send, wl-draft-do-fcc): Suppress compile warnings; Use
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
4
5         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
6         of `goto-line'.
7
8         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
9         symbol.
10
11         * wl.el (wl-plugged-change): Suppress compile warnings; Use
12         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
13         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
14         * wl-address.el (wl-complete-window-show): Ditto.
15         * wl-message.el (wl-message-select-buffer): Ditto.
16         * wl-template.el (wl-template-show): Ditto.
17         * wl-util.el (wl-collect-summary): Ditto.
18         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Ditto.
19         * wl-draft.el (wl-draft-send-mail-with-smtp, wl-draft-send)
20         (wl-draft-do-fcc): Ditto.
21
22         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
23
24
25 2009-12-16  Lloyd Zusman <ljz@asfast.com>
26
27         * wl-summary.el (wl-summary-detect-mark-position): Force
28         the temporary buffer to enable the use of multibyte characters
29         within searches [wl-en:2460].
30
31 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
32
33         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
34         of `beginning-of-buffer'.
35
36 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
37
38         * wl-summary.el (wl-summary-display-raw): New function, display
39         message in raw format.
40
41 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
42
43         * Version number is increased to 2.15.7.
44
45 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
46
47         * wl-summary.el (wl-summary-previous-message-number): New function.
48         (wl-summary-next-message-number): Ditto.
49         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
50         `wl-summary-next-message-number'.
51         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
52         Inline temporary variable `cur-id'.
53         (wl-summary-get-next-unread-folder): Ditto.
54         (wl-summary-get-next-folder): Ditto.
55         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
56
57 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
58
59         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
60
61 2008-09-05  Kenichi Okada  <okada@opaopa.org>
62
63         * wl-summary.el (wl-summary-buffer-folder-name)
64         (wl-draft-config-body-goto-header): Use backquote instead of quote.
65         * wl-draft.el (wl-draft-body-goto-top)
66         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
67
68 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
69
70         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
71         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
72
73 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * wl-expire.el: Fix Comentary section.
76
77 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
78
79         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
80         Require mime-parse, elmo-mime, and wl-util.
81
82         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
83
84         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
85
86 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
87
88         * wl-template.el: Require elmo-util and wl-vars.
89
90         * wl-mime.el (wl-mime-display-header): Revert last change.
91         Remove `delete-matching-lines "^$"'.
92
93 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
94
95         * wl-mime.el (wl-define-dummy-functions): Split
96         `eval-when-compile' form for avoid error; when `make
97         compile-strict.
98
99         * wl-util.el: Move (eval-when-compile (require 'static)).
100         * wl-dnd.el: Add (eval-when-compile (require 'static)).
101         * wl-message.el: Ditto.
102
103         * wl-mime.el (wl-message-delete-current-part): Use
104         `insert-buffer-substring' instead of `insert-buffer'.
105         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
106         * wl-draft.el (wl-draft-generate-clone-buffer)
107         (wl-draft-do-mime-bcc): Ditto.
108
109         * wl-address.el: Add (eval-when-compile (require 'cl)).
110         * wl-addrmgr.el: Ditto.
111         * wl-mime.el: Ditto.
112         * wl-util.el: Ditto.
113         * wl-score.el: Ditto.
114
115 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
116
117         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
118         `string-to-int'.
119
120         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
121         `string-to-int'.
122
123         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
124         `string-to-number' instead of `string-to-int'.
125
126         * wl-summary.el (wl-summary-get-list-info)
127         (wl-summary-message-number): Use `string-to-number' instead of
128         `string-to-int'.
129
130         * wl-score.el (wl-score-overview-entity-get-lines)
131         (wl-score-set-mark-below, wl-score-set-expunge-below)
132         (wl-summary-increase-score, wl-score-get-header-entry): Use
133         `string-to-number' instead of `string-to-int'.
134
135         * wl-folder.el (wl-folder-update-diff-line): Use
136         `string-to-number' instead of `string-to-int'.
137
138         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
139         instead of `string-to-int'.
140
141         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
142         instead of `string-to-int'.
143
144         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
145         `string-to-int'.
146
147 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
148
149         * wl-util.el (wl-match-string, wl-match-buffer)
150         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
151         (wl-kill-buffers, wl-local-variable-p)
152         (wl-line-formatter-setup): New backquote style.
153         (wl-count-lines): Use quote instead of backquote.
154
155         * wl-summary.el (wl-summary-buffer-folder-name)
156         (wl-summary-get-alike): Use quote instead of backquote.
157         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
158         backquote style.
159
160         * wl-message.el (wl-message-buffer-cache-buffer-get)
161         (wl-message-buffer-cache-folder-get)
162         (wl-message-buffer-cache-message-get)
163         (wl-message-buffer-cache-entry-make)
164         (wl-message-buffer-cache-hit): New backquote style.
165
166         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
167         backquote.
168         (wl-folder-unread-regex, wl-folder-entity-exists-p)
169         (wl-folder-clear-entity-info)
170         (wl-folder-get-entity-info, wl-folder-set-entity-info)
171         (wl-folder-elmo-folder-cache-get)
172         (wl-folder-elmo-folder-cache-put): New backquote style.
173
174         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
175         (wl-fldmgr-assign-id): Ditto.
176         (wl-fldmgr-delete-line): Use quote instead of backquote.
177         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
178
179         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
180         (wl-draft-set-sent-message): New backquote style.
181         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
182         (wl-draft-config-body-goto-header): Use quote instead of backquote.
183
184 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
185
186         * wl-address.el (wl-address-concat-token): Fix typo.
187
188 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
189
190         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
191         (wl-score-get-alike): Ditto.
192
193         * wl-vars.el: New backquote style.
194         (wl-message-header-button-alist): Use quote instead of backquote.
195
196         * wl.el (wl-plugged-string): New backquote style.
197
198         * wl-address.el (wl-address-concat-token): New backquote style.
199
200         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
201
202 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
203
204         * wl-highlight.el (wl-highlight-folder-opened-regexp)
205         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
206
207         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
208         in the character alternative.
209
210 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
211
212         * Version number is increased to 2.15.6.
213
214 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
215
216         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
217         optional 3rd argument of epg-context-set-progress-callback; it was
218         temporarily removed in the Emacs trunk due to copyright problem.
219         (wl-mime-pgp-verify-region-with-epg): Ditto.
220
221 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
222
223         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
224
225 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
226
227         * wl-util.el (wl-biff-check-folders): Set biff flag.
228         (from Naoto Morishima [wl:14031])
229
230 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
231
232         * wl.el (wl-plugged-server-indent): Use quote instead of
233         backquote.
234
235 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * wl-score.el (wl-score-insert-header): Add guard for
238         `std11-unfold-string'.
239         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
240         TYPE artgument when TO or CC field.
241
242 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
243
244         * wl-summary.el (wl-summary-goto-folder-subr): Call
245         `elmo-folder-close' instead of `elmo-folder-commit' if discard
246         current summary.
247
248 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
249
250         * wl-util.el (wl-read-shell-commande): New function or alias.
251
252         * wl-summary.el (wl-summary-pipe-message): Use
253         `wl-read-shell-command' instead of `read-string'.
254         (wl-summary-target-mark-pipe): Ditto.
255
256 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
257
258         * wl-summary.el (wl-summary-reply): Fix docstring.
259         * wl-draft.el (wl-draft-reply): Ditto.
260
261 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
262
263         * wl-mime.el (wl-summary-extract-attachments): New command.
264         (wl-summary-extract-attachments-1): New internal function.
265
266 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-expire.el (wl-expire-folder): New function (split from
269         wl-summary-expire).
270         (wl-summary-expire): Use it. Add argument `all' instead of remove
271         `nolist'. Cause an error only if this function is calling
272         interactively.
273
274 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-expire.el (wl-expire-refile): Display progress message.
277         (wl-summary-expire): Simplify.
278
279         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
280         unused argument `deleting-info'.
281
282 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-vars.el (wl-message-popup-buffers): New user option.
285
286         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
287         (wl-message-delete-popup-windows): New function that substitues
288         above one.
289         (wl-mime-setup): Follow the above change.
290
291 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
292
293         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
294
295 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
296
297         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
298         "tkm" to wl-thread-spam.
299
300 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
301
302         * wl-thread.el (wl-thread-entity-insert-as-children): Use
303         wl-thread-entity-set-children.
304         (wl-thread-insert-message, wl-thread-insert-entity-sub,
305         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
306         Use wl-thread-entity-get-*.
307
308 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-mime.el (wl-epg-progress-callback): New function.
311         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
312         with `elmo-with-progress-display'. Set a progress callback
313         function to epg-context.
314         (wl-mime-pgp-verify-region-with-epg): Ditto.
315
316 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-util.el (wl-completing-read-multiple): Define as an alias of
319         `completing-read-multiple' if emacs-version is not less than 22.
320
321 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
324         change.
325
326 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-summary.el (wl-summary-sync-update): Move
329         `wl-thread-update-indent-string-thread' to outside of
330         `elmo-with-progress-display'.
331
332 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
333
334         * wl-message.el (wl-message-exit): Check buffer existence.
335
336 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
337
338         * wl-util.el (wl-simple-display-progress): New function.
339         (wl-display-progress-with-gauge): Ditto.
340         (wl-progress-callback-function): Ditto.
341
342         * wl.el (wl-init): Set `elmo-progress-callback-function' as
343         `wl-progress-callback-function'
344
345         * wl-vars.el (wl-display-progress-threshold): New user option.
346         (wl-display-progress-function): Ditto.
347
348         * Version number is increased to 2.15.5.
349
350 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
351
352         * wl-thread.el (wl-thread-close-children): New function.
353         (wl-thread-open-children): Ditto.
354         * wl-action.el (wl-summary-set-mark): Redo the last change by
355         using it.
356
357         * wl-action.el (wl-summary-set-mark): Undo the last change.
358         Forbid interactive call.
359
360 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-mime.el (wl-define-dummy-functions): New macro.
363         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
364         `wl-mime-pgp-decrypt-region'.
365         (wl-mime-pgp-verify-region-with-epg): Renamed from
366         `wl-mime-pgp-verify-region'.
367         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
368         `wl-mime-pgp-decrypt-region'.
369         (wl-mime-pgp-verify-region-with-pgg): Renamed from
370         `wl-mime-pgp-verify-region'.
371         (wl-mime-pgp-decrypt-region): New function; To select dispatch
372         function at runtime.
373         (wl-mime-pgp-verify-region): Ditto.
374
375         * wl-vars.el (wl-use-pgp-module): New user option.
376
377 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
378
379         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
380         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
381
382 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
385         even if there are target marks only.
386
387 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * Version number is increased to 2.15.4.
390
391 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-folder.el (wl-folder-check-one-entity): Simplify.
394
395 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
396
397         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
398         variable.
399
400 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
401
402         * wl-spam.el (wl-thread-test-spam): New function.
403         (wl-spam-setup): Bind "tkc".
404
405 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-expire.el (wl-folder-expire-entity): Rewite without
408         `wl-summary-goto-folder-subr'.
409         (wl-folder-expire-current-entity): Don't kill summary buffer.
410
411 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-folder.el (wl-folder-sync-entity): Rewrite without
414         `wl-summary-goto-folder-subr'.
415         (wl-folder-mark-as-read-all-entity): Likewise.
416
417         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
418
419 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-thread.el (wl-thread-force-open): Arranged.
422
423 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
424
425         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
426         from regexp.
427
428         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
429         (wl-read-search-condition-internal): Append them.
430
431 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-vars.el (wl-additional-search-condition-fields):
434         New user option.
435
436         * wl-util.el (wl-search-condition-fields): New function; export
437         from `wl-read-search-condition-internal'.
438         (wl-read-search-condition-internal): Use it.
439
440         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
441
442 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
443
444         * wl-summary.el (wl-summary-define-sort-command): New function.
445         (wl-summary-sort-by-date, wl-summary-sort-by-number)
446         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
447         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
448         define by `wl-summary-define-sort-command' at runtime.
449
450         * wl.el (wl-init): Call wl-summary-define-sort-command.
451
452 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
455         properties at the decrypting region.
456
457 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-util.el (wl-find-region): New function.
460
461         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
462         coding system.
463         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
464         property `wl-mime-decoded-coding-system'.
465         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
466         property `wl-mime-decoded-coding-system' to encode text.
467
468         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
469         message.
470         (wl-mime-pgp-verify-region): Ditto.
471
472 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
473
474         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
475         buffer. Use epa-display-verify-result.
476
477 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
478
479         * wl-draft.el (wl-draft-send): Continue even if setting parent
480         flag was failed.
481
482 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-message.el (wl-message-flag-indicator): Fixed the problem
485         of returning string only of parentheses.
486
487 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-write): Add argument `folder'.
490         (wl-summary-write-current-folder): Change argument `folder' from
491         optional to require.
492         (wl-summary-get-buffer): Return the buffer associated folder only.
493
494         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
495         change.
496         (wl-folder-toggle-disp-summary): Ditto.
497
498         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
499         current summary as parent-folder.
500
501 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
502
503         * wl-draft.el (wl-draft-reedit): Don't overwrite
504         wl-draft-parent-folder.
505
506 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
507
508         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
509         (wl-mime-pgp-verify-region): Ditto.
510         (wl-message-decrypt-pgp-nonmime): Use the above function.
511         (wl-message-verify-pgp-nonmime): Likewise.
512         (wl-mime-preview-application/pgp): Likewise.
513
514 2006-04-20  Kenichi Okada  <okada@opaopa.org>
515
516         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
517         Fix about the order of `wl-nntp-posting-port' and
518         `wl-nntp-posting-stream-type'.
519         * wl.el (wl-plugged-port-label-alist): Add smtp.
520
521 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-summary.el (wl-summary-message-status): New macro.
524
525         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
526         (wl-summary-killed-mark): New user option.
527
528         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
529         API change.
530         (wl-thread-insert-entity-sub): Ditto.
531         (wl-thread-recover-messages): New command.
532
533         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
534         Don't call `wl-highlight-summary-current-line' directly.
535         (wl-summary-buffer-attach): Connect to signal `status-changed'
536         instead of `cache-changed'.
537         (wl-summary-buffer-detach): Follow the above change.
538         (wl-summary-detect-mark-position): Follow the API change.
539         (wl-summary-rescan-message): Ditto.
540         (wl-summary-insert-sequential): Ditto.
541         (wl-summary-update-thread): Ditto.
542         (wl-summary-message-mark): Ditto.
543         (wl-summary-persistent-mark): Ditto.
544         (wl-summary-create-line): Ditto.
545         (wl-summary-prefetch-region-no-mark): Call
546         `wl-summary-persistent-mark' with number.
547         (wl-summary-recover-messages-region): New command.
548         (wl-summary-target-mark-recover): Ditto.
549         (wl-summary-recover-message): Ditto.
550         (wl-summary-persistent-mark-string): Add argument `status' instead
551         of remove arguments `flags' and `cached'.  Treat killed status.
552         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
553
554         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
555         (wl-highlight-summary-line-face-spec): Treat killed status.
556         (wl-highlight-summary-line-string): Follow the API change.
557         (wl-highlight-summary-current-line): Ditto.
558
559         * Version number is increased to 2.15.3.
560
561 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
564         of symbolp to test whether the condition is function.
565
566 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
569         to nil.
570
571 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
572
573         * wl-summary.el (wl-summary-buffer-message-ring): New internal
574         variable.
575         (wl-summary-buffer-last-displayed-msg): Abolish.
576         (wl-summary-push-message): New function.
577         (wl-summary-pop-message): Ditto.
578         (wl-summary-goto-folder-subr): Reset
579         `wl-summary-buffer-message-ring'.
580         (wl-summary-pop-to-last-message): New command.
581         (wl-summary-goto-last-displayed-msg): Call
582         wl-summary-pop-to-last-message if optional argument is non-nil or
583         the last command is itself.
584         (wl-summary-redisplay-internal): Push last message number into
585         `wl-summary-buffer-message-ring'.
586
587         * wl-vars.el (wl-summary-message-ring-max): New user option.
588
589 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
592         from `wl-draft-reply').
593         (wl-draft-reply): Use it.
594         (wl-draft-find-reply-headers): Avoid compile warning.
595
596 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
599
600 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
601
602         * wl-message.el (wl-message-flag-indicator): New function.
603         (wl-message-redisplay): Use it.
604
605 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
606
607         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
608
609 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
612         instead of `read-event'.
613
614         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
615
616         * wl-mule.el (wl-read-event-char): Ditto.
617
618         * wl-e21.el (wl-read-event-char): Ditto.
619
620 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
623
624 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
625
626         * wl-vars.el (wl-draft-send-confirm-type): New user option.
627
628         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
629
630         * wl-draft.el (wl-draft-send-confirm): Confirmation by
631         `wl-draft-send-confirm-type'
632
633 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
634
635         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
636         Avoid error when the buffer name is already used.
637
638 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
641         the change of elmo-nmz -> elmo-search.
642         (wl-highlight-summary-line-help-echo-alist): Ditto.
643         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
644         (wl-nmz-folder-icon): Define as obsolete.
645         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
646         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
647
648 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-summary.el (wl-summary-get-list-info): Rewrite with
651         `elmo-find-list-match-value'
652
653 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
654
655         * wl-summary.el (wl-summary-get-list-info): Optimize.
656         Use List-Id and List-Post also.
657
658 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
659
660         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
661
662 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
663
664         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
665
666 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
667
668         * wl-util.el (wl-completing-read-multiple-1): New internal function.
669         (wl-completing-read-multiple-2): Ditto.
670         (wl-completing-read-multiple): Define use above functions.
671
672         * wl-summary.el (wl-summary-sort): Removed the workaround for a
673         bug of `completing-read-multiple' about default value.
674
675         * wl-xmas.el (wl-completing-read-multiple): Removed.
676
677         * wl-mule.el (wl-completing-read-multiple): Ditto.
678
679         * wl-e21.el (wl-completing-read-multiple): Ditto.
680
681 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-util.el (wl-filter-associations): New function.
684
685         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
686         (wl-spam-ignored-folder-list): Ditto.
687         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
688         (wl-spam-string-member-p): New function.
689         (wl-spam-domain): Use it.
690         (wl-spam-split-numbers): New function.
691         (wl-spam-apply-partitions): Ditto.
692         (wl-spam-register-spam-messages): Use `folder' instead of
693         `wl-summary-buffer-elmo-folder'.
694         (wl-spam-register-good-messages): Ditto.
695         (wl-summary-exec-action-spam): Decide a domain by real folder of
696         message.
697         (wl-summary-exec-action-refile-with-register): Likewise.
698
699 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-e21.el (wl-e21-find-image): New function.
702         (wl-e21-setup-toolbar): Use it instead of `find-image'.
703         (wl-e21-highlight-folder-group-line): Ditto.
704         (wl-folder-init-icons): Ditto.
705         (wl-plugged-init-icons): Ditto.
706         (wl-biff-init-icons): Ditto.
707
708 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
709
710         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
711         (wl-inhibit-save-drafts): New internal variable.
712         (wl-disable-auto-save): Ditto.
713         (wl-save-drafts): Treat above variables.
714         (wl-auto-save-drafts): New function.
715         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
716         `wl-stop-save-drafts'.
717         (wl-start-save-drafts): New function.
718         (wl-stop-save-drafts): Ditto.
719         (wl-set-auto-save-draft): New command.
720
721         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
722         `wl-set-save-drafts'.
723
724 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
725
726         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
727         `make-local-variable' instead of `make-variable-buffer-local'.
728
729 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
732
733 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
736
737 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
740         of working buffer.
741
742 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
745
746         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
747         value into recipients; Bind `wl-draft-remove-group-list-contents'
748         as nil.
749
750 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-summary.el (wl-summary-sort): Fixed the last change.
753
754         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
755         (wl-summary-sort-messages): Ditto.
756         (wl-summary-rescan): Use it.
757         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
758         `completing-read'; Append candidates for reverse order.
759
760 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * Version number is increased to 2.15.2.
763
764 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
765
766         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
767         "Smaller".
768         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
769
770 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
773
774 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
775
776         * wl-vars.el (wl-draft-additional-header-alist): Add into the
777         customize group `wl-draft'.
778         (wl-draft-add-in-reply-to): Move customize group from `wl' to
779         `wl-draft'.
780         (wl-draft-add-references): Ditto.
781
782         * wl-action.el (wl-summary-print-argument): Rename argument from
783         `folder' to `data'.
784
785 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
786
787         * wl-summary.el (wl-summary-rescan-message): Call
788         `wl-thread-cleanup-symbols' before insert thread.
789
790 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl.el (wl-init): Set `elmo-get-folder-function' as
793         `wl-folder-make-elmo-folder'.
794
795         * wl-spam.el (wl-summary-exec-action-spam): Use
796         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
797
798         * wl-folder.el (wl-folder-make-elmo-folder): New function.
799         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
800         `elmo-make-folder'.
801         (wl-folder-get-elmo-folder): Ditto.
802         (wl-folder-create-subr): Simplify.
803
804 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
807
808 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
811         contents in message buffer instead of original buffer. If optional
812         argument specified, ask coding system for encode.
813
814 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
815
816         * wl-spam.el (wl-summary-test-spam-region): New function.
817         (wl-spam-setup): Bind "rkc".
818
819 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
820
821         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
822
823 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
824
825         * wl-spam.el (wl-summary-test-spam): Fix typo.
826         (wl-message-check-spam): Ditto.
827
828 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-summary.el (wl-summary-default-from): Simplify.
831
832 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-action.el (wl-summary-exec-action-refile): Simplify.
835         (wl-summary-exec-action-copy): Ditto.
836         (wl-summary-auto-refile): Check existence of temporary mark.
837
838 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
839
840         * wl-summary.el (wl-summary-create-line): Use
841         `elmo-time-to-datevec'.
842
843         * wl-expire.el (wl-expire-archive-date): Ditto.
844         (wl-expire-localdir-date): Ditto.
845
846         * wl-util.el (wl-day-number): Abolish.
847
848         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
849         of `wl-day-number'.
850         (wl-score-followup): Ditto.
851         (wl-score-add-followups): Ditto.
852         (wl-score-get-latest-msgs): Ditto.
853         (wl-score-get-header-entry): Ditto.
854         (wl-score-edit-insert-date): Ditto.
855
856 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
857
858         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
859         `elmo-message-entity-field' with 2nd argument `type'.
860
861 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
862
863         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
864
865 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-thread.el (wl-thread-delete-message): Delete descendant
868         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
869
870 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
871
872         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
873
874 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
877         `Access folder'.
878
879 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-vars.el (wl-access-folder-icon): New user option.
882
883         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
884         `Access folder'.
885
886 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-summary.el (wl-summary-buffer-set-folder): Use
889         `wl-folder-mime-charset'.
890
891         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
892         `mime-charset'.
893         (wl-folder-get-elmo-folder): Ditto.
894         (wl-folder-mime-charset): New function.
895
896 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-util.el (wl-parse-addresses): Define alias of
899         `elmo-parse-addresses' (move to `elmo-util.el').
900
901         * wl-summary.el (wl-summary-default-from): Follow the API change.
902         (wl-summary-overview-entity-compare-by-date): Ditto.
903         (wl-summary-overview-entity-compare-by-from): Ditto.
904         (wl-summary-get-list-info): Get value of `ml-info' field from
905         entity at first.
906         (wl-summary-rescan-message): Treat prefix argument.
907         (wl-summary-prefetch-msg): Follow the API change.
908         (wl-summary-search-by-subject): Ditto.
909         (wl-summary-insert-thread): Ditto.
910         (wl-summary-line-subject): Ditto.
911         (wl-summary-line-from): Ditto.
912         (wl-summary-create-line): Ditto.
913         (wl-summary-print-message-with-ps-print): Ditto.
914
915         * wl-score.el (wl-score-ov-entity-get): Ditto.
916         (wl-score-followup): Ditto.
917         (wl-score-add-followups): Use `elmo-message-entity-field' instead
918         of `car'.
919         (wl-score-get-latest-msgs): Follow the API change.
920         (wl-score-get-header): Ditto.
921
922         * wl-refile.el (wl-refile-learn): Ditto.
923         (wl-refile-subject-learn): Ditto.
924         (wl-refile-get-field-value): Ditto.
925         (wl-refile-guess-by-history): Ditto.
926         (wl-refile-guess-by-subject): Ditto.
927
928         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
929
930         * wl-expire.el (wl-expire-date-p): Removed.
931         (wl-expire-archive-date): Follow the API change.
932         (wl-expire-localdir-date): Ditto.
933         (wl-summary-expire): Ditto.
934
935         * Version number is increased to 2.15.1.
936
937 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
938
939         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
940         group is access or not (it is not strict, like wl-fldmgr-rename).
941
942 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
945         duplicate call of `wl-summary-print-argument' on the wrong line.
946
947 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
950         even if argument `number' is nil.
951         (wl-summary-insert-line): Print action argument if current message
952         has it.
953
954 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
955
956         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
957         (wl-draft-reply): Ditto.
958         (wl-draft): Add optional argument `parent-number' and call
959         `wl-draft-create-buffer' with it.
960         (wl-draft-create-buffer): Add optional argument
961         `parent-number'. Set wl-draft-parent-number as it.
962
963 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
964
965         * wl-folder.el (wl-folder-set-persistent-mark): If summary
966         buffer is not for given folder, don't use it.
967
968 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * Version number is increased to 2.15.0.
971
972 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
973
974         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
975
976         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
977         (wl-highlight-get-face-by-name): New internal function.
978         (wl-highlight-summary-line-face-spec): Use it and fixed.
979
980 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
981
982         * wl-summary.el (wl-summary-sync-update): Use
983         `elmo-message-entity-field' instead of `car' to get message-id
984         from overview entity.
985
986         * wl-summary.el (wl-summary-rescan-message): Call
987         `wl-highlight-summary-displaying' when displaying a message.
988
989 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-draft.el (wl-draft-config-info-filename): Extracted from
992         `wl-draft-config-info-operation'.
993         (wl-draft-buffer-change-number): New function.
994         (wl-draft-rename-saved-config): Ditto.
995         * wl.el (wl-init): Connect slot for message-number-changed.
996         (toplevel): Add autoload for wl-draft-rename-saved-config.
997
998 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1001         `update-overview'
1002         (wl-summary-buffer-detach): Disconnect from it.
1003         (wl-summary-rescan-message): Use command.
1004
1005         * wl-message.el (wl-message-buffer-display): Use
1006         `with-current-buffer' instead of `save-excursion'.
1007
1008 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1011         wl-draft-preview-attributes-list from distraction.
1012
1013 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1014
1015         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1016         `elmo-list-diff'.
1017
1018 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-summary.el
1021         (wl-summary-edit-addresses-collect-candidate-fields): Use
1022         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1023
1024         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1025         instead of `elmo-set-work-buf'.
1026
1027         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1028         (wl-address-make-address-list): Ditto.
1029
1030         * Version number is increased to 2.13.3.
1031
1032 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1035         user option.
1036
1037         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1038         argument `5'.
1039
1040         * wl-message.el (wl-message-display-no-merge-p): New function.
1041         (wl-message-buffer-display): Check whether the message is
1042         reassembled and follow the API change.
1043
1044 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1045
1046         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1047         multibyte on working buffer and removed unnecessary
1048         `buffer-disable-undo'.
1049
1050 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1053         change.
1054
1055 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1056
1057         * wl-util.el (wl-read-search-condition-internal): Protect
1058         elmo-global-flags from distraction.
1059
1060 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1063
1064         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1065         (wl-summary-event-handler): Ditto.
1066         (wl-summary-update-persistent-mark-on-event): New
1067         function (renamed from `elmo-event-handler-flag-changed').
1068         (wl-summary-buffer-attach): New function.
1069         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1070         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1071         instead of `elmo-folder-add-handler'.
1072
1073         * Version number is increased to 2.13.2.
1074
1075 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1078         and "\177" to the `wl-news-previous-page'.
1079         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1080         (wl-news-previous-page): New function.
1081
1082 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1085         instead of `write-region' and simplify.
1086
1087 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-template.el (wl-template-select): Cause error if
1090         `wl-template-alist' is nil.
1091
1092 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1093
1094         * wl-news.el.in: Set file variable `no-byte-compile'.
1095
1096 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1099         whether a target message is within displaying area.
1100         (elmo-event-handler-cache-changed): Ditto.
1101
1102 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1103
1104         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1105         to `defun'.  Use `nconc' instead of `append' to collect descendant
1106         message numbers.
1107
1108 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1109
1110         * wl-thread.el (wl-thread-save-top-list)
1111         (wl-thread-save-entities): Use `with-temp-buffer'.
1112         * wl-news.el.in (wl-news-previous-version-load):
1113         (wl-news-previous-version-save): Ditto.
1114         * wl-summary.el (wl-summary-load-file-object)
1115         (wl-summary-save-view-cache): Ditto.
1116
1117 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-util.el (toplevel): Require 'elmo-flag'.
1120         (wl-read-search-condition): New function (Renamed from
1121         `elmo-read-search-condition').
1122         (wl-read-search-condition-internal): Likewise.
1123
1124         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1125         invalid.
1126         (wl-summary-pick): Use `wl-read-search-condition' instead of
1127         `elmo-read-search-condition'.
1128         (wl-summary-virtual): Ditto.
1129
1130         * wl-folder.el (wl-folder-virtual): Ditto.
1131         (wl-folder-pick): Ditto.
1132
1133         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1134
1135 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1136
1137         * wl-summary.el (wl-summary-reedit): Call
1138         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1139
1140 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-mime.el (toplevel): Require wl-vars.
1143
1144         * wl-message.el (toplevel): Require cl at compile.
1145
1146         * wl-draft.el (toplevel): Require elmo.
1147
1148 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1149
1150         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1151         and do nothing when it is not positive.
1152         (wl-message-buffer-prefetch-next): Ditto.
1153
1154 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1155
1156         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1157         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1158         (wl-summary-redisplay-internal): Ditto.
1159
1160         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1161         message (the condition is borrowed from `wl-check-variables-2').
1162         (wl-summary-redisplay-internal): Ditto.
1163
1164 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-mime.el (wl-draft-nntp-attribute): New function.
1167         (wl-draft-attribute-nntp-posting-server): Use it.
1168         (wl-draft-attribute-nntp-posting-port): Ditto.
1169
1170         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1171         (wl-draft-show-attributes-buffer): Ditto.
1172         (wl-draft-hide-attributes-buffer): Ditto.
1173         (wl-draft-attribute-newsgroups): Ditto.
1174         (wl-draft-attribute-nntp-posting-server): Ditto.
1175         (wl-draft-attribute-nntp-posting-port): Ditto.
1176         (wl-draft-preview-message): Use there functions.
1177
1178         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1179         value.
1180
1181 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1184         (wl-draft-reedit): Ditto.
1185         (wl-draft-queue-flush): Ditto.
1186
1187         * wl-mime.el (wl-message-request-partial): Ditto.
1188         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1189         instead of `elmo-message-fetch'.
1190
1191         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1192
1193         * wl-summary.el (wl-summary-message-string): Ditto.
1194
1195 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1196
1197         * wl-util.el (wl-current-message-buffer): Follow the API change.
1198
1199         * wl-summary.el (wl-summary-redisplay-internal): Call
1200         `wl-summary-mark-as-read' with 2nd argument as nil and update
1201         unread count instead of persistent mark.
1202
1203         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1204         variable.
1205         (wl-message-redisplay): Follow the API change.
1206         (wl-message-buffer-display): Managed mime-entity directly and
1207         return preview buffer only.
1208         (wl-message-display-internal): Rewrite.
1209         (wl-message-buffer-prefetch-subr): Not save return value of
1210         `wl-message-buffer-display'.
1211
1212         * Version number is increased to 2.13.1.
1213
1214 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1217         'elmo-multiple-fields-body-list' with boundary specified.
1218
1219 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1220
1221         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1222         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1223         cache if `wl-summary-resend-use-cache' is non-nil.
1224
1225 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1226
1227         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1228         (wl-nntp-posting-stream-type): Ditto.
1229
1230 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1231
1232         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1233
1234 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1235
1236         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1237         message.
1238
1239 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1240
1241         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1242         Abolish.
1243         (wl-summary-buffer-persistent-mark-version): New internal
1244         variable.
1245         (wl-summary-update-mark-and-highlight-window): Check by
1246         wl-summary-persistent-mark-invalid-p.
1247         (wl-summary-update-status-marks): Ditto.
1248         (elmo-event-handler-flag-changed): Rewrite.
1249         (elmo-event-handler-cache-changed): Define.
1250         (wl-summary-prefetch-msg): Does not update persistent mark here.
1251         (wl-summary-delete-cache): Ditto.
1252         (wl-summary-resume-cache-status): Ditto.
1253         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1254         (wl-summary-persistent-mark-invalid-p): New function.
1255         (wl-summary-validate-persistent-mark): Ditto.
1256         (wl-summary-validate-persistent-mark-string): Ditto.
1257         (wl-summary-invalidate-persistent-mark): Ditto.
1258         (wl-summary-update-persistent-mark): Call
1259         `wl-summary-validate-persistent-mark'.
1260         (wl-summary-create-line): Call
1261         `wl-summary-validate-persistent-mark-string'.
1262
1263         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1264         status as t if cache used.
1265
1266 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1267
1268         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1269         only if the target is group.
1270         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1271
1272 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1273
1274         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1275
1276 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1279
1280         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1281
1282 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1283
1284         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1285         (Thanks to Yoichi NAKAYAMA).
1286
1287 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-util.el (wl-save-drafts): Restore echo area.
1290
1291 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * Version number is increased to 2.13.0.
1294
1295         * wl-util.el (wl-biff-check-folder-async): Use
1296         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1297
1298 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-message.el (wl-message-display-internal): Does not put
1301         wl-message-display-type property on message buffer.
1302         (wl-message-buffer-display-type): New function.
1303
1304         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1305
1306         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1307         `wl-summary-buffer-detach'.
1308         (wl-summary-message-display-type): Use
1309         `wl-summary-buffer-display-type'.
1310
1311 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1314         buffer-local.
1315
1316         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1317         kill-buffer-hook instead of make-local-variable.
1318         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1319
1320 2004-12-12  Scott Renfro <scott@renfro.org>
1321
1322         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1323         regex for square-branket.
1324
1325 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1328         `wl-message-mime-analysis-p' with argument `header'.
1329
1330 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1331
1332         * wl-mime.el (wl-draft-yank-current-message-entity): 
1333         Switch to no-mime following method according to wl-message-display-type
1334         property.
1335         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1336
1337         * wl-message.el (wl-message-display-internal): 
1338         Put wl-message-display-type property on message buffer.
1339
1340         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1341         (wl-message-display-internal): Ditto;
1342
1343         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1344
1345 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-message.el (wl-message-make-display-type): New function.
1348         (wl-message-display-type-property): Ditto.
1349         (wl-message-mime-analysys-p): Ditto.
1350         (wl-message-display-all-header-p): Ditto.
1351         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1352         added `display-type'.
1353         (wl-message-buffer-display): Likewise.
1354         (wl-message-display-internal): Likewise.
1355         (wl-message-buffer-display-type): Abolish.
1356         (wl-message-buffer-prefetch-subr): Follow the API changed.
1357
1358         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1359         from wl-summary-buffer-display-all-header and changed default value.
1360         (wl-summary-message-display-type): New function.
1361         (wl-summary-buffer-display-mime-mode): Ditto.
1362         (wl-summary-buffer-display-header-mode): Ditto.
1363         (wl-summary-toggle-mime): Rewrite with above functions.
1364         (wl-summary-toggle-all-header): Ditto.
1365         (wl-summary-redisplay): Force redisplay with default mode.
1366         (wl-summary-redisplay-internal): Renamed argument from `mode',
1367         `all-header' to `mime-mode', `header-mode'.
1368         Use `wl-message-make-display-type'.
1369
1370         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1371         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1372
1373 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1374
1375         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1376
1377 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1380         in original message buffer.
1381         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1382         buffer.
1383
1384 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1387
1388 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1389
1390         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1391
1392 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1393
1394         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1395         when actions succeeded.
1396         (wl-summary-exec-action-copy): Likewise.
1397
1398 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1399
1400         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1401         there is switch-to-buffer at the end of wl-message-select-buffer.
1402         (wl-summary-reply): Ditto.
1403
1404 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-summary.el (wl-summary-forward): Put subject in original
1407         message buffer as argument of wl-draft-forward.
1408         * wl-draft.el (wl-draft-forward): Decode subject as in
1409         wl-draft-reply.
1410
1411 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1412
1413         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1414         a folder under access group.
1415
1416 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1419         wl-message-buffer-display.
1420
1421         * wl-util.el (wl-set-save-drafts): Fix typo.
1422
1423 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1424
1425         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1426         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1427         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1428         the way to measure the width of a bitmap image; don't put face on
1429         ascii and bitmap images; put the mark which should not use the
1430         variable-pitch face on ascii and bitmap images.
1431         (wl-demo-setup-properties): Don't use the variable-pitch face on
1432         ascii and bitmap images; made it work on Emacs 20 and earlier.
1433         (wl-demo-insert-text): End with a newline at the bottom; don't put
1434         face on text.
1435
1436         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1437
1438 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1441
1442         * wl-util.el (wl-save-drafts): Moved from sample setting.
1443         (wl-set-save-drafts): New function to set idle timer.
1444         * wl-draft.el (wl-draft): Call it.
1445         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1446
1447 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1448
1449         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1450         a summary which has toggle display status off.
1451
1452 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * wl-draft.el (wl-draft-do-fcc): No cache save.
1455
1456 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * wl-summary.el (elmo-event-handler-flag-changed): Use
1459         `set-buffer' instead of `with-current-buffer'.
1460
1461 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-summary.el (wl-summary-after-resize-function): New function.
1464         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1465         window-size-change-functions.
1466
1467 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1468
1469         * wl-draft.el (wl-draft-create-buffer): Bind
1470         `change-major-mode-hook' after current buffer is changed.
1471
1472         * wl-summary.el (wl-summary-buffer-detach): New function.
1473         (wl-summary-buffer-set-folder): Call it.
1474         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1475         change-major-mode-hook and kill-buffer-hook.
1476         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1477         (wl-summary-switch-to-clone-buffer): Ditto.
1478         (wl-summary-goto-folder-subr): Ditto.
1479
1480 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1481
1482         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1483         after boundp check.
1484
1485 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1488         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1489         for `kill-buffer'.
1490
1491         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1492         handler of current buffer from elmo-folder.
1493
1494 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1497
1498 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1499
1500         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1501         variable.
1502         (wl-summary-event-handler): New class.
1503         (elmo-event-handler-flag-changed): Define to update persistent
1504         mark.
1505         (wl-summary-buffer-set-folder): Register event handler to
1506         elmo-folder.
1507         (wl-summary-exit): Unregister event handler.
1508         (wl-summary-goto-folder-subr): Ditto.
1509         (wl-summary-mark-as-read-all): Does not call
1510         `wl-summary-update-persistent-mark' directly.
1511         (wl-summary-mark-as-read-internal): Ditto.
1512         (wl-summary-set-persistent-mark-internal): Ditto.
1513         (wl-summary-set-flags-internal): Ditto.
1514
1515         * Version number is increased to 2.11.33.
1516
1517 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1518
1519         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1520         to nil.
1521
1522 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1523
1524         * wl-spam.el (wl-spam-setup): Add hook
1525         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1526         instead of `wl-summary-prepare-hook'.
1527
1528         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1529         if folder type is `'flag'.
1530         (wl-summary-mark-as-important): Ditto.
1531
1532 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1533
1534         * wl-address.el (wl-address-minibuffer-history): New variable.
1535         (wl-address-minibuffer-local-map): New keymap.
1536         (wl-address-read-from-minibuffer): New function.
1537
1538         * wl-action.el (wl-summary-get-resend-address): Use
1539         `wl-address-read-from-minibuffer' instead of `completing-read'.
1540
1541 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * Version number is increased to 2.11.32.
1544
1545 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1546
1547         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1548         without mule to iso-8859-1.
1549         (wl-draft-add-in-reply-to): Add note in description.
1550         (wl-draft-add-references): Ditto.
1551
1552 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1553
1554         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1555         definition for `m'.
1556         (wl-summary-mode-line-format): Add '[%m]'.
1557         (wl-message-mode-line-format-spec-alist): Ditto.
1558         (wl-summary-display-mime-mode-list): New variable.
1559
1560         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1561         from wl-summary-buffer-display-as-is.
1562         (wl-summary-buffer-display-all-header): New buffer local variable.
1563         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1564         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1565         instead of wl-summary-buffer-display-as-is.
1566         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1567         (wl-summary-set-persistent-mark): Ditto.
1568         (wl-summary-set-message-buffer-or-redisplay): Just call
1569         `wl-summary-redisplay-internal' without optional arguments.
1570         (wl-summary-toggle-mime): Rewrite.
1571         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1572         (wl-summary-toggle-all-header): New function.
1573         (wl-summary-redisplay-internal): Treat mime mode.
1574
1575         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1576         to wl-mime-preview-follow-no-mime.
1577         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1578         accodring to the display-mode.
1579
1580         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1581         (wl-message-buffer-display): Changed argument name from `as-is' to
1582         `mode'.
1583         (wl-message-display-internal): Ditto;
1584         Bind elmo-mime-display-header-analysis according to the mode.
1585         (wl-message-display-internal): Put wl-message-display-mime-mode
1586         property on entire buffer.
1587
1588 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1589
1590         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1591
1592 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1593
1594         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1595         Don't extract mail address.
1596         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1597
1598         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1599
1600         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1601
1602 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1605         wl-fldmgr-cut-entity-list on confirmation.
1606
1607 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1610         (wl-mime-quit-preview): Check existence of
1611         mime-edit-temp-message-buffer here.
1612
1613 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1614
1615         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1616         after deletion.
1617
1618         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1619         before calling wl-mime-quit-preview.
1620
1621 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1622
1623         * wl-summary.el (wl-summary-pick): If call it with prefix
1624         argument, set `delete-marks' as non-nil. Pick from only visible
1625         messages.
1626         (wl-summary-check-target-mark): New function.
1627         (wl-summary-target-mark-mark-as-read): Use it.
1628         (wl-summary-target-mark-mark-as-unread): Ditto.
1629         (wl-summary-target-mark-operation): Ditto.
1630         (wl-summary-target-mark-set-flags): Ditto.
1631         (wl-summary-target-mark-save): Ditto.
1632         (wl-summary-target-mark-pick): Ditto.
1633         (wl-summary-target-mark-forward): Ditto.
1634         (wl-summary-target-mark-reply-with-citation): Ditto.
1635         (wl-summary-target-mark-print): Ditto.
1636         (wl-summary-target-mark-uudecode): Ditto.
1637
1638         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1639         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1640         with `ask-coding' is non-nil.
1641
1642 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-thread.el (wl-thread-set-parent): If parent is a message
1645         which is identified by references, set linked as nil.
1646
1647 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1648
1649         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1650         (wl-message-mode-line-format-spec-alist): Ditto.
1651         (wl-message-mode-line-format): Ditto.
1652         (wl-summary-mode-line-format): Ditto for docstring.
1653         (wl-summary-no-mime-folder-list): Fix typo.
1654
1655         * wl-util.el (wl-current-message-buffer): Call
1656         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1657
1658         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1659         variable.
1660         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1661         of `wl-summary-redisplay-no-mime'.
1662         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1663         (wl-summary-toggle-mime): New function.
1664         (wl-summary-redisplay-all-header): Rewrite.
1665         (wl-summary-redisplay-no-mime): Ditto.
1666         (wl-summary-redisplay-internal): Added argument `as-is' and
1667         `all-header'.
1668
1669         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1670         New variable.
1671         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1672         bottom.
1673         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1674         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1675         "/" unconditionally.
1676
1677         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1678         wl-mime-preview-follow-no-mime for as-is content.
1679         (wl-mime-preview-follow-no-mime): New function.
1680         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1681
1682         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1683         and added `as-is', `all-header'.
1684         (wl-message-buffer-display): Ditto.
1685         (wl-message-buffer-display-type): New function.
1686
1687 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-vars.el (wl-message-header-button-alist): Change default
1690         value.
1691         (wl-message-body-button-alist): Ditto.
1692
1693 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1694
1695         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1696
1697 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1698
1699         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1700
1701 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1702
1703         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1704         is always true.
1705
1706 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1709         on null entity.
1710
1711 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1714
1715 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl-vars.el (wl-summary-resend-hook): New hook.
1718
1719         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1720         `wl-summary-resend-hook'.
1721
1722 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1725         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1726         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1727         (wl-summary-new-cached-mark): Changed default value to 'n'.
1728         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1729         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1730         (wl-folder-sync-range-alist): Remove spec for 'flag.
1731         (wl-summary-force-prefetch-folder-list): New user option.
1732
1733         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1734         `wl-summary-toggle-persistent-mark'.
1735         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1736         number is nil.
1737         (wl-summary-mark-as-answered-region): Set interactive argument of
1738         `wl-summary-set-persistent-mark-internal'.
1739         (wl-summary-mark-as-important-region): Ditto.
1740         (wl-summary-unset-persistent-mark): Ditto.
1741         (wl-summary-set-persistent-mark): Ditto.
1742         (wl-summary-mark-as-answered): Ditto.
1743         (wl-summary-mark-as-important): Ditto.
1744         (wl-summary-set-persistent-mark-internal): Do nothing
1745         when `elmo-message-flag-available-p' is nil.
1746         (wl-summary-toggle-persistent-mark): New function.
1747         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1748         when the folder matches `wl-summary-force-prefetch-folder-list'.
1749
1750
1751         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1752         when number is nil.
1753         (wl-highlight-summary-forwarded-face): New face.
1754
1755 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1756
1757         * Version number is increased to 2.11.31.
1758
1759 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1760
1761         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1762         (wl-biff-check-folder-async): Ditto.
1763         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1764
1765 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1766
1767         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1768         Add an argument `reverse'.  All callers are updated.
1769         (wl-summary-sort): Add a prefix argument `reverse' to specify
1770         reverse sorting.
1771         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1772         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1773         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1774
1775 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-message.el (wl-message-redisplay): Does not narrow header if
1778         disply-type is all-header or as-is.
1779
1780         * wl-summary.el (wl-summary-enter-handler): Use
1781         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1782
1783 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1784
1785         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1786         after adding wl-draft-parent-variables.
1787         (wl-draft-forward): Ditto.
1788
1789 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1790
1791         * wl-summary.el (wl-summary-sync-marks): Call
1792         `wl-summary-set-persistent-mark' and
1793         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1794         (wl-summary-set-persistent-mark-internal): Add 4th argument
1795         `no-server'.
1796         (wl-summary-unset-persistent-mark): Ditto.
1797         (wl-summary-set-persistent-mark): Ditto.
1798         (wl-summary-add-flags-internal): Abolish.
1799         (wl-summary-remove-flags-internal): Ditto.
1800         (wl-summary-mark-as-important-internal): Ditto.
1801         (wl-summary-mark-as-important): Use
1802         `wl-summary-set-persistent-mark' instead of
1803         `wl-summary-add-flags-internal'.
1804         (wl-summary-mark-as-important-region): Ditto.
1805
1806         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1807
1808         * wl-summary.el (wl-summary-get-available-flags): New function.
1809         (wl-summary-sync-marks): Use it and simplified.
1810         (wl-summary-unset-persistent-mark): Use
1811         `wl-summary-get-available-flags'.
1812         (wl-summary-set-persistent-mark): Ditto.
1813
1814 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1815
1816         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1817         id.
1818
1819 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1820
1821         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1822         number, call `wl-summary-prev-line-content'. Show message when the
1823         message is not found.
1824
1825 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1828         wl-summary-enter-handler.
1829         (wl-summary-enter-handler): New command.
1830
1831         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1832         docstring and custom spec.
1833
1834         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1835         flags too; Don't treat Cached and New.
1836         (wl-summary-set-persistent-mark): Ditto.
1837
1838         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1839         `wl-folder-set-flag'.
1840
1841         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1842         instead of `wl-folder-set-flag'.
1843
1844         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1845         for completion.
1846         (wl-summary-set-persistent-mark): Ditto.
1847
1848         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1849         instead of `wl-draft-quit-preview'.
1850
1851         * wl-mime.el (toplevel): Avoid compile warning.
1852         (wl-mime-quit-preview): New function
1853         (formarly defined as `wl-draft-quit-preview').
1854         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1855         quitting method.
1856
1857         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1858
1859         * wl-folder.el (wl-folder-set-flag): Renamed from
1860         `wl-draft-set-flag-on-parent'.
1861
1862         * wl-draft.el (wl-draft-quit-preview): New function.
1863         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1864         (wl-draft-send): Call `wl-folder-set-flag' instead of
1865         `wl-draft-set-flag-on-parent'.
1866         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1867
1868 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1869
1870         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1871         (wl-draft-send): Ditto.
1872
1873 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1874
1875         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1876         (wl-draft-kill-pre-hook): Set default value as nil.
1877         (wl-summary-reply-hook): Ditto.
1878         (wl-draft-kill-flags): Abolish.
1879
1880         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1881         (wl-draft-parent-variables): Renamed from
1882         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1883         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1884         argument; Add wl-draft-parent-variables to
1885         wl-draft-config-variables.
1886         (wl-draft-reply): Likewise.
1887         (wl-draft-kill-flags): Abolish.
1888         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1889         (wl-draft-set-flag-on-parent): New function.
1890         (wl-draft-setup-parent-flag): Ditto.
1891
1892 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1893
1894         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1895         `wl-draft-parent-folder' is "".
1896
1897 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1898
1899         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1900         (wl-summary-digit-jump): New function.
1901         (Adviced by John Owens and Hiroya Murata)
1902
1903         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1904         (Adviced by John Owens)
1905
1906         * wl-xmas.el (wl-message-define-keymap): Ditto.
1907
1908         * wl-mule.el (wl-message-define-keymap): Ditto.
1909
1910 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1911
1912         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1913         change of return value of elmo-folder-count-flags.
1914
1915         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1916         (wl-summary-mark-as-read-internal): Ditto.
1917         (wl-summary-set-persistent-mark-internal): Ditto.
1918         (wl-summary-folder-info-update): Ditto.
1919         (wl-summary-sync-update): Fixed the last change.
1920
1921         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1922
1923 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1924
1925         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1926         (wl-draft-kill-flags): Fixed docstring.
1927
1928         * wl-draft.el (wl-draft-kill-flags): New function.
1929         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1930
1931 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1932
1933         * wl-vars.el (wl-reply-hook): Abolish.
1934         (wl-draft-reply-hook): New hook.
1935         (wl-summary-reply-hook): Ditto.
1936         (wl-draft-forward-hook): Ditto.
1937         (wl-summary-forward-hook): Ditto.
1938         (wl-draft-kill-flags): New variable.
1939
1940         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1941         wl-summary-set-persistent-mark-internal.
1942         (wl-summary-sync-marks): Use elmo-preserved-flags.
1943         (wl-summary-update-persistent-mark): Make it interactive.
1944         (wl-summary-set-persistent-mark-internal): New inline function.
1945         (wl-summary-mark-as-answered): Use it.
1946         (wl-summary-mark-as-unanswered): Ditto.
1947         (wl-summary-unset-persistent-mark): New function.
1948         (wl-summary-set-persistent-mark): Ditto.
1949         (wl-summary-reply): Don't set answered flag;
1950         Run wl-summary-reply-hook instead.
1951         (wl-summary-forward): Call wl-draft-forward with number.
1952         Run wl-summary-forward-hook.
1953
1954         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1955         (wl-highlight-summary-line-face-spec): Use it as a default
1956         persistent mark face.
1957
1958         * wl-draft.el (wl-draft-forward): Added optional argument number;
1959         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1960         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1961         (wl-draft-kill): Use wl-draft-kill-flags.
1962
1963         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1964
1965         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1966         of return value of elmo-folder-count-flags.
1967
1968         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1969
1970         * wl-summary.el (wl-summary-count-unread): Ditto.
1971         (wl-summary-sync-update): Follow the change above.
1972         (wl-summary-force-prefetch): New function.
1973
1974 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1975
1976         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1977         variable `buf' with `let' instead of `setq'.
1978
1979 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1982         add Content-Disposition heaeder on the deleted part.
1983
1984 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-draft.el (wl-draft-save): Encode address list under edit by
1987         `eword-encode-unstructured-field-body'.
1988
1989         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1990
1991 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1992
1993         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1994         wl-current-summary-buffer.
1995
1996 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1997
1998         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1999         `numbers' is ignored.
2000
2001 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-folder.el (wl-folder-open-folder): Avoid error.
2004         Reported by John Owens, [wl-en:815]
2005
2006         * wl.el (wl): Set timer for biff process even if prefix argument
2007         is given or auto-checking is quitted.
2008
2009         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2010         immediately.
2011         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2012         (wl-toggle-plugged): Ditto.
2013
2014         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2015         * wl-util.el (wl-biff-start): Use idle timer if
2016         `wl-biff-use-idle-timer' is non-nil.
2017
2018 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2019
2020         * wl-highlight.el (wl-highlight-message): Fix description.
2021
2022 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2025         tty.
2026
2027 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-action.el (wl-summary-exec): Print failure count.
2030
2031 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2032
2033         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2034         to `defun', remove interactive form.
2035         Set elmo-message-fetch-confirm when force-reload is non-nil.
2036
2037 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2038
2039         * wl-summary.el (toplevel): Removed unnecessary autoload.
2040
2041 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2042
2043         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2044         the buffer is generated from another message buffer.
2045
2046 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2049         extracted from `wl-fldmgr-save-folders'.
2050         (wl-fldmgr-delete): Call it after deletion.
2051
2052 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2055         multi-tty support.
2056
2057 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2058
2059         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2060
2061 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2062
2063         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2064         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2065
2066 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2069         unsubscribe list only if argument CLEAR is nil.
2070
2071 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2072
2073         * wl-draft.el (wl-draft-reply): Decode subject before removing
2074         Re: prefix.
2075
2076 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2077
2078         * wl-summary.el (wl-summary-sort-by-size): New command.
2079
2080 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2081
2082         * wl-summary.el (wl-summary-number-list-from-region): New
2083         function.
2084         (wl-summary-mark-as-read-region): Use it.
2085         (wl-summary-mark-as-unread-region): Ditto.
2086         (wl-summary-set-flags-region): Ditto and add optional argument
2087         remove.
2088         (wl-summary-mark-as-answered-region): Ditto.
2089         (wl-summary-mark-as-important-region): Ditto.
2090         (wl-summary-target-mark-mark-as-important): Added optional
2091         argument remove.
2092         (wl-summary-target-mark-mark-as-answered): Ditto.
2093         (wl-summary-target-mark-set-flags): Ditto.
2094
2095 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-summary.el (wl-summary-set-flags-region): Call
2098         `wl-summary-set-flags-internal' with number list instead of call
2099         one by each message.
2100         (wl-summary-target-mark-set-flags): Likewise.
2101
2102 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2103
2104         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2105         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2106         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2107         (wl-summary-target-mark-mark-as-answered): Likewise.
2108
2109 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2110
2111         * wl-summary.el (wl-summary-target-mark-forward): Use
2112         `wl-summary-delete-all-target-marks' instead of
2113         `wl-summary-delete-all-temp-marks'.
2114         (wl-summary-target-mark-reply-with-citation): Ditto.
2115         (wl-summary-target-mark-uudecode): Ditto.
2116         (wl-summary-target-mark-set-flags): Ditto and remove needless
2117         cursor move.
2118
2119 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-summary.el (wl-summary-target-mark-forward): Protect
2122         wl-summary-buffer-target-mark-list from nreverse.
2123         (wl-summary-target-mark-reply-with-citation): Ditto.
2124
2125 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2128         `elmo-display-progress-threshold'.
2129
2130 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2131
2132         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2133         check `wl-summary-highlight'.
2134         (wl-summary-window-scroll-functions): Respect value of
2135         `wl-summary-highlight'.
2136         (wl-summary-sync-update): Run hooks
2137         `wl-summary-buffer-window-scroll-functions' at any time.
2138
2139 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2140
2141         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2142         from `wl-summary-cleanup-temp-marks'.
2143         (wl-summary-cleanup-temp-marks): Abolish argument.
2144         * wl.el (wl-save-status): Revert previous change.
2145         (wl-execute-temp-marks): New function, call
2146         `wl-summary-exec-with-confirmation'.
2147         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2148         (wl-folder-save-and-exec-marks): Abolished.
2149
2150 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-e21.el (wl-e21-display-image-p): Respect
2153         `wl-highlight-folder-with-icon'.
2154         (wl-e21-highlight-folder-group-line): Highlight mouse line
2155         even if wl-e21-display-image-p is nil.
2156
2157         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2158         Respect value of `wl-summary-highlight'.
2159
2160         * wl.el (wl-save-status): Remove unused variable.
2161
2162         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2163         (wl-folder-mode-map): Bind it to "x".
2164
2165 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2166
2167         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2168
2169         * wl-thread.el (wl-thread-get-parent-list): Don't check
2170         disconnected ancestors, neglecting needless work in
2171         `wl-thread-update-indent-string-thread'.
2172
2173         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2174         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2175         argument, add argument default-keep to keep marks by default.
2176
2177         * Version number is increased to 2.11.30.
2178
2179         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2180         customization type and docstring.
2181         (wl-draft-reply-without-argument-list): Ditto.
2182
2183 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2186
2187         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2188
2189 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2190
2191         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2192
2193 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2194
2195         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2196         save-excursion so as not to include run-hooks.
2197
2198 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2201         Clarify that marks are going to be cleared.
2202
2203 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2206         according to 3rd element of wl-summary-flag-mark.
2207
2208         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2209
2210 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2211
2212         * wl-action.el (wl-summary-target-mark-all): Don't set
2213         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2214
2215 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2216
2217         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2218         (wl-forward-subject-prefix): Ditto.
2219         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2220         (wl-draft-reply-make-subject): Ditto.
2221
2222         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2223         `wl-draft-forward'.
2224         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2225
2226 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2227
2228         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2229         target message does not exist.
2230
2231 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2232
2233         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2234         `wl-subject-prefix-regexp'.
2235         (wl-subject-forward-prefix-regexp): New variable.
2236         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2237         `wl-draft-strip-subject-re' and take regexp as argument.
2238         (wl-draft-forward): Use it.
2239         (wl-draft-reply): Ditto.
2240
2241 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2242
2243         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2244         emacs multi-tty support.
2245
2246 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2247
2248         * wl-e21.el (wl-e21-display-image-p): Don't call
2249         `display-images-p'.
2250         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2251         support.
2252         (wl-highlight-folder-current-line): Ditto.
2253         (wl-folder-init-icons): Ditto.
2254
2255 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2256
2257         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2258         the last line of summary in unplugged mode.
2259
2260 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2261
2262         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2263
2264 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2267         * wl-address.el (wl-address-user-mail-address-p): Use it.
2268         (wl-address-delete-user-mail-addresses): Ditto.
2269         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2270
2271         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2272         (wl-address-delete-user-mail-addresses): Ditto.
2273
2274         * wl-address.el (wl-address-delete-user-mail-addresses): New
2275         function.
2276         * wl-refile.el (wl-refile-guess-by-history): Use it.
2277         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2278         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2279
2280         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2281         use wl-address-user-mail-address-p.
2282
2283 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2284
2285         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2286         after opening group.
2287
2288 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2289
2290         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2291         of elmo-set-buffer-multibyte.
2292
2293         * wl-message.el (wl-original-message-mode): Ditto.
2294
2295         * wl-score.el (wl-score-insert-header): Ditto.
2296
2297         * wl-summary.el
2298         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2299         (wl-summary-goto-folder-subr): Ditto.
2300         (wl-summary-insert-headers): Ditto.
2301
2302         * wl-util.el (wl-set-string-width): Ditto.
2303
2304         * Version number is increased to 2.11.29.
2305
2306 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2309         (wl-highlight-summary-line-help-echo-alist): New variable.
2310         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2311         into `wl-highlight-summary-line-help-echo' and
2312         `wl-highlight-flag-folder-help-echo'.
2313         (wl-highlight-summary-line-string): Change accordingly.
2314         (wl-highlight-summary-current-line): Ditto.
2315
2316 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2319         at the beginning of field body (Thanks to Markus Knittig).
2320
2321         * wl-draft.el (wl-draft-insert-current-message): Also check
2322         summary buffer, remove unnecessary tag.
2323
2324 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2325
2326         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2327         when wl-message-buffer is nil.
2328
2329         * wl-folder.el (wl-folder): Abolish unused argument.
2330         Call wl-folder-init when wl-folder-entity is nil.
2331         * wl.el (wl): Change accordingly.
2332
2333 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2336         multibyte string before insert into draft buffer.
2337         (wl-draft-create-buffer): Always enable multibyte characters for
2338         draft buffer.
2339
2340         * Version number is increased to 2.11.28.
2341
2342 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2343
2344         * wl-folder.el (wl-folder-open-close): Handle blank line.
2345         (wl-folder-jump-to-current-entity): Ditto.
2346
2347 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * Version number is increased to 2.11.27.
2350
2351 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-thread.el (wl-thread-insert-message): When the thread is
2354         devided by wl-summary-max-thread-depth, insert line at the end of
2355         buffer.
2356
2357 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2358
2359         * Version number is increased to 2.11.26.
2360
2361 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2362
2363         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2364
2365 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2366
2367         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2368         value of stream-type and session.
2369
2370 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2371
2372         * Version number is increased to 2.11.25.
2373
2374 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2375
2376         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2377         in a quit message.
2378
2379 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2380
2381         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2382         (wl-summary-redisplay-no-mime-internal): Ditto.
2383
2384 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2387         * wl-vars.el (wl-smtp-connection-type): Ditto.
2388
2389 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2390
2391         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2392         for the separator line and quote mail-header-separator.
2393
2394 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2397         result message.
2398
2399         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2400         `elmo-multiple-fields-body-list' with boundary as
2401         mail-header-separator.
2402
2403 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2404
2405         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2406
2407 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2408
2409         * wl-util.el (wl-list-diff): Remove unused function.
2410
2411         * wl-draft.el (wl-draft-send-confirm): Discard input before
2412         confirmation.
2413
2414 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2417         order of flag and new.
2418
2419 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-vars.el (wl-refile-policy-alist): Abolished.
2422
2423         * wl-action.el (wl-summary-set-action-refile): Follow the change
2424         above.
2425
2426 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2427
2428         * wl-highlight.el (wl-highlight-signature-search): Don't use
2429         re-search-backward for a long word since it is possible to crash
2430         XEmacs because of a bug.
2431
2432 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2433
2434         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2435
2436 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2439         argument for wl-summary-sync-force-update.
2440
2441 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2442
2443         * wl-summary.el (wl-summary-mode-map): Revival of
2444         wl-summary-mark-as-important related bindings;
2445         Bind 'F','tF','mF','rF','m&'.
2446         (wl-summary-mark-as-important-region): Revival.
2447         (wl-summary-target-mark-mark-as-important): Ditto.
2448         (wl-summary-target-mark-operation): New function.
2449         (wl-summary-target-mark-mark-as-answered): Use it.
2450         (wl-summary-decide-flag): Don't set Important as default.
2451         (wl-summary-mark-as-important-internal): Revival.
2452         (wl-summary-mark-as-important): Ditto.
2453
2454         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2455
2456         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2457         instead of facep.
2458
2459 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2460
2461         * wl-dnd.el (wl-dnd-drop-func): Fix.
2462
2463         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2464         mouse-set-point instead of posn-point.
2465
2466         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2467
2468         * wl-mule.el (wl-completing-read-multiple): Ditto.
2469
2470 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2471
2472         * wl-demo.el (face-background-name): Defalias to avoid compile
2473         warning.
2474
2475 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2476
2477         * wl-summary.el (wl-summary-decide-flag): Use
2478         wl-completing-read-multiple instead of completing-read-multiple.
2479
2480         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2481         New alias.
2482
2483         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2484         Use face-background-name instead of face-background.
2485
2486         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2487
2488         * wl-summary.el (wl-summary-save): Use it.
2489         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2490
2491         * wl-mime.el (wl-mime-save-content): Fix last change.
2492
2493 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2494
2495         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2496         New function.
2497         (wl-summary-sort-specs): Added sort.
2498         * wl-mime.el (wl-mime-save-content): Expand file name.
2499
2500 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2503
2504         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2505
2506 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2507
2508         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2509         for flag if it is not defined.
2510
2511 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2512
2513         * wl-e21.el (wl-highlight-folder-current-line): Use
2514         elmo-folder-type-internal when elmo-folder-type returns nil.
2515
2516         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2517
2518         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2519
2520         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2521
2522         * wl-e21.el (wl-summary-toolbar): Ditto.
2523
2524         * wl-vars.el (wl-demo-background-color): Abolished.
2525         (wl-summary-persistent-mark-priority-list): Renamed from
2526         wl-summary-flag-priority-list.
2527         (wl-summary-flag-alist): New user option.
2528         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2529         (wl-message-mode-line-format-spec-alist): Added 'F'.
2530         (wl-message-mode-line-format): Likewise.
2531         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2532         instead of wl-summary-important-mark.
2533         (wl-file-folder-icon): New variable.
2534
2535         * wl-thread.el (wl-thread-set-flags): Renamed from
2536         wl-thread-mark-as-important.
2537
2538         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2539         warning.
2540         (wl-summary-mode-menu-spec): Follow the change of 
2541         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2542         (wl-summary-mode-map): Follow the change of
2543         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2544         (wl-summary-detect-mark-position): Follow the variable name change.
2545         (wl-summary-set-flags-region): New function for the replacement of
2546         wl-summary-mark-as-important-region.
2547         (wl-summary-sync-marks): Sync all global-flags.
2548         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2549         instead of elmo-message-flagged-p.
2550         (wl-summary-persistent-mark-string): Follow the variable name change;
2551         Put wl-summary-flag-mark if the message has global-flag.
2552         (wl-summary-target-mark-set-flags): Renamed from 
2553         wl-summary-target-mark-mark-as-important.
2554         (wl-summary-decide-flag): New function.
2555         (wl-summary-set-flags-internal): Renamed from
2556         wl-summary-mark-as-important-internal.
2557         (wl-summary-add-flags-internal): New function.
2558         (wl-summary-remove-flags-internal): Ditto.
2559         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2560         (wl-summary-mark-as-unimportant): Abolish.
2561         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2562         (wl-summary-next-message): List flagged messages in the msgdb.
2563
2564         * wl-score.el (wl-summary-score-update-all-lines): Use
2565         wl-summary-add-flags-internal instead of 
2566
2567         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2568
2569         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2570         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2571         (wl-message-buffer-require-all-header): Renamed from
2572         wl-message-buffer-all-header-flag (Ditto).
2573         (wl-message-buffer-flag-indicator): New variable.
2574         (wl-message-redisplay): Changed local varibale name from `flag' to
2575         `display-type'; Set up wl-message-buffer-flag-indicator.
2576         (wl-message-buffer-display): Changed varibale name from `flag' to
2577         `display-type'.
2578         (wl-message-display-internal): Likewise.
2579
2580         * wl-highlight.el (wl-highlight-demo-face): Define default background
2581         color.
2582         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2583
2584         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2585
2586         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2587         (wl-demo-setup-properties): Renamed from
2588         `wl-demo-set-background-color'.
2589         (wl-demo): Follow the change above.
2590         
2591         * Version number is increased to 2.11.24.
2592
2593 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2594
2595         * wl-summary.el (wl-summary-toggle-thread): Call
2596         `wl-summary-rescan' with disable-thread as non-nil.
2597         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2598
2599 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2602         foreground property of the face.
2603         (wl-demo-insert-text): Don't set up face property here.
2604         (wl-demo): Call wl-demo-set-background-color, anyway.
2605
2606 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2607
2608         * wl-vars.el (wl-demo-background-color): The value can be nil.
2609
2610 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2613         to wl-summary-wheel-dispatcher.
2614
2615         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2616         wl-message-wheel-dispatcher.
2617         (wl-message-wheel-dispatcher): New function.
2618         (wl-summary-wheel-dispatcher): Ditto.
2619
2620 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2621
2622         * wl-action.el (wl-summary-target-mark-all): List messages which are
2623         not in the killed-list.
2624
2625         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2626         only when the folder is 'flag/important.
2627
2628         * wl-address.el (wl-complete-field-body): Complete if the last
2629         character is a space.
2630
2631 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2632
2633         * wl-folder.el (wl-folder-clear-entity-info): Use
2634         elmo-clear-hash-val.
2635
2636         * wl-fldmgr.el (wl-fldmgr-rename): Set
2637         wl-folder-info-alist-modified as t.
2638
2639 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2640
2641         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2642
2643 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2644
2645         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2646         (wl-folder-buffer-last-visited-entity-id): New buffer local
2647         variable.
2648         (wl-folder-revisit-last-visited-folder): New function.
2649         (wl-folder-mode-map): Bind it to "C-i".
2650         (wl-folder-set-current-entity-id): Set last visited folder.
2651         * wl-summary.el (wl-summary-exit): Ditto.
2652
2653 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2654
2655         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2656         before calling `recenter' in order to cope with an XEmacs bug.
2657
2658 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2659
2660         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2661         to the default value.
2662
2663 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2664
2665         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2666         change.
2667         (wl-summary-sync-marks): Ditto.
2668         (wl-summary-mark-as-read-internal): Ditto.
2669         (wl-summary-mark-as-answered-internal): Ditto.
2670         (wl-summary-mark-as-important-internal): Ditto.
2671         (wl-summary-reply): Ditto.
2672
2673         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2674         instead of `elmo-folder-unflag-answered'.
2675
2676         * Version number is increased to 2.11.23.
2677
2678         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2679         the last change.
2680
2681 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2682
2683         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2684         Specify "spam" or "good".
2685
2686 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-spam.el (wl-summary-exec-action-spam): Call
2689         wl-folder-confirm-existence for spam folder.
2690         (wl-spam-setup): Bind "mk".
2691
2692 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2693
2694         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2695
2696 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2697
2698         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2699         destination folder is empty.
2700
2701 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2704         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2705
2706         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2707         (wl-summary-refile-prev-destination-region): New function.
2708         (wl-thread-refile-prev-destination): Ditto.
2709         (wl-summary-target-mark-refile-prev-destination): Ditto.
2710
2711 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2712
2713         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2714         (wl-demo-background-color): Changed default value.
2715
2716         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2717         color.
2718
2719         * wl-demo.el (wl-demo-set-background-color): New function.
2720         (wl-demo): Call it.
2721
2722 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2723
2724         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2725         * wl-address.el (wl-address-add-or-change): Don't add empty
2726         address.
2727
2728 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2729
2730         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2731
2732 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2733
2734         * wl-vars.el (wl-demo-image-filter-alist): New variable
2735         (wl-demo-background-color): Ditto.
2736
2737         * wl-demo.el (wl-demo-xpm-set-background): New function.
2738         (wl-demo-image-filter): Ditto.
2739         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2740
2741         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2742
2743         * wl-demo.el (wl-demo-icon-name): Define as function.
2744         (wl-demo-insert-image): Use it.
2745
2746 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2747
2748         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2749
2750 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2751
2752         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2753
2754 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2757
2758 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * wl-thread.el (wl-thread-mark-as-answered): New function.
2761
2762         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2763         answered" entry.
2764         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2765         "r&" and wl-thread-mark-as-answered to "t&".
2766         (wl-summary-mark-as-important-region): Refine to toggle mark.
2767         (wl-summary-mark-as-answered-region): New function.
2768         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2769         and 3rd argument.
2770         (wl-summary-mark-as-important-internal): Likewise.
2771
2772 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-template.el (wl-template-preview): New internal variable.
2775         (wl-template-preview-p): New function.
2776         (wl-template-show): Bind `wl-template-preview' as t.
2777
2778 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2781         `elmo-message-entity-field' with 3rd argument which is non-nil.
2782
2783 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2786         Removed duplicate local bind `folder'.
2787
2788 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2791
2792 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2793
2794         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2795         duplicate definition.
2796
2797 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2798
2799         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2800         non-nil, use it; Don't fetch message if there's no message in the
2801         current cursor position.
2802
2803 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2804
2805         * wl-util.el (wl-region-exists-p): Use region-active-p.
2806         (wl-deactivate-region): New function.
2807         * wl-message.el (wl-message-redisplay): Deactivate region.
2808
2809         * wl-summary.el (wl-summary-reply): Call
2810         `wl-summary-set-message-buffer-or-redisplay' instead of
2811         `wl-summary-redisplay-internal', don't move point.
2812
2813 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2814
2815         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2816         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2817         by regexp.
2818
2819 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2822         if no need.
2823
2824 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2827         default value to nil.
2828         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2829         `wl-summary-prepare-hook'; Replace refile action to
2830         `wl-summary-exec-action-refile-with-register'.
2831
2832         * Version number is increased to 2.11.22.
2833
2834 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2835
2836         * wl-summary.el (wl-summary-detect-mark-position): Set
2837         `wl-summary-buffer-weekday-name-lang'.
2838
2839 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2840
2841         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2842         (wl-summary-mark-as-read-all): Ditto.
2843         (wl-summary-delete-messages-on-buffer): Ditto.
2844         (wl-summary-sync-update): Ditto.
2845         (wl-summary-mark-as-read-internal): Ditto.
2846         (wl-summary-mark-as-answered-internal): Ditto.
2847         (wl-summary-update-folder-info): Abolished.
2848
2849 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-summary.el (wl-summary-mark-as-read-all): Use
2852         `wl-summary-update-folder-info' instead of
2853         `wl-folder-update-unread'.
2854
2855 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2856
2857         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2858         `wl-summary-folder-info-update'.
2859         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2860         instead of `wl-summary-folder-info-update'.
2861         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2862         `wl-folder-set-folder-updated'.
2863         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2864         instead of `wl-folder-update-unread'.
2865         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2866         the value of `wl-summary-buffer-unread-count' for the second parameter of
2867         `wl-folder-update-unread'.
2868
2869         * Version number is increased to 2.11.21.
2870
2871 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2872
2873         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2874         a local variable.
2875
2876 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2879         interactively.
2880
2881         * wl-summary.el (wl-summary-mark-as-important-internal): New
2882         internal function.
2883         (wl-summary-mark-as-important): Use it.
2884         (wl-summary-mark-as-unimportant): New function.
2885         (wl-summary-sync-marks): Follow the API change.
2886
2887         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2888
2889         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2890
2891 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2892
2893         * wl-folder.el (wl-folder-update-unread): Re-indent.
2894         Narrow the scope of a local variable.
2895
2896 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2899         (wl-addrmgr-merge-entries): Ditto.
2900         (wl-addrmgr): Added to address entry which exists in draft buffer
2901         if no entry is in original.
2902
2903 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-batch.el: New file.
2906
2907 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2908
2909         * wl-vars.el (wl-use-semi): Remove unused variable.
2910
2911 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2912
2913         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2914         "?".
2915
2916 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2919         wl-summary-new-mark.
2920         (wl-summary-new-cached-mark): New user option.
2921         (wl-summary-score-marks): Follow the change above.
2922         (wl-summary-auto-refile-skip-marks): Ditto.
2923         (wl-summary-incorporate-marks): Ditto.
2924         (wl-summary-expire-reserve-marks): Ditto.
2925
2926         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2927
2928         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2929         (wl-summary-persistent-mark-string): Distinguished between cached
2930         and uncached mark when the message is new.
2931
2932 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2933
2934         * wl-spam.el (wl-spam-domain): Renamed from
2935         `wl-spam-folder-guess-domain'.
2936         (wl-summary-exec-action-spam): Register as spam if domain of the
2937         source folder is good.
2938         (wl-summary-exec-action-refile-with-register): Register message if
2939         domain of the source folder is not undecided.
2940
2941 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2944         detect thread loop.
2945
2946 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2949         and wl-summary-skip-mark-list.
2950
2951 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2954
2955         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2956
2957         * wl-spam.el (toplevel): Require wl-highlight.
2958         (wl-spam-auto-check-policy-alist): Abolish.
2959         (wl-spam-auto-check-folder-regexp-list): New user option.
2960         (wl-spam-auto-check-marks): Ditto.
2961         (wl-spam-mark-action-list): Ditto.
2962         (wl-highlight-summary-spam-face): New face.
2963         (wl-spam-auto-check-message-p): New function.
2964         (wl-spam-map-spam-messages): Fixed message.
2965         (wl-spam-register-spam-messages): Ditto.
2966         (wl-spam-register-good-messages): Ditto.
2967         (wl-summary-spam-map): Add and remove keybind.
2968         (wl-summary-target-mark-spam): Abolish.
2969         (wl-summary-refile-spam): Ditto.
2970         (wl-summary-test-spam): New function.
2971         (wl-summary-mark-spam): Ditto.
2972         (wl-summary-auto-check-spam): Follow the above change.
2973         (wl-summary-exec-action-spam): New function.
2974         (wl-summary-exec-action-refile-with-register): Fixed message.
2975         (wl-message-check-spam): New function.
2976         (wl-spam-setup): Ditto.
2977         (toplevel): Call it if this file is loaded interactivity.
2978
2979         * Version number is increased to 2.11.20.
2980
2981 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2984         when new optional argument `force' is non nil or modified.
2985
2986 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * wl.el (toplevel): Require wl-spam when compile.
2989         (wl-save-status): Call wl-spam-save-status.
2990
2991         * wl-spam.el (wl-spam-register-spam-messages): New function.
2992         (wl-spam-register-good-messages): Ditto.
2993         (wl-spam-save-status): Ditto.
2994         (wl-summary-mode-map): Bind
2995         wl-summary-target-mark-register-as-spam to "ms" and
2996         wl-summary-target-mark-register-as-good to "mn".
2997         (wl-summary-register-as-spam): Abolish optional argument; Use
2998         wl-spam-register-spam-messages.
2999         (wl-summary-register-as-spam-all): Use
3000         wl-spam-register-spam-messages.
3001         (wl-summary-register-as-good): Abolish optional argument; Use
3002         wl-spam-register-good-messages.
3003         (wl-summary-register-as-good-all): Use
3004         wl-spam-register-good-messages.
3005         (wl-summary-target-mark-register-as-spam): New funtion.
3006         (wl-summary-target-mark-register-as-good): Ditto.
3007
3008 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-spam.el: New file.
3011
3012 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3013
3014         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3015
3016         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3017         (wl-summary-auto-refile): Call wl-refile-guess with
3018         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3019
3020 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3023         with disable-thread argument non-nil.
3024
3025 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-summary.el (wl-summary-rescan): Added optional argument
3028         disable-thread.
3029         (wl-summary-sync): Call wl-summary-rescan with argument
3030         disable-thread.
3031         (wl-summary-input-range): Added new range `rescan-thread'.
3032
3033 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3034
3035         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3036
3037 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3038
3039         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3040         internal variable.
3041         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3042         wl-summary-search-parent-by-subject-regexp and
3043         wl-summary-divide-thread-when-subject-changed as nil.
3044         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3045         (wl-summary-insert-thread): Search parent entity from
3046         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3047         thread loop.
3048
3049 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3050
3051         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3052
3053         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3054
3055         * wl-util.el (wl-require-update-all-folder-p): New function.
3056         (wl-get-assoc-list-value): Added `function' to match directive.
3057         (wl-collect-draft): Rewrite.
3058
3059         * wl-summary.el (wl-summary-sync-update): Clear faces
3060         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3061         are non-nil.
3062         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3063         argument as function.
3064         (wl-summary-input-range): Ditto.
3065
3066         * wl-folder.el (wl-draft-get-folder): New function.
3067         (wl-folder-get-elmo-folder): Consider draft folder.
3068
3069         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3070         (wl-draft-buffer-message-number): New buffer local variable.
3071         (wl-draft-folder-internal): New internal variable.
3072         (wl-draft-delete): Rewrite.
3073         (wl-draft-save): Ditto.
3074         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3075         wl-folder-get-elmo-folder.
3076         (wl-draft-config-info-operation): Ditto.
3077         (wl-jump-to-draft-folder): Ditto.
3078         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3079         (wl-draft-reedit): Rewrite.
3080
3081         * Version number is increased to 2.11.19.
3082         
3083 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3084
3085         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3086         variable.
3087
3088 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3091         Use ignore-errors instead of unwind-protect.
3092
3093 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3094
3095         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3096         for updating `wl-thread-entity-list'.
3097
3098 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3099
3100         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3101         parameter from calling `wl-thread-entity-get-older-brothers' and
3102         `wl-thread-entity-get-younger-brothers'.
3103         Replace nested `append' with a single one.
3104
3105 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-summary.el (wl-summary-mode): Don't use the return value of
3108         `make-local-hook'.
3109
3110 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3111
3112         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3113         instead of `let*'.
3114         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3115         of local variables.
3116
3117 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3120         Renamed from wl-summary-window-scroll-functions.
3121         (wl-summary-window-scroll-functions): Don't set to variable.
3122         (wl-summary-display-top): Use run-hooks.
3123         (wl-summary-display-bottom): Ditto.
3124         (wl-summary-toggle-disp-msg): Ditto.
3125         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3126         Use it instead of wl-summary-window-scroll-functions.
3127         (wl-summary-goto-folder-subr): Don't call
3128         wl-summary-window-scroll-functions, use
3129         wl-summary-buffer-window-scroll-functions instead.
3130
3131 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3132
3133         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3134         make-local-variable.
3135
3136 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3137
3138         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3139         set-buffer-modified-p.
3140         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3141         (wl-summary-display-bottom): Ditto.
3142         (wl-summary-toggle-disp-msg): Ditto.
3143
3144 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3145
3146         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3147
3148         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3149         (wl-summary-forward): Use elmo-message-entity-field instead of
3150         elmo-message-field.
3151
3152         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3153
3154 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3155
3156         * wl-summary.el (wl-summary-window-scroll-functions): No use
3157         `append'.
3158
3159 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3162         function.
3163         (wl-summary-window-scroll-functions): Call it when both
3164         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3165         (wl-summary-temp-mark): Added optional argument number.
3166         (wl-summary-message-mark): Added optional argument flag.
3167         (wl-summary-persistent-mark): Added optional argument number and flag.
3168         (wl-summary-update-persistent-mark): Ditto.
3169         (wl-summary-update-status-marks): Set "r" for interactive spec.
3170
3171         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3172         argument number and flag.
3173
3174         * wl-action.el (wl-summary-registered-temp-mark): 
3175         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3176
3177 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3178
3179         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3180         internal variable (buffer local).
3181         (wl-summary-window-scroll-functions): New function.
3182         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3183         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3184         as nil.
3185         (wl-summary-update-status-marks): Added arguments beg, end and
3186         check.
3187         (wl-summary-update-mark-window): Use function.
3188         (wl-summary-sync-update): Follow the change above.
3189         (wl-summary-switch-to-clone-buffer): Copy
3190         wl-summary-buffer-unsync-mark-number-list.
3191         (wl-summary-goto-folder-subr): Set
3192         wl-summary-buffer-unsync-mark-number-list and
3193         use wl-summary-window-scroll-functions instead of
3194         wl-summary-lazy-highlight.
3195
3196         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3197
3198 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3201
3202         * wl-summary.el (wl-summary-update-persistent-mark): Call
3203         wl-summary-set-message-modified.
3204
3205         * wl-summary.el (wl-summary-sync-update): Don't call
3206         wl-summary-update-status-marks.
3207
3208         * Version number is increased to 2.11.18.
3209
3210 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3211
3212         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3213         (wl-message-next-page): Ditto.
3214
3215 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3216
3217         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3218         local variable.  Change the order of a collected list into the
3219         same as the specified range.  Remove nil from a collected list.
3220
3221 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3224         argument for elmo-folder-list-messages.
3225
3226 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3229         change (wl-summary-count-unreads return a list instead of a cons
3230         cell).
3231
3232 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3233
3234         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3235         `wl-summary-folder-info-update'.
3236
3237 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3238
3239         * wl-summary.el (wl-summary-set-message-modified): No use
3240         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3241         (wl-summary-set-mark-modified): Abolish.
3242         (wl-summary-mark-modified-p): Ditto.
3243         (wl-summary-save-view): Follow the change above.
3244
3245         * wl-expire.el (wl-summary-expire): Likewise.
3246
3247 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-summary.el (wl-summary-detect-mark-position): Use
3250         modb-entity-handler.
3251         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3252
3253         * Version number is increased to 2.11.17.
3254
3255 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3258         entity field value.
3259         (wl-summary-prefetch-msg): Ditto.
3260         (wl-summary-print-message-with-ps-print): Ditto.
3261
3262 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3265         for dummy entity.
3266         (wl-summary-insert-thread): Use elmo-message-entity-field.
3267         (wl-summary-update-thread): Use elmo-message-entity-field and
3268         elmo-message-entity-number.
3269         (wl-summary-line-number):  Use elmo-message-entity-number.
3270         (wl-summary-line-size): Use elmo-message-entity-field.
3271         (wl-summary-line-subject): Ditto.
3272         (wl-summary-line-from): Ditto.
3273         (wl-summary-line-attached): Ditto.
3274         (wl-summary-create-line): Ditto.
3275         (wl-summary-create-line): Use elmo-message-entity-number.
3276         (wl-summary-print-message-with-ps-print): Use
3277         elmo-message-entity-field.
3278
3279 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3282         change in elmo-msgdb-make-message-entity.
3283         (wl-summary-buffer-set-folder): Don't call
3284         wl-summary-detect-mark-position here.
3285         (wl-summary-rescan): Call elmo-message-entity-number.
3286         (wl-summary-sync-update): Ditto.
3287         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3288
3289         * wl-score.el (wl-score-header-index): Redefine 2th element.
3290         (wl-score-overview-entity-get-extra): Abolish.
3291         (wl-score-ov-entity-get): Rewrite.
3292         (wl-score-string-index<, wl-score-string-func<): Abolish.
3293         (wl-score-string<): New function.
3294         (wl-score-string-sort): Use it.
3295
3296         * wl-refile.el (wl-refile-guess-by-history): Use
3297         elmo-message-entity-field.
3298         (wl-refile-guess-by-from): Ditto.
3299         (wl-refile-guess-by-msgid): Ditto.
3300
3301         * Version number is increased to 2.11.16.
3302
3303 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3304
3305         * wl-folder.el (wl-folder-confirm-existence): Don't call
3306         file-exists-p if msgdb-path is nil.
3307         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3308         `wl-read-folder-hist' to `wl-read-folder-history'.
3309
3310 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3311
3312         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3313         `y-or-n-p'.
3314
3315 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3316
3317         * wl-score.el (wl-score-headers): Don't use
3318         elmo-folder-do-each-message-entity.
3319
3320         * Version number is increased to 2.11.15.
3321
3322 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-summary.el (wl-summary-delete-all-msgs): Use
3325         elmo-folder-move-messages instead of elmo-folder-delete-messages
3326         and elmo-folder-detach-messages.
3327         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3328
3329         * wl-expire.el (wl-expire-delete): Ditto.
3330         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3331
3332 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3333
3334         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3335         (wl-message-header-narrowing-fields): Ditto.
3336         (wl-message-header-narrowing-lines): Ditto.
3337         (wl-message-header-narrowing-string): Ditto.
3338
3339         * wl-summary.el (wl-summary-mode-map): Bind
3340         wl-summary-toggle-header-narrowing to "C-cC-f".
3341         (wl-summary-toggle-header-narrowing): New function.
3342
3343         * wl-message.el (wl-message-buffer-create): Call
3344         wl-message-header-narrowing-setup.
3345         (wl-message-redisplay): Call wl-message-header-narrowing.
3346         (wl-message-header-narrowing): New function.
3347         (wl-message-header-narrowing-map): New keymap.
3348         (wl-message-header-narrowing-widen-map): New keymap.
3349         (wl-message-header-narrowing-again-at-mouse): New function.
3350         (wl-message-header-narrowing-1): Ditto.
3351         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3352         (wl-message-header-narrowing-setup): Ditto.
3353         (wl-message-header-narrowing-toggle): Ditto.
3354         
3355         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3356
3357         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3358         'flag as all.
3359         (wl-use-flag-folder-help-echo): New user option.
3360
3361         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3362         wl-summary-highlight as nil.
3363         (wl-summary-set-mark-modified): Follow the API change.
3364         (wl-summary-mark-modified-p): Ditto.
3365         (wl-summary-mark-as-read-all): Ditto.
3366         (wl-summary-sync-marks): Don't call
3367         elmo-folder-list-messages-with-global-mark.
3368         (wl-summary-mark-as-read-internal): Follow the API change.
3369         (wl-summary-mark-as-answered-internal): Ditto.
3370         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3371         Follow the API change.
3372         (wl-summary-create-line): Call with number argument.
3373         (wl-summary-reply): Follow the API change.
3374
3375         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3376         function.
3377         (wl-highlight-summary-line-string): Call it when
3378         wl-use-flag-folder-help-echo is non-nil.
3379         (wl-highlight-summary-current-line): Ditto.
3380         (elmo-flag-folder-referrer): Added autoload setting.
3381
3382         * wl-draft.el (wl-draft-kill): Follow the API change.
3383
3384         * Version number is increased to 2.11.14.
3385         
3386 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3387
3388         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3389
3390 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3391
3392         * Version number is increased to 2.11.13.
3393
3394 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3395
3396         * wl-draft.el (wl-draft-previous-history-element): Fixed
3397         unbalanced parenthesis and bind unbound local variables.
3398
3399 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3400
3401         * wl-draft.el (wl-draft-previous-history-element): New function.
3402         (wl-draft-next-history-element): Ditto.
3403         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3404         them to M-p and M-n.
3405
3406 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3407
3408         * Version number is increased to 2.11.12.
3409
3410 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3411
3412         * wl-draft.el (wl-draft-hide): Select buffer-window.
3413
3414 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3415
3416         * wl-summary.el (wl-summary-narrow-to-region): New function.
3417         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3418         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3419         (wl-summary-save-region): Use it.
3420         * wl-action.el (wl-summary-collect-numbers-region)
3421         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3422
3423 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-folder.el (wl-folder-count-incorporates): Don't use
3426         `elmo-msgdb-mark-load'
3427
3428         * Version number is increased to 2.11.11.
3429
3430 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3431
3432         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3433         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3434
3435 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3438
3439 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3440
3441         * Version number is increased to 2.11.10.
3442
3443 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3444
3445         * wl-mime.el (wl-draft-attribute-value): Fixed.
3446
3447 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3448
3449         * wl-util.el (wl-copy-local-variables): New function.
3450
3451         * wl-mime.el (wl-draft-attribute-recipients): New function.
3452         (wl-draft-attribute-envelope-from): Ditto.
3453         (wl-draft-attribute-smtp-posting-server): Ditto.
3454         (wl-draft-attribute-smtp-posting-port): Ditto.
3455         (wl-draft-attribute-value): Ditto.
3456         (wl-draft-preview-message): Use it to get value for
3457         attributes. Reflect result of `wl-draft-config'.
3458
3459         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3460         and call `wl-summary-mark-as-read' before to call
3461         `wl-summary-unset-mark'.
3462         (wl-summary-target-mark-mark-as-unread): Likewise.
3463         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3464
3465 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3466
3467         * wl-mime.el (wl-draft-preview-message): Use actual value for
3468         attributes; Fix for small window.
3469
3470 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3471
3472         * wl-refile.el (wl-refile-get-field-value): Call
3473         `elmo-message-entity-field' with 3rd argument is non-nil.
3474
3475 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-vars.el (wl-draft-preview-attributes): New user option.
3478         (wl-draft-preview-attributes-list): Ditto.
3479         (wl-draft-preview-attributes-buffer-lines): Ditto.
3480         (wl-draft-preview-attributes-buffer-name): Ditto.
3481
3482         * wl-mime.el (wl-draft-preview-message): Display attributes.
3483
3484 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3485
3486         * wl-summary.el (wl-summary-detect-mark-position): Bind
3487         wl-summary-flag-priority-list to '(new).
3488
3489 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3490
3491         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3492         funtion.
3493         (wl-highlight-summary-line-string): Use it.
3494         (wl-highlight-summary-current-line): Ditto.
3495
3496 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3497
3498         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3499         line even when the mark string is not changed.
3500
3501         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3502         argument change in the wl-summary-create-line.
3503         (wl-thread-insert-entity-sub): Ditto.
3504
3505         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3506         argument change in the wl-summary-create-line.
3507         (wl-summary-insert-sequential): Ditto.
3508         (wl-summary-update-thread): Ditto.
3509         (wl-summary-persistent-mark-string): New inline function.
3510         (wl-summary-message-mark): Use it.
3511         (wl-summary-create-line): Abolish argument wl-persistent-mark
3512         and added wl-flags, wl-cached.
3513
3514         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3515         mark to flags.
3516         (wl-highlight-summary-current-line): Decide the face not by the 
3517         persistent mark but flags.
3518
3519 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3520
3521         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3522         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3523         wl-summary-read-uncached-mark): Revive.
3524         (wl-summary-answered-cached-mark,
3525         wl-summary-answered-uncached-mark): New user option.
3526         (wl-summary-score-marks): Follow the change above.
3527         (wl-summary-auto-refile-skip-marks): Ditto.
3528         (wl-summary-incorporate-marks): Ditto.
3529         (wl-summary-expire-reserve-marks): Ditto.
3530         (wl-summary-flag-priority-list): New user option.
3531
3532         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3533         changes.
3534         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3535         of elmo-message-mark.
3536         (wl-summary-mark-as-read-internal): Ditto.
3537         (wl-summary-mark-as-answered): Ditto.
3538         (wl-summary-mark-as-important): Ditto.
3539         (wl-summary-redisplay-internal): Ditto.
3540         (wl-summary-redisplay-no-mime-internal): Ditto.
3541         (wl-summary-message-mark): New function.
3542         (wl-summary-insert-sequential): Use wl-summary-message-mark
3543         instead of elmo-message-mark.
3544         (wl-summary-update-thread): Ditto.
3545         (wl-summary-persistent-mark): Ditto.
3546         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3547         instead of elmo-message-mark.
3548
3549         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3550         wl-summary-message-mark instead of elmo-message-mark.
3551         (wl-thread-insert-entity-sub): Ditto.
3552         (wl-thread-get-children-msgs-uncached): Ditto.
3553
3554         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3555         variable name changes.
3556         (wl-highlight-summary-current-line): Ditto.
3557
3558         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3559         wl-summary-message-mark instead of elmo-message-mark.
3560
3561         * wl-expire.el (wl-expire-message-p): Ditto.
3562
3563         * wl-score.el (wl-score-headers): Ditto.
3564
3565         * Version number is increased to 2.11.9.
3566
3567         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3568         (wl-summary-sync-update): Follow the change above.
3569         (wl-summary-switch-to-clone-buffer): Ditto.
3570         (wl-summary-open-folder): Ditto.
3571
3572 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3573
3574         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3575         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3576
3577         * Version number is increased to 2.11.8.
3578
3579         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3580
3581         * wl-expire.el (wl-expire-refile): Follow the API change on
3582         `elmo-folder-move-messages'.
3583         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3584
3585         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3586         (wl-summary-exec-action-refile): Ditto.
3587         (wl-summary-exec-action-copy): Ditto.
3588         (wl-summary-no-auto-refile-message-p): No use
3589         `wl-summary-buffer-msgdb'.
3590         (wl-summary-auto-refile): Ditto.
3591
3592 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3593
3594         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3595
3596 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-summary.el (wl-summary-sync): Treat no-sync.
3599
3600         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3601         (wl-default-sync-range): Ditto.
3602
3603 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-refile.el (wl-refile-subject-learn): Call
3606         `elmo-message-entity-field' with 3rd argument is non-nil.
3607         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3608         instead of `elmo-msgdb-overview-entity-get-subject'.
3609
3610 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3611
3612         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3613         scan-type is rescan.
3614         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3615         new optional argument force is non-nil.
3616         (wl-summary-save-view-cache): Call it with force argument non-nil.
3617
3618         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3619
3620 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3621
3622         * wl-action.el (wl-summary-print-argument): Fixed last change.
3623
3624 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3627         simplified.
3628         (wl-summary-target-mark-mark-as-unread): Likewise.
3629         (wl-summary-target-mark-mark-as-important): Likewise.
3630
3631 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3632
3633         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3634         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3635         (wl-summary-mark-as-important-region): Change accordingly.
3636         (wl-summary-target-mark-mark-as-important): Ditto.
3637
3638 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3639
3640         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3641
3642         * wl-action.el (wl-summary-print-argument): Print argument to
3643         right side of window if `wl-summary-print-argument-within-window'
3644         is non-nil.
3645
3646 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-action.el (wl-summary-set-mark): Use
3649         `wl-summary-message-visible-p' to check visibility of the message
3650         and jump to message only when the message line is visible and have
3651         different number; Call wl-summary-unset-mark with number argument.
3652         (wl-summary-unset-mark): 
3653         Use `wl-summary-message-visible-p'
3654         to check visibility of the message and jump to message only when
3655         the message line is visible and have different number;
3656
3657 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * Version number is increased to 2.11.7.
3660
3661         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3662         and wl-folder-summary-line-format.
3663
3664         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3665         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3666         (wl-summary-set-score-mark): Use it.
3667         (wl-summary-target-mark-mark-as-read): Ditto.
3668         (wl-summary-target-mark-mark-as-unread): Ditto.
3669         (wl-summary-target-mark-mark-as-important): Ditto.
3670         (wl-summary-target-mark-msgs): Simplified.
3671         (wl-summary-detect-mark-position): Fixed problem when
3672         summary-line-format no contain persisten/temp mark spec.
3673         (wl-summary-temp-mark): Ditto.
3674         (wl-summary-persistent-mark): Ditto.
3675         (wl-summary-update-persistent-mark): Ditto.
3676
3677         * wl-action.el (wl-summary-set-mark): Ditto.
3678         (wl-summary-unset-mark): Ditto.
3679         All other related portions are changed.
3680
3681 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3682
3683         * Version number is increased to 2.11.6.
3684
3685 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-util.el (wl-current-message-buffer): Define as function;
3688         Don't use the value of wl-messge-buffer.
3689
3690         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3691         persistent mark.
3692
3693         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3694         no current message, cause an error.
3695
3696 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3697
3698         * wl-summary.el (wl-summary-set-message-modified): Use
3699         elmo-folder-set-message-modified instead of
3700         elmo-folder-set-message-modified-internal.
3701
3702 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3705         interactively.
3706         (wl-summary-sync): nokill->entirely.
3707         (wl-summary-sync-marks): Fixed message.
3708         (wl-summary-input-range): Added mark, nokill->entirely.
3709
3710         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3711         messages as read.
3712
3713 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3714
3715         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3716         update-noscore.
3717         (wl-summary-sync): Follow the change above.
3718
3719 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3720
3721         * wl-action.el (wl-summary-target-mark-all): Use
3722         elmo-folder-list-messages.
3723
3724 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3725
3726         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3727         (wl-summary-rescan): Set wl-summary-scored as nil.
3728         (wl-summary-sync-force-update): Follow the change above.
3729         (wl-summary-sync): Ditto.
3730         (wl-summary-sync-update): Added argument disable-killed.
3731         (wl-summary-insert-headers): Set visible-only argument for
3732         elmo-folder-list-messages.
3733         (wl-summary-input-range): Added update-nokill, update-noscore,
3734         all-nokill, all-noscore and mark.
3735
3736         * Version number is increased to 2.11.5.
3737
3738         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3739
3740 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3741
3742         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3743         (wl-summary-prefetch-region-no-mark): Change accordingly.
3744         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3745
3746 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3747
3748         * wl-address.el (wl-complete-field-to): Abolished.
3749         (wl-complete-address): Completion function for completing-read.
3750         * wl-action.el (wl-summary-get-resend-address): Use it.
3751
3752         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3753         wl-summary-update-mark and abolish unused argument.
3754         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3755         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3756         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3757         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3758         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3759         * wl-draft.el (wl-draft-kill): Ditto.
3760
3761         * wl-summary.el: Remove unused binding of case-fold-search.
3762         (wl-summary-replace-status-marks): Abolished.
3763
3764 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3767         is specified or folder length is zero.
3768
3769 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3770
3771         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3772         (wl-folder-archive-current-entity): Ditto.
3773
3774 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3775
3776         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3777         retrieving message mark.
3778         (wl-summary-redisplay-internal): Ditto.
3779
3780         * wl-message.el (wl-message-buffer-display): Ignore errors while
3781         retrieving message-id field.
3782
3783         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3784         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3785         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3786         order of the arguments for `wl-expire-message-p'.
3787         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3788
3789         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3790         Check return value of wl-summary-reply.
3791         (wl-summary-reply): Recover window configuration when an error occured.
3792
3793 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3794
3795         * wl-summary.el (wl-summary-resend-message): Abolished, the
3796         feature is inherited by wl-summary-resend (put resend mark).
3797
3798 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3799
3800         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3801         wl-message-buffer to nil when the message is hide.
3802
3803 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3804
3805         * .cvsignore: New file.
3806
3807 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3808
3809         * wl-action.el (wl-summary-action-docstring): Add more info.
3810         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3811         duplicate definition.
3812         (wl-summary-define-mark-action): Functions wl-summary-*-region
3813         keep current position.
3814         (wl-summary-unregister-target-mark): Store result to the variable.
3815
3816 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * Version number is increased to 2.11.4.
3819
3820 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3821
3822         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3823         wl-summary-delete-all-temp-marks.
3824         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3825
3826         * wl-action.el (wl-summary-set-mark): Changed terminology
3827         refile-destination -> action-argument.
3828         (wl-summary-unset-mark): Ditto.
3829         (wl-summary-remove-argument): Ditto.
3830         (wl-summary-print-argument): Ditto.
3831
3832         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3833         (wl-thread-remove-argument-region): Ditto.
3834         (wl-thread-print-argument-region): Ditto.
3835         (wl-thread-close): Ditto.
3836         (wl-thread-open): Ditto.
3837
3838         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3839         (wl-highlight-refile-destination-face is abolished)
3840         (wl-highlight-action-argument-string): Ditto.
3841         (wl-highlight-summary-current-line): Highlight action argument.
3842
3843         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3844         color for light backgrounds.
3845         (wl-highlight-summary-answered-face): Ditto.
3846
3847 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3848
3849         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3850
3851         * wl-score.el (wl-summary-score-update-all-lines): Use
3852         wl-summary-set-mark.
3853         (wl-summary-score-update-all-lines): Kill expunged messages.
3854
3855         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3856
3857 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3858
3859         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3860         directly.
3861         (wl-score-overview-entity-get-lines): Ditto.
3862         (wl-score-overview-entity-get-xref): Ditto.
3863         (wl-score-get-latest-msgs): Ditto.
3864         (wl-summary-rescore): Ditto.
3865
3866         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3867         to "&".
3868         (wl-summary-mark-as-answered-internal): New inline function.
3869         (wl-summary-mark-as-answered): New function.
3870         (wl-summary-mark-as-unanswered): Ditto.
3871         (wl-summary-sync-marks): Modified for answered-mark synching.
3872
3873 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3874
3875         * wl-action.el (wl-summary-set-mark): Fixed last change.
3876
3877 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3878
3879         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3880         behavior of wl-summary-unread-message-hook
3881         (Pointed out by akira yamada <akira@arika.org>).
3882
3883 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3884
3885         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3886         wl-summary-delete.
3887         * wl-xmas.el (wl-summary-toolbar): Ditto.
3888
3889         * wl-action.el (wl-summary-set-mark): Don't override current
3890         temp-mark.
3891
3892         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3893
3894 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3895
3896         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3897         (wl-refile-msgid-learn): Ditto.
3898         (wl-refile-get-field-value): Ditto.
3899
3900         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3901
3902         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3903         (wl-expire-delete-reserved-messages): Renamed from
3904         wl-expire-reserve-marked-msgs-from-list.
3905         (wl-expire-delete): Removed argument `msgdb'.
3906         (wl-expire-refile): Ditto.
3907         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3908         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3909         mark-alist as argument.
3910         (wl-expire-archive-number1): Removed argument `msgdb'.
3911         (wl-expire-archive-number2): Ditto.
3912         (wl-expire-archive-date): Ditto.
3913         (wl-expire-localdir-date): Ditto.
3914         (wl-expire-hide): Ditto.
3915         (wl-archive-number1): Ditto.
3916         (wl-archive-number2): Ditto.
3917         (wl-archive-date): Ditto.
3918         (wl-archive-folder): Ditto.
3919         All other related portions are changed.
3920
3921 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3922
3923         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3924         mean move up and down. (suggested by Takashi Kawachi)
3925
3926 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-acap.el (toplevel): Don't require un-define.
3929
3930 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-thread.el (wl-thread-delete-message): Always update
3933         wl-summary-buffer-number-list.
3934
3935         * wl-action.el (wl-summary-print-destination): 
3936         Do nothing when folder is nil.
3937
3938 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3939
3940         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3941         persistent mark when prefetch is succeeded.
3942
3943 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3944
3945         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3946         instead of elmo-msgdb-delete-msgs.
3947         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3948         (wl-expire-hide): Ditto.
3949
3950         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3951
3952         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3953         elmo-msgdb interface.
3954         (wl-thread-get-exist-children): Likewise.
3955         (wl-thread-insert-message): Likewise.
3956         (wl-thread-msg-mark-as-important): Likewise.
3957         (wl-thread-insert-entity-sub): Likewise.
3958         (wl-thread-get-children-msgs-uncached): Likewise.
3959
3960         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3961         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3962         (wl-summary-sync-update): Likewise.
3963         (wl-summary-auto-select-msg-p): Likewise.
3964         (wl-summary-update-thread): Likewise.
3965         (wl-summary-mark-as-important): Likewise.
3966         (wl-summary-jump-to-msg-internal): Likewise.
3967         (wl-summary-redisplay-internal): Likewise.
3968         (wl-summary-print-message-with-ps-print): Likewise.
3969         (wl-summary-folder-info-update): Likewise.
3970
3971         * wl-folder.el (wl-folder-check-one-entity):
3972         elmo-folder-count-flags instead of wl-summary-count-unread.
3973
3974         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3975
3976         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3977
3978         * wl-summary.el (wl-summary-set-message-modified): 
3979         Call wl-summary-set-mark-modified.
3980         (wl-summary-delete-messages-on-buffer): Call
3981         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3982         (wl-summary-sync-update): Call elmo-folder-length instead of
3983         elmo-folder-messages.
3984         (wl-summary-insert-headers): Don't call
3985         elmo-folder-list-message-entities.
3986
3987 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3988
3989         * wl-action.el (wl-summary-define-mark-action): Call
3990         `wl-summary-set-mark' with argument `data'.
3991         (wl-summary-auto-refile): Fixed order of arguments when call
3992         `wl-summary-refile'.
3993
3994 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3995
3996         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3997
3998         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3999
4000         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4001         (Renamed from wl-highlight-summary-deleted-face).
4002         (wl-highlight-summary-resend-face): New face.
4003
4004         (wl-highlight-summary-deleted-face): Renamed from
4005         wl-highlight-summary-erased-face.
4006
4007         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4008
4009         * wl-action.el (wl-summary-get-resend-address): New function.
4010         (wl-summary-exec-action-resend): Ditto.
4011         (wl-summary-exec-action-resend-subr): Ditto.
4012
4013         * w-thread.el (wl-thread-copy): Removed definition.
4014         (wl-thread-refile): Ditto.
4015         (wl-thread-delete): Ditto.
4016         (wl-thread-target-mark): Ditto.
4017
4018         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4019         (wl-summary-target-mark-set-action): Fixed.
4020         (wl-summary-define-mark-action): Fixed quotation.
4021         (wl-summary-move-mark-list-messages): Display message.
4022         (wl-summary-define-mark-action): Define thread functions.
4023         (wl-summary-exec-action-refile): Changed message.
4024         (wl-summary-exec): Ditto.
4025
4026 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4027         
4028         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4029         '%%'.
4030
4031 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4032
4033         * wl.el (toplevel): Require wl-action.
4034         (wl-init): Call wl-summary-define-mark-action.
4035
4036         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4037
4038         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4039         wl-summary-delete and wl-summary-erase.
4040         (wl-summary-mode-map): Ditto.
4041
4042         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4043         wl-delete-folder-alist.
4044
4045         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4046         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4047         (toplevel): Moved mark & action related functions to the wl-action.el.
4048
4049         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4050         in wl-summary-mark-action-list.
4051         (wl-highlight-summary-current-line): Ditto.
4052
4053         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4054         empty lines.
4055
4056         * wl-action.el: New file. 
4057
4058 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4059
4060         * wl-summary.el (wl-summary-target-mark-replace): New function.
4061         (wl-summary-target-mark-prefetch): Use it.
4062         (wl-summary-target-mark-delete): Ditto.
4063         (toplevel): Rearranged definition order.
4064         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4065         (wl-summary-target-mark-erase): Rewrite.
4066         (wl-summary-erase-region): New function.
4067         (wl-summary-exec-action-erase): Changed message.
4068         (wl-summary-move-mark-list-messages): New function.
4069         (wl-summary-exec-action-delete): Use it.
4070         (wl-summary-exec-action-erase): Ditto.
4071
4072         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4073         (wl-summary-skip-mark-list): Added "d".
4074
4075         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4076         while searching.
4077
4078         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4079         and define using defcustom;
4080         Define 4th element as a face.
4081         
4082         * wl-summary.el (wl-summary-incorporate): Use 
4083         `wl-summary-prefetch-region-no-mark' instead of
4084         `wl-summary-prefetch-region'.
4085         (wl-summary-prefetch-region-no-mark): Revival of old
4086         `wl-summary-prefetch-region'.
4087         (wl-summary-mark-action-list): Moved to wl-vars.el
4088
4089         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4090         face according to the `wl-summary-mark-action-list'.
4091         (wl-highlight-summary-current-line): Ditto;
4092         Removed destination highlighting.
4093
4094         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4095         (wl-highlight-summary-line-string): Highlight for "i" mark.
4096         (wl-highlight-summary-current-line): Ditto.
4097
4098         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4099         no destination.
4100
4101         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4102         exists, just go ahead.
4103         (wl-summary-prefetch-region): Rewrite.
4104         (wl-summary-prefetch): Ditto.
4105         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4106         (wl-summary-exec-action-prefetch): New function.
4107         (wl-summary-target-mark-prefetch): Rewrite.
4108
4109 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4110
4111         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4112         (wl-highlight-summary-line-string): Added "d" and "D".
4113         (wl-highlight-summary-current-line): Ditto.
4114
4115         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4116         in wl-summary.el.
4117         (wl-thread-insert-entity-sub): Ditto.
4118         (wl-thread-remove-destination-region): Ditto.
4119         (wl-thread-print-destination-region): Ditto.
4120
4121         * wl-summary.el (wl-summary-buffer-refile-list,
4122         wl-summary-buffer-delete-list,
4123         wl-summary-buffer-copy-list): Abolish.
4124         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4125         All other related portions are changed.
4126         (wl-summary-mark-action-list): New variable.
4127         (wl-summary-set-mark): New function.
4128         (wl-summary-register-target-mark): Ditto.
4129         (wl-summary-unregister-target-mark): Ditto.
4130         (wl-summary-have-target-mark-p): Ditto.
4131         (wl-summary-register-temp-mark): Ditto.
4132         (wl-summary-unregister-temp-mark): Ditto.
4133         (wl-summary-registered-temp-mark): Ditto.
4134         (wl-summary-collect-temp-mark): Ditto.
4135         (wl-summary-unset-mark): Ditto.
4136         (wl-summary-set-target-mark): Ditto.
4137         (wl-summary-unset-target-mark): Ditto.
4138         (wl-summary-set-action-generic): Ditto.
4139         (wl-summary-unset-action-generic): Ditto.
4140         (wl-summary-exec-action-delete): Ditto.
4141         (wl-summary-exec-action-erase): Ditto.
4142         (wl-summary-set-action-refile): Ditto.
4143         (wl-summary-set-action-refile-subr): Ditto.
4144         (wl-summary-unset-action-refile): Ditto.
4145         (wl-summary-make-destination-numbers-list): Ditto.
4146         (wl-summary-exec-action-refile): Ditto.
4147         (wl-summary-set-action-copy): Ditto.
4148         (wl-summary-unset-action-copy): Ditto.
4149         (wl-summary-exec-action-copy): Ditto.
4150         (wl-summary-collect-numbers-region): Ditto.
4151         (wl-summary-delete): Rewrite.
4152         (wl-summary-erase): Ditto.
4153         (wl-summary-remove-destination): Ditto.
4154         (wl-summary-exec): Ditto.
4155         (wl-summary-exec-region): Ditto.
4156         (wl-summary-target-mark-erase): Ditto.
4157         (wl-summary-refile): Ditto.
4158         (wl-summary-copy): Ditto.
4159         (wl-summary-unmark): Ditto.
4160         (wl-summary-delete-all-mark): Ditto.
4161         (wl-summary-mark-line): Don't highlight.
4162         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4163         (wl-summary-target-mark-refile-subr): Rewrite.
4164
4165         (wl-summary-copy-prev-destination): Abolish.
4166
4167 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4168
4169         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4170         default values along the value of wl-on-mule.
4171         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4172         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4173         It is not used anywhere.
4174
4175 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4176
4177         * wl-summary.el (wl-summary-print-destination): Keep position.
4178         (wl-summary-cursor-move-surface): Keep horizontal position.
4179
4180 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4181
4182         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4183         write sendlog.
4184
4185 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4186
4187         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4188         `wl-summary-highlight'.
4189
4190 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4191
4192         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4193         trivial condition for temp-mark.
4194
4195 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4196
4197         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4198         when it hits killed buffer.
4199
4200 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4201
4202         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4203         * wl-news.el.in: `message' and `error' take format string.
4204
4205 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4206
4207         * wl-folder (wl-folder-insert-entity): Display a message,
4208         `...done', when the work finish.
4209         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4210
4211 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4212
4213         * wl-message.el (wl-message-redisplay): Remove unused local
4214         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4215
4216 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4217
4218         * wl-summary.el (wl-summary-replace-status-marks): Disable
4219         interactive use.
4220         (wl-summary-reedit): Check message existence at first.
4221         (wl-summary-mark-line): Fix doc, return value is indefinite.
4222
4223         * wl-highlight.el (wl-highlight-message): Arranged.
4224
4225         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4226         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4227         check temp-mark by wl-summary-temp-mark always.
4228         (wl-highlight-summary): Change accordingly.
4229         * wl-summary.el (wl-summary-mark-as-read-all)
4230         (wl-summary-delete-cache, wl-summary-set-score-mark)
4231         (wl-summary-mark-as-unread, wl-summary-unmark)
4232         (wl-summary-mark-line, wl-summary-mark-as-read)
4233         (wl-summary-mark-as-important): Ditto.
4234
4235         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4236         end of the window if possible.
4237         * wl-summary.el (wl-summary-sync-update): Support lazy
4238         highlighting.
4239         (wl-summary-toggle-disp-msg): Ditto.
4240
4241 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4242
4243         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4244
4245 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4246
4247         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4248         change.
4249
4250 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4253         API.
4254         (wl-summary-sync-update): Ditto.
4255
4256         * wl-score.el (wl-score-get-score-alist): Changed argument.
4257         (wl-summary-rescore-msgs): Likewise.
4258         (wl-summary-score-headers): Likewise.
4259         (wl-score-headers): Likewise;
4260         Use elmo-folder-do-each-message-entity, etc.
4261         (wl-summary-score-effect): Follow the changes above.
4262         (wl-summary-rescore): Ditto.
4263         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4264         (wl-score-get-overview): Abolish.
4265
4266         * wl-summary.el (wl-summary-default-from): Follow the API change in
4267         elmo-msgdb.
4268         (wl-summary-count-unread): Ditto.
4269         (wl-summary-detect-mark-position): Ditto.
4270         (wl-summary-overview-entity-compare-by-date): Ditto.
4271         (wl-summary-overview-entity-compare-by-number): Ditto.
4272         (wl-summary-overview-entity-compare-by-from): Ditto.
4273         (wl-summary-overview-entity-compare-by-subject): Ditto.
4274         (wl-summary-get-list-info): Ditto.
4275         (wl-summary-rescan): Ditto.
4276         (wl-summary-jump-to-msg-by-message-id): Ditto.
4277         (wl-summary-sync-update): Ditto; Removed comment.
4278         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4279         (wl-summary-insert-message): Use wl-summary-insert
4280         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4281         (wl-summary-insert-headers): Changed argument overview to folder.
4282         (wl-summary-search-by-subject): Likewise.
4283         (wl-summary-insert-thread): Renamed from 
4284         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4285
4286         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4287         too.
4288
4289         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4290         wl-string-member.
4291
4292 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4295         elmo-folder-append-buffer.
4296         (wl-draft-queue-append): Likewise.
4297
4298         * wl-mime.el (wl-message-delete-current-part): Ditto.
4299         (wl-summary-burst-subr): Ditto.
4300
4301         * wl-news.el.in (wl-news-send-news): Ditto.
4302
4303 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4306         function.
4307         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4308         (wl-summary-update-mark): Enclose with save-excursion.
4309         (wl-summary-mark-as-read-internal): Fixed last change.
4310         (wl-summary-mark-as-important): Use 3rd argument of
4311         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4312         Don't use elmo-msgdb-set-mark.
4313         (wl-summary-redisplay-internal): If msgdb flag is already read,
4314         just update the mark on buffer.
4315
4316 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4317
4318         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4319         cut visible folder when elmo-folder-delete returns non-nil value.
4320
4321 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4322
4323         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4324         by Kenichi OKADA <okada@opaopa.org>).
4325
4326 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4327
4328         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4329
4330 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4331
4332         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4333         Fixed the last change, search group entity by its real name.
4334         (Thanks to: KOBAYASHI Shinji)
4335
4336 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4337
4338         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4339         (wl-fldmgr-access-display-all): Don't refer visible name.
4340         * wl-expire.el (wl-folder-archive-current-entity)
4341         (wl-folder-expire-current-entity): Ditto.
4342         * wl-folder.el (wl-folder-jump-to-current-entity)
4343         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4344         (wl-folder-open-folder-sub,wl-folder-open-all)
4345         (wl-folder-write-current-folder): Ditto.
4346         (wl-folder-insert-entity): Don't use petname for normal group.
4347         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4348         is the real name.
4349         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4350         Abolished.
4351
4352 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4353
4354         * wl-draft.el (wl-draft-create-buffer): Add
4355         `wl-summary-reply-with-citation'
4356
4357 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4358
4359         * wl-draft.el (wl-draft-reply): Fixed.
4360
4361 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4364         when `wl-draft-send-confirm-with-preview' is non-nil.
4365         You can scroll up/down by j/k.
4366         (wl-draft-send-confirm-with-preview): New variable (default=t).
4367
4368 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4371         (wl-fldmgr-save-folders): Fix comment.
4372
4373 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4376         along the last change in `wl-folder-buffer-group-p'.
4377
4378 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4381         folder.
4382
4383         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4384         the default value.
4385
4386         * wl-mime.el (wl-summary-burst): Update summary only when target
4387         folder equals current folder.
4388
4389 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4392
4393 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4394
4395         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4396         value.
4397
4398 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4399
4400         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4401         `map-extents' instead of `extent-at' repeatedly.
4402         (wl-highlight-folder-current-line): Ditto.
4403
4404         * wl-highlight.el: Remove useless dummy functions.
4405
4406 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4409         (wl-folder-put-folder-property): New function to put text property.
4410         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4411         (wl-folder-insert-entity, wl-folder-update-diff-line)
4412         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4413         * wl-e21.el, wl-xmas.el, wl-mule.el
4414         (wl-highlight-folder-current-line): Ditto.
4415         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4416         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4417         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4418         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4419
4420 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * Version number is increased to 2.11.3.
4423
4424 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4427         Resume current-buffer since it is assumed by remaining tasks.
4428
4429 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4432         (wl-folder-completion-function): Abolished.
4433         (wl-folder-complete-folder): New function.
4434         (wl-folder-complete-filter-condition): Ditto.
4435         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4436         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4437
4438 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-draft.el (wl-draft-send-confirm): New function.
4441         (wl-draft-send): Use it.
4442
4443         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4444         cursor-in-echo-area while confirming.
4445
4446         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4447
4448         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4449         searching via nntp if wl-summary-search-via-nntp is 'force.
4450         Otherwise, invoke searching in nntp folder only.
4451         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4452
4453         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4454         explicitly for mime-make-text-tag.
4455
4456 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4457
4458         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4459         `mime-make-text-tag' instead of `mime-create-tag'.
4460
4461 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4464         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4465
4466 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-score.el (wl-score-save): Bind print-length and print-level.
4469         (wl-score-pretty-print): Ditto.
4470         (wl-score-edit-insert-header-entry): Ditto.
4471
4472         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4473         "From" entry to be treated with wl-draft-eword-encode-address-list.
4474         * wl-mime.el (wl-draft-preview-message): Ditto.
4475
4476         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4477         (wl-summary-mark-as-unread): Ditto.
4478         (wl-summary-mark-as-read-region): Change accordingly.
4479         (wl-summary-mark-as-unread-region): Ditto.
4480         (wl-summary-target-mark-mark-as-read): Ditto.
4481         (wl-summary-target-mark-mark-as-unread): Ditto.
4482
4483 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * Version number is increased to 2.11.2.
4486
4487 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-news.el.in (wl-news-previous-version-save): Bind
4490         print-length and print-level.
4491         * wl-thread.el (wl-thread-save-entities): Ditto.
4492         (wl-thread-save-top-list): Bind print-length.
4493
4494 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-highlight.el (wl-highlight-summary-line-string): Use
4497         wl-summary-score-below-mark, wl-summary-score-over-mark.
4498         (wl-highlight-summary-current-line): Ditto.
4499
4500 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4501
4502         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4503         insert it.
4504
4505 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4506
4507         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4508
4509 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4512         message without msgid.
4513         Rewrite with elmo-folder-move-messages.
4514         Set wl-message-buffer to nil.
4515
4516         * wl-summary.el (wl-summary-erase-subr): New function. Use
4517         elmo-folder-move-messages.
4518         (wl-summary-erase): Call it.
4519         (wl-summary-target-mark-erase): Ditto.
4520
4521 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4524         it is not up-tp-date.
4525
4526 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4527
4528         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4529         buffer after calling `wl-summary-goto-folder-subr' without the
4530         argument `interactive'.
4531         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4532
4533 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4534
4535         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4536         `mime-create-tag'. Use `string=' instead of `looking-at'.
4537
4538 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4539
4540         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4541         to avoid compile warning.
4542
4543         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4544         entity-id when folder is given.
4545         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4546         save-excursion, use save-selected-window instead.
4547         Select folder buffer window if exists.
4548         (To correct behavior with wl-folder-move-cur-folder.)
4549
4550 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4551
4552         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4553
4554 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4555
4556         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4557         list-count instead of %d.
4558
4559 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4562         (wl-news): Set it.
4563         (wl-news-append-to-folder): Use it.
4564
4565         * wl-news.el.in (wl-news-send-news): Append to specified folder
4566         instead of wl-default-folder.
4567         (wl-news-append-to-folder): Show error message with specified folder.
4568
4569         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4570                 In most major modes, Emacs assumes that any opening
4571                 delimiter found at the left margin is the start of a
4572                 top-level definition, or defun. Therefore, *never put an
4573                 opening delimiter at the left margin unless it should have
4574                 that significance.*
4575
4576         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4577
4578 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4579
4580         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4581
4582 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4583
4584         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4585
4586 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4587
4588         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4589         for sequential numbering case.
4590
4591 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4594         value.
4595         (wl-draft-reply-without-argument-list): Ditto.
4596         (wl-draft-reply-myself-with-argument-list): Abolish.
4597         (wl-draft-reply-myself-without-argument-list): Ditto.
4598         * wl-draft.el (wl-draft-self-reply-p): New function.
4599         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4600
4601 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4602
4603         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4604         (avoid error for the case without byte-compiling)
4605
4606 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4607
4608         * wl-news.el.in (wl-news-append-to-folder): New function.
4609         (wl-news-exit): Rewrite.
4610         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4611
4612 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-draft.el (wl-draft-reply-position): New function.
4615         (wl-draft-reply-position): Fix.
4616         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4617         (wl-summary-target-mark-reply-with-citation): Ditto.
4618         (wl-summary-reply-with-citation): Ditto.
4619         * wl-vars.el (wl-draft-reply-default-position): New variable.
4620
4621 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * wl-draft.el (wl-draft-send): Preview when interactive send.
4624
4625 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4626
4627         * wl-draft.el (wl-draft-reply): Set default position.
4628         * wl-summary.el (wl-summary-reply): Ditto.
4629         (wl-summary-reply-with-citation): Ditto.
4630         (wl-summary-target-mark-reply-with-citation): Ditto.
4631
4632 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4633
4634         * wl-news.el.in (wl-news-lang): Set default value according to
4635         current-language-environment.
4636         (wl-news-append-news): Do nothing when news-list is nil.
4637
4638 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4641         (wl-news): Change message.
4642         (wl-news-exit): Check buffer.
4643         (wl-news-force-exit): New function.
4644         (wl-news-show-all): New function.
4645         (wl-news-discard-and-exit): Fix.
4646
4647 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4650         according to current-language-environment.
4651
4652         * wl-news.el.in (wl-news): If arg, show all NEWS after
4653         wl-news-default-previous-version.
4654
4655 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * wl-news.el.in (wl-news-check): Rewritten.
4658         (wl-news-previous-version-load): Change data type.
4659         (wl-news-previous-version-save): Change data type.
4660         (wl-news-append-news): Add return value.
4661         (wl-news-check-news): New function.
4662         (wl-news-already-current-p): New function.
4663         (wl-news-send-news): Rewritten.
4664         (wl-news-mode-map): Add new keybind.
4665         (wl-news): Rewritten.
4666         (wl-news-exit): Rewritten.
4667         (wl-news-discard-and-mail): New function.
4668         (wl-news-send-to-address): Abolished.
4669         * wl.el (wl-init): Delete a message.
4670
4671 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4672
4673         * wl-news.el.in (wl-news-exit): Update previous version.
4674         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4675
4676 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4679
4680 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-news.el.in (wl-news): New function.
4683         (wl-news-mode): New function.
4684         (wl-news-next-line): New function.
4685         (wl-news-next-page): New function.
4686         (wl-news-exit): New function.
4687         (wl-news-buf-name): New variable.
4688         (wl-news-mode-map): New variable.
4689         (wl-news-winconf): New variable.
4690         (wl-news-append-news): Add an option.
4691
4692 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4695
4696 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-news.el.in (wl-news-send-to-address): New variable.
4699         (wl-news-send-news): Use it.
4700         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4701         Return updating status.
4702         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4703
4704 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4705
4706         * wl-news.el.in (wl-news-send-news): Delete
4707         Organization and X-Face.
4708
4709 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4712         (wl-news-append-news): New function.
4713         (wl-news-send-news): New function.
4714
4715 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * Version number is increased to 2.11.1.
4718
4719 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * wl-news.el.in : New file.
4722
4723 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4724
4725         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4726         default value.
4727         (wl-draft-reply-without-argument-list): Ditto.
4728
4729 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4730
4731         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4732         (wl-message-buffer-prefetch-idle-time): Ditto.
4733         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4734
4735 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-thread.el (wl-thread-insert-message): Use
4738         wl-summary-max-thread-depth.
4739
4740         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4741         loop detection.
4742
4743         * wl-message.el (wl-message-buffer-display): Back to the first page
4744         when cache is hit.
4745
4746 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4749
4750         * wl-summary.el (wl-summary-insert-thread-entity):
4751         If the thread depth is reached to wl-summary-max-thread-depth,
4752         divide the thread.
4753
4754 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4757         for elmo-remove-passwd.
4758
4759 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4760
4761         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4762         folder is sticky.
4763         (wl-folder-mark-as-read-all-entity): Ditto.
4764         (wl-folder-prefetch-entity): Ditto.
4765
4766 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4767
4768         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4769
4770 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4773         Delete messages on buffer for unplugged operation.
4774         (wl-summary-erase): Ditto.
4775
4776 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4777
4778         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4779         take nil so as not to search parent by subject.
4780
4781 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4784         (wl-folder-get-next-folder): Ditto.
4785         (wl-folder-get-path): Ditto.
4786
4787 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4790         system and encode the region with it before verifying.
4791
4792 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4795         system of the echo buffer before decoding.
4796
4797 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4800         original contents.
4801
4802 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4803
4804         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4805         with argument 'any-exists.
4806
4807 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4810         Use `wl-cs-autoconv'.
4811
4812 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4815         by `mime-view-automatic-conversion'.
4816
4817         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4818         (wl-message-verify-pgp-nonmime): Ditto.
4819         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4820         Bind them to C-c:d and C-c:v respectively.
4821
4822         Merge following code by Teranishi-san from [wl-en:00167].
4823         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4824         (wl-mime-preview-application/pgp-encrypted): Ditto.
4825         (wl-mime-setup): Add entry.
4826
4827 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4828
4829         * wl-summary.el (wl-summary-target-mark-erase): New function.
4830         Bind it to "mD".
4831
4832 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4833
4834         * wl-vars.el (wl-draft-write-file-function): Fix.
4835         (wl-draft-reedit-hook): Changed default value.
4836
4837         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4838         wl-draft-reedit-hook.
4839         (wl-draft-remove-text-plain-tag): New function.
4840         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4841
4842         * wl-vars.el (wl-draft-write-file-function): New user option.
4843
4844         * wl-draft.el (wl-draft-prepare-edit): Use it for
4845         local-write-file-hooks.
4846         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4847
4848         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4849         (wl-draft-insert-mail-header-separator): Return the body beginning
4850         point.
4851         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4852         text/plain.
4853         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4854
4855 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4856
4857         * wl-summary.el (wl-summary-erase): New function to erase message
4858         without moving it to trash. Bind to "D".
4859
4860         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4861         as `keep' unless switch-function.
4862
4863 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4866         message buffer by using `wl-summary-toggle-disp-msg'.
4867         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4868         buffer window.
4869         (wl-summary-supresedes-message): Ditto.
4870
4871         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4872         Do not delete other windows.
4873         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4874         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4875         (wl-draft-create-buffer): Set reply-or-forward also for target
4876         mark commands.
4877
4878 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4879
4880         * wl-draft.el (wl-user-agent-compose): Delete special case for
4881         switch-to-buffer-other-window.
4882
4883         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4884         (wl-summary-forward): Ditto.
4885
4886         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4887         function.
4888         (wl-draft-buffer-style): New use option.
4889
4890         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4891         (wl-draft): Follow the change above.
4892         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4893         wl-draft-buffer-style.
4894         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4895         switch-function.
4896
4897 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4898
4899         * wl-address.el (wl-address-make-completion-entry): Extracted from
4900         `wl-address-make-completion-list'.
4901         (wl-address-enable-strict-loading): New variable.
4902         (wl-address-make-completion-list): Revive petname duplication
4903         inquiry, and enable it if `wl-address-enable-strict-loading'.
4904         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4905
4906 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4907
4908         * wl-message.el (wl-message-get-original-buffer): Avoid
4909         'Selecting deleted buffer' error when original buffer is killed.
4910
4911 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-summary.el (wl-summary-next-message): Use
4914         elmo-message-accessible-p instead of elmo-message-cached-p.
4915
4916 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4919
4920         * wl-thread.el (wl-thread-open-all-unread): Use
4921         elmo-folder-list-flagged instead of
4922         elmo-folder-list-messages-mark-match.
4923
4924         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4925         instead of elmo-folder-list-messages-mark-match.
4926         (wl-summary-move-spec-alist): New variable.
4927         (wl-summary-move-spec-plugged-alist,
4928         wl-summary-move-spec-unplugged-alist): Abolish.
4929         (wl-summary-next-message): Follow the change above.
4930         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4931         with 'no-msg' argument.
4932
4933         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4934         variable.
4935         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4936         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4937         (wl-message-buffer-prefetch-get-next): Follow the change above.
4938
4939 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-version.el (wl-version): Changed codename.
4942
4943         * Version number is increased to 2.11.0.
4944
4945 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4946
4947         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4948         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4949         `wl-draft-config-variables'.
4950         (wl-draft-kill): Fixed problem when the draft is reedit.
4951
4952 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4953
4954         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4955         buffer-modified status (Thanks to
4956         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4957
4958 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4959
4960         * wl-util.el (wl-region-exists-p): New function.
4961
4962         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4963         Remove defvars for byte-compile warnings.
4964
4965 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4966
4967         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4968         defvar-maybe. Removed unused bind.
4969
4970 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4971
4972         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4973         summary buffer window before creating new frame.
4974         (wl-draft-reply): Ditto.
4975
4976 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4977
4978         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4979
4980 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4981
4982         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4983
4984 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4985
4986         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4987         instead of `kill-region'.
4988
4989 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4992         (wl-highlight-summary-line-string): Use it.
4993         (wl-highlight-summary-current-line): Ditto.
4994
4995         * wl-mime.el (wl-message-delete-current-part): Check the class of
4996         mime-entity.
4997
4998         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4999
5000         * wl-summary.el (wl-summary-make-number-list): Initialize.
5001         (wl-summary-update-mark): New function.
5002         (wl-summary-reply): Put `answered' mark on the message.
5003         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5004
5005         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5006         (wl-draft-reply): Added optional argument `number';
5007         Set wl-draft-parent-number.
5008         (wl-draft-kill): Delete answered mark if it is a reply.
5009
5010 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5011
5012         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5013         that originates in mime-preview-follow-current-entity.
5014         (wl-draft-yank-current-message-entity): Use it if region is active.
5015
5016         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5017         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5018         `wl-message-delete-current-part'.
5019         * wl-mule.el (wl-message-define-keymap): Ditto.
5020         * wl-xmas.el (wl-message-define-keymap): Ditto.
5021
5022 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5023
5024         * wl-mime.el (wl-message-delete-current-part): New function.
5025         (wl-mime-node-id-to-string): Ditto.
5026
5027         * wl-mime.el (wl-message-delete-current-part): Use existing
5028         original buffer which corresponds current mime-view buffer.
5029         (fetched buffer might have different structure, possibly)
5030
5031         * wl-mime.el (wl-message-delete-current-part): Quit if the
5032         message content differs from the actual message.
5033
5034 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5037         order.
5038         (wl-summary-search-by-subject): Search parent message from tail;
5039         Check the existence of the parent message on the current thread tree.
5040         (wl-summary-update-thread): Check whether the line is inserted.
5041
5042 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-vars.el (wl-summary-line-format): Undo last change.
5045         * wl-summary.el (wl-summary-print-destination): Do not put
5046         invisible property when `wl-summary-width' is nil.
5047         (wl-summary-line-subject-minimum-length): Abolished.
5048         (wl-summary-line-subject): Ditto.
5049
5050 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5051
5052         * wl-vars.el (wl-summary-line-format): Change default value.
5053         (wl-summary-subject-length-limit): Abolished.
5054         * wl-summary.el (wl-summary-line-subject): Ditto.
5055
5056 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5057
5058         * wl-template.el (wl-template-select): Added optional argument.
5059         If optional argument is specified, reverse
5060         `wl-template-visible-select'.
5061
5062 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5063
5064         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5065         Take prefix argument to force asking the destination folder.
5066
5067 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5068
5069         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5070         count and update status.
5071
5072 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-summary.el (wl-summary-redisplay-internal): If
5075         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5076         after fetching.
5077
5078 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5079
5080         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5081         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5082
5083         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5084
5085 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5086
5087         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5088         (All other related portions are changed).
5089         (wl-summary-mark-as-read-all): Rewrite.
5090
5091 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5092
5093         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5094         `wl-summary-mark-as-read'.
5095         (wl-summary-mark-as-unread): Rewrite.
5096         (wl-summary-mark-as-read): Added no-modeline argument.
5097         (wl-summary-resume-cache-status): Rewrite.
5098         (wl-summary-exec-subr): Remove unused local variable.
5099
5100 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5101
5102         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5103         logic to call `wl-summary-buffer-prev-folder-function'.
5104         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5105
5106 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5109         is nil.
5110
5111 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5112
5113         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5114         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5115         (wl-mime-setup): Add its entry.
5116
5117 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5118
5119         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5120         (wl-summary-delete-cache): Likewise.
5121         (wl-summary-mark-as-read): Rewrite.
5122
5123 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5126         `wl-summary-count-unread'.
5127
5128         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5129
5130         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5131
5132 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5133
5134         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5135         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5136         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5137         Renamed to the elmo-msgdb-*-mark.
5138         (wl-summary-score-marks): Follow the change above.
5139         (wl-summary-auto-refile-skip-marks): Ditto.
5140         (wl-summary-incorporate-marks): Ditto.
5141         (wl-summary-expire-reserve-marks): Ditto.
5142
5143         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5144         changes.
5145         (wl-thread-insert-top): Changed updating message.
5146
5147         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5148         variable.
5149         (wl-summary-count-unread): Count answered marks.
5150         (wl-summary-rescan): Call wl-summary-insert-message instead of
5151         wl-summary-append-message-func-internal.
5152         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5153         (wl-summary-prefetch-msg): Follow the variable name changes.
5154         (wl-summary-prefetch-region): Ditto.
5155         (wl-summary-mark-as-read-all): Follow the API changes;
5156         Don't call elmo-folder-replace-marks.
5157         (wl-summary-delete-cache): Follow the variable name changes.
5158         (wl-summary-resume-cache-status): Ditto.
5159         (wl-summary-update-status-marks): New function.
5160         (wl-summary-insert-message): New function.
5161         (wl-summary-sync-marks): Follow the variable name changes.
5162         (wl-summary-sync-update): Synchronize to the msgdb, too;
5163         Changed update messages.
5164         (wl-summary-make-number-list): Rewrite.
5165         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5166         (wl-summary-mark-as-unread): Follow the API changes.
5167         (wl-summary-exec-subr): Follow the variable name changes.
5168         (wl-summary-mark-as-read): Ditto.
5169         (wl-summary-move-spec-plugged-alist): Ditto.
5170         (wl-summary-move-spec-unplugged-alist): Ditto.
5171         (wl-summary-cursor-move-surface): Ditto.
5172
5173         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5174         variable name changes.
5175         (wl-highlight-summary-current-line): Ditto.
5176
5177         * wl-expire.el (wl-expire-refile): Follow the API change in
5178         elmo-folder-move-messages.
5179         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5180         (wl-summary-archive): Use elmo-folder-msgdb instead of
5181         elmo-msgdb-load.
5182
5183 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-mime.el (wl-draft-preview-message): Restore the position
5186         before evaluating wl-draft-send-hook in preview buffer.
5187
5188 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5191         when it creates new draft buffer.
5192
5193         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5194         without argument.
5195
5196         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5197         Evaluate content and if the value is string, insert it.
5198         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5199         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5200         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5201         wl-draft-config-sub-part-bottom): Use it.
5202
5203         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5204         with the folder name. The question was unintelligible when it is
5205         called from wl-save-status.
5206
5207 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5208
5209         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5210         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5211         cannot take second argument).
5212
5213 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5216         as t. Since type and subtype are not case sensitive (RFC 2045).
5217
5218 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl-vars.el (wl-message-mode-line-format): New variable.
5221         (wl-message-mode-line-format-spec-alist): Ditto.
5222         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5223         (wl-message-redisplay): Use wl-message-mode-line-format.
5224
5225 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5228
5229 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5230
5231         * wl-summary.el (wl-summary-default-from): Write description.
5232
5233 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-vars.el (wl-ldap-objectclass): Abolish.
5236
5237         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5238         (wl-ldap-make-filter): Removed condition for objectclass.
5239         (wl-ldap-make-matched-value-list): Remove meaningless process.
5240         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5241         (wl-address-ldap-search): Don't add `*' to `pat' string;
5242         use ignore-errors; added `email';
5243         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5244         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5245         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5246
5247
5248 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-draft.el (wl-draft-parent-folder): Write description.
5251         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5252
5253 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5256         as "" (zero-length string) if no parent.
5257         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5258
5259 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-address.el (wl-address-make-completion-list): Skip duplication
5262         checking.
5263         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5264         `append'.
5265
5266 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5267
5268         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5269         instead of `beginning-of-buffer'.
5270
5271 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5272
5273         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5274
5275 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5278         Refer wl-message-buffer-name.
5279         (wl-message-wheel-down): Ditto.
5280
5281 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-vars.el (wl-message-buffer-name): New user option.
5284
5285         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5286         directly instead of making alist dinamically.
5287
5288         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5289         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5290         wl-message-buffer-cache-name.
5291         (wl-message-buffer-cache-clean-up): Ditto.
5292
5293         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5294
5295         * Version number is increased to 2.9.15.
5296
5297 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * wl-vars.el (wl-summary-default-view-alist): New user option.
5300
5301         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5302
5303         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5304         while deleting address.
5305         (wl-draft-delete-myself-from-cc): Ditto.
5306
5307         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5308         If optional argument is specified, reverse sort order.
5309
5310         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5311
5312 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-thread.el (wl-thread-insert-message): Return parent number if
5315         exists.
5316         (wl-thread-update-indent-string-region): Use
5317         wl-thread-update-line-on-buffer-sub instead of
5318         wl-thread-update-line-on-buffer.
5319
5320 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5321
5322         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5323         (wl-folder-close-all): Ditto.
5324
5325 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5326
5327         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5328         and mailing-list:.
5329         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5330         value.
5331         (wl-summary-line-list-info): Print mailing-list name even when 
5332         list-number is empty.
5333
5334 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5335
5336         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5337
5338         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5339         (wl-draft-open-file): Ditto.
5340         (wl-draft-random-alphabet): Ditto.
5341
5342         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5343         bindings.
5344
5345 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5346
5347         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5348         * wl-vars.el (wl-draft-config-alist): Ditto.
5349
5350 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5351
5352         * Version number is increased to 2.9.14.
5353
5354         * wl.el (wl): Don't set wl-init as nil when error occured while
5355         auto-checking folders.
5356
5357         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5358         `elmo-expand-newtext'.
5359
5360 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5361
5362         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5363         `this-command' so that `wl-folder-goto-folder' contained in
5364         `wl-summary-keep-cursor-command' work.
5365
5366 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5367
5368         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5369         message buffer displaying state.
5370
5371 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5372
5373         * wl-vars.el (wl-summary-default-view): New variable to specify
5374         default value for `wl-summary-buffer-view' instead of using
5375         set-default.
5376         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5377
5378 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5379
5380         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5381
5382         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5383
5384 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5385
5386         * wl-vars.el (wl-forward-subject-prefix): New variable.
5387         * wl-draft.el (wl-draft-forward): Use it.
5388
5389 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5390
5391         * wl-message.el (wl-message-prev-page): When it is called without
5392         lines argument, scroll down by wl-message-scroll-amount lines.
5393         (wl-message-next-page): Ditto.
5394         * wl-vars.el (wl-message-scroll-amount): Change default value
5395         to preserve current behavior.
5396
5397 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5398
5399         * wl-summary.el (wl-summary-prefetch-msg): Bind
5400         `wl-message-entity' to call `wl-summary-from-function'.
5401
5402 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5403
5404         * wl-message.el (wl-message-buffer-create): Run
5405         wl-message-buffer-created-hook.
5406
5407 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-summary.el (wl-summary-sort-specs): New variable.
5410         (wl-summary-default-sort-spec): Ditto.
5411         (wl-summary-sort): Rewrite.
5412         (wl-summary-sort-by-list-info): New function.
5413
5414 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5415
5416         * wl-summary.el (wl-summary-get-list-info): New function.
5417         (wl-summary-sort): Rewrite.
5418         (wl-summary-line-list-info): Ditto.
5419         (wl-summary-line-list-count): Ditto.
5420         (wl-summary-refile-region): Fixed docstring.
5421
5422 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5425         `wl-folder-entity-hashtb' as completion table.
5426
5427 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5430         only when this command is called interactively; silence the byte-
5431         compiler.
5432
5433 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5434
5435         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5436         active in XEmacs.
5437
5438 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5439
5440         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5441         plural lines.
5442
5443 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5444
5445         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5446         of current line when the cursor is on the header name.
5447         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5448
5449 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5450
5451         * wl-util.el (wl-read-directory-name): Return displayed directory
5452         as the default value also on XEmacs.
5453
5454 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5455
5456         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5457         formatting.
5458
5459 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5460
5461         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5462         argument and when it is non-nil, check face property before
5463         highlighting for each line.
5464         (wl-highlight-summary-window): Set it.
5465
5466 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5467
5468         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5469         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5470
5471         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5472         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5473         (wl-draft-get-fcc-list): Likewise.
5474
5475 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5478         (wl-thread-entity-cur): Ditto.
5479         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5480         wl-thread-indent-regexp setting.
5481         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5482
5483         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5484         wl-summary-lazy-highlight.
5485         (wl-summary-display-bottom): Ditto.
5486
5487         * wl-thread.el (wl-thread-open-close): Likewise.
5488
5489         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5490         from and subject;
5491         Bind wl-draft-use-frame;
5492         Enclose with save-window-excursion;
5493         Use wl-draft-create-buffer instead of with-temp-buffer;
5494         Use wl-draft-prepare-edit;
5495         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5496         Use wl-draft-send instead of wl-draft-raw-send.
5497
5498 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5499
5500         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5501         of using wl-from.
5502
5503 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5506         insert-buffer instead of clone-buffer.
5507         (wl-draft-doing-mime-bcc): New variable.
5508         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5509         infinite loop.
5510         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5511
5512         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5513         (wl-draft-mime-bcc-body): Ditto.
5514
5515         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5516         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5517         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5518         wl-draft-do-mime-bcc.
5519         (wl-draft-mime-bcc-field): New function.
5520         (wl-draft-do-mime-bcc): Ditto.
5521
5522         * wl-address.el (wl-address-complete-header-list): New variable.
5523         (wl-address-complete-header-regexp): Changed default value.
5524
5525         * Version number is increased to 2.9.13.
5526
5527 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5530         it is differed.
5531
5532 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5533
5534         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5535         (wl-summary-line-list-count): Ditto.
5536
5537 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5538
5539         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5540         (wl-nntp-posting-function): New variable.
5541         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5542         `wl-nntp-posting-config-alist'.
5543
5544 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5545
5546         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5547         FLIM.
5548
5549 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5550
5551         * wl-summary.el (wl-summary-target-mark-refile-sub):
5552         Remove a nuisance funcall.
5553
5554 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5557         as t for `try-completion'.
5558
5559 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-summary.el (wl-summary-default-from): Use
5562         wl-address-header-extract-address instead of
5563         std11-extract-address-components.
5564         (wl-summary-simple-from): Ditto.
5565         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5566         (wl-summary-insert-headers): Show message.
5567         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5568         for whole line.
5569         (wl-summary-default-from): Revert last change.
5570         (wl-summary-simple-from): Ditto.
5571         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5572         (wl-summary-mark-as-read-region): Follow the change above.
5573         (wl-summary-sync-marks): Ditto.
5574         (wl-summary-target-mark-mark-as-read): Ditto.
5575         (wl-summary-redisplay-internal): Ditto.
5576         (wl-summary-redisplay-no-mime-internal): Ditto.
5577         (wl-summary-redisplay-all-header): Ditto.
5578         (wl-summary-mark-as-read): Removed argument `cached';
5579         Use current cache status to set cache mark.
5580         (wl-summary-redisplay-internal): Follow the change above.
5581         (wl-summary-redisplay-no-mime-internal): Ditto.
5582         (wl-summary-redisplay-all-header): Ditto.
5583
5584         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5585
5586         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5587         Don't call itself recursively (Adviced by Yamaoka-san).
5588
5589 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5590
5591         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5592         bind wl-summary-highlight as nil to avoid error caused by missing
5593         local variables.
5594
5595 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-vars.el (wl-invalid-character-message): New user option.
5598
5599         * wl-util.el (wl-set-string-width): If truncated string-width is
5600         larger than specified width, use `wl-invalid-character-message'.
5601
5602 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5603
5604         * wl-summary.el (wl-summary-prefetch-msg): 
5605         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5606
5607 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-vars.el (wl-summary-check-line-format): New user option.
5610         (wl-summary-line-format-file): Ditto.
5611
5612         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5613         variable.
5614         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5615         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5616         and `wl-summary-view-old-p' to check whether do a rescan or not.
5617         (wl-summary-view-old-p): New function.
5618         (wl-summary-line-format-changed-p): Ditto.
5619         (wl-summary-line-format-save): Ditto.
5620         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5621
5622         * wl-util.el (wl-set-string-width): Avoid using negative number
5623         for make-string.
5624
5625 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5626
5627         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5628         return value.
5629
5630         * wl-util.el (wl-set-string-width): Added optional argument
5631         `padding' (All other related portions are changed).
5632         (wl-line-parse-format): If the first letter of column number is
5633         `0', zero-padding the result (ex: "%05l").
5634
5635         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5636
5637 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5640         sequential summary view.
5641
5642 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5643
5644         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5645         if it doesn't have a -unix version.
5646
5647 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5648
5649         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5650
5651 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5652
5653         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5654         content.
5655         (wl-draft): Follow the change above.
5656
5657         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5658
5659         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5660         and wl-folder-summary-line-format-alist contain %T and %P.
5661
5662         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5663         (wl-summary-mode-line-format): New user option.
5664         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5665         (wl-summary-line-format): Changed default value.
5666         (wl-summary-lazy-highlight): Changed default value.
5667
5668         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5669         change in wl-summary-create-line.
5670         (wl-thread-insert-entity-sub): Ditto.
5671
5672         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5673         (wl-summary-buffer-unread-status): Ditto.
5674         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5675         (wl-summary-buffer-persistent-mark-column): Ditto.
5676         (wl-summary-buffer-mode-line-formatter): Ditto.
5677         (wl-summary-buffer-mode-line): Ditto.
5678         (wl-summary-message-regexp): Abolished.
5679         (All other related portions are changed.)
5680         (wl-summary-detect-mark-position): New function.
5681         (wl-summary-buffer-set-folder): Setup
5682         wl-summary-buffer-mode-line-formatter.
5683         (wl-summary-mode): Setup selective-display;
5684         Setup pre-idle-hook when xemacs.
5685         (wl-summary-update-modeline): Rewrite.
5686         (wl-summary-jump-to-msg): Define as function;
5687         Changed regexp for searching messages.
5688         (wl-summary-message-number): Rewrite.
5689         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5690         Do rescan when old type summary cache.
5691         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5692         (wl-summary-remove-destination): Use '\r' to detect EOL.
5693         (wl-summary-print-destination): Ditto.
5694         (wl-summary-temp-mark): New inline function.
5695         (wl-summary-persistent-mark): Ditto.
5696         (wl-summary-line-number): New function.
5697         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5698         (wl-summary-line-list-count): New function.
5699         (wl-summary-create-line): Added argument persistent-mark.
5700         (All other related portions are changed)
5701         (wl-summary-create-line): Insert '\r'.
5702         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5703         (wl-summary-cursor-move-surface): New inline function.
5704         (wl-summary-prev): Use it.
5705         (wl-summary-next): Ditto.
5706
5707         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5708         wl-summary-message-regexp.
5709         (wl-highlight-summary): Delete progress message.
5710         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5711
5712         * Version number is increased to 2.9.12.
5713
5714 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5715
5716         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5717         variable (nil: no minimum).
5718         (wl-summary-line-subject): Add some spaces after subject by
5719         wl-summary-line-subject-minimum-length.
5720
5721 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5722
5723         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5724         and removed `F'.
5725         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5726         change above).
5727
5728 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5729
5730         * wl-summary.el (wl-summary-line-list-count): Reverted.
5731         (example setting in samples/*/dot.wl is also updated)
5732
5733 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5736
5737         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5738
5739         * wl-vars.el (wl-summary-line-format): Addes some description to the
5740         docstring.
5741
5742         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5743         (wl-summary-line-close-bracket): Ditto.
5744         (wl-summary-line-children-number): Ditto.
5745         (wl-summary-line-thread-indent): Ditto.
5746         (wl-summary-line-children-and-from): Ditto.
5747
5748         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5749         't', 'c', 'F' and added 'C'.
5750
5751         * wl-util.el (wl-set-string-width): Accept negative value.
5752         (wl-line-parse-format): Added "%number(" and "%)".
5753
5754 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5755
5756         * wl-summary.el (wl-summary-line-list-count): Change format of the
5757         return value.
5758
5759 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5760
5761         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5762         from the recent message.el.
5763         (wl-draft-point-in-header-p): Ditto.
5764         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5765         wl-draft-beginning-of-line.
5766         * wl-e21.el (wl-draft-mode-map): Ditto.
5767         * wl-xmas.el (wl-draft-mode-map): Ditto.
5768
5769         * wl-folder.el: Sort macrodefs by dependencies.
5770
5771 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5772
5773         * wl-summary.el (wl-summary-prev): Fixed regexp.
5774         (wl-summary-next): Ditto.
5775
5776 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5777
5778         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5779
5780 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5781
5782         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5783         for backward compatibility.
5784
5785 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5786
5787         * wl-summary.el (wl-summary-line-list-count): New function, merged
5788         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5789         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5790         list counts.
5791
5792 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5793
5794         * wl-summary.el (wl-summary-create-line): Ignore errors while
5795         timezone-fix-time.
5796
5797         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5798
5799         * wl-summary.el (wl-summary-sync-update): Ditto.
5800         (wl-summary-default-from): Use wl-message-entity
5801         instead of entity.
5802
5803         * wl-summary.el (wl-summary-create-line): Fix.
5804
5805         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5806         (wl-summary-line-format): New user option.
5807         (wl-folder-summary-line-format-alist): Ditto.
5808         (wl-summary-from-width): Abolished.
5809
5810         * wl-util.el (toplevel): Require 'bytecomp.
5811         (wl-line-parse-format): New function.
5812         (wl-line-formatter-setup): New macro.
5813
5814         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5815         (wl-summary-buffer-line-formatter): New buffer local variable.
5816         (wl-summary-switch-to-clone-buffer): Follow the change above.
5817         (wl-summary-message-regexp): Fix.
5818         (wl-summary-from-func-internal): Abolished.
5819         (wl-summary-subject-func-internal): Ditto.
5820         (wl-summary-subject-filter-func-internal): Ditto.
5821         (All other related portions are changed.)
5822         (wl-summary-buffer-set-folder):
5823         Set up wl-summary-buffer-number-column and 
5824         wl-summary-buffer-line-formatter
5825         (All other related portions are changed.)
5826         (wl-summary-buffer-number-column-detect): Abolished.
5827         (All other related portions are changed.)
5828         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5829         (wl-summary-delete-all-temp-marks-on-buffer): Use
5830         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5831         (wl-summary-target-mark-delete): Ditto.
5832         (wl-summary-target-mark-refile-subr): Ditto.
5833         (wl-summary-target-mark-mark-as-read): Ditto.
5834         (wl-summary-target-mark-mark-as-unread): Ditto.
5835         (wl-summary-target-mark-mark-as-important): Ditto.
5836         (wl-summary-target-mark-save): Ditto.
5837         (wl-summary-replace-status-marks): Renamed from
5838         wl-summary-set-status-marks-on-buffer;
5839         Use wl-summary-message-regexp instead of
5840         wl-summary-buffer-number-regexp.
5841         (wl-summary-sync-update): Follow the change above.
5842         (wl-summary-goto-previous-message-beginning): New function.
5843         (wl-summary-mark-as-unread): Use it.
5844         (wl-summary-mark-as-important): Ditto.
5845         (wl-summary-line-formatter): New variable.
5846         (wl-summary-line-year): New function.
5847         (wl-summary-line-day): Ditto.
5848         (wl-summary-line-day-of-week): Ditto.
5849         (wl-summary-line-hour): Ditto.
5850         (wl-summary-line-minute): Ditto.
5851         (wl-summary-line-open-bracket): Ditto.
5852         (wl-summary-line-close-bracket): Ditto.
5853         (wl-summary-line-children-number): Ditto.
5854         (wl-summary-line-thread-indent): Ditto.
5855         (wl-summary-line-size): Ditto.
5856         (wl-summary-line-subject): Ditto.
5857         (wl-summary-line-from): Ditto.
5858         (wl-summary-line-children-and-from): Ditto.
5859         (wl-summary-create-line): Rewritten.
5860         (wl-summary-format-date): Abolished.
5861
5862         * wl-highlight.el (wl-highlight-summary-current-line): Use
5863         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5864         Use thread structure to detect thread top message.
5865
5866         * wl-draft.el (wl-default-draft-cite): Don't use
5867         wl-summary-from-func-internal.
5868
5869         * wl-refile.el (wl-refile-subject-learn): Don't use
5870         wl-summary-subject-filter-func-internal.
5871         (wl-refile-guess-by-subject): Ditto.
5872
5873         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5874         parameters.
5875
5876         * wl-thread.el (wl-thread-update-indent-string-region):
5877         Use wl-thread-update-line-on-buffer instead of
5878         wl-thread-update-indent-string.
5879         (wl-thread-update-children-number): Redefine using
5880         wl-thread-update-line-on-buffer.
5881         (wl-thread-update-indent-string): Abolished.
5882
5883         * Version number is increased to 2.9.11.
5884
5885 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5888         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5889         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5890
5891         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5892         as nil.
5893
5894         * wl-thread.el (wl-thread-open-all-unread): Use 
5895         elmo-folder-list-messages-mark-match.
5896         (wl-thread-insert-message): Removed argument `mark-alist'.
5897         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5898         elmo-msgdb-set-mark.
5899         (wl-thread-get-children-msgs-uncached): Likewise.
5900         (wl-thread-get-exist-children): Added argument include-self.
5901         (wl-thread-delete-message): Follow the change above.
5902
5903         * wl-summary.el (wl-summary-count-unread): Removed argument.
5904         (wl-summary-rescan): Follow the change above.
5905         (wl-summary-mark-as-read-region): Ditto
5906         (wl-summary-mark-as-unread-region): Ditto.
5907         (wl-summary-delete-messages-on-buffer): Ditto.
5908         (wl-summary-sync-update): Ditto.
5909         (wl-summary-switch-to-clone-buffer): Ditto.
5910         (wl-summary-goto-folder-subr): Ditto.
5911         (wl-summary-target-mark-mark-as-read): Ditto.
5912         (wl-summary-target-mark-mark-as-unread): Ditto.
5913         (wl-summary-target-mark-mark-as-important): Ditto.
5914         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5915         (wl-summary-update-thread): Removed argument `mark-alist'.
5916         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5917         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5918         (wl-summary-resume-cache-status): Likewise.
5919         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5920         elmo-msgdb-set-mark.
5921         (wl-summary-mark-as-read-all): Likewise.
5922         (wl-summary-delete-cache): Ditto.
5923         (wl-summary-auto-select-msg-p): Ditto.
5924         (wl-summary-mark-as-unread): Ditto.
5925         (wl-summary-no-auto-refile-message-p): Ditto.
5926         (wl-summary-mark-as-read): Ditto.
5927         (wl-summary-mark-as-important): Ditto.
5928         (wl-summary-auto-refile): Follow the change above.
5929         (wl-summary-delete-all-marks): Removed.
5930         (wl-summary-resume-marks-and-highlight): Ditto.
5931         (wl-summary-resume-marks): Ditto.
5932         (wl-summary-delete-important-msgs-from-list): Ditto.
5933         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5934
5935         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5936         wl-summary-count-unread.
5937
5938         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5939         (wl-summary-score-update-all-lines): Use
5940         elmo-msgdb-set-mark.
5941
5942 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5943
5944         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5945         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5946         (wl-summary-create-line): Renamed from
5947         wl-summary-overview-create-summary-line;
5948         Argument rearrangement.
5949         (wl-summary-update-thread): Follow the change above.
5950
5951         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5952         (wl-thread-insert-entity-sub): Likewise.
5953
5954         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5955         argument `overview', `mark-alist' and added `msgdb'.
5956
5957         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5958
5959         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5960         (wl-summary-rescan): Follow the change above.
5961         (wl-summary-sync-update): Ditto.
5962         (wl-summary-insert-thread-entity): Ditto;
5963         Don't use `let*' in every while loop;
5964         Detect infinite loop of threads.
5965         (wl-summary-update-thread): Removed argument `overview'.
5966
5967         * wl-thread.el (wl-thread-insert-message): Ditto.
5968
5969         * Version number is increased to 2.9.10.
5970
5971         * wl-message.el (wl-message-redisplay): Ignore errors while
5972         wl-message-redisplay-hook.
5973
5974 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5975
5976         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5977
5978 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl.el (wl): inhibit-quit while wl-folder.
5981
5982 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5983
5984         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5985         while msgdb access.
5986
5987 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5988
5989         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5990         even if no folder is not created.
5991
5992 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5993
5994         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5995
5996         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5997         implementation.
5998         (wl-summary-target-mark-thread): Ditto.
5999
6000         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6001
6002 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6003
6004         * wl-util.el (wl-display-bytes): Remove unused function.
6005
6006 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6007
6008         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6009         seems critical one (partially reverse the change in 2002/03/17).
6010
6011 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6014         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6015
6016 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6017
6018         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6019         is not writable.
6020         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6021         plugged status instead of `'force' as 2nd argument.
6022
6023         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6024         is not creatable.
6025
6026         * Version number is increased to 2.9.9.
6027
6028 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6029
6030         * wl-summary.el (wl-summary-suspend): New function.
6031
6032 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6033
6034         * wl.el (wl): Do not check variables if check is nil.
6035         * wl-utils.el (wl-collect-draft): New function.
6036         * wl-folder.el (wl-folder-suspend): Put summary buffers
6037         and draft buffers at the end of buffer list.
6038         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6039
6040 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6041
6042         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6043         loop instead of recursive call.
6044
6045         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6046         2nd argument.
6047
6048 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6049
6050         * wl-draft.el (wl-draft-create-contents): Don't take neither
6051         (function . args) nor (string . something) any more.
6052
6053         * wl-version.el (wl-generate-user-agent-string): Return string
6054         without header symbol.
6055         * wl-draft.el (wl-draft-default-headers): Use it.
6056
6057         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6058         `wl-draft-insert-ccs' and return field value instead of inserting
6059         the header. Abolish cc argument.
6060         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6061
6062         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6063         rather than one with string car.
6064
6065         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6066         * wl-draft.el (wl-draft-create-contents): Add it after the default
6067         headers.
6068
6069         * wl-draft.el (wl-draft-create-contents): For the case of
6070         (symbol-or-string . function) insert header only when the function
6071         returns string value.
6072
6073 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6074
6075         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6076         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6077
6078 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6079
6080         * wl.el (wl-check-environment): Don't check Message-ID when
6081         `wl-insert-message-id' is nil.
6082         Revive checking if `wl-message-id-domain' contains "@".
6083
6084 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl.el (wl-check-environment): Merge examination for "@" at
6087         inappropriate position into the first string-match.
6088
6089         * wl-summary.el (wl-summary-target-mark-print): New function.
6090         (wl-summary-pipe-message-subr): Extracted from
6091         `wl-summary-pipe-message'.
6092         (wl-summary-target-mark-pipe): New function.
6093         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6094         `wl-summary-target-mark-pipe'.
6095
6096 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6097
6098         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6099
6100 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101
6102         * wl.el (wl-check-environment): Use elmo-warning instead of
6103         error for non-critical ones.
6104         Remove trash folder check.
6105         (wl): Don't ignore error in wl-check-environment.
6106
6107         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6108         check, which is moved from `wl-check-environment'.
6109         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6110
6111 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6114         guess anything, call wl-summary-write.
6115         (wl-summary-write): Create draft with blank To field.
6116         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6117
6118 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6121         argument full as well for wl-folder-write-current-folder.
6122         If wl-*-write-current-folder cannot guess addressee, add blank
6123         To header.
6124         Rewrite condition for positioning cursor.
6125
6126 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6127
6128         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6129         summary buffer is present, use it.
6130         (wl-folder-jump-to-previous-summary): Ditto.
6131
6132 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6135
6136         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6137         wl-summary-previous-buffer and wl-summary-next-buffer.
6138
6139         * wl-folder.el (wl-folder-mode-map): Bind
6140         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6141         (wl-folder-jump-to-next-summary): New function.
6142         (wl-folder-jump-to-previous-summary): Ditto.
6143
6144         * wl-draft.el (wl-draft): Rearranged.
6145
6146 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6147
6148         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6149         of header.
6150         (wl-draft): Collect arguments for the header as header-alist.
6151         (wl-draft-forward): Arrange arguments for wl-draft.
6152         (wl-draft-reply): Ditto.
6153         (wl-draft-edit-string): Ditto.
6154         * wl-summary.el (wl-summary-write): Ditto.
6155         (wl-summary-write-current-folder): Ditto.
6156
6157         * Version number is increased to 2.9.8.
6158
6159 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6160
6161         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6162
6163         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6164
6165         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6166         even if the guess failed.
6167
6168         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6169         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6170         wl-summary-write-current-folder.
6171         * wl-xmas.el: Ditto.
6172
6173 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-summary.el (wl-summary-next-page): Force display message if
6176         message is not displayed yet.
6177         (wl-summary-prev-page): Ditto.
6178
6179 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6180
6181         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6182
6183 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6186         add "Preview Message" and "Save Draft and Exit".
6187
6188 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6191         if addrmgr is called from draft in splitted window.
6192
6193         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6194         * wl-mule.el: Ditto.
6195         * wl-xmas.el: Ditto.
6196
6197 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6198
6199         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6200
6201         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6202         * wl-xmas.el (wl-folder-toolbar): Ditto.
6203
6204 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205
6206         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6207         and wl-draft-save-and-exit.
6208         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6209         * wl-xmas.el: Ditto.
6210         * wl-mule.el: Ditto.
6211
6212         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6213         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6214
6215 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6218         lists for saving buffer.
6219
6220 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6221
6222         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6223         parent-folder argument instead of it.
6224         (wl-draft-create-buffer): Ditto.
6225         (wl-draft-forward): Ditto.
6226         (wl-draft-reply): Ditto.
6227         * wl-summary.el (wl-summary-write): Ditto.
6228         (wl-summary-write-current-folder): Ditto.
6229
6230         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6231         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6232         Folder buffer after composing.
6233
6234 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6235
6236         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6237         header if the file `wl-x-face-file' already contains it.
6238
6239 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6242         folder" entry.
6243         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6244         * wl-e21.el (wl-folder-toolbar): Ditto.
6245         * wl-xmas.el (wl-folder-toolbar): Ditto.
6246
6247 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6248
6249         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6250         wl-folder-goto-folder with sticky argument.
6251         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6252
6253 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6256         and wl-summary-previous-buffer.
6257         (wl-summary-next-buffer): New function.
6258         (wl-summary-previous-buffer): Ditto.
6259
6260 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6263         wl-folder-jump-to-current-entity-with-arg.
6264         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6265         `wl-folder-jump-to-current-entity'.
6266         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6267         `wl-summary-goto-folder-sticky'.
6268         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6269         `wl-summary-goto-folder'.
6270         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6271         Unless force-exit, do not clean temp. marks for sticky summary.
6272         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6273
6274 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6277         not entire.
6278
6279 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6282         to `C-x C-s'.
6283         (wl-summary-save-status): New command.
6284         (wl-summary-exit): Don't clean-up temp marks when sticky.
6285         (Applied patch from Nakayama-san [wl: 09548])
6286         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6287         Do nothing when no mark data.
6288         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6289         Call `wl-summary-delete-all-temp-marks' before saving.
6290
6291 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6292
6293         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6294
6295 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6296
6297         * wl.el (wl-check-environment): Also cause error when (system-name)
6298         returns "localhost.localdomain". (Although it doesn't affect because
6299         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6300
6301 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6302
6303         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6304         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6305
6306         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6307         value.
6308
6309 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6312         Likewise r-cc-list and r-ng-list.
6313
6314 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6317         only if it is bound as variable.
6318
6319         * wl-mime.el (wl-draft-preview-message): Ditto.
6320
6321 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6324         needless `goto-char'.
6325
6326         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6327         `wl-summary-redisplay-no-mime-internal' instead of
6328         `wl-summary-redisplay-no-mime'.
6329         (wl-summary-redisplay-no-mime): Changed argument;
6330         Call `wl-summary-redisplay-no-mime-internal'.
6331
6332         * wl-mime.el (wl-draft-preview-message): Bind
6333         `mime-header-encode-method-alist' locally.
6334
6335         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6336         (wl-draft-std11-parse-addresses): Added the first address check.
6337         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6338
6339         * Version number is increased to 2.9.7.
6340
6341 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6344
6345 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6346
6347         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6348         related to scrollbar support, if there is no such a feature
6349         compiled in.
6350
6351 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6352
6353         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6354         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6355         for prefetch.
6356
6357 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6358
6359         * wl-summary.el (wl-summary-pick): Fix for no match.
6360
6361 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-draft.el (wl-draft-save):
6364         Override `mime-header-encode-method-alist'.
6365
6366 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-folder.el (wl-folder-pick): New function.
6369         Define key as "?".
6370
6371 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6372
6373         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6374         Fix for unplugged.
6375
6376 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-folder.el (wl-folder-virtual): New function.
6379         Define key as "V".
6380
6381 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6384         multi folder if entity is group.
6385
6386 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6389         is nil.
6390
6391 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6394         (wl-summary-target-mark-msgs): Return the number of marked messages.
6395
6396 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6397
6398         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6399         "first:" is specified.
6400
6401 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6402
6403         * wl-vars.el (wl-from): Use return value of function
6404         user-full-name instead of the variable user-full-name since
6405         XEmacs-20.4 doesn't set this variable.
6406
6407 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6410         call `wl' directly.
6411
6412 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6413
6414         * wl-draft.el (wl-draft-reedit): Removed duplicated
6415         switch-to-buffers.
6416
6417 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6418
6419         * wl.el (wl-other-frame): Removed garbages.
6420
6421 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6422
6423         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6424
6425         * wl-xmas.el (wl-draft-key-setup): Ditto.
6426
6427         * wl-mule.el (wl-draft-key-setup): Ditto.
6428
6429         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6430         (wl-draft-reedit): Ditto.
6431         (wl-draft-prepare-edit): Add `wl-draft-save' to
6432         `local-write-file-hooks'.
6433         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6434         (wl-draft-reedit): Set buffer-file-name.
6435         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6436
6437
6438         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6439         call it.
6440         (wl-delete-startup-frame-function): New variable.
6441         (wl-other-frame): New function
6442         (Original was written by Yamaoka san [wl: 09239]).
6443
6444         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6445         if `wl-folder-use-frame'.
6446
6447 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6448
6449         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6450
6451 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6452
6453         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6454         New variable.
6455         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6456         (wl-message-buffer-prefetch-get-next): Use them.
6457         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6458
6459 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6460
6461         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6462         with unwind-protect.
6463
6464         * wl-draft.el (wl-draft-reedit): Rewrite.
6465         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6466         (wl-draft-save): Insert header separator if it does not exist;
6467         Removed condition-case.
6468
6469         * wl-summary.el (wl-summary-reedit): Revert last change.
6470
6471         * wl-draft.el (wl-draft-save): Rewrite.
6472         (wl-draft-create-buffer): Set buffer-file-name as nil.
6473
6474         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6475
6476         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6477
6478         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6479         nil.
6480
6481 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6484         If count is nil, do not prefetch.
6485         (wl-message-buffer-prefetch-next): Next.
6486
6487 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6490
6491 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6494         `delete-backward-char'
6495         (wl-draft-prepare-edit): Check major-mode.
6496         (wl-draft-decode-header): Rewrite.
6497         (wl-draft): Fix.
6498
6499 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6500
6501         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6502
6503 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6506         (wl-message-buffer-prefetch-get-next): Remove size checking.
6507         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6508
6509 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6512         (wl-draft-default-headers): Fix.
6513
6514 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6515
6516         * wl-draft.el (wl-draft-default-headers): Insert return value of
6517         `wl-generate-mailer-string-function'.
6518
6519 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6522         (wl-draft-insert-mail-header-separator): Ditto.
6523
6524         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6525         again (Reverted the change on 2002-01-17 by OKADA san).
6526
6527 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-draft.el (wl-draft): Rewrite.
6530         (wl-draft-create-buffer): New function.
6531         (wl-draft-create-contents): Ditto.
6532         (wl-draft-prepare-edit): Ditto.
6533         (wl-draft-decode-header): Ditto.
6534         (wl-draft-decode-body): Ditto.
6535         (wl-draft-check-new-line): Ditto.
6536         (wl-draft-default-headers): Ditto.
6537         (wl-draft-insert-mail-header-separator): Ditto.
6538
6539 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * Version number is increased to 2.9.6.
6542
6543 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-draft.el (wl-draft-delete-field): Optional argument.
6546         (wl-draft-delete-fields): Ditto.
6547
6548 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-message.el (toplevel): Eliminated byte-compile warning.
6551         for `itimer-function', `delete-timer' and `itimer-list'.
6552
6553 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6554
6555         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6556         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6557         `wl-message-buffer-prefetch-threshold'.
6558         * wl-summary.el (wl-summary-redisplay-internal): Remove
6559         the check of `wl-message-buffer-prefetch-depth'.
6560
6561 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6564         size of article.
6565         (wl-message-buffer-prefetch-subr): Remove size check.
6566
6567 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6568
6569         * wl-vars.el (wl-plugged): Make customizable.
6570
6571 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6574         (wl-message-buffer-prefetch-set-timer): New function.
6575         (wl-message-buffer-prefetch-get-next): New function.
6576         (wl-message-buffer-prefetch): New function.
6577         (wl-message-buffer-prefetch-next): Rewrite.
6578         (wl-message-buffer-prefetch-subr): Rewrite.
6579         * wl-vars.el (wl-auto-prefetch-first): New variable.
6580         * wl-summary.el (wl-summary-goto-folder-subr): Call
6581         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6582
6583 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6586         `wl-summary-unread-message-hook'.
6587
6588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6591         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6592         if range is `cache-status'.
6593
6594 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6595
6596         * wl-message.el (wl-message-buffer-prefetch-subr):
6597         Improve debug message.
6598
6599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6602         `wl-mail-send-pre-hook'.
6603         (wl-draft-send-mail-with-qmail): Ditto.
6604         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6605
6606 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6607
6608         * wl-message.el (wl-message-buffer-prefetch-subr):
6609         Fix for cancel-function-timers bug.
6610         (wl-message-buffer-prefetch-debug): Default value is t.
6611
6612 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6615         (wl-message-buffer-prefetch-subr): Rewrite.
6616         Rename from `wl-message-buffer-prefetch'.
6617
6618 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6619
6620         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6621         (wl-default-draft-cite-decorate-author): Ditto.
6622
6623         * wl-draft.el (wl-draft-cite-function): Removed.
6624         (wl-default-draft-cite-decorate-author): Ditto.
6625
6626 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6627
6628         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6629         (wl-default-draft-cite): Do not arrange author name if the value of
6630         `wl-default-draft-cite-decorate-author' is nil.
6631
6632 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6633
6634         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6635
6636         * wl-folder.el (wl-folder-check-one-entity): Don't care
6637         `elmo-folder-use-flag-p'.
6638
6639 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6640
6641         * wl-folder (wl-folder-check-one-entity): Fix
6642         problem if unread is nil.
6643
6644 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6645
6646         * wl-address.el (wl-address-make-completion-list): Check whether
6647         the address is a group list.
6648         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6649
6650 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6651
6652         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6653         The number of the messages of new and unread does not count
6654         correctly.
6655
6656         * wl-summary.el (wl-summary-count-unread): Changed to return
6657         `(new . unread)' instead of total.
6658         (wl-summary-sync-update): Follow the change above.
6659
6660         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6661
6662 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6663
6664         * wl-address.el (wl-address-make-completion-list): Do not enclose
6665         address by " <" and ">" if associated realname is "".
6666         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6667         This is against the promblem with group list in .addresses pointed
6668         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6669
6670 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6671
6672         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6673         message is a format control string.
6674         * wl-expire.el (wl-expire-append-log): Ditto.
6675         * wl-mime.el (wl-summary-burst-subr): Ditto.
6676         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6677         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6678
6679 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6680
6681         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6682         wl.el (wl-check-variables): Rename from `wl-check-type'.
6683         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6684         (wl-check-variables-2): New function.
6685         (wl): Call `wl-check-variables-2'.
6686
6687 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6688
6689         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6690         after renaming folder in access group.
6691
6692 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6695         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6696         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6697         (wl-message-buffer-prefetch): Rewrite.
6698         (wl-message-buffer-prefetch-idle-time): Removed.
6699         * wl-summary.el (wl-summary-redisplay-internal):
6700         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6701         Error check for `wl-message-buffer-prefetch-depht'.
6702
6703 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * Version number is increased to 2.9.5.
6706         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6707
6708 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6709
6710         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6711         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6712         Based on the patch written by
6713         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6714
6715 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6716
6717         * wl-draft.el (wl-draft-raw-send): Fix for
6718         `wl-news-send-pre-hook'
6719
6720 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-utils.el (wl-message-id-function): New variable.
6723         * wl-draft.el (wl-draft-insert-required-fields):
6724         Use `wl-message-id-function'.
6725
6726 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6727
6728         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6729         * wl-utils.el (wl-draft-make-message-id-string):
6730         Use `wl-from' for domain part of Message-ID
6731         if `wl-message-id-use-wl-from' if non-nil.
6732         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6733
6734 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl.el (wl): Call `wl-check-type'
6737         Do not 'condition-case'.
6738
6739 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl.el (wl-check-type): New function.
6742         (wl-check-type-variables): New variable.
6743
6744 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6747
6748 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6749
6750         * wl-draft.el (wl-smtp-password-key): New function.
6751         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6752         (wl-draft-send-mail-with-smtp): Ditto.
6753         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6754
6755 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6756
6757         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6758         * wl-utils.el (wl-unique-id-suffix): Remove.
6759
6760 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * Version number is increased to 2.9.4.
6763
6764 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6765
6766         * wl-utils.el (wl-unique-id-suffix): New variable.
6767         (wl-unique-id): Use `wl-unique-id-suffix'
6768
6769 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6770
6771         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6772         instead of `elmo-msgdb-search'.
6773
6774         * Version number is increased to 2.9.3.
6775
6776 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6777
6778         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6779
6780 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6781
6782         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6783         (wl-draft-dispatch-message): Changed for send-later.
6784         (wl-draft-queue-flush): Ditto.
6785         (wl-draft): Clear `wl-sent-message-queued'.
6786         (wl-draft-reedit): Ditto.
6787         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6788         * wl-vars.el (wl-draft-force-queuing): New variable.
6789         (wl-draft-force-queuing-mail): New variable.
6790         (wl-draft-force-queuing-news): New variable.
6791
6792 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6795         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6796
6797 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6798
6799         * Version number is increased to 2.9.2.
6800
6801 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * wl-draft.el (wl-draft-elide-region): New user command.
6804         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6805
6806         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6807         command `wl-draft-elide-region'.
6808         * wl-mule.el: Ditto.
6809         * wl-xmas.el: Ditto.
6810
6811 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6812
6813         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6814         (wl-biff-check-folder-async): Removed needless let.
6815
6816 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6819         wl-folder-get-elmo-folder.
6820         (wl-biff-check-folder): Set `biff' argument of
6821         `wl-folder-check-one-entity'.
6822         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6823
6824         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6825         (wl-folder-check-one-entity): Added `biff' argument;
6826         Setup `biff' slot of folder.
6827
6828         * Version number is increased to 2.9.1.
6829
6830 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6831
6832         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6833         comment out and fixed.
6834         (wl-fldmgr-add-completion-subr): Ditto.
6835
6836         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6837         and msgdb.
6838
6839         * wl.el (wl-toggle-plugged): Save summary view.
6840
6841 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6844
6845 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6846
6847         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6848
6849 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6852         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6853         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6854
6855         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6856         if it was failed.
6857         (wl-demo): Disable undo in the demo buffer.
6858
6859 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl-version.el (wl-version): Changed codename.
6862
6863         * Version number is increased to 2.9.0.
6864
6865 2001-12-14  Takuo KITAME <kitame@northeye.org>
6866
6867         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6868         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6869         (wl-folder-mark-as-read-all-current-entity): Ditto.
6870
6871 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-vars.el (wl-from-width): Define as obsolete variable.
6874         (wl-subject-length-limit): Ditto.
6875
6876         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6877
6878         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6879         wl-summary-save-view.
6880
6881         * wl.el (wl-save-status): Ditto.
6882         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6883
6884         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6885         (wl-summary-exit): Follow the change above.
6886         (wl-summary-goto-folder-subr): Ditto.
6887
6888         * wl-folder.el (wl-folder-create-subr): Don't use
6889         `elmo-folder-creatable-p'.
6890
6891 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6892
6893         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6894
6895 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6898         rather than bitmap on Emacs 21.
6899         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6900         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6901         for xbm if the new redisplay engine is not available.
6902
6903 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6904
6905         * wl-folder.el (wl-folder-init-hook): New hook.
6906         (wl-folder-init): Run `wl-folder-init-hook'.
6907
6908 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6909
6910         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6911
6912 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6913
6914         * wl-acap.el (wl-acap-cache-filename): New variable.
6915         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6916         (wl-acap-init): Use cache if no ACAP server found.
6917
6918 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6921         `wl-acap-original-msgdb-dir'.
6922
6923         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6924         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6925
6926         * wl-mime.el (wl-mime-save-directory): Renamed from
6927         `wl-mime-save-dir'.
6928
6929 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6930
6931         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6932
6933         * wl-demo.el: Require `path-util'.
6934         (wl-demo-bitmap-mule-available-p): New internal variable.
6935         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6936         `module-installed-p' instead.
6937         (wl-demo-insert-image): Use *.img file for a bitmap image.
6938         (wl-demo): Don't call the ascii demo recursively.
6939
6940 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6941
6942         * Version number is increased to 2.7.7.
6943
6944 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl.el (wl-exit): Eliminated byte-compile warning.
6947
6948 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6949
6950         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6951         obsolete variable using `elmo-define-obsolete-variable'.
6952         (wl-fetch-confirm-threshold): Ditto.
6953         (wl-cache-prefetch-folder-type-list): Ditto.
6954         (wl-cache-prefetch-folder-list): Ditto.
6955
6956 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6957
6958         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6959         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6960         (wl-demo-insert-image): New function.
6961         (wl-demo-insert-text): New function.
6962         (wl-demo-image-type-alist): Redefine as a function.
6963         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6964         (wl-demo-with-temp-file-buffer): Removed.
6965         (wl-logo-xpm): Removed.
6966         (wl-logo-xbm): Removed.
6967         (wl-logo-bitmap): Removed.
6968
6969 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6970
6971         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6972         (wl-expire-localdir-get-folder-function): New user option.
6973         (wl-expire-localdir-get-folder): New function.
6974         (wl-expire-localdir-date): Ditto.
6975
6976 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6977
6978         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6979         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6980         Fixed unread number mismatch when all-unread < unread.
6981
6982 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6983
6984         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6985         (wl-fetch-confirm-threshold): Ditto.
6986
6987         * wl-summary.el (wl-summary-confirm-appends): Removed.
6988         (wl-summary-sync-update): Don't refer
6989         `wl-summary-update-confirm-threshold' (It is now abolished).
6990
6991         * wl-message.el (wl-message-display-internal): Don't refer
6992         `wl-fetch-confirm-threshold' (It is now abolished).
6993
6994 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6995
6996         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6997
6998 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6999
7000         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7001         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7002         Change default value to nil.
7003         (wl-summary-indent-length-limit): The value can be nil, nil means
7004         unlimited.
7005
7006         * wl-summary.el: Don't set limit for indent length if the value of
7007         wl-summary-indent-length-limit is nil.
7008         If the value of wl-summary-width is nil, it means only that the width
7009         of summary is unlimited (nil doesn't mean that the indent length is
7010         unlimited).
7011
7012         * wl-thread.el: Ditto.
7013
7014 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7015
7016         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7017         be nil, nil means never confirm.
7018         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7019
7020 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7021
7022         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7023         means unlimited).
7024
7025 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7028         Use `with-temp-buffer'.
7029
7030 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7033         with new backquote style).
7034         (wl-folder-get-entity-from-buffer): Ditto.
7035
7036 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7037
7038         * wl-version.el (nemacs-version): Eliminated.
7039         (wl-extended-emacs-version2): Ignore nemacs.
7040         (wl-extended-emacs-version3): Ditto.
7041
7042 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7043
7044         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7045         (wl-draft-add-in-reply-to): New variable.
7046         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7047         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7048         (wl-draft-yank-from-mail-reply-buffer): Use
7049         `wl-draft-add-in-reply-to'.
7050         (wl-draft-insert-current-message): Ditto.
7051
7052 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7053
7054         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7055         typo (kill->hide).
7056         (wl-message-buffer-prefetch-folder-type-list): Added elements
7057         `mark' and `cache' instead of `internal'.
7058
7059 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7060
7061         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7062         resume msgdb directory.
7063
7064 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl.el (wl-exit): Call `wl-acap-exit'.
7067
7068         * wl-summary.el (wl-summary-message-string): New function.
7069         (wl-summary-reedit): Use it.
7070         (wl-summary-resend-bounced-mail): Remove needless let.
7071         (wl-summary-supersedes-message): Ditto.
7072         (wl-summary-save): Ditto.
7073
7074         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7075         (wl-acap-init): Set it.
7076         (wl-acap-exit): New function.
7077
7078 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7079
7080         * wl.el (wl-init): Revert (require 'mime-setup). move from
7081         toplevel.
7082
7083 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7084
7085         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7086         local variables.  Add error when guess function return invalid
7087         value.
7088
7089 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7090
7091         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7092         Change local variable name.
7093         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7094         (wl-folder-get-newsgroups): Return nil when non-news folder.
7095         * wl-summary.el (wl-summary-write-current-folder): State through
7096         when guess-list return nil.
7097         (wl-summary-write-current-folder-functions): Fixed docstring.
7098
7099         * wl.el (wl-exit): Changed confirm message.
7100
7101         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7102         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7103
7104         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7105
7106 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7107
7108         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7109         user option (Renamed from wl-cache-prefetch-folder-type-list).
7110         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7111         from wl-cache-prefetch-folder-list).
7112
7113         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7114         Move to wl-vars.el.
7115         (wl-message-buffer-prefetch-p): Changed to enable
7116         `wl-message-buffer-prefetch-folder-list'.
7117
7118         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7119         `ignore-cache'.
7120
7121 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7122
7123         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7124         `part-top' and `part-bottom'.
7125         (wl-draft-config-sub-part-top): New function.
7126         (wl-draft-config-sub-part-bottom): New function.
7127
7128 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7129
7130         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7131
7132 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7133
7134         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7135
7136 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7137
7138         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7139
7140         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7141         (wl-summary-write-current-folder): Ditto.
7142
7143 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-folder.el (wl-folder-get-newsgroups): Use
7146         `elmo-folder-newsgroups'.
7147
7148 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7149
7150         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7151         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7152         `wl-draft-config-sub-header-bottom'.
7153
7154 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7155
7156         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7157         localnews folder.
7158
7159 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7160
7161         * wl-summary.el (wl-summary-mode): Undo last change.
7162
7163         * wl-folder.el (wl-folder-mode): Ditto.
7164
7165 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7166
7167         * wl-summary.el (wl-summary-mode): Locally set
7168         truncate-partial-window-width to nil.
7169         (for XEmacs)
7170
7171         * wl-folder.el (wl-folder-mode): Ditto.
7172
7173 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7176
7177 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7180         number.
7181
7182         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7183
7184         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7185
7186         * Version number is increased to 2.7.6.
7187
7188 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7189
7190         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7191
7192 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-summary.el (wl-summary-sync-update): Enclose network
7195         related portion with `unwind-protect'.
7196
7197 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7198
7199         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7200
7201 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7202
7203         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7204         element.
7205         * wl-vars.el (wl-message-body-button-alist): Ditto.
7206
7207         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7208         max match length.
7209         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7210
7211         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7212         for the max match length;
7213         Use 4th element value for the button string regexp group.
7214
7215         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7216         candidate exists, prompt to select.
7217
7218 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7219
7220         * wl-summary.el (wl-summary-jump-to-msg): Search before
7221         calibration point by `beginning-of-line'.
7222
7223 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7224
7225         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7226         for access group.
7227
7228 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-message.el (wl-message-display-internal): Bind
7231         `default-mime-charset'.
7232
7233         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7234
7235         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7236
7237         * Version number is increased to 2.7.5.
7238
7239 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7240
7241         * wl-expire.el (wl-summary-archive): Fixed;
7242         Use `elmo-folder-name-internal'.
7243
7244 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7245
7246         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7247         from `elmo-folder-move-messages' caller.
7248         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7249
7250         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7251         related portions are changed).
7252
7253 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7254
7255         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7256         counter.
7257
7258 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7259
7260         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7261         buffer local and set it to nil.
7262
7263         * wl-message.el (wl-message-redisplay): Ditto.
7264
7265 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7266
7267         * wl-summary.el (wl-summary-mark-as-important): If message is
7268         already cached, set messag as read, otherwise encache and mark as read.
7269
7270 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7271
7272         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7273         point-min.
7274
7275 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7276
7277         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7278         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7279         a keymap.
7280
7281 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7284         parent.
7285
7286         * wl-mule.el (wl-message-define-keymap): Ditto.
7287
7288         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7289
7290         * wl-xmas.el (wl-message-display-internal-hook): Define.
7291         (wl-xmas-setup-message-toolbar): Define as function.
7292         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7293         (wl-message-overload-functions): Abolished.
7294         (wl-message-define-keymap): New function.
7295
7296         * wl-vars.el (wl-message-display-internal-hook): New variable.
7297         (wl-message-header-button-alist): New variable (Renamed from
7298         wl-highlight-message-header-button-alist).
7299         (wl-message-body-button-alist): Ditto.
7300
7301         * wl-mule.el (wl-message-define-keymap): New function.
7302         (wl-message-overload-functions): Abolished.
7303
7304         * wl-message.el (wl-message-add-buttons-to-body): New function.
7305         (wl-message-redisplay): Don't call wl-message-overload-functions;
7306         Call wl-message-add-buttons-to-header and
7307         wl-message-add-buttons-to-body.
7308         (wl-message-display-internal): Set keymap argument for
7309         elmo-mime-display-as-is, elmo-mime-message-display;
7310         Run wl-message-display-internal-hook.
7311         (wl-message-refer-article-or-url): Abolished.
7312
7313         * wl-highlight.el (wl-highlight-headers): Don't call
7314         wl-highlight-message-add-buttons-to-header.
7315         (wl-highlight-message-add-buttons-to-header): Abolished.
7316
7317
7318         * wl-e21.el (wl-message-display-internal-hook): Define.
7319         (wl-e21-setup-toolbar): Deleted duplicated binding.
7320         (wl-e21-setup-message-toolbar): Define as function.
7321         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7322         (wl-message-define-keymap): New function.
7323         (wl-message-overload-functions): Abolished.
7324
7325 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7328         and elmo-folder-close.
7329
7330         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7331
7332 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7333
7334         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7335         boolean value.
7336         * wl-draft.el (wl-draft-do-fcc): Ditto.
7337
7338 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7339
7340         * wl-vars.el (wl-fcc-force-as-read): New variable.
7341         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7342         mark copied message as read.
7343
7344 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7345
7346         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7347
7348 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7351         `wl-summary-target-above' instead of obsolete variable
7352         `wl-summary-temp-above'.
7353
7354         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7355         instead of `make-obsolete-variable'.
7356         * wl-refile.el (toplevel): Ditto.
7357
7358 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7361         with third argument t.
7362         (wl-draft): Set first argument for wl-plugged-init as t.
7363
7364         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7365         definition.
7366
7367 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * wl-vars.el: Tabify.
7370         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7371
7372         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7373         message.
7374
7375 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7376
7377         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7378         and set default to beep.
7379
7380 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7381
7382         * wl-vars.el (wl-draft-truncate-lines): New variable.
7383
7384         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7385         instead of wl-message-truncate-lines for truncate-lines.
7386
7387 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-message.el (wl-message-display-internal): Call
7390         `wl-highlight-message' after `elmo-mime-display-as-is'.
7391
7392         * wl-mime.el (wl-mime-display-text/plain): New function.
7393         (wl-mime-display-header): Ditto.
7394         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7395         body-presentation-method for text/plain;
7396         Register `wl-mime-display-header' as a header-presentation-method;
7397         Don't set up `elmo-message-text-content-inserted-hook' and
7398         `elmo-message-header-inserted-hook'.
7399
7400         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7401         variable.
7402         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7403         as t if flag is 'all-header;
7404         Don't bind `elmo-message-ignored-field-list',
7405         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7406
7407 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7410         for xemacs with non-mule environment.
7411
7412 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7413
7414         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7415         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7416         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7417
7418 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7419
7420         * wl-vars.el (wl-interactive-send): Set default value as t.
7421
7422 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7423
7424         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7425         (wl-addrmgr-method-list): Abolished.
7426         (wl-addrmgr-change-method): Follow above change.
7427
7428         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7429
7430 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7431
7432         * wl-vars.el (wl-message-truncate-lines): Change default value
7433         to default-truncate-lines.
7434
7435         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7436
7437 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7438
7439         * wl-vars.el (wl-message-truncate-lines): New variable.
7440
7441         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7442         wl-message-truncate-lines.
7443
7444 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7445
7446         * wl-acap.el (wl-acap-init): Remove period from error message.
7447         (wl-acap-find-acap-service): Remove period from message.
7448
7449 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl.el (wl-check-environment): Undo last change.
7452
7453         * wl-vars.el (wl-from): Changed default value.
7454
7455         * wl-util.el (toplevel): Don't require tm-edit.
7456
7457         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7458         `wl-folder-init';
7459         Don't set mark on mail body.
7460         (wl-draft-reedit): Ditto.
7461
7462         * wl-address.el (wl-address-quote-specials): Define as an alias for
7463         elmo-address-quote-specials.
7464
7465 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7466
7467         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7468
7469         * wl-vars.el (wl-from): Set default value as nil.
7470         (wl-organization): Set default value as ORGANIZATION environment
7471         variable.
7472
7473         * wl-draft.el (wl-smtp-extension-bind): Check value of
7474         wl-smtp-connection-type.
7475
7476         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7477         error.
7478
7479 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * Version number is increased to 2.7.4.
7482
7483         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7484         arguments from `wl-highlight-x-face-function' caller.
7485         Use x-face-1.3.6.12 or later.
7486
7487 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7488
7489         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7490
7491 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7492
7493         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7494         (wl-fcc): Fix to accept function.
7495         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7496
7497 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7498
7499         * wl-acap.el (toplevel): Added `product-provide' declare.
7500         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7501
7502 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7503
7504         * wl.el (wl): Changed order of calling `elmo-init'
7505         and `elmo-folder-init'.
7506
7507 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7508
7509         * wl-mime.el (wl-summary-burst): Extract message when content-type
7510         of root entity is not only `multipart' but also `message/rfc822'.
7511         (wl-summary-burst-subr): Ditto.
7512
7513 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7514
7515         * wl-vars.el (toplevel): Require 'custom.
7516         (wl-trash-folder): Added to `wl-setting' group.
7517
7518         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7519         exists.
7520         (wl-addrmgr-draw): Insert empty line when no entry exists.
7521
7522         * wl-mule.el (wl-message-wheel-up): Fixed.
7523         (wl-message-wheel-down): Ditto.
7524
7525 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7526
7527         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7528         config is an anonymous lambda expression.
7529
7530 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7533         when Mule 2 is running.
7534
7535 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7538
7539 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7540
7541         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7542         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7543
7544         * wl-address.el (wl-address-specials-regexp): Eliminated.
7545         (wl-address-quote-specials): Rewrite.
7546
7547 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7548
7549         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7550         shy-groups for regexp.
7551
7552         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7553         character classes and Perl style shy-groups for regexp.
7554         (wl-highlight-plugged-current-line): Use Posix style character
7555         classes for regexp.
7556         (wl-e21-highlight-folder-by-numbers): Ditto.
7557         (wl-e21-display-image-p): Use `display-images-p' instead of
7558         `display-graphic-p'.
7559         (display-images-p): Make an alias to `display-graphic-p' if it is
7560         not available.  It is for Emacs version prior to 21.0.105.
7561
7562         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7563         `display-graphic-p'.
7564         (wl-demo-image-type-alist): Ditto.
7565         (display-images-p): Make an alias to `display-graphic-p' if it is
7566         not available.  It is for Emacs version prior to 21.0.105.
7567
7568 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7569
7570         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7571         support.
7572         (wl-generate-user-agent-string): Ditto.
7573
7574         * wl-version.el (wl-version): Update docsting.
7575         (wl-version-status): Ditto.
7576
7577 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7578
7579         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7580         21.0.105.  For Emacs 21.0.104 or earlier.
7581
7582 2001-09-03  Takuo KITAME <kitame@northeye.org>
7583
7584         * wl-e21.el (wl-plugged-init-icons): Use
7585         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7586         (wl-biff-init-icons): Ditto.
7587
7588 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-highlight.el (wl-highlight-summary-current-line):
7591         Fixed highlighting refile/copy destination.
7592
7593         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7594         (wl-acap-store): Encode string by wl-acap-coding-system.
7595
7596 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7597
7598         * wl-acap.el (toplevel): Check and require 'un-define before
7599         'xemacs-ucs;
7600          Added checking for UTF-2000.
7601
7602 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7605         Don't enclose with `eval-and-compile'.
7606
7607         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7608         wl-init is non-nil.
7609
7610         * wl-draft.el (wl-draft): Ditto.
7611
7612         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7613
7614         * wl-acap.el (toplevel): Require 'wl.
7615         (wl-acap-store): Call `elmo-init'.
7616
7617         * wl.el (wl): Changed position of `wl-check-environment'.
7618         (toplevel): Added autoload setting for wl-acap.
7619
7620         * wl-vars.el (wl-setting): New custom group.
7621         (wl-from): Added wl-setting group.
7622         (wl-user-mail-address-list): Ditto.
7623         (wl-organization): Ditto.
7624         (wl-subscribed-mailing-list): Ditto.
7625         (wl-envelope-from): Ditto.
7626         (wl-smtp-posting-user): Ditto.
7627         (wl-smtp-posting-server): Ditto.
7628         (wl-smtp-posting-port): Ditto.
7629         (wl-smtp-authenticate-type): Ditto.
7630         (wl-pop-before-smtp-user): Ditto.
7631         (wl-pop-before-smtp-server): Ditto.
7632         (wl-pop-before-smtp-port): Ditto.
7633         (wl-pop-before-smtp-authenticate-type): Ditto.
7634         (wl-nntp-posting-server): Ditto.
7635         (wl-nntp-posting-user): Ditto.
7636         (wl-nntp-posting-port): Ditto.
7637         (wl-fetch-confirm-threshold): Ditto.
7638         (wl-prefetch-threshold): Ditto.
7639         (wl-thread-insert-opened): Ditto.
7640         (wl-ldap-server): Ditto.
7641         (wl-ldap-port): Ditto.
7642         (wl-ldap-base): Ditto.
7643         (wl-ldap-objectclass): Ditto.
7644         (wl-use-ldap): Ditto.
7645         (wl-draft-config-alist): Ditto.
7646         (wl-draft-config-matchone): Ditto.
7647         (wl-template-alist): Ditto.
7648         (wl-message-sort-field-list): Ditto.
7649         (wl-message-ignored-field-list): Ditto.
7650         (wl-message-visible-field-list): Ditto.
7651         (wl-interactive-send): Ditto.
7652         (wl-summary-move-order): Ditto.
7653         (wl-auto-select-first): Ditto.
7654         (wl-auto-select-next): Ditto.
7655         (wl-interactive-save-folders): Ditto.
7656
7657         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7658         Initialization codes are moved from wl-local-folder-init.
7659         (wl-local-folder-init): Follow the change above.
7660         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7661
7662         * wl-acap.el: New file.
7663
7664         * Version number is increased to 2.7.3.
7665
7666 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7667
7668         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7669
7670 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7671
7672         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7673         (wl-addrmgr-address-entry-list): Ditto.
7674
7675 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-e21.el (wl-draft-mode-map): Removed binding for
7678         `wl-draft-insert-x-face-field'.
7679
7680         * wl-mule.el (wl-draft-mode-map): Ditto.
7681
7682         * wl-xmas.el (wl-draft-mode-map): Ditto.
7683
7684         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7685         (wl-cs-autoconv): Ditto.
7686         (wl-cs-local): Ditto.
7687         (wl-use-scoring): Ditto.
7688         (wl-mime-charset): Ditto.
7689         (wl-folder-check-async): Ditto.
7690
7691         * wl.el (toplevel): Ignore nemacs and tm.
7692         (wl-exit): Ditto.
7693
7694         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7695         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7696         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7697         instead of wl-address-petname-add-or-change.
7698         (wl-summary-edit-addresses-subr): Use wl-address-delete
7699         instead of wl-address-petname-delete.
7700
7701         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7702
7703         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7704         if error occured.
7705
7706         * wl-message.el (require): Remove tm support.
7707
7708         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7709
7710         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7711         (wl-folder-jump-to-current-entity): Ditto.
7712         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7713
7714         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7715         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7716         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7717
7718         * wl-mule.el (wl-draft-key-setup): Ditto.
7719
7720         * wl-xmas.el (wl-draft-key-setup): Ditto.
7721
7722         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7723         (wl-draft-std11-parse-addresses): New function.
7724         (wl-draft-parse-mailbox-list): Use it.
7725         (wl-draft): Ignore nemacs.
7726         (wl-draft-reedit): Ditto.
7727
7728         * wl-addrmgr.el: New file.
7729         (Original is wl-rcpt.el written by
7730         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7731         Thanks Kitamoto-san.)
7732
7733         * wl-address.el (wl-address-make-address-list): Modified parsing
7734         process.
7735         (wl-address-delete): Renamed from `wl-address-petname-delete';
7736         Modify wl-address-list too.
7737         (wl-address-add-or-change): Renamed from
7738         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7739
7740 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7741
7742         * wl-highlight.el (wl-highlight-summary-current-line):
7743           Work with transient-mark-mode
7744
7745 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * Version number is increased to 2.7.2.
7748
7749         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7750         instead of elmo-dop-queue-method.
7751
7752 2001-08-06  SAITO Atsunori <sai@yedo.com>
7753
7754         * wl-vars.el (wl-ldap-objectclass): New user option.
7755
7756         * wl-address.el (wl-ldap-make-filter): Use it.
7757
7758 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7761
7762 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-folder.el (wl-folder): redisplay after folder insertion.
7765
7766         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7767
7768         * wl-summary.el (wl-summary-sync-update):
7769         Change status mark only when new-msgdb exists.
7770         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7771
7772 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-summary.el (wl-summary-open-folder): New function.
7775         (wl-summary-goto-folder-subr): Use it.
7776         (wl-summary-mark-as-important): Fix;
7777         Encache only when no cache exists.
7778
7779 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7780
7781         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7782         Use with-current-buffer.
7783
7784 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7785
7786         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7787         before call `get-buffer'. Fixed parenthesis.
7788         (wl-score-get-header-entry): Clear message and help window when
7789         keyboard quit.
7790         (wl-score-edit-insert-header): Ditto.
7791
7792 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7795         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7796         (wl-default-draft-cite): Fix.
7797
7798         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7799         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7800
7801 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-message.el (wl-message-prev-page): Do same bahavior
7804         as summary when it is called in the message buffer.
7805         (wl-message-next-page): Ditto.
7806
7807 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-summary.el (wl-summary-forward): Use cache if it is not
7810         section cache.
7811
7812 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7813
7814         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7815         Removed redundant require of elmo-vars.
7816         (wl-biff-state-indicator-on): Changed default value for
7817         xemacs with non-mule environment.
7818
7819         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7820         wl-message-buffer is nil;
7821         Hide progress bar after moving messages.
7822
7823 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7826         message at cursor point is deleted.
7827
7828 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-vars.el: Changed file coding system to euc-japan.
7831         Added -*-coding:-*- magic to the first line.
7832
7833         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7834         Search parent from the first message.
7835
7836         * Version number is increased to 2.7.1.
7837
7838 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7839
7840         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7841
7842 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7845         refile/delete execution.
7846
7847         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7848         Fixed docstring.
7849
7850 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7851
7852         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7853         do update process;
7854         Don't update marks when update process is interrupted.
7855
7856 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-summary.el (wl-summary-reply): Fixed problem when
7859         wl-draft-use-frame is non-nil.
7860         (wl-summary-forward): Ditto.
7861
7862         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7863         as nil.
7864         (wl-folder-mark-as-read-all-entity): Ditto.
7865         (wl-folder-prefetch-entity): Ditto.
7866
7867         * wl.el (wl): Check environment before wl-init.
7868
7869         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7870         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7871         instead of wl-summary-collect-unread.
7872         (wl-summary-reply): Split message window.
7873
7874 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7877         only if current language environment is japanese,
7878
7879         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7880         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7881         (wl-folder-goto-folder-subr): Ditto.
7882
7883         * wl-draft.el (wl-draft-dispatch-message): Call
7884         `elmo-file-cache-get-path'.
7885
7886 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7887
7888         * wl-summary.el (wl-summary-cursor-move): If return value of
7889         wl-summary-next-message is not number, don't jump.
7890
7891 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-summary.el (wl-summary-buffer-next-message-function): New
7894         variable.
7895         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7896         if it is bound.
7897
7898         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7899         string.
7900
7901         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7902         (wl-plugged-drawing): Ditto.
7903
7904 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7905
7906         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7907         process.
7908         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7909         with unwind-protect.
7910
7911         * wl.el (wl-init): Require mime-setup.
7912         (wl-check-environment): Don't require mime-setup.
7913
7914         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7915         instead of elmo-folder-type.
7916
7917         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7918         value as nil.
7919
7920 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7921
7922         * Version number is increased to 2.7.0.
7923
7924         * wl-version.el (wl-version): Changed codename.
7925
7926         * wl-summary.el (wl-summary-delete-cache): Fixed.
7927
7928         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7929         Workaround for net folders.
7930         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7931
7932         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7933         value to nil (According to the patch from
7934         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7935
7936         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7937         of elmo-folder-close.
7938
7939 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7940
7941         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7942         for postfix.
7943
7944 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7945
7946         * wl-summary.el (wl-summary-resend-message): Fixed.
7947
7948         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7949         Call wl-draft with `from' argument if its address is included in
7950         `wl-user-mail-address-list'.
7951         (wl-draft): Added `from' argument.
7952
7953         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7954         non-nil.
7955         (wl): Don't show demo if wl-demo is nil.
7956
7957         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7958         wl-summary-use-frame.
7959
7960         * wl-vars.el (wl-summary-use-frame): New user option.
7961         (wl-folder-use-frame): Changed docstring.
7962
7963         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7964         non-nil.
7965         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7966         wl-summary-use-frame.
7967
7968         * wl-vars.el (wl-folder-use-frame): New user option.
7969
7970         * wl-summary.el (wl-summary-exit): Back to folder frame if
7971         wl-folder-use-frame is non-nil.
7972         (wl-summary-redisplay-internal): Ignore cache if current folder
7973         is draft folder,
7974         (wl-summary-redisplay-no-mime): Ditto.
7975         (wl-summary-redisplay-all-header): Ditto.
7976
7977         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7978         if wl-folder-use-frame is non-nil.
7979
7980 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7981
7982         * wl-summary.el (wl-summary-sync-update): Bind
7983         elmo-folder-update-threshold.
7984         (wl-summary-mark-as-important): Enclosed server mark processing
7985         with `save-match-data'.
7986
7987         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7988         only when it is already defined.
7989
7990 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7991
7992         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7993         name of folder exclude localdir is wrong.
7994         * wl-folder.el (wl-folder-sync-entity):
7995         Set `wl-summary-always-sticky-folder-list' as nil.
7996         (wl-folder-mark-as-read-all-entity): Ditto.
7997         (wl-folder-prefetch-entity): Ditto.
7998
7999 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8000
8001         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8002         instead of `wl-summary-write-current-newsgroup'.
8003
8004 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8005
8006         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8007         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8008         non-nil and selected message is important, do not display.
8009
8010 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8011
8012         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8013
8014 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8017
8018         * wl-summary.el (wl-summary-mark-as-important): Set message number
8019         using wl-summary-message-number.
8020
8021 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8022
8023         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8024         destination folder is 'null.
8025
8026 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8027
8028         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8029         New function.
8030         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8031         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8032         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8033
8034 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8035
8036         * wl-mime.el (wl-mime-setup): Added setting for
8037         `mime-setup-signature-key-alist' to avoid overriding key bind for
8038         `wl-draft-send'.
8039
8040         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8041         for `wl-draft-send'.
8042         * wl-mule.el (wl-draft-overload-functions): Ditto.
8043         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8044         * wl-draft.el (wl-draft-send): Ditto.
8045
8046         * wl-message.el (wl-message-display-internal):
8047         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8048         (Patch is provided by <kita@coe.nttdata.co.jp>).
8049
8050 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8051
8052         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8053
8054 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8055
8056         * wl.el (wl): Fix for wl-demo.
8057
8058 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8059
8060         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8061
8062 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8063
8064         * wl-folder.el (wl-folder-prefetch-entity): Use
8065         `wl-folder-get-elmo-folder'.
8066         (wl-folder-count-incorporates): Do not use
8067         `wl-folder-get-elmo-folder'.
8068
8069 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8070
8071         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8072         instead of `elmo-folder-get-type'.
8073
8074 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8075
8076         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8077         position on Subject: field.
8078         (Advised by Mito <mit@nines.nec.co.jp>)
8079
8080 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8081
8082         * wl-folder.el (wl-folder-prefetch-entity): Use
8083         `wl-folder-get-elmo-folder'.
8084
8085 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8088
8089         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8090         `process-duplicates' slot.
8091
8092         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8093         if detection failed.
8094
8095 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8096
8097         * wl-version.el (wl-version-status): Set to "alpha".
8098
8099 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8100
8101         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8102         Check wl-message-buffer lives before set-buffer.
8103
8104 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8105
8106         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8107         called in folder mode.
8108         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8109         * wl-summary.el (wl-summary-exit-pre-hook): Run
8110         `wl-summary-exit-pre-hook' before exit summary mode.
8111
8112 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8113
8114         * wl-version.el (wl-version-status): New variable.
8115         (wl-version-status-alist): Removed.
8116         (wl-version-status): Rule included.
8117
8118 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8121         @sponichi.
8122
8123         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8124         when `mail-reply-buffer' is buffer-local variable.
8125         (Reported by <kita@coe.nttdata.co.jp>).
8126
8127 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-vars.el (toplevel): Require 'elmo-util.
8130
8131 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8132
8133         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8134         (All other related portions are changed)
8135
8136         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8137
8138         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8139
8140 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8141
8142         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8143
8144 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8147         Delete other windows to avoid an error.
8148         Use `point-marker' instead of `point' to remember the start point
8149         of body.
8150
8151         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8152
8153         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8154         number not to exceed all message number.
8155
8156 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8157
8158         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8159         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8160
8161 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8162
8163         * wl-summary.el (wl-summary-sync-force-update): Added argument
8164         no-check.
8165         (wl-summary-sync-update): Ditto.
8166         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8167         with `no-check'.
8168
8169         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8170         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8171         already running.
8172
8173 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8174
8175         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8176         `dst-folder-arg'.
8177         (wl-expire-archive-number1): Diito.
8178         (wl-expire-archive-number2): Diito.
8179         (wl-expire-archive-Date): Diito.
8180         (wl-archive-number1): Diito.
8181         (wl-archive-number2): Diito.
8182         (wl-archive-date): Diito.
8183         (wl-archive-folder-p): New function.
8184         (wl-summary-expire): Support of expand folder name at
8185         wl-expire-alist.
8186         * wl-util.el (wl-expand-newtext): Renamed from
8187         `wl-refile-expand-newtext'.
8188
8189 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8190
8191         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8192         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8193         `(elmo-msgdb-get-overview msgdb)'.
8194         (wl-summary-prefetch): Bind match data before call
8195         `wl-summay-prefetch-msg'.
8196         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8197         'off if `wl-summary-buffer-disp-msg' is non-nil.
8198         Fixed problem that couldn't show only one new or unread message when
8199         enter folder.
8200         (wl-summary-reply): Don't call `split-window-vertically' and other
8201         window.
8202
8203 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8204
8205         * wl-expire.el (wl-expire-refile): Fixed.
8206
8207 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8210
8211         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8212         biff notification is removed.
8213
8214         * wl.el (wl): Changed position of `elmo-init'.
8215
8216         * wl-draft.el (wl-default-draft-cite): Use date field
8217         on the citation buffer.
8218
8219         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8220
8221         * wl-xmas.el (wl-folder-internal-icon-list): Added
8222         `wl-folder-shimbun-image'.
8223
8224         * wl-e21.el (wl-folder-internal-icon-list): Added
8225         `wl-folder-shimbun-image'.
8226
8227 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8228
8229         * wl.el (wl-init): Eliminated argument.
8230         (wl): Rewrite.
8231
8232         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8233         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8234         instead of `elmo-folder-msgdb-internal'.
8235         (wl-summary-sync-update): Ditto.
8236         (wl-summary-flush-pending-append-operations): Eliminated.
8237         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8238         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8239         `elmo-folder-open'.
8240
8241         * wl-mime.el (wl-summary-burst): Fixed.
8242
8243         * wl-folder.el (wl-folder-info-save): Check data type.
8244
8245         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8246         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8247         instead of `elmo-folder-msgdb-internal'.
8248         (wl-expire-hide): Ditto.
8249
8250
8251         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8252
8253 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8254
8255         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8256
8257 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8258
8259         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8260
8261 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262
8263         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8264         Fixed `match-beginning' argument mismatch.
8265
8266 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8267
8268         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8269         the default value.
8270
8271 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8274         instead of `elmo-nntp-default-port'.
8275
8276         * wl-vars.el: Fixed some doc strings.
8277
8278 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-summary.el (wl-summary-prefetch-msg): Use
8281         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8282
8283         * wl-vars.el: Define *-func as obsolete variable using
8284         `elmo-define-obsolete-variable'.
8285
8286         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8287         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8288         instead of `wl-message-buffer-prefetch-threshold'.
8289
8290         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8291
8292         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8293
8294         * wl-draft.el (wl-caesar-region-func): Ditto.
8295
8296         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8297         Keep unread status in elmo-folder-move-messages.
8298         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8299
8300 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8301
8302         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8303         `wl-summary-buffer-exit-func'
8304         (wl-summary-buffer-message-redisplay-function): Renamed from
8305         `wl-summary-buffer-message-redisplay-func'
8306         (wl-summary-buffer-next-folder-function): Renamed from
8307         `wl-summary-buffer-next-folder-func'.
8308         (wl-summary-buffer-prev-folder-function): Renamed from
8309         `wl-summary-buffer-prev-folder-func'.
8310         (wl-summary-get-petname-function): Renamed from
8311         `wl-summary-get-petname-func'.
8312
8313         * wl-score.el (wl-score-edit-exit-function): Renamed from
8314         `wl-score-edit-exit-func'.
8315
8316         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8317         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8318
8319         * wl-util.el (wl-load-profile-function): Renamed from
8320         `wl-load-profile-func'.
8321
8322         * wl-folder.el (wl-folder-completion-function): Renamed from
8323         `wl-folder-completion-func'.
8324         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8325
8326         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8327         `wl-expire-archive-get-folder-func'.
8328         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8329         (wl-draft-send-mail-function): Renamed from
8330         `wl-draft-send-mail-func'.
8331         (wl-draft-send-news-function): Renamed from
8332         `wl-draft-send-news-func'.
8333         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8334         (wl-generate-mailer-string-function): Renamed from
8335         `wl-generate-mailer-string-func'.
8336         (wl-highlight-signature-search-function): Renamed from
8337         `wl-highlight-signature-search-func'.
8338         (wl-highlight-x-face-function): Renamed from
8339         `wl-highlight-x-face-func'
8340         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8341         (wl-ps-print-buffer-function): Renamed from
8342         `wl-ps-print-buffer-func'
8343         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8344         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8345         (wl-summary-subject-filter-function): Renamed from
8346         `wl-summary-subject-filter-func'.
8347
8348         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8349         `wl-draft-queue-flush-send-func'
8350         (wl-draft-cite-function): Renamed from
8351         `wl-draft-cite-func'
8352
8353         * wl-address.el (wl-address-init-function): Renamed from
8354         `wl-address-init-func'.
8355
8356 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8357
8358         * wl-draft.el (wl-draft-queue-flush): Don't call
8359         `elmo-dop-unlock-message'.
8360         * wl-draft.el (wl-draft-queue-append): Don't call
8361         `elmo-dop-lock-message'.
8362
8363         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8364         (wl-summary-buffer-folder-name): Ditto.
8365         (wl-summary-message-regexp): Added '-' (all other related portions
8366         are changed).
8367         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8368         wl-summary-buffer-folder-name.
8369
8370 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8371
8372         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8373         the number of mails in the folder buffer is not updated by wl-biff.
8374
8375 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8376
8377         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8378         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8379
8380 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-summary.el (wl-summary-next-message):
8383         Return next message number when wl-summary-move-order is nil.
8384
8385 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8386
8387         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8388         `wl-summary-move-spec-alist'.
8389         (wl-summary-move-spec-unplugged-alist): New variable
8390         (Move spec for unplugged status).
8391         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8392         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8393
8394 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8395
8396         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8397         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8398
8399 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8400
8401         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8402         simple quotation to quote the anonymous function.
8403         * tm-wl.el (wl-draft-preview-message): Ditto.
8404
8405 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8406
8407         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8408         Eliminate redundant `save-excursion'.
8409         (wl-highlight-summary-current-line): Ditto.
8410
8411         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8412         accessing match data when `looking-at' failed.
8413
8414         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8415         `elmo-match-string' where users don't care about the speed.
8416         (wl-draft-save): Ditto.
8417
8418 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8419
8420         * wl-util.el (wl-regexp-opt): New function.
8421
8422         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8423         number from `wl-summary-buffer-number-list'.
8424         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8425         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8426         (wl-summary-move-spec-alist): Changed default setting.
8427
8428 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8429
8430         * wl-vars.el (wl-biff-notify-hook): New hook.
8431         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8432         the arrival of new mail.
8433         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8434         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8435
8436 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8439
8440 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8443
8444         * Version number is increased to 2.5.8.
8445
8446         * wl-thread.el (toplevel): require 'cl.
8447         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8448         (wl-thread-make-number-list): New function.
8449         (wl-thread-entity-make-number-list-from-children): Ditto.
8450         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8451         (wl-thread-entity-insert-as-children): Likewise.
8452         (wl-thread-delete-message): Likewise.
8453         (wl-meaning-of-mark): Eliminated.
8454         (wl-thread-next-failure-mark-p): Ditto.
8455         (wl-thread-entity-get-mark): Ditto.
8456         (wl-thread-meaning-alist-get-result): Ditto.
8457         (wl-thread-entity-check-prev-mark): Ditto.
8458         (wl-thread-entity-check-next-mark): Ditto.
8459         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8460         (wl-thread-entity-get-prev-marked-entity): Ditto.
8461         (wl-thread-get-prev-unread): Ditto.
8462         (wl-thread-jump-to-prev-unread): Ditto.
8463         (wl-thread-get-next-unread): Ditto.
8464         (wl-thread-jump-to-next-unread): Ditto.
8465         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8466         (wl-thread-entity-get-next-marked-entity): Ditto.
8467
8468         * wl-summary.el (wl-summary-buffer-number-list):
8469         New bufer-local variable.
8470         (wl-summary-switch-to-clone-buffer): Clone
8471         `wl-summary-buffer-number-list'.
8472         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8473         (wl-summary-cursor-move-regex): Eliminated.
8474         (wl-summary-cursor-up): Rewrite.
8475         (wl-summary-cursor-down): Ditto.
8476         (wl-summary-mode-spec-alist): New variable.
8477         (wl-summary-next-message): New inline function.
8478         (wl-summary-cursor-move): New function.
8479         (wl-summary-default-get-next-msg): Rewrite.
8480         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8481         (wl-summary-rescan): Ditto.
8482         (wl-summary-sync-all-init): Ditto.
8483         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8484         summary is not thread view.
8485         (wl-summary-sync-update): Ditto.
8486         (wl-summary-rescan): Ditto.
8487         (wl-summary-make-number-list): New function.
8488
8489         * wl-draft.el: "FCC" -> "Fcc".
8490
8491 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-highlight.el (wl-highlight-summary-window):
8494         Call `set-buffer-modified-p'.
8495
8496         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8497         (wl): Call `elmo-init' and fix.
8498
8499         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8500         Use new variables.
8501
8502         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8503
8504 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8505
8506         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8507
8508 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8509
8510         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8511
8512 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8513
8514         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8515         `wl-use-toolbar' nor `display-graphic-p'.
8516         (wl-e21-setup-message-toolbar): Ditto.
8517         (wl-e21-setup-summary-toolbar): Ditto.
8518         (wl-e21-setup-folder-toolbar): Ditto.
8519
8520         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8521         (wl-plugged-init-icons): Ditto.
8522
8523         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8524         `display-graphic-p'.
8525         (wl-plugged-set-folder-icon): Ditto.
8526         (wl-highlight-plugged-current-line): Ditto.
8527         (wl-highlight-folder-current-line): Ditto.
8528         (wl-e21-highlight-folder-group-line): Ditto.
8529         (wl-e21-setup-toolbar): Ditto.
8530         (wl-e21-display-image-p): New macro.
8531
8532         * wl-demo.el (wl-demo): Simplified.
8533         (wl-demo-image-type-alist): Use `image-type-available-p' for
8534         checking whether the image type `xbm' is available.
8535
8536 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8539         (wl-summary-input-range): Ditto.
8540
8541 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-edit-addresses): Use
8544         `wl-summary-get-original-buffer'
8545         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8546         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8547         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8548         (wl-summary-get-newsgroups): Eliminated.
8549         (wl-summary-set-crosspost): Ditto.
8550         (wl-summary-is-crosspost-folder): Ditto.
8551         (wl-crosspost-alist-load): Ditto.
8552         (wl-crosspost-alist-save): Ditto.
8553
8554         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8555         `elmo-setup-subscribed-newsgroups' instead of
8556         `elmo-nntp-make-groups-hashtb'.
8557         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8558         instead of `wl-crosspost-alist-save'.
8559
8560         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8561         of `elmo-folder-message-appendable-p'.
8562         (wl-mime-header-presentation-method): Eliminated.
8563
8564         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8565         (Error occurs in emacs21).
8566
8567         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8568         the current buffer).
8569
8570         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8571         instead of `wl-crosspost-alist-save'.
8572         (wl-init): `elmo-crosspost-message-alist-load'
8573         instead of `wl-crosspost-alist-load'
8574
8575         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8576         (wl-parse-newsgroups): Likewise.
8577         (wl-biff-notify): Run `wl-biff-notify-hook'.
8578
8579 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8582
8583         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8584         when `wl-summary-lazy-highlight' is non-nil.
8585         (wl-summary-goto-folder-subr): Highlight only when
8586         `wl-summary-lazy-highlight' is non-nil.
8587
8588         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8589         Don't display progress and highlight temp-mark when
8590         `wl-summary-lazy-highlight' is non-nil.
8591         (wl-highlight-summary-window): New function.
8592         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8593
8594 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-summary.el (wl-summary-sync): Change `all-visible'
8597         from `all-shown'
8598         (wl-summary-input-range): Ditto.
8599
8600 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8601
8602         * wl-e21.el (wl-highlight-folder-current-line): Call
8603         `wl-folder-init-icons' when folder icons have not been initialized.
8604
8605         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8606
8607         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8608         (wl-demo-image-type-alist): New macro.
8609
8610 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8611
8612         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8613         display does not support graphics.
8614         (wl-plugged-init-icons): Ditto.
8615         (wl-folder-init-icons): Ditto.
8616
8617         * wl-demo.el (wl-demo): Chech closely whether the display
8618         supports graphics.
8619
8620 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-summary.el (wl-summary-get-original-buffer): New function.
8623         (wl-summary-set-crosspost): Use it.
8624         (wl-summary-target-mark-uudecode): Ditto.
8625         (wl-summary-reedit): Ditto.
8626         (wl-summary-resend-bounced-mail): Ditto.
8627         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8628         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8629
8630         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8631         (wl-message-display-internal): Ditto.
8632
8633 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8634
8635         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8636
8637 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8638
8639         * wl-summary.el (wl-summary-save-view): Renamed from
8640         `wl-summary-save-status'.
8641
8642 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8643
8644         * wl-summary.el (wl-summary-sync): Added `all-shown'
8645
8646 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8647
8648         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8649
8650 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8651
8652         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8653
8654 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8655
8656         * wl-highlight.el (wl-highlight-summary-line-string): Use
8657         `zerop' instead of `= 0'.
8658         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8659
8660         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8661         for comparing numbers.
8662         (wl-template-prev): Use `zerop' instead of `eq 0'.
8663
8664         * wl-draft.el (wl-draft-insert-current-message): Use
8665         `with-current-buffer' instead of `save-excursion'.
8666         Use `zerop' instead of `eq 0'.
8667
8668 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8669
8670         * wl-draft.el (wl-draft-insert-ccs): New function.
8671         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8672         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8673
8674 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8677
8678 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-expire.el (wl-expire-refile): Don't call
8681         elmo-msgdb-add-msgs-to-seen-list;
8682         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8683         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8684
8685 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * wl-message.el (wl-message-prev-page): Ignore errors while
8688         scroll-down.
8689
8690 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-mime.el: Use elmo-original-message-mode instead of
8693         mmelmo-original-mode.
8694
8695         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8696         `elmo-folder-get-spec';
8697         (wl-fldmgr-add-completion-all-completions):
8698         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8699
8700         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8701         of `elmo-folder-get-type'.
8702
8703         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8704         `elmo-folder-get-spec';
8705         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8706         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8707         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8708         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8709         `elmo-read-msg-no-cache';
8710         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8711         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8712         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8713         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8714         `elmo-cache-save';
8715         (wl-draft-reedit): Use `elmo-message-file-name'.
8716
8717         * wl-expire.el: Use `elmo-folder-name-internal';
8718         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8719         Use macro `wl-summary-buffer-msgdb' instead of variable
8720         `wl-summary-buffer-msgdb';
8721         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8722         Use macro `wl-summary-buffer-folder-name' instead of variable
8723         `wl-summary-buffer-folder-name'.
8724         * wl-score.el: Likewise.
8725
8726         * wl-message.el: Rewrite for new message buffer cache mechanism.
8727         (wl-message-buffer-cache-buffer-get): New macro.
8728         (wl-message-buffer-cache-folder-get): Ditto.
8729         (wl-message-buffer-cache-message-get): Ditto.
8730         (wl-message-buffer-cache-entry-make): Ditto.
8731         (wl-message-buffer-cache-hit): Ditto.
8732         (wl-message-buffer-cache-sort): New function.
8733         (wl-message-buffer-cache-add): Ditto.
8734         (wl-message-buffer-cache-delete): Ditto.
8735         (wl-message-buffer-cache-clean-up): Ditto.
8736         (wl-message-buffer-window): Rewrite.
8737         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8738         (wl-message-buffer-display): New function.
8739         (wl-message-display-internal): New function.
8740
8741 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl-folder.el: Use `elmo-folder-name-internal';
8744         Use `wl-folder-get-elmo-folder';
8745         Use `elmo-folder-list-messages' instead of
8746         `elmo-list-folder';
8747         Use `elmo-folder-get-primitive-list' instead of
8748         `elmo-folder-get-primitive-spec-list';
8749         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8750         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8751         Use `elmo-folder-create' instead of `elmo-create-folder'.
8752         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8753         (wl-folder-get-elmo-folder): New macro.
8754         (wl-folder-elmo-folder-cache-get): Ditto.
8755         (wl-folder-elmo-folder-cache-put): Ditto.
8756         (wl-folder-suspend): Call `elmo-quit'.
8757
8758         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8759         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8760         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8761         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8762         (toplevel): require 'cl.
8763         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8764
8765         * wl-summary.el: Rewrite to use new elmo interface.
8766
8767 \f
8768 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * wl-mime.el (wl-draft-preview-message):
8771         Run `wl-draft-send-hook' before collecting recipients information;
8772         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8773
8774         * tm-wl.el (wl-draft-preview-message): Ditto.
8775
8776 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8779         wrong recipients are displayed when forwarded message.
8780
8781 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * Version number is increased to 2.5.7.
8784
8785 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8786
8787         * wl-message.el (wl-message-next-page): Bind
8788         `window-pixel-scroll-increment' to nil while scrolling up.
8789
8790 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8791
8792         * wl-vars.el (wl-save-hook): New hook.
8793         * wl.el (wl-save): Call `wl-save-hook'.
8794
8795 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8796
8797         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8798         Argument WITH-ARG instead of NO-ARG (negative mean).
8799         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8800         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8801         * wl-message.el (wl-message-follow-current-entity): Likewise.
8802
8803 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8804
8805         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8806         FROM was optional argument.
8807         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8808
8809 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8810
8811         * Version number is increased to 2.5.6.
8812
8813 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8814
8815         * wl-version.el (wl-version-show): Removed.
8816         (wl-version): Add `interactive'.
8817
8818 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8819
8820         * wl-summary.el (wl-summary-get-petname-func): New variable.
8821         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8822         instead of `wl-address-get-petname-1'.
8823         (wl-summary-simple-from): Ditto.
8824
8825         * wl-address.el (wl-address-get-petname-1): Define as function.
8826
8827 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8828
8829         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8830         field in the original message.
8831         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8832
8833 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8834
8835         * wl-expire.el (wl-expire-hide):
8836         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8837
8838 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8839
8840         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8841         find decoder for To, Cc, and Subject.
8842
8843 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8846         for checking `elmo-use-buffer-cache'.
8847         (wl-summary-mark-as-important): Fixed typo in comment.
8848
8849 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8850
8851         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8852         field in the original message.
8853         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8854
8855 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8856
8857         * wl-expire.el (wl-expire-hide):
8858         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8859
8860 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8861
8862         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8863         find decoder for To, Cc, and Subject.
8864
8865 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * Version number is increased to 2.5.5.
8868
8869         * wl-address.el (wl-address-specials-regexp): New constant.
8870         (wl-address-quote-specials): Use it.
8871
8872 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-summary.el (wl-summary-rescan):
8875         Call `wl-summary-buffer-number-column-detect'.
8876         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8877
8878         * wl-message.el (wl-message-mode-map): Define.
8879         (wl-message-decode): Use it as local-map.
8880
8881 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8882
8883         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8884         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8885
8886 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8889
8890         * wl-mule.el (wl-read-event-char): Ditto.
8891
8892         * wl-e21.el (wl-read-event-char): Ditto.
8893
8894         * wl-nemacs.el (wl-read-event-char): Ditto.
8895         (read-event): Removed.
8896
8897         * wl-util.el (toplevel): Removed dummy definition of
8898         `read-event'.
8899         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8900
8901 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8902
8903         * wl-nemacs.el (elmo-archive-call-process): Moved to
8904         elmo-archive.el.
8905
8906 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8907
8908         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8909         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8910
8911         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8912         instead of magic-number 6.  Use `not' instead of `null' for symbol
8913         `nil' check (not empty list).
8914         (wl-draft-insert-x-face-field): Fixed paren style.
8915
8916         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8917         one-branch conditional statement, instead of `and' and `if'.
8918         (wl-draft-forward): Likewise.
8919         (wl-draft-add-references): Likewise.
8920         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8921
8922         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8923         conditional steatment.  Use `cond' instead of `if'.
8924         (wl-draft-confirm): Likewise.
8925
8926 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8927
8928         * wl-version.el (wl-version-show): Use `product-string-1'
8929         instead of `wl-version'.
8930         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8931
8932         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8933
8934 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-highlight.el (wl-highlight-headers): Revert
8937         `wl-highlight-x-face-func' argument (`beg' and `end').
8938
8939 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8940
8941         * wl.el (toplevel): Move `product-provide' declare.
8942         * wl-demo.el (toplevel): Ditto.
8943         * wl-dnd.el (toplevel): Ditto.
8944         * wl-highlight.el (toplevel): Ditto.
8945         * wl-message.el (toplevel): Ditto.
8946         * wl-refile.el (toplevel): Ditto.
8947         * wl-util.el (toplevel): Ditto.
8948
8949 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8952         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8953         (wl-thread-close-all): keep cursor position.
8954
8955 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8956
8957         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8958         (eq x 0).
8959         (wl-generate-user-agent-string-1): Fix conditional statement.
8960
8961 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8962
8963         * wl.el (wl-check-environment): Additional check for
8964         'wl-local-domain' and `wl-message-id-domain'.
8965
8966 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8967
8968         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8969
8970 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8971
8972         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8973         instead of `smtp-sasl-user-realm'.
8974
8975 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8976
8977         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8978
8979 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8980
8981         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8982         to the default value as well as `eword-lexical-analyzer'.
8983
8984 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8985
8986         * wl-version.el (wl-extended-emacs-version,
8987         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8988         `elmo-match-string' instead of `wl-match-string'.
8989
8990 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8991
8992         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8993         docstring.
8994
8995 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8996
8997         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8998
8999 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9000
9001         * wl-highlight.el (wl-highlight-headers): Remove
9002         `wl-highlight-x-face-func' argument (`beg' and `end').
9003
9004 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9005
9006         * wl-summary.el (wl-summary-mark-as-important):
9007         Remove cache if folder is local.
9008
9009 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9010
9011         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9012         to get existing e-mail address string.
9013
9014 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9015
9016         * wl-version.el (wl-generate-user-agent-string): Commentary.
9017         (wl-generate-user-agent-string-1): Use `when' for
9018         one-branch conditional statement, instead of `and' and `if'.
9019         (wl-extended-emacs-version, wl-extended-emacs-version2,
9020         wl-extended-emacs-version3): Ditto.
9021
9022 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9025         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9026         condition-case; Remove initialization.
9027         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9028         (wl-summary-sync-update3): Added argument `sync-all';
9029         Eliminated local variable `msgdb';
9030         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9031         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9032         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9033
9034 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9035
9036         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9037         connection before call `wl-draft-send-mail-with-smtp'.
9038
9039 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9040
9041         * Version number is increased to 2.5.4.
9042
9043 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9044
9045         * wl.el (wl-check-environment): Additional check for
9046         'wl-local-domain' and `wl-message-id-domain'.
9047
9048 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9049
9050         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9051         buffer as command specific.
9052         (wl-folder-mark-as-read-all-entity): Ditto.
9053         (wl-folder-prefetch-entity): Ditto.
9054         (wl-folder-drop-unsync-entity): Ditto.
9055
9056         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9057         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9058         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9059
9060         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9061         save-excursion.
9062
9063 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * Version number is increased to 2.5.3.
9066
9067         * wl-summary.el (wl-summary-save-view-cache):
9068         Delete duplicated `write-region';
9069         Use `write-region-as-binary' instead of `as-binary-output-file' and
9070         `write-region'.
9071
9072 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9073
9074         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9075
9076 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9077
9078         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9079         instead of `smtp-via-smtp'.
9080
9081 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9082
9083         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9084
9085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9088         instead of `smtp-sasl-user-realm'.
9089
9090 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9091
9092         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9093
9094 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9095
9096         * Version number is increased to 2.5.2.
9097
9098 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9099
9100         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9101         does not exist.
9102         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9103         (wl-biff-start): Call `timer-activate' if timer already exists.
9104
9105         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9106         only when it is bound as function.
9107
9108 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * Version number is increased to 2.5.1.
9111
9112 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9113
9114         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9115         Print refile/copy destination.
9116
9117 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9118
9119         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9120         queue-flush-only is non-nil.
9121
9122         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9123
9124         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9125         checking cache folder.
9126
9127 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9128
9129         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9130         `regexp-quote'.
9131
9132 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9135         function.
9136         * wl-summary.el (wl-summary-write-current-folder-functions):
9137         Change default value.  Use it.
9138
9139 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9140
9141         * Version number is increased to 2.5.0.
9142
9143         * wl-version.el (wl-version): Changed codename.
9144
9145 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9146
9147         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9148         (wl-summary-supersedes-message): Ditto.
9149
9150 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9151
9152         * wl-refile.el (wl-refile-guess-functions): Renamed from
9153         `wl-refile-guess-func-list'.
9154
9155 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9156
9157         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9158         Fixed problem when no rule was matched.
9159
9160 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9161
9162         * wl-summary.el (wl-summary-get-mark): Fixed
9163         `wl-summary-buffer-target-mark' check logic.
9164
9165 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl-folder.el (wl-folder-write-current-folder): Added group
9168         folder check.
9169
9170         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9171         `wl-summary-write-current-newsgroup'.
9172         (wl-summary-write-current-folder-functions): New variable.
9173         * wl-folder.el (wl-folder-get-newsgroups): New function.
9174         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9175         (wl-folder-write-current-folder): Renamed from
9176         `wl-folder-write-current-newsgroup'.
9177
9178 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9179
9180         * Version number is increased to 2.3.93.
9181
9182 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9183
9184         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9185         (wl-ldap-make-matched-value-list): Ditto.
9186         (wl-ldap-alias-safe-string): Split e-mail address.
9187
9188         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9189         petname folder default was selected.
9190         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9191         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9192
9193 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9194
9195         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9196         to `wl-draft-config-exec'.
9197
9198         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9199         instead of calling `wl-draft-config-exec';
9200         Process group-list and show recipients in minibuffer.
9201
9202         * tm-wl.el (wl-draft-preview-message): Ditto.
9203
9204 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl.el (toplevel): Added (C) to copyright notice, and
9207         sync Author header.
9208         * tm-wl.el (toplevel): Ditto.
9209         * wl-address.el (toplevel): Ditto.
9210         * wl-demo.el (toplevel): Ditto.
9211         * wl-dnd.el (toplevel): Ditto.
9212         * wl-draft.el (toplevel): Ditto.
9213         * wl-e21.el (toplevel): Ditto.
9214         * wl-expire.el (toplevel): Ditto.
9215         * wl-folder.el (toplevel): Ditto.
9216         * wl-highlight.el (toplevel): Ditto.
9217         * wl-message.el (toplevel): Ditto.
9218         * wl-mime.el (toplevel): Ditto.
9219         * wl-mule.el (toplevel): Ditto.
9220         * wl-nemacs.el (toplevel): Ditto.
9221         * wl-refile.el (toplevel): Ditto.
9222         * wl-score.el (toplevel): Ditto.
9223         * wl-summary.el (toplevel): Ditto.
9224         * wl-template.el (toplevel): Ditto.
9225         * wl-thread.el (toplevel): Ditto.
9226         * wl-util.el (toplevel): Ditto.
9227         * wl-vars.el (toplevel): Ditto.
9228         * wl-xmas.el (toplevel): Ditto.
9229
9230 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9231
9232         * wl.el (wl-init): Added comment about `wl-init-hook'.
9233         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9234         * wl-vars.el (wl-init-hook): Added docs.
9235         (wl-make-plugged-hook): Removed useless docs.
9236         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9237         * wl-xmas.el (toplevel): Ditto.
9238
9239 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9240
9241         * wl-address.el (toplevel): Fixed multiple Author header format.
9242         * wl-demo.el (toplevel): Ditto.
9243         * wl-draft.el (toplevel): Ditto.
9244         * wl-folder.el (toplevel): Ditto.
9245         * wl-summary.el (toplevel): Ditto.
9246         * wl-thread.el (toplevel): Ditto.
9247         * wl-util.el (toplevel): Ditto.
9248         * wl-vars.el (toplevel): Ditto.
9249         * wl-version.el (toplevel): Ditto.
9250         * wl-xmas.el (toplevel): Ditto.
9251         * wl.el (toplevel): Ditto.
9252
9253         * wl-version.el (toplevel): Added require `elmo-version' for
9254         `product-version-as-string'.
9255
9256 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9257
9258         * wl-vars.el (wl-draft-send-hook): Changed default value to
9259         '(wl-draft-config-exec).
9260
9261         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9262         explicitly.
9263         (wl-draft): Set `wl-draft-config-exec-flag' before running
9264         `wl-mail-setup-hook'.
9265
9266         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9267         `wl-biff-init-icons' to `wl-init-hook' instead of
9268         `wl-make-plugged-hook'.
9269         (Because if `wl-draft' command is invoked at first,
9270         they are not initialized)
9271         Updated copyright notice.
9272
9273         * wl-e21.el (toplevel): Ditto;
9274
9275         * wl-demo.el (toplevel): Updated copyright notice.
9276         * wl-address.el (toplevel): Ditto.
9277         * wl-draft.el (toplevel): Ditto.
9278         * wl-version.el (toplevel): Ditto.
9279         * wl-folder.el (toplevel): Ditto.
9280         * wl-summary.el (toplevel): Ditto.
9281         * wl-thread.el (toplevel): Ditto.
9282         * wl-util.el (toplevel): Ditto.
9283         * wl-vars.el (toplevel): Ditto.
9284         * wl.el (toplevel): Ditto.
9285
9286 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * wl-highlight.el (wl-highlight-message): Fixed problem of
9289         highlighting failure which occured when the last field contains
9290         multiple lines in the draft buffer.
9291
9292         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9293         `wl-biff-start' if plugged.
9294
9295         * wl-util.el (wl-biff-check-folder): New function.
9296         (wl-biff-check-folders): Don't set session name prefix.
9297         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9298         (wl-biff-check-folder-async): Ditto.
9299
9300         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9301         in email address.
9302
9303 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9304
9305         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9306
9307         * wl-draft.el (wl-draft-strip-subject-re): New function.
9308
9309         * wl-draft.el (wl-draft-reply): Use it.
9310
9311 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * wl-message.el (wl-mmelmo-message-redisplay): Use
9314         `mime-display-message' instead of `wl-mime-display-message'.
9315
9316         * wl-mime.el (toplevel): Removed compatibility workaround
9317         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9318         (wl-mime-display-message): Abolished.
9319         (wl-mime-entity-read-field): Ditto.
9320         (wl-mime-combine-message/partial-pieces): Use
9321         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9322
9323 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9324
9325         * wl-template.el: Doc fixes.
9326
9327 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9328
9329         * wl-e21.el (wl-message-overload-functions): Do nothing if
9330         `current-local-map' is not available.
9331         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9332
9333 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9334
9335         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9336         representation.
9337
9338         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9339         number.
9340         (wl-fldmgr-save-folders): Don't use `format' when insert
9341         `wl-fldmgr-folders-header'.
9342
9343 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9344
9345         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9346
9347 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-highlight.el (wl-highlight-message):
9350         Use `std11-field-end' to detect end point of the header field.
9351         Refer `wl-highlight-max-header-size'.
9352
9353         * wl-vars.el (wl-highlight-max-header-size): New variable.
9354
9355         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9356
9357         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9358         Set `for-draft' argument of wl-highlight-headers.
9359         (wl-draft): Ditto.
9360         (wl-draft-reedit): Ditto.
9361         (wl-user-agent-compose-internal): Ditto.
9362
9363 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9364
9365         * wl-message.el (wl-message-add-button): Use overlay.
9366
9367 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9368
9369         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9370
9371         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9372         problem when group-list content is nothing.
9373         (Reported by Mito <mit@nines.nec.co.jp>)
9374
9375 2000-10-18  SAITO Atsunori <sai@yedo.com>
9376
9377         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9378
9379 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9380
9381         * tm-wl.el (toplevel): Use product-provide.
9382
9383 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9384
9385         * Version number is increased to 2.3.92.
9386
9387 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9388
9389         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9390         title text, use `display' property for left margin under Emacs 21.
9391
9392         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9393         properties.
9394         (wl-plugged-init-icons): Ditto.
9395
9396 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9397
9398         * wl.el (wl-save-status, wl-init): Remove last period in
9399         "...done." message.
9400         * tm-wl.el (wl-summary-burst): Ditto.
9401         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9402         wl-summary-resume-cache-status,
9403         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9404         wl-summary-sync-update3, wl-summary-highlight-msgs,
9405         wl-summary-flush-pending-append-operations,
9406         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9407         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9408         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9409         wl-thread-open-all): Ditto.
9410         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9411         * wl-mime.el (wl-summary-burst): Ditto.
9412         * wl-highlight.el (wl-highlight-summary): Ditto.
9413         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9414         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9415         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9416         * wl-address.el (wl-local-address-init): Ditto.
9417
9418 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9419
9420         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9421         `add-text-properties'.
9422         (wl-plugged-init-icons): Ditto.
9423         (wl-folder-init-icons): Use `propertize' instead of
9424         `put-text-property'.
9425         (wl-plugged-set-folder-icon): Ditto.
9426         (wl-e21-highlight-folder-group-line): Ditto.
9427
9428 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9429
9430         * wl-version.el (wl-version-status-alist): New variable.
9431         (wl-version-status): New function.
9432
9433         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9434         "Cc" part of the case "Reply-To".
9435
9436         * wl-draft.el (wl-draft-reply): Use result of
9437         `eword-extract-address-components'.
9438
9439         * wl-demo.el (wl-demo-icon-name): New constant.
9440         (wl-logo-xpm): Use it.
9441         (wl-logo-xbm): Ditto.
9442         (wl-logo-bitmap): Ditto.
9443
9444         * Version number is increased to 2.3.91.
9445
9446 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9447
9448         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9449         (wl-extended-emacs-version, wl-extended-emacs-version2,
9450         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9451         docstring.
9452
9453         * wl-version.el (wl-generate-user-agent-string-1): New function.
9454         (wl-generate-user-agent-string): Use it.
9455
9456         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9457         `mime-edit-insert-user-agent-field'.
9458         (wl-generate-user-agent-string): Check
9459         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9460
9461         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9462         instead of `if', when verbose case.
9463
9464 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9465
9466         * wl-expire.el (wl-summary-expire): Fix.
9467
9468 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9469
9470         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9471         and `elmo-lost+found-folder' if 'wl-draft.
9472         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9473
9474 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9475
9476         * wl-expire.el (wl-summary-expire): Change messages.
9477         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9478         `deleing-info' instead of "Deleting..."
9479
9480 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9481
9482         * wl-summary.el (wl-summary-refile-subr): Fix.
9483
9484 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9485
9486         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9487         if pipe folder.
9488
9489 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9490
9491         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9492
9493 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9494
9495         * wl-expire.el (wl-expire-hide): New function.
9496         (wl-summary-expire): Add `hide'.
9497
9498 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9499
9500         * wl-vars.el (wl-draft-reply-without-argument-list):
9501         Changed default value to consider `Reply-To:'.
9502         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9503
9504         * Version number is increased to 2.3.90.
9505
9506         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9507         elmo-imap4-get-session with unwind-protect.
9508         Don't cause error.
9509         (wl-summary-sync-marks): Don't check plugged nor folder type.
9510         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9511         (Always keep current buffer).
9512
9513 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9514
9515         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9516         Enclose with `save-excursion'.
9517
9518 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9519
9520         * wl-version.el (wl-version): Remove interactive.
9521
9522 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9523
9524         * wl-version.el (wl-generate-user-agent-string): Use
9525         `product-string-verbose' instead of `product-string-1'.
9526
9527 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9528
9529         * wl-vars.el (wl-draft-use-cache): New variable.
9530         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9531         if wl-draft-use-cache is non-nil.
9532
9533 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9534
9535         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9536         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9537
9538 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9541         (wl-thread-msg-mark-as-unread): Ditto.
9542
9543         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9544         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9545         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9546         Don't set mark in summary if return value of `elmo-mark-as-read'
9547         is nil.
9548         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9549         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9550         instead of `wl-thread-msg-mark-as-read'.
9551         (wl-summary-mark-as-unread-region): Ditto.
9552         (wl-summary-target-mark-mark-as-read): Ditto.
9553
9554         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9555
9556 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9557
9558         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9559
9560         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9561
9562 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9565         face.
9566
9567 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9568
9569         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9570         `running-xemacs'.
9571
9572 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9573
9574         * wl-version.el (toplevel): Use `product-version-as-string' for
9575         set verstion-string, if defined.
9576
9577         * wl-version.el (wl-version-show): Insert string at point, when
9578         call with argument.
9579
9580         * wl-version.el (wl-generate-user-agent-string): Use
9581         `product-string-1' instead of `wl-appname', `wl-version' and
9582         `wl-codename'.
9583
9584 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9585
9586         * wl-address.el (toplevel): Use product-provide.
9587         * wl-demo.el (toplevel): Ditto.
9588         * wl-dnd.el (toplevel): Ditto.
9589         * wl-draft.el (toplevel): Ditto.
9590         * wl-e21.el (toplevel): Ditto.
9591         * wl-expire.el (toplevel): Ditto.
9592         * wl-fldmgr.el (toplevel): Ditto.
9593         * wl-folder.el (toplevel): Ditto.
9594         * wl-highlight.el (toplevel): Ditto.
9595         * wl-message.el (toplevel): Ditto.
9596         * wl-mime.el (toplevel): Ditto.
9597         * wl-mule.el (toplevel): Ditto.
9598         * wl-nemacs.el (toplevel): Ditto.
9599         * wl-refile.el (toplevel): Ditto.
9600         * wl-score.el (toplevel): Ditto.
9601         * wl-summary.el (toplevel): Ditto.
9602         * wl-template.el (toplevel): Ditto.
9603         * wl-thread.el (toplevel): Ditto.
9604         * wl-util.el (toplevel): Ditto.
9605         * wl-vars.el (toplevel): Ditto.
9606         * wl-xmas.el (toplevel): Ditto.
9607         * wl.el (toplevel): Ditto.
9608
9609 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9610
9611         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9612         instead of product.
9613
9614         * wl-version.el (wl-version): Compile time evalution elmo-version.
9615
9616 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9617
9618         * wl-summary.el (wl-summary-sync-force-update): Append queue
9619         `mark-as-read'if unplugged.
9620
9621 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9622
9623         * wl-version.el: New file.  Use product.el.
9624         * wl.el: add (require 'wl-version).
9625         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9626         for ~/.folders header.
9627         (wl-fldmgr-folders-header): Changed.
9628         * wl-demo.el (wl-demo): Use product.el.
9629
9630         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9631         wl-version.el.
9632         * wl-util.el (wl-version, wl-version-show): Ditto.
9633
9634         * wl-util.el (wl-generate-user-agent-string,
9635         wl-extended-emacs-version, wl-extended-emacs-version2,
9636         wl-extended-emacs-version3): Move to wl-version.el.
9637         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9638         xemacs-codename, mime-edit-insert-user-agent-field,
9639         mime-edit-user-agent-value, mime-editor/version,
9640         mime-editor/codename): Compile warning killer move to
9641         wl-version.el
9642
9643 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9644
9645         * wl-summary.el (wl-summary-refile-subr): Fix.
9646
9647 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9648
9649         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9650         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9651
9652 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9653
9654         * wl.el (wl-check-environment): Check too many `@'.
9655
9656 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9657
9658         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9659
9660 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9661
9662         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9663         wl-draft-reply-myself-without-argument-list): Add variables.
9664         * wl-draft.el (wl-draft-reply): Use it.
9665
9666 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9667
9668         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9669         the 5th argument of `elmo-network-get-spec'.
9670
9671         * wl-thread.el (wl-thread-reparent-children): New inline function.
9672         (wl-thread-delete-message): Use it.
9673
9674         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9675         (wl-summary-score-update-all-lines): Don't use `dolist'.
9676
9677 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9678
9679         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9680         (require 'elmo-msgdb) for inline function.
9681
9682 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9683
9684         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9685
9686 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9687
9688         * wl-score.el (wl-score-headers): Fix for the confusing macro
9689         `elmo-kill-buffer'.
9690
9691 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9692
9693         * wl-summary.el: Don't use the 3rd argument of `require' because
9694         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9695         * wl-util.el: Ditto.
9696         * wl-draft.el: Ditto.
9697
9698 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9699
9700         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9701         window system is not used.
9702
9703 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9704
9705         * wl-thread.el: Don't use `mapcar' only for iteration.
9706         (wl-thread-resume-entity): Ditto.
9707         (wl-thread-delete-message): Ditto.
9708
9709         * wl-summary.el: Bind `dragdrop-drop-functions',
9710         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9711         of `require' for `timezone', `easymenu' and `ps-print';
9712         don't use `mapcar' only for iteration.
9713
9714         * wl-util.el: Bind `mule-version', `nemacs-version',
9715         `emacs-beta-version', `xemacs-codename',
9716         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9717         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9718         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9719         only for iteration.
9720
9721         * wl-score.el: Don't use `mapcar' only for iteration.
9722         (wl-score-simplify-buffer-fuzzy): Ditto.
9723         (wl-score-simplify-subject): Ditto.
9724         (wl-score-headers): Ditto.
9725         (wl-summary-score-update-all-lines): Ditto.
9726
9727         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9728         `enable-multibyte-characters' and `mule-version'.
9729
9730         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9731         `mapcar' only for iteration.
9732
9733         * wl-demo.el: Don't use `mapcar' only for iteration.
9734
9735         * wl-folder.el: Don't use `mapcar' only for iteration.
9736         (wl-folder-open-all): Ditto.
9737         (wl-folder-count-incorporates): Ditto.
9738
9739         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9740         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9741
9742         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9743         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9744         `smtp-connection-type'; specify 3rd argument of `require' for
9745         `timezone'; don't use `mapcar' only for iteration.
9746         (wl-draft-clone-local-variables): Don't use `mapcar'.
9747         (wl-draft-generate-clone-buffer): Ditto.
9748         (wl-user-agent-compose-internal): Ditto.
9749
9750         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9751
9752         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9753         (wl-save-status): Ditto.
9754
9755         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9756         for iteration.
9757
9758 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9759
9760         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9761         removed `Date'.
9762         (wl-fldmgr-make-filter-default): New user option.
9763
9764         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9765         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9766         (wl-fldmgr-filter-completion-alist): Abolish.
9767
9768         * wl.el (wl): Don't check servers if arg is non-nil.
9769
9770         * wl-draft.el (wl-draft-reply): Set only message-id string to
9771         In-Reply-To field.
9772
9773 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9774
9775         * wl-summary.el (wl-summary-pick): Rewrite.
9776
9777         * wl-draft.el (wl-draft-forward): Get references field from
9778         original buffer.
9779         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9780
9781 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9782
9783         * wl-draft.el (wl-draft-forward): Add references field.
9784
9785 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9786
9787         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9788         (wl-draft-reply): Use it.
9789
9790 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9791
9792         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9793         when Emacs 21 is running.
9794
9795         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9796         bindings.
9797
9798 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9799
9800         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9801         XPM icons transparent.
9802
9803         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9804         Emacs 21.
9805
9806 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9807
9808         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9809         nil.
9810
9811         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9812         when it is persistent.
9813         (wl-summary-sync-marks): Changed argument for
9814         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9815         (wl-summary-virtual): Use `elmo-read-search-condition'.
9816         (wl-summary-redisplay-internal): If folder is local, mark as read
9817         even when folder is plugged.
9818
9819 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9820
9821         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9822         of `tool-bar-lines' in the frame parameters.
9823         (after-make-frame-functions, post-command-hook): Don't modify the
9824         value.
9825         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9826         wl-e21-tool-bar-lines): Removed.
9827
9828 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9829
9830         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9831         properties `evaporate' and `wl-momentary-overlay' as well.
9832         (wl-highlight-summary-displaying): Ditto.
9833         (wl-delete-all-overlays): Don't delete overlay which does not have
9834         a property `wl-momentary-overlay'.
9835
9836         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9837         `display-mouse-p' and `display-graphic-p'.
9838         (wl-folder-init-icons): Don't search for XBM or the other files.
9839         (wl-plugged-set-folder-icon): Make icons if and only if
9840         `display-graphic-p' returns non-nil.
9841         (wl-highlight-plugged-current-line): Use `before-string' overlay
9842         property to show icon images.
9843         (wl-highlight-folder-current-line): Ditto.
9844         (wl-e21-highlight-folder-group-line): Ditto.
9845         (wl-e21-highlight-folder-by-numbers): Ditto.
9846         (wl-e21-insert-image): Removed.
9847         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9848         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9849         said.
9850         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9851         `wl-e21-force-switch-toolbar'.
9852         (wl-e21-make-icon-image): Removed.
9853         (wl-e21-setup-toolbar): Don't search for XBM files.
9854         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9855         the default value.
9856
9857 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9858
9859         * wl-util.el (wl-biff-check-folder-async): Set
9860         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9861
9862 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9863
9864         * wl-e21.el (after-make-frame-functions): Add
9865         `wl-e21-force-switch-toolbar'.
9866         (wl-e21-force-switch-toolbar): New function force to switch the
9867         toolbar appearance automatically.
9868         (post-command-hook): Add `wl-e21-switch-toolbar'.
9869         (wl-e21-switch-toolbar): New function to switch the toolbar
9870         appearance automatically.
9871         (wl-e21-tool-bar-lines): New buffer local variable.
9872
9873 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9874
9875         * wl-util.el (wl-biff-check-folders-running): New variable.
9876         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9877         (wl-biff-check-folder-async-callback):
9878         Set `wl-biff-check-folders-running'.
9879         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9880         with unwind-protect.
9881
9882         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9883         Enclose `wl-folder-auto-check' with unwind-protect.
9884
9885         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9886         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9887
9888         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9889
9890         * wl-util.el (wl-biff-notify): New inline function.
9891         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9892         locally.
9893         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9894         folder-list' is 1.
9895         Use `wl-biff-notify'.
9896         (wl-biff-check-folder-async-callback): New function.
9897         (wl-biff-check-folder-async): Ditto.
9898
9899         * wl-folder.el (wl-folder): Don't check folders.
9900         (wl-folder-auto-check): New function.
9901
9902 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9903
9904         * wl-util.el (wl-biff-start) [Emacs19+]:
9905         Use `timer-next-integral-multiple-of-time'.
9906         (wl-biff-check-folders): Use `wl-default-folder'
9907         if `wl-biff-check-folder-list' is nil.
9908
9909 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9910
9911         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9912         instead of `elmo-delete-lists'.
9913
9914 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9915
9916         * wl.el (wl-plugged-toggle-all): Set the value of
9917         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9918         (wl-plugged-toggle): Ditto.
9919         (wl-toggle-plugged): Ditto.
9920         (wl-plugged-init): Ditto.
9921
9922         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9923         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9924         instead of `wl-biff-state-indicator-off' and
9925         `wl-biff-state-indicator-on'; don't modify the value and the type
9926         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9927         (wl-plugged-init-icons): Set icons data to
9928         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9929         instead of `wl-plug-state-indicator-off' and
9930         `wl-plug-state-indicator-on'; don't modify the value and the type
9931         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9932
9933         * wl-vars.el (wl-modeline-biff-state-off,
9934         wl-modeline-biff-state-on, wl-modeline-biff-status,
9935         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9936         wl-modeline-plug-status): New internal variables.
9937         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9938         wl-biff-check-interval, wl-biff-check-folder-list): Change
9939         customization group from `wl-folder' to `wl-highlight'.
9940         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9941         wl-show-plug-status-on-modeline): Defcustomized.
9942
9943         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9944         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9945         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9946         a flag to `mode-line-buffer-identification'.
9947
9948         * wl-e21.el (wl-biff-init-icons): Set icons data to
9949         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9950         instead of `wl-biff-state-indicator-off' and
9951         `wl-biff-state-indicator-on'.
9952         (wl-plugged-init-icons): Set icons data to
9953         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9954         instead of `wl-plug-state-indicator-off' and
9955         `wl-plug-state-indicator-on'.
9956
9957 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9958
9959         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9960         excessive titles.
9961
9962 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9963
9964         * wl.el (wl-plugged-mode): Use revised
9965         `wl-mode-line-buffer-identification'.
9966         (wl-plugged-init): Don't use `force-mode-line-update'.
9967
9968         * wl-xmas.el (wl-draft-overload-functions): Use revised
9969         `wl-mode-line-buffer-identification'.
9970         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9971         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9972         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9973         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9974         `wl-make-plugged-hook';
9975         add `wl-folder-init-icons' and `wl-setup-folder' to
9976         `wl-folder-mode-hook'.
9977
9978         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9979         19 as well.
9980         (wl-mode-line-display-priority-list): New user option.
9981         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9982         Defcustomized.
9983         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9984         Add docs.
9985
9986         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9987         start.
9988         (wl-mode-line-buffer-identification): Revised as a function.
9989
9990         * wl-summary.el (wl-summary-mode): Use revised
9991         `wl-mode-line-buffer-identification'; don't call
9992         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9993         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9994         `wl-xmas-setup-summary'.
9995
9996         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9997         `wl-mode-line-buffer-identification'.
9998
9999         * wl-mule.el (wl-draft-overload-functions): Use revised
10000         `wl-mode-line-buffer-identification'.
10001
10002         * wl-folder.el (wl-make-plugged-alist): Don't call
10003         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10004         (wl-folder): Don't call `wl-folder-init-icons' directly.
10005         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10006         `wl-xmas-setup-folder' directly;
10007         use revised `wl-mode-line-buffer-identification'.
10008         (TopLevel): Don't bind `wl-biff-init-icons',
10009         `wl-plugged-init-icons', `wl-folder-init-icons',
10010         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10011
10012         * wl-e21.el (wl-draft-overload-functions): Use revised
10013         `wl-mode-line-buffer-identification'.
10014         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10015         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10016         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10017         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10018         `wl-make-plugged-hook';
10019         add `wl-folder-init-icons' and `wl-setup-folder' to
10020         `wl-folder-mode-hook'.
10021
10022 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10023             Katsumi Yamaoka    <yamaoka@jpl.org>
10024
10025         * wl.el (wl): Call `wl-biff-start'.
10026         (wl-exit): Call `wl-biff-stop'.
10027         (wl-plugged-mode): Show biff in modeline.
10028         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10029
10030         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10031         (wl-biff-init-icons): New function.
10032         (wl-plugged-init-icons): Don't make too much keymaps.
10033         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10034
10035         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10036         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10037         variables.
10038         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10039         options.
10040
10041         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10042         wl-biff-start, wl-biff-stop): New functions.
10043         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10044         (wl-biff-timer-name): New variable.
10045
10046         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10047
10048         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10049         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10050
10051         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10052         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10053
10054         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10055         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10056         `wl-folder-init-icons' to `ignore' if they are not available.
10057         (wl-folder-mode): Show biff in modeline.
10058
10059         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10060         (wl-biff-init-icons): New function.
10061         (wl-plugged-init-icons): Don't make too much keymaps.
10062         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10063
10064 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10065
10066         * wl-vars.el (wl-strict-diff-folders): Customization Type
10067         and doc fix.  Define as a list of regular expressions for
10068         folders or nil.
10069         * wl-folder.el (wl-folder-check-one-entity): Use
10070         `wl-string-match-member' instead of `wl-string-member' for
10071         `wl-strict-diff-folders'.
10072
10073 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10074
10075         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10076         (wl-highlight-folder-current-line): Use it; new implementation.
10077         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10078         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10079         `defsubst' instead of `defun'.
10080
10081         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10082         `wl-highlight-group-folder-by-numbers'; made it can also be a
10083         number.  See info for more details.
10084
10085         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10086         running.
10087
10088         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10089         to bind them.
10090
10091         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10092         (wl-highlight-folder-current-line): New implementation.
10093
10094         * wl-highlight.el (wl-highlight-folder-group-line): New
10095         implementation.
10096         (wl-delete-all-overlays): Rewrite as a marco.
10097         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10098
10099         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10100         running.
10101         (wl-folder-*-glyph): No need to bind them.
10102
10103         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10104         `wl-e21-highlight-folder-group-icon'; rewrite.
10105         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10106         `defsubst' instead of `defun'.
10107         (wl-folder-mode-map): Bind it when compiling.
10108
10109 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10110
10111         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10112
10113         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10114
10115 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10116
10117         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10118
10119 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10120
10121         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10122         (wl-highlight-folder-current-line): Use it.
10123
10124         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10125         in `id-name'.
10126
10127 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10128
10129         * wl.el: Require `wl-e21' when Emacs 21 is running.
10130
10131         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10132         default when Emacs 21 is running.
10133         (wl-use-highlight-mouse-line): Ditto.
10134         (wl-on-emacs21): New constant.
10135         (wl-on-emacs20): Removed.
10136
10137         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10138         Emacs 21 is running.
10139
10140         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10141         Emacs 21 is running.
10142
10143         * wl-e21.el: New file.
10144
10145 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10146
10147         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10148         (wl-toggle-plugged): Ditto.
10149         (wl-plugged-toggle): Ditto.
10150         (wl-plugged-toggle-all): Ditto.
10151
10152         * wl-vars.el (wl-plug-state-indicator): Refer
10153         `wl-plug-state-indicator-on' indirectly.
10154
10155 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10156
10157         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10158         Call `wl-folder-confirm-existence'.
10159
10160         * wl-folder.el (wl-folder-confirm-existence): Added optional
10161         argument `force'.
10162
10163 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10164
10165         * wl-summary.el (wl-summary-refile-subr): Assume
10166         `copy-or-refile' as symbol.
10167         (wl-summary-refile): Follow up above change.
10168         (wl-summary-copy): Ditto.  Doc fix.
10169
10170 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10171
10172         * wl-summary.el (wl-summary-pick): Don't bind
10173         `elmo-search-mime-charset'.
10174
10175         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10176         default using old backquote style.
10177         (wl-search-mime-charset): Abolished.
10178
10179         * wl-highlight.el (wl-highlight-headers):
10180         Call `point' after `re-search-forward'(for Nemacs).
10181
10182         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10183         for elmo-imap4.el.
10184
10185 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10186
10187         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10188         `wl-message-ignored-field-list' instead of
10189         `mime-view-ignored-field-list'.
10190
10191         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10192         Add interactive spec.
10193         (wl-folder-goto-bottom-of-current-folder): Ditto.
10194         (wl-folder-mode-map): Bind them.
10195
10196         * wl-vars.el (wl-message-ignored-field-list): New variable.
10197         (wl-message-visible-field-list): New variable.
10198
10199         * wl-mime.el (wl-mime-header-presentation-method): New function.
10200         (wl-mime-setup): Set header-presentation-method.
10201
10202 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10203
10204         * wl-nemacs.el (wl-draft-overload-functions): Set
10205         `mode-line-buffer-identification' instead of using
10206         `wl-make-modeline'.
10207
10208         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10209         instead of using `wl-make-modeline'.
10210
10211         * wl-xmas.el (wl-plugged-init-icons): Set up
10212         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10213         (wl-make-modeline): Abolish.
10214         (wl-draft-overload-functions): Set
10215         `mode-line-buffer-identification' instead of using
10216         `wl-make-modeline'.
10217
10218         * wl-util.el (wl-make-modeline-subr): Abolish.
10219         (wl-mode-line-buffer-identification): New alias.
10220
10221         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10222         (wl-summary-make-modeline): Abolish.
10223         (wl-summary-buffer-set-folder): Set
10224         `wl-summary-buffer-folder-indicator'.
10225         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10226         of using `wl-make-modeline'.
10227         (wl-summary-switch-to-clone-buffer): Don't set
10228         `mode-line-buffer-identification'.
10229         (wl-summary-goto-folder-subr): Ditto.
10230
10231         * wl-mule.el (wl-draft-overload-functions): Set
10232         `mode-line-buffer-identification' instead of using
10233         `wl-make-modeline'.
10234
10235         * wl-folder.el (wl-folder-mode): Set
10236         `mode-line-buffer-identification' instead of using
10237         `wl-make-modeline'.
10238         (wl-folder): Don't set `mode-line-buffer-identification'.
10239
10240 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10241
10242         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10243         instead of `member' for `wl-refile-guess-func-list' look-ups.
10244         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10245
10246 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10247
10248         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10249         `wl-message-button-dispatcher'.
10250
10251         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10252
10253         * wl-message.el (wl-message-button-dispatcher): Use it.
10254
10255         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10256         "In-Reply-To".
10257
10258         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10259         Bind `case-fold-search' to t.
10260
10261 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10262
10263         * wl-xmas.el (wl-message-overload-functions): Initialize
10264         `wl-message-button-map'.
10265
10266         * wl-mule.el (wl-message-overload-functions): Initialize
10267         `wl-message-button-map'.
10268
10269         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10270
10271         * wl-message.el (wl-message-button-map): New keymap.
10272         (wl-message-add-button): New function.
10273         (wl-message-button-dispatcher): New function.
10274         (wl-message-button-refer-article): New function.
10275
10276         * wl-highlight.el
10277         (wl-highlight-message-add-buttons-to-header): New function.
10278         (wl-highlight-headers): Use it.
10279
10280 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10281
10282         * wl-summary.el (wl-summary-default-from): Use
10283         `wl-address-get-petname-1'.
10284         (wl-summary-simple-from): Ditto.
10285
10286         * wl-address.el (wl-address-get-petname-1): New inline function.
10287         (wl-address-get-petname): Use it.
10288
10289 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10290
10291         * wl-summary.el (wl-summary-default-from): Return full-name part
10292         from the address if no petname was found.
10293         (wl-summary-simple-from): Ditto.
10294
10295         * wl-address.el (wl-address-get-petname): Return nil if no petname
10296         associated with the address was found.
10297
10298 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10299
10300         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10301         display is finished.
10302
10303 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10304
10305         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10306         `elmo-folder-exists-p' argument.
10307
10308 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10309
10310         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10311         the folder.
10312
10313 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10314
10315         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10316
10317         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10318         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10319
10320 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10321
10322         * wl-folder.el (wl-folder-create-subr): New function.
10323         (wl-folder-confirm-existence): Use it.
10324         (wl-folder-check-one-entity): Use it.
10325         Check the error symbol is derived from 'elmo-open-error.
10326
10327         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10328         `ignore-error'.
10329
10330 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10331
10332         * wl-util.el (toplevel): Add (eval-when-compile (require
10333         'elmo-util)).  (Maybe `provide' is typo.)
10334
10335 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10336
10337         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10338         (I don't know why this was needed.)
10339
10340         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10341         Follow up changes for stream-type.
10342
10343         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10344         (wl-draft-elmo-nntp-send): Ditto.
10345
10346         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10347         (wl-nntp-posting-stream-type): Ditto.
10348         (wl-pop-before-smtp-ssl): Abolished.
10349         (wl-nntp-posting-ssl): Ditto.
10350
10351         * wl-address.el (wl-address-quote-specials): New function.
10352         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10353
10354         * wl-draft.el (wl-draft-reply): Ditto.
10355
10356 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10357
10358         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10359         use function `wl-string-match-assoc'.
10360
10361 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10362
10363         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10364
10365         * wl-draft.el (wl-draft-deduce-address-list): New function.
10366         (wl-draft-parse-mailbox-list): Ditto.
10367         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10368         instead of `smtp-deduce-address-list'.
10369         (wl-draft-on-field-p): Follow group list.
10370
10371         * wl-address.el (wl-address-concat-token): New function.
10372         (wl-address-string-without-group-list-contents): Ditto.
10373         (wl-complete-field-body): Fixed problem of completion
10374         by japanese petname.
10375         (wl-address-make-completion-list): Rewrite.
10376
10377 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10378
10379         * wl-address.el (wl-address-make-completion-list): Completion by
10380         petname.
10381         (wl-complete-field-body): Likewise.
10382
10383 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10384
10385         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10386         contains invalid address syntax.
10387
10388 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10389
10390         * wl-folder.el (wl-folder-check-entity-async): Use
10391         `elmo-nntp-spec-hostname'.
10392
10393 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10394
10395         * wl-summary.el (wl-summary-msgdb-load-async): Use
10396         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10397
10398 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-draft.el (wl-draft-reply): Set argument
10401         `content-transfer-encoding' as nil.
10402
10403 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10404
10405         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10406         `wl-refile-alist'.
10407
10408 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10409
10410         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10411         (wl-draft-edit-string): Ditto.
10412         (wl-draft-forward): Ditto.
10413         * wl-summary.el (wl-summary-write): Ditto.
10414
10415 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10416
10417         * wl-summary.el (wl-summary-sync-update3): Call
10418         `wl-summary-buffer-number-column-detect'.
10419         (wl-summary-buffer-number-column-detect): Search from point-min.
10420
10421 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10424         contains an address which is not included in original to or cc.
10425
10426 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10427
10428         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10429         begin-line does not exist.
10430         * wl-message.el (wl-message-uu-substring): Ditto.
10431
10432 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10433
10434         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10435         clear local variables.
10436         (wl-summary-exit): Call `elmo-commit'.
10437         (wl-summary-switch-to-clone-buffer): Call
10438         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10439         (wl-summary-goto-folder-subr): Ditto.
10440
10441         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10442         POP folder.
10443
10444 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10445
10446         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10447         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10448         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10449         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10450         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10451         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10452
10453         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10454
10455 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10456
10457         * wl-summary.el (wl-summary-search-by-subject):
10458         Search parent message from the latest one.
10459
10460 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10461
10462         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10463         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10464
10465         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10466         New user option.
10467
10468         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10469         if elmo-nntp-use-killed-list is nil.
10470         Use `elmo-msgdb-append-to-killed-list'.
10471         (Append numbers confirmed as disappeared to the killed list.)
10472         (wl-summary-confirm-appends): Don't display negative number.
10473
10474 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10475
10476         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10477
10478 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10479
10480         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10481         range is `all'.
10482         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10483         `elmo-list-bigger-diff'.
10484
10485 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10486
10487         * wl-summary.el (wl-summary-buffer-exit-func):
10488         New buffer local variable.
10489         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10490
10491 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10492
10493         * wl-demo.el (wl-demo): Fix the last change.
10494
10495 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10496
10497         * wl-demo.el (wl-demo): Don't use `eval'.
10498
10499 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10500
10501         * wl-summary.el (wl-summary-buffer-thread-modified):
10502         New buffer-local variable.
10503         (wl-summary-set-thread-modified): New function.
10504         (wl-summary-thread-modified-p): New function.
10505         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10506         (wl-summary-yank-saved-message): Use function
10507         `wl-summary-set-thread-modified'
10508         (wl-summary-switch-to-clone-buffer): Add
10509         `wl-summary-buffer-thread-modified'.
10510
10511         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10512         (wl-summary-buffer-mark-saved-hook): Ditto.
10513         * wl-summary.el (wl-summary-msgdb-save): New hook
10514         `wl-summary-buffer-message-saved-hook' and
10515         `wl-summary-buffer-mark-saved-hook'.
10516
10517 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10518
10519         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10520
10521 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10522
10523         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10524         don't hide scroll bars under FSF Emacsen because it may incur an
10525         undesirable redrawing.
10526
10527 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10528
10529         * wl-draft.el (wl-draft-edit-string): Call
10530         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10531
10532 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10533
10534         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10535
10536 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10537
10538         * wl-summary.el (wl-summary-msgdb-load-async): Call
10539         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10540
10541 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10542
10543         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10544         fringes in demo buffer; center bitmap logo correctly even if old
10545         Mule is used.
10546
10547 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10548
10549         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10550
10551         * wl-refile.el (wl-refile-subject-alist): New variable.
10552         (wl-refile-subject-alist-file-name): Ditto.
10553         (wl-refile-alist-setup): Rewrite.
10554         (wl-refile-alist-save): Use `elmo-object-save'.
10555         Eliminated arguments.
10556         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10557         (wl-refile-guess-by-subject): New function.
10558         (wl-refile-guess-func-list): Added it.
10559
10560 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10561
10562         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10563         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10564
10565 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10566
10567         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10568         New buffer-local variable.
10569         (wl-summary-buffer-next-folder-func): Ditto.
10570         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10571         if non-nil.
10572         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10573         if non-nil.
10574         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10575         if non-nil.
10576         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10577         if non-nil.
10578
10579 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10580
10581         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10582         permanently in the demo buffer.
10583
10584 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10585
10586         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10587         `mime-entity-fetch-field'.
10588
10589         * wl.el (wl-exit): Delete plugged buffer.
10590
10591         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10592         XEmacs has menubar feature.
10593
10594 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10595
10596         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10597         cannot arrive at the beginning of the buffer under old Emacsen.
10598
10599 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10600
10601         * wl-address.el (wl-address-ldap-search):
10602         Call `ldap-search-entries' with `withdn' argument t.
10603         (wl-complete-field-body): Bind completion-ignore-case as t.
10604         Clear ldap search hash when it was sole completion.
10605         Use elmo-string for pattern string.
10606         (wl-ldap-alias-safe-string): Eliminated needless let.
10607
10608 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10609
10610         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10611         (wl-ldap-alias-sep): New constant.
10612         (wl-ldap-search-attribute-type-list): Ditto.
10613         (wl-ldap-get-value): New function.
10614         (wl-ldap-make-filter): Ditto.
10615         (wl-ldap-make-matched-value-list): Ditto.
10616         (wl-ldap-alias-safe-string): Ditto.
10617         (wl-ldap-register-dn-string): Ditto.
10618         (wl-address-ldap-search): Rewrite.
10619
10620 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10621
10622         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10623         thread is deleted.
10624         (wl-thread-delete-line-from-buffer): Ditto.
10625         (wl-thread-get-exist-children): New function.
10626
10627 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10628
10629         * wl-demo.el (wl-demo): Made it to select various image types.
10630         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10631         from `wl-title-logo'.
10632         (wl-logo-ascii): New variable.
10633         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10634         (wl-demo-copyright-notice): New constant.
10635
10636         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10637
10638 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10639
10640         * wl-vars.el (wl-summary-target-above): Renamed from
10641         wl-summary-temp-above.
10642         * wl-score.el (wl-score-get-score-alist): Use it.
10643         (wl-summary-score-update-all-lines): Use it.
10644         * wl-summary.el: Ditto. (make-variable-buffer-local).
10645
10646 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10647
10648         * wl-vars.el (wl-ldap-port): New user option.
10649
10650         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10651         Rewite whole implementation.
10652         (wl-complete-field-body): Fixed.
10653
10654 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10655
10656         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10657         Choose implementation at compile time.
10658
10659 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10660
10661         * wl-address.el (wl-ldap-search-internal): New function.
10662         (wl-complete-field-to): Use it.
10663
10664 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10665
10666         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10667         Use `let' instead of `let*'.
10668         Require 'wl-vars.
10669
10670         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10671         Define as defcustom.
10672         (wl-ldap-base): Ditto.
10673         (wl-use-ldap): Ditto.
10674
10675 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10676
10677         * wl-address.el (wl-ldap-search): New function.
10678         (wl-complete-field-body): Use `wl-ldap-search'.
10679         (wl-ldap-server): New variable.
10680         (wl-ldap-base): Ditto.
10681         (wl-use-ldap): Ditto.
10682
10683 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10684
10685         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10686         (Pointed out by Mito <mit@nines.nec.co.jp>).
10687         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10688         buffer-local variables like `wl-summary-redisplay-internal'.
10689         (wl-summary-redisplay-all-header): Likewise.  Update
10690         Summary view too.
10691
10692 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10693
10694         * wl-summary.el (wl-summary-jump-to-parent-message):
10695         Consider prefix argument.
10696
10697         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10698         when closed thread is deleted.
10699
10700 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10701
10702         * wl-summary.el (wl-summary-jump-to-parent-message):
10703         Consider thread modification.
10704
10705 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10706
10707         * wl-message.el (wl-message-normal-get-original-buffer): Use
10708         `save-excursion'.
10709
10710         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10711         (wl-summary-showto-folder-regexp): Ditto.
10712
10713 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10714
10715         * wl-util.el (wl-delete-alist): Doc fix.
10716         (wl-delete-associations): New function.
10717         (wl-inverse-alist): New function.
10718         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10719         Split temporary variables. Use `wl-delete-associations'
10720         and `wl-inverse-alist'.
10721         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10722
10723 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10724
10725         * wl-folder.el (wl-folder-prefetch-entity):
10726         Execute prefetching if new count is unknown.
10727
10728 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10729
10730         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10731
10732         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10733         delete entity.
10734         (wl-thread-set-parent): If insert as top, set linked as nil.
10735
10736         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10737         `wl-thread-cleanup-symbols' when view mode is thread.
10738
10739 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10740
10741         * wl-folder.el (wl-folder-create-folder-entity): Use
10742         with-current-buffer.
10743         (wl-local-folder-init): Call set-buffer to make sure we are in
10744         the Folder buffer. Don't touch buffer-local variables here.
10745         (wl-folder-mode): Initialize buffer-local variables here.
10746
10747         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10748         (wl-folder-entity-assign-id): Ditto.
10749         (wl-folder-create-entity-hashtb): Ditto.
10750         (wl-local-folder-init): Ditto.
10751         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10752
10753 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10754
10755         * wl-summary.el (wl-summary-default-from): Fix probrem when
10756         std11-extract-address-components return (nil "foo@bar").
10757
10758 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10759
10760         * wl-draft.el (wl-draft-clone-local-variables):
10761         Remove redundant `setq'.
10762
10763 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10764
10765         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10766         Bind wl-highlight-x-face-func as nil while highlighting header.
10767
10768 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10769
10770         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10771
10772 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10773
10774         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10775         elmo-msgdb-overview-hashtb from copy-variables.
10776         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10777         instead of `elmo-msgdb-overview-get-entity-by-number'.
10778         (wl-summary-auto-refile): Ditto.
10779
10780         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10781         `elmo-msgdb-overview-get-entity' instead of
10782         `elmo-msgdb-search-overview-entity'.  Use
10783         `elmo-msgdb-overview-get-entity' instead of
10784         `elmo-msgdb-overview-get-entity-by-number'.
10785         (wl-thread-insert-entity-sub): Ditto.
10786         (wl-thread-insert-message): Ditto.
10787
10788         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10789         `elmo-msgdb-overview-get-entity'.
10790         (wl-normal-message-redisplay): Ditto.
10791
10792 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10793
10794         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10795         `wl-thread-entities'.
10796         (wl-thread-delete-message): Fix remove top message from
10797         `wl-thread-entity-list'.
10798
10799         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10800         wl-append(nconc), because update-list is broken on Meadow.
10801
10802         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10803         updating process.
10804         (wl-summary-rescan): Ditto.
10805         (wl-summary-sync-update3): Ditto.
10806         * wl-thread.el (wl-thread-set-parent): Renamed from
10807         `wl-summary-set-parent'.
10808         (wl-thread-insert-message): Updating buffer faster.
10809         (wl-thread-delete-message): Updating buffer faster.
10810
10811         * wl-score.el (wl-summary-score-update-all-lines): Changed
10812         interval for display progress gauge.
10813
10814 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10815
10816         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10817         folder always-sticky.
10818         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10819         defmacro.
10820
10821 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10822
10823         * wl-vars.el (wl-draft-add-references): New user option.
10824
10825         * wl-draft.el (wl-draft-add-references): New function.
10826         (wl-draft-yank-from-mail-reply-buffer): Use it.
10827         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10828         as nil.
10829
10830 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10831
10832         * wl-thread.el (wl-thread-update-line-msgs): Called
10833         `wl-thread-update-line-on-buffer-sub'.
10834         (wl-thread-update-line-on-buffer): Delete routine of inserting
10835         thread.
10836         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10837         moved from `wl-thread-update-line-on-buffer'.
10838         Add threshold for displaying progress gauge.
10839         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10840         argument of `wl-thread-update-line-msgs'.
10841         Add threshold for displaying progress gauge.
10842         * wl-folder.el:
10843         Add threshold for displaying progress gauge.
10844         * wl-score.el: Ditto.
10845
10846         * wl-expire.el (wl-summary-expire): Display deleting info.
10847
10848 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10849
10850         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10851         `no-msg'.
10852         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10853         argument of `wl-thread-update-line-msgs'.
10854         (wl-summary-set-parent): Added optional argument `parent-number'.
10855         (wl-summary-buffer-saved-message): New buffer local variable.
10856         (wl-summary-save-current-message): New command.
10857         (wl-summary-yank-saved-message): Ditto.
10858         (wl-summary-mode-map): Added key binding for
10859         `wl-summary-save-current-message' (\ew) and
10860         `wl-summary-yank-saved-message' (\C-y).
10861         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10862
10863 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10864
10865         * wl-summary.el (wl-summary-mode-map): Added key binding for
10866         `wl-summary-set-parent' (ts).
10867
10868 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10869
10870         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10871         subject faster. If thread number is reverse, delayed updating
10872         thread.
10873         (wl-summary-search-by-subject): Ditto.
10874         (wl-summary-put-alike): Ditto.
10875         (wl-summary-get-alike): Ditto.
10876         (wl-summary-insert-headers): Insert header of all overview in
10877         buffer.
10878         (wl-summary-rescan): Delayed updating thread. Kill search subject
10879         buffer for wl-summary-search-by-subject.
10880         (wl-summary-sync-update3): Ditto.
10881         (wl-summary-exit): Ditto.
10882         (wl-summary-goto-bottom-of-current-thread): Change for linked
10883         thread.
10884         (wl-summary-overview-create-summary-line): Change line for linked
10885         thread.
10886
10887         * wl-summary.el (wl-summary-update-thread): Use
10888         wl-thread-maybe-get-children-num.
10889         (wl-summary-set-parent): If change parent, move sub thread.
10890         (wl-summary-redisplay-internal): Add horizontal recenter.
10891         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10892
10893         * wl-thread.el (wl-thread-entity-get-linked): New function.
10894         (wl-thread-entity-set-linked): New function.
10895         (wl-thread-create-entity): Add linked element.
10896         (wl-thread-entity-insert-as-top): Use wl-append.
10897         (wl-thread-maybe-get-children-num): If closing thread, return
10898         children msgs.
10899         (wl-thread-update-line-msgs): Displaying progress message.
10900         (wl-thread-update-line-on-buffer-sub): Use
10901         wl-thread-maybe-get-children-num.
10902         (wl-thread-update-line-on-buffer): If update line is not exists,
10903         insert thread.
10904         (wl-thread-delete-message): If delete top msg of thread, search
10905         parent by subject.
10906         (wl-thread-insert-entity): Use
10907         wl-thread-maybe-get-children-num.
10908
10909         * wl-highlight.el (wl-highlight-summary-current-line): change
10910         sregexp for linked thread.
10911         * wl-util.el (wl-count-lines): Count lines.
10912         (wl-horizontal-recenter): horizontal recenter.
10913         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10914         (wl-score-get-alike): Ditto.
10915         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10916         (wl-subject-length-limit): New variable.
10917         (wl-highlight-thread-indent-string-regexp): Changed for linked
10918         thread.
10919
10920 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10921
10922         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10923         New variable (revival).
10924         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10925         by subject matching if there's no in-reply-to nor references field
10926         (revival).
10927
10928 \f
10929 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10932         message.
10933
10934 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10935
10936         * wl-summary.el (wl-summary-reply): Return t if there was a
10937         message at cursor point.
10938         Added unwind-protect.
10939         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10940         returns t.
10941         (wl-summary-cancel-message): Do nothing when there's no message at
10942         cursor point.
10943         (wl-summary-forward): Ditto.
10944         (wl-summary-jump-to-parent-message): Ditto.
10945         (wl-summary-reedit): Ditto.
10946         (wl-summary-edit-addresses): Ditto.
10947         (wl-summary-pipe-message): Ditto.
10948         (wl-summary-print-message-with-ps-print): Ditto.
10949         (wl-summary-print-message): Ditto.
10950         (wl-summary-mark-as-important): Ditto.
10951         (wl-summary-mark-as-unread): Ditto.
10952
10953         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10954         message at cursor point.
10955         (wl-summary-reply-with-citation): Remove unwind-protect.
10956
10957         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10958         subject searching feature.
10959         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10960         Eliminated.
10961
10962 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10963
10964         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10965         New variable.
10966         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10967         by subject matching if there's no in-reply-to nor references field.
10968
10969         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10970
10971         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10972         when display is finished.
10973         (wl-folder-open-all): Ditto.
10974         (wl-folder-update-access-group): Ditto.
10975         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10976         * wl-thread.el (wl-thread-close-all): Ditto.
10977
10978         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10979         progress gauge only when it was displayed.
10980         * wl-folder.el (wl-folder-insert-entity): Ditto.
10981
10982 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10983
10984         * wl-summary.el (wl-summary-incorporate): Enclose
10985         `wl-summary-sync-force-update' with save-excursion.
10986
10987 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10988
10989         * wl-summary.el (wl-summary-prefetch-region):
10990         Pass current cursor point to `pos-visible-in-window-p' after
10991         moving cursor to the started point.
10992
10993 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10994
10995         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10996
10997         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10998         fields from the forwarding message.
10999         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11000         `ignored-fields'.
11001
11002 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11003
11004         * wl-mime.el (wl-message-request-partial):
11005         Eliminated argument `msgdb'.
11006         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11007         (wl-mime-combine-message/partial-pieces): Likewise.
11008         * tm-wl.el (wl-message-request-partial): Likewise.
11009         (wl-mime-combine-message/partial-pieces): Likewise.
11010
11011 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11012
11013         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11014         when display is finished.
11015
11016 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11017
11018         * wl-summary.el (wl-summary-goto-folder-subr):
11019         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11020
11021 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11022
11023         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11024         when cursor point is visible.
11025
11026 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11027
11028         * wl-expire.el (wl-expire-archive-get-max-number):
11029         Don't use `file-name-directory'.
11030
11031 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11032
11033         * wl-expire.el (wl-expire-archive-get-max-number):
11034         Use `file-name-directory'.
11035
11036 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11037
11038         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11039         only when there is progress.
11040
11041 2000-04-13  Mito <mit@nines.nec.co.jp>
11042
11043         * wl-summary.el (wl-summary-sync-marks): Display progress.
11044
11045 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11046
11047         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11048         (wl-summary-prev): Move cursor regardless of unread status.
11049         (wl-summary-next): Ditto.
11050
11051 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11052
11053         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11054         Added argument `target' and `number'.
11055         * tm-wl.el (wl-summary-burst-subr): New function.
11056         (wl-summary-burst): Use it.
11057
11058 2000-04-10  Mito <mit@nines.nec.co.jp>
11059
11060         * wl-mime.el (wl-burst): New function.
11061         (wl-summary-burst): Use it.
11062
11063 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11064
11065         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11066         as petname when there's no candidate.
11067
11068 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11069
11070         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11071         New variable.
11072         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11073
11074         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11075
11076         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11077
11078 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11079
11080         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11081         Use substring of `original' instead of buffer-substring.
11082         (wl-refile-evaluate-rule):
11083         Set `original' argument of wl-refile-expand-newtext.
11084
11085         * wl-summary.el
11086         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11087         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11088         (wl-summary-auto-refile): Check existence of destination folder just
11089         before marking.
11090
11091 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11092
11093         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11094         when wl-refile-get-field-value return nil.
11095
11096 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11097
11098         * wl-refile.el
11099         (wl-refile-expand-newtext): New function imported from Gnus.
11100         (wl-refile-evaluate-rule): Use it.
11101
11102 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11103
11104         * wl-summary.el (wl-summary-print-destination):
11105         Duplicate folder string to avoid putting text-property on
11106         original string.
11107
11108         * wl-refile.el (wl-refile-get-field-value): New function.
11109         (wl-refile-evaluate-rule): New function;
11110         Evaluate refile rule recursively.
11111         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11112         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11113         New function; Check existence of a target folder recursively.
11114         (wl-summary-auto-refile-check-refile-rule-alist):
11115         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11116
11117 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11118
11119         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11120
11121         * wl-folder.el (wl-create-folder-entity-from-buffer):
11122         Fixed problem when '}' character is contained in folder name.
11123
11124         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11125
11126 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11127
11128         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11129         (wl-fldmgr-add-completion-all-completions):
11130         Use wl-fldmgr-add-completion-hashtb.
11131
11132 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11133
11134         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11135         wl-fldmgr-add-completion-subr): New functions.
11136         * wl-folder.el (wl-folder-completion-func): New variable.
11137         * wl-summary.el (wl-summary-read-folder):
11138         Use wl-folder-completion-func.
11139
11140         * wl-refile.el: Eliminate throw & catch.
11141
11142         * wl.el (wl-plugged-sending-queue-status): Fixed.
11143
11144 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11145
11146         * wl-draft.el (wl-draft): Put category property on
11147         mail-header-separator.