* wl-action.el (wl-summary-auto-refile): Use `goto-char' instead of `goto-line'.
[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 2009-12-16  Lloyd Zusman <ljz@asfast.com>
9
10         * wl-summary.el (wl-summary-detect-mark-position): Force
11         the temporary buffer to enable the use of multibyte characters
12         within searches [wl-en:2460].
13
14 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
15
16         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
17         of `beginning-of-buffer'.
18
19 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
20
21         * wl-summary.el (wl-summary-display-raw): New function, display
22         message in raw format.
23
24 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
25
26         * Version number is increased to 2.15.7.
27
28 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
29
30         * wl-summary.el (wl-summary-previous-message-number): New function.
31         (wl-summary-next-message-number): Ditto.
32         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
33         `wl-summary-next-message-number'.
34         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
35         Inline temporary variable `cur-id'.
36         (wl-summary-get-next-unread-folder): Ditto.
37         (wl-summary-get-next-folder): Ditto.
38         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
39
40 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
41
42         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
43
44 2008-09-05  Kenichi Okada  <okada@opaopa.org>
45
46         * wl-summary.el (wl-summary-buffer-folder-name)
47         (wl-draft-config-body-goto-header): Use backquote instead of quote.
48         * wl-draft.el (wl-draft-body-goto-top)
49         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
50
51 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
52
53         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
54         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
55
56 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
57
58         * wl-expire.el: Fix Comentary section.
59
60 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
61
62         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
63         Require mime-parse, elmo-mime, and wl-util.
64
65         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
66
67         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
68
69 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
70
71         * wl-template.el: Require elmo-util and wl-vars.
72
73         * wl-mime.el (wl-mime-display-header): Revert last change.
74         Remove `delete-matching-lines "^$"'.
75
76 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * wl-mime.el (wl-define-dummy-functions): Split
79         `eval-when-compile' form for avoid error; when `make
80         compile-strict.
81
82         * wl-util.el: Move (eval-when-compile (require 'static)).
83         * wl-dnd.el: Add (eval-when-compile (require 'static)).
84         * wl-message.el: Ditto.
85
86         * wl-mime.el (wl-message-delete-current-part): Use
87         `insert-buffer-substring' instead of `insert-buffer'.
88         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
89         * wl-draft.el (wl-draft-generate-clone-buffer)
90         (wl-draft-do-mime-bcc): Ditto.
91
92         * wl-address.el: Add (eval-when-compile (require 'cl)).
93         * wl-addrmgr.el: Ditto.
94         * wl-mime.el: Ditto.
95         * wl-util.el: Ditto.
96         * wl-score.el: Ditto.
97
98 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
99
100         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
101         `string-to-int'.
102
103         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
104         `string-to-int'.
105
106         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
107         `string-to-number' instead of `string-to-int'.
108
109         * wl-summary.el (wl-summary-get-list-info)
110         (wl-summary-message-number): Use `string-to-number' instead of
111         `string-to-int'.
112
113         * wl-score.el (wl-score-overview-entity-get-lines)
114         (wl-score-set-mark-below, wl-score-set-expunge-below)
115         (wl-summary-increase-score, wl-score-get-header-entry): Use
116         `string-to-number' instead of `string-to-int'.
117
118         * wl-folder.el (wl-folder-update-diff-line): Use
119         `string-to-number' instead of `string-to-int'.
120
121         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
122         instead of `string-to-int'.
123
124         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
125         instead of `string-to-int'.
126
127         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
128         `string-to-int'.
129
130 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
131
132         * wl-util.el (wl-match-string, wl-match-buffer)
133         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
134         (wl-kill-buffers, wl-local-variable-p)
135         (wl-line-formatter-setup): New backquote style.
136         (wl-count-lines): Use quote instead of backquote.
137
138         * wl-summary.el (wl-summary-buffer-folder-name)
139         (wl-summary-get-alike): Use quote instead of backquote.
140         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
141         backquote style.
142
143         * wl-message.el (wl-message-buffer-cache-buffer-get)
144         (wl-message-buffer-cache-folder-get)
145         (wl-message-buffer-cache-message-get)
146         (wl-message-buffer-cache-entry-make)
147         (wl-message-buffer-cache-hit): New backquote style.
148
149         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
150         backquote.
151         (wl-folder-unread-regex, wl-folder-entity-exists-p)
152         (wl-folder-clear-entity-info)
153         (wl-folder-get-entity-info, wl-folder-set-entity-info)
154         (wl-folder-elmo-folder-cache-get)
155         (wl-folder-elmo-folder-cache-put): New backquote style.
156
157         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
158         (wl-fldmgr-assign-id): Ditto.
159         (wl-fldmgr-delete-line): Use quote instead of backquote.
160         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
161
162         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
163         (wl-draft-set-sent-message): New backquote style.
164         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
165         (wl-draft-config-body-goto-header): Use quote instead of backquote.
166
167 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168
169         * wl-address.el (wl-address-concat-token): Fix typo.
170
171 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
174         (wl-score-get-alike): Ditto.
175
176         * wl-vars.el: New backquote style.
177         (wl-message-header-button-alist): Use quote instead of backquote.
178
179         * wl.el (wl-plugged-string): New backquote style.
180
181         * wl-address.el (wl-address-concat-token): New backquote style.
182
183         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
184
185 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
186
187         * wl-highlight.el (wl-highlight-folder-opened-regexp)
188         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
189
190         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
191         in the character alternative.
192
193 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * Version number is increased to 2.15.6.
196
197 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
198
199         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
200         optional 3rd argument of epg-context-set-progress-callback; it was
201         temporarily removed in the Emacs trunk due to copyright problem.
202         (wl-mime-pgp-verify-region-with-epg): Ditto.
203
204 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
205
206         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
207
208 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
209
210         * wl-util.el (wl-biff-check-folders): Set biff flag.
211         (from Naoto Morishima [wl:14031])
212
213 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
214
215         * wl.el (wl-plugged-server-indent): Use quote instead of
216         backquote.
217
218 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
219
220         * wl-score.el (wl-score-insert-header): Add guard for
221         `std11-unfold-string'.
222         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
223         TYPE artgument when TO or CC field.
224
225 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
226
227         * wl-summary.el (wl-summary-goto-folder-subr): Call
228         `elmo-folder-close' instead of `elmo-folder-commit' if discard
229         current summary.
230
231 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-util.el (wl-read-shell-commande): New function or alias.
234
235         * wl-summary.el (wl-summary-pipe-message): Use
236         `wl-read-shell-command' instead of `read-string'.
237         (wl-summary-target-mark-pipe): Ditto.
238
239 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
240
241         * wl-summary.el (wl-summary-reply): Fix docstring.
242         * wl-draft.el (wl-draft-reply): Ditto.
243
244 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
245
246         * wl-mime.el (wl-summary-extract-attachments): New command.
247         (wl-summary-extract-attachments-1): New internal function.
248
249 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-expire.el (wl-expire-folder): New function (split from
252         wl-summary-expire).
253         (wl-summary-expire): Use it. Add argument `all' instead of remove
254         `nolist'. Cause an error only if this function is calling
255         interactively.
256
257 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-expire.el (wl-expire-refile): Display progress message.
260         (wl-summary-expire): Simplify.
261
262         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
263         unused argument `deleting-info'.
264
265 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266
267         * wl-vars.el (wl-message-popup-buffers): New user option.
268
269         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
270         (wl-message-delete-popup-windows): New function that substitues
271         above one.
272         (wl-mime-setup): Follow the above change.
273
274 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
275
276         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
277
278 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
279
280         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
281         "tkm" to wl-thread-spam.
282
283 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-thread.el (wl-thread-entity-insert-as-children): Use
286         wl-thread-entity-set-children.
287         (wl-thread-insert-message, wl-thread-insert-entity-sub,
288         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
289         Use wl-thread-entity-get-*.
290
291 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-mime.el (wl-epg-progress-callback): New function.
294         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
295         with `elmo-with-progress-display'. Set a progress callback
296         function to epg-context.
297         (wl-mime-pgp-verify-region-with-epg): Ditto.
298
299 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-util.el (wl-completing-read-multiple): Define as an alias of
302         `completing-read-multiple' if emacs-version is not less than 22.
303
304 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
307         change.
308
309 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-summary.el (wl-summary-sync-update): Move
312         `wl-thread-update-indent-string-thread' to outside of
313         `elmo-with-progress-display'.
314
315 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-message.el (wl-message-exit): Check buffer existence.
318
319 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-util.el (wl-simple-display-progress): New function.
322         (wl-display-progress-with-gauge): Ditto.
323         (wl-progress-callback-function): Ditto.
324
325         * wl.el (wl-init): Set `elmo-progress-callback-function' as
326         `wl-progress-callback-function'
327
328         * wl-vars.el (wl-display-progress-threshold): New user option.
329         (wl-display-progress-function): Ditto.
330
331         * Version number is increased to 2.15.5.
332
333 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-thread.el (wl-thread-close-children): New function.
336         (wl-thread-open-children): Ditto.
337         * wl-action.el (wl-summary-set-mark): Redo the last change by
338         using it.
339
340         * wl-action.el (wl-summary-set-mark): Undo the last change.
341         Forbid interactive call.
342
343 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
344
345         * wl-mime.el (wl-define-dummy-functions): New macro.
346         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
347         `wl-mime-pgp-decrypt-region'.
348         (wl-mime-pgp-verify-region-with-epg): Renamed from
349         `wl-mime-pgp-verify-region'.
350         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
351         `wl-mime-pgp-decrypt-region'.
352         (wl-mime-pgp-verify-region-with-pgg): Renamed from
353         `wl-mime-pgp-verify-region'.
354         (wl-mime-pgp-decrypt-region): New function; To select dispatch
355         function at runtime.
356         (wl-mime-pgp-verify-region): Ditto.
357
358         * wl-vars.el (wl-use-pgp-module): New user option.
359
360 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
363         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
364
365 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
368         even if there are target marks only.
369
370 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * Version number is increased to 2.15.4.
373
374 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
375
376         * wl-folder.el (wl-folder-check-one-entity): Simplify.
377
378 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
379
380         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
381         variable.
382
383 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
384
385         * wl-spam.el (wl-thread-test-spam): New function.
386         (wl-spam-setup): Bind "tkc".
387
388 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
389
390         * wl-expire.el (wl-folder-expire-entity): Rewite without
391         `wl-summary-goto-folder-subr'.
392         (wl-folder-expire-current-entity): Don't kill summary buffer.
393
394 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
395
396         * wl-folder.el (wl-folder-sync-entity): Rewrite without
397         `wl-summary-goto-folder-subr'.
398         (wl-folder-mark-as-read-all-entity): Likewise.
399
400         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
401
402 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
403
404         * wl-thread.el (wl-thread-force-open): Arranged.
405
406 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
409         from regexp.
410
411         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
412         (wl-read-search-condition-internal): Append them.
413
414 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
415
416         * wl-vars.el (wl-additional-search-condition-fields):
417         New user option.
418
419         * wl-util.el (wl-search-condition-fields): New function; export
420         from `wl-read-search-condition-internal'.
421         (wl-read-search-condition-internal): Use it.
422
423         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
424
425 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
426
427         * wl-summary.el (wl-summary-define-sort-command): New function.
428         (wl-summary-sort-by-date, wl-summary-sort-by-number)
429         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
430         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
431         define by `wl-summary-define-sort-command' at runtime.
432
433         * wl.el (wl-init): Call wl-summary-define-sort-command.
434
435 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
436
437         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
438         properties at the decrypting region.
439
440 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
441
442         * wl-util.el (wl-find-region): New function.
443
444         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
445         coding system.
446         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
447         property `wl-mime-decoded-coding-system'.
448         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
449         property `wl-mime-decoded-coding-system' to encode text.
450
451         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
452         message.
453         (wl-mime-pgp-verify-region): Ditto.
454
455 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
458         buffer. Use epa-display-verify-result.
459
460 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-draft.el (wl-draft-send): Continue even if setting parent
463         flag was failed.
464
465 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-message.el (wl-message-flag-indicator): Fixed the problem
468         of returning string only of parentheses.
469
470 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-summary.el (wl-summary-write): Add argument `folder'.
473         (wl-summary-write-current-folder): Change argument `folder' from
474         optional to require.
475         (wl-summary-get-buffer): Return the buffer associated folder only.
476
477         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
478         change.
479         (wl-folder-toggle-disp-summary): Ditto.
480
481         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
482         current summary as parent-folder.
483
484 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-draft.el (wl-draft-reedit): Don't overwrite
487         wl-draft-parent-folder.
488
489 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
492         (wl-mime-pgp-verify-region): Ditto.
493         (wl-message-decrypt-pgp-nonmime): Use the above function.
494         (wl-message-verify-pgp-nonmime): Likewise.
495         (wl-mime-preview-application/pgp): Likewise.
496
497 2006-04-20  Kenichi Okada  <okada@opaopa.org>
498
499         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
500         Fix about the order of `wl-nntp-posting-port' and
501         `wl-nntp-posting-stream-type'.
502         * wl.el (wl-plugged-port-label-alist): Add smtp.
503
504 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-summary.el (wl-summary-message-status): New macro.
507
508         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
509         (wl-summary-killed-mark): New user option.
510
511         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
512         API change.
513         (wl-thread-insert-entity-sub): Ditto.
514         (wl-thread-recover-messages): New command.
515
516         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
517         Don't call `wl-highlight-summary-current-line' directly.
518         (wl-summary-buffer-attach): Connect to signal `status-changed'
519         instead of `cache-changed'.
520         (wl-summary-buffer-detach): Follow the above change.
521         (wl-summary-detect-mark-position): Follow the API change.
522         (wl-summary-rescan-message): Ditto.
523         (wl-summary-insert-sequential): Ditto.
524         (wl-summary-update-thread): Ditto.
525         (wl-summary-message-mark): Ditto.
526         (wl-summary-persistent-mark): Ditto.
527         (wl-summary-create-line): Ditto.
528         (wl-summary-prefetch-region-no-mark): Call
529         `wl-summary-persistent-mark' with number.
530         (wl-summary-recover-messages-region): New command.
531         (wl-summary-target-mark-recover): Ditto.
532         (wl-summary-recover-message): Ditto.
533         (wl-summary-persistent-mark-string): Add argument `status' instead
534         of remove arguments `flags' and `cached'.  Treat killed status.
535         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
536
537         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
538         (wl-highlight-summary-line-face-spec): Treat killed status.
539         (wl-highlight-summary-line-string): Follow the API change.
540         (wl-highlight-summary-current-line): Ditto.
541
542         * Version number is increased to 2.15.3.
543
544 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
547         of symbolp to test whether the condition is function.
548
549 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
550
551         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
552         to nil.
553
554 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-summary.el (wl-summary-buffer-message-ring): New internal
557         variable.
558         (wl-summary-buffer-last-displayed-msg): Abolish.
559         (wl-summary-push-message): New function.
560         (wl-summary-pop-message): Ditto.
561         (wl-summary-goto-folder-subr): Reset
562         `wl-summary-buffer-message-ring'.
563         (wl-summary-pop-to-last-message): New command.
564         (wl-summary-goto-last-displayed-msg): Call
565         wl-summary-pop-to-last-message if optional argument is non-nil or
566         the last command is itself.
567         (wl-summary-redisplay-internal): Push last message number into
568         `wl-summary-buffer-message-ring'.
569
570         * wl-vars.el (wl-summary-message-ring-max): New user option.
571
572 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
573
574         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
575         from `wl-draft-reply').
576         (wl-draft-reply): Use it.
577         (wl-draft-find-reply-headers): Avoid compile warning.
578
579 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
580
581         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
582
583 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * wl-message.el (wl-message-flag-indicator): New function.
586         (wl-message-redisplay): Use it.
587
588 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
589
590         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
591
592 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
595         instead of `read-event'.
596
597         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
598
599         * wl-mule.el (wl-read-event-char): Ditto.
600
601         * wl-e21.el (wl-read-event-char): Ditto.
602
603 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
606
607 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-vars.el (wl-draft-send-confirm-type): New user option.
610
611         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
612
613         * wl-draft.el (wl-draft-send-confirm): Confirmation by
614         `wl-draft-send-confirm-type'
615
616 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
617
618         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
619         Avoid error when the buffer name is already used.
620
621 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
622
623         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
624         the change of elmo-nmz -> elmo-search.
625         (wl-highlight-summary-line-help-echo-alist): Ditto.
626         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
627         (wl-nmz-folder-icon): Define as obsolete.
628         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
629         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
630
631 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-summary.el (wl-summary-get-list-info): Rewrite with
634         `elmo-find-list-match-value'
635
636 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-summary.el (wl-summary-get-list-info): Optimize.
639         Use List-Id and List-Post also.
640
641 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
644
645 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
646
647         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
648
649 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
650
651         * wl-util.el (wl-completing-read-multiple-1): New internal function.
652         (wl-completing-read-multiple-2): Ditto.
653         (wl-completing-read-multiple): Define use above functions.
654
655         * wl-summary.el (wl-summary-sort): Removed the workaround for a
656         bug of `completing-read-multiple' about default value.
657
658         * wl-xmas.el (wl-completing-read-multiple): Removed.
659
660         * wl-mule.el (wl-completing-read-multiple): Ditto.
661
662         * wl-e21.el (wl-completing-read-multiple): Ditto.
663
664 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-util.el (wl-filter-associations): New function.
667
668         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
669         (wl-spam-ignored-folder-list): Ditto.
670         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
671         (wl-spam-string-member-p): New function.
672         (wl-spam-domain): Use it.
673         (wl-spam-split-numbers): New function.
674         (wl-spam-apply-partitions): Ditto.
675         (wl-spam-register-spam-messages): Use `folder' instead of
676         `wl-summary-buffer-elmo-folder'.
677         (wl-spam-register-good-messages): Ditto.
678         (wl-summary-exec-action-spam): Decide a domain by real folder of
679         message.
680         (wl-summary-exec-action-refile-with-register): Likewise.
681
682 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
683
684         * wl-e21.el (wl-e21-find-image): New function.
685         (wl-e21-setup-toolbar): Use it instead of `find-image'.
686         (wl-e21-highlight-folder-group-line): Ditto.
687         (wl-folder-init-icons): Ditto.
688         (wl-plugged-init-icons): Ditto.
689         (wl-biff-init-icons): Ditto.
690
691 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
694         (wl-inhibit-save-drafts): New internal variable.
695         (wl-disable-auto-save): Ditto.
696         (wl-save-drafts): Treat above variables.
697         (wl-auto-save-drafts): New function.
698         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
699         `wl-stop-save-drafts'.
700         (wl-start-save-drafts): New function.
701         (wl-stop-save-drafts): Ditto.
702         (wl-set-auto-save-draft): New command.
703
704         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
705         `wl-set-save-drafts'.
706
707 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
710         `make-local-variable' instead of `make-variable-buffer-local'.
711
712 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
715
716 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
719
720 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
721
722         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
723         of working buffer.
724
725 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
728
729         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
730         value into recipients; Bind `wl-draft-remove-group-list-contents'
731         as nil.
732
733 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
734
735         * wl-summary.el (wl-summary-sort): Fixed the last change.
736
737         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
738         (wl-summary-sort-messages): Ditto.
739         (wl-summary-rescan): Use it.
740         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
741         `completing-read'; Append candidates for reverse order.
742
743 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * Version number is increased to 2.15.2.
746
747 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
748
749         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
750         "Smaller".
751         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
752
753 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
754
755         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
756
757 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
758
759         * wl-vars.el (wl-draft-additional-header-alist): Add into the
760         customize group `wl-draft'.
761         (wl-draft-add-in-reply-to): Move customize group from `wl' to
762         `wl-draft'.
763         (wl-draft-add-references): Ditto.
764
765         * wl-action.el (wl-summary-print-argument): Rename argument from
766         `folder' to `data'.
767
768 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-summary.el (wl-summary-rescan-message): Call
771         `wl-thread-cleanup-symbols' before insert thread.
772
773 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl.el (wl-init): Set `elmo-get-folder-function' as
776         `wl-folder-make-elmo-folder'.
777
778         * wl-spam.el (wl-summary-exec-action-spam): Use
779         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
780
781         * wl-folder.el (wl-folder-make-elmo-folder): New function.
782         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
783         `elmo-make-folder'.
784         (wl-folder-get-elmo-folder): Ditto.
785         (wl-folder-create-subr): Simplify.
786
787 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
790
791 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
794         contents in message buffer instead of original buffer. If optional
795         argument specified, ask coding system for encode.
796
797 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
798
799         * wl-spam.el (wl-summary-test-spam-region): New function.
800         (wl-spam-setup): Bind "rkc".
801
802 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
805
806 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
807
808         * wl-spam.el (wl-summary-test-spam): Fix typo.
809         (wl-message-check-spam): Ditto.
810
811 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-summary.el (wl-summary-default-from): Simplify.
814
815 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
816
817         * wl-action.el (wl-summary-exec-action-refile): Simplify.
818         (wl-summary-exec-action-copy): Ditto.
819         (wl-summary-auto-refile): Check existence of temporary mark.
820
821 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-summary.el (wl-summary-create-line): Use
824         `elmo-time-to-datevec'.
825
826         * wl-expire.el (wl-expire-archive-date): Ditto.
827         (wl-expire-localdir-date): Ditto.
828
829         * wl-util.el (wl-day-number): Abolish.
830
831         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
832         of `wl-day-number'.
833         (wl-score-followup): Ditto.
834         (wl-score-add-followups): Ditto.
835         (wl-score-get-latest-msgs): Ditto.
836         (wl-score-get-header-entry): Ditto.
837         (wl-score-edit-insert-date): Ditto.
838
839 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
840
841         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
842         `elmo-message-entity-field' with 2nd argument `type'.
843
844 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
845
846         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
847
848 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
849
850         * wl-thread.el (wl-thread-delete-message): Delete descendant
851         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
852
853 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
854
855         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
856
857 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
860         `Access folder'.
861
862 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-vars.el (wl-access-folder-icon): New user option.
865
866         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
867         `Access folder'.
868
869 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-summary.el (wl-summary-buffer-set-folder): Use
872         `wl-folder-mime-charset'.
873
874         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
875         `mime-charset'.
876         (wl-folder-get-elmo-folder): Ditto.
877         (wl-folder-mime-charset): New function.
878
879 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-util.el (wl-parse-addresses): Define alias of
882         `elmo-parse-addresses' (move to `elmo-util.el').
883
884         * wl-summary.el (wl-summary-default-from): Follow the API change.
885         (wl-summary-overview-entity-compare-by-date): Ditto.
886         (wl-summary-overview-entity-compare-by-from): Ditto.
887         (wl-summary-get-list-info): Get value of `ml-info' field from
888         entity at first.
889         (wl-summary-rescan-message): Treat prefix argument.
890         (wl-summary-prefetch-msg): Follow the API change.
891         (wl-summary-search-by-subject): Ditto.
892         (wl-summary-insert-thread): Ditto.
893         (wl-summary-line-subject): Ditto.
894         (wl-summary-line-from): Ditto.
895         (wl-summary-create-line): Ditto.
896         (wl-summary-print-message-with-ps-print): Ditto.
897
898         * wl-score.el (wl-score-ov-entity-get): Ditto.
899         (wl-score-followup): Ditto.
900         (wl-score-add-followups): Use `elmo-message-entity-field' instead
901         of `car'.
902         (wl-score-get-latest-msgs): Follow the API change.
903         (wl-score-get-header): Ditto.
904
905         * wl-refile.el (wl-refile-learn): Ditto.
906         (wl-refile-subject-learn): Ditto.
907         (wl-refile-get-field-value): Ditto.
908         (wl-refile-guess-by-history): Ditto.
909         (wl-refile-guess-by-subject): Ditto.
910
911         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
912
913         * wl-expire.el (wl-expire-date-p): Removed.
914         (wl-expire-archive-date): Follow the API change.
915         (wl-expire-localdir-date): Ditto.
916         (wl-summary-expire): Ditto.
917
918         * Version number is increased to 2.15.1.
919
920 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
921
922         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
923         group is access or not (it is not strict, like wl-fldmgr-rename).
924
925 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
926
927         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
928         duplicate call of `wl-summary-print-argument' on the wrong line.
929
930 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
933         even if argument `number' is nil.
934         (wl-summary-insert-line): Print action argument if current message
935         has it.
936
937 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
940         (wl-draft-reply): Ditto.
941         (wl-draft): Add optional argument `parent-number' and call
942         `wl-draft-create-buffer' with it.
943         (wl-draft-create-buffer): Add optional argument
944         `parent-number'. Set wl-draft-parent-number as it.
945
946 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
947
948         * wl-folder.el (wl-folder-set-persistent-mark): If summary
949         buffer is not for given folder, don't use it.
950
951 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
952
953         * Version number is increased to 2.15.0.
954
955 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
956
957         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
958
959         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
960         (wl-highlight-get-face-by-name): New internal function.
961         (wl-highlight-summary-line-face-spec): Use it and fixed.
962
963 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-sync-update): Use
966         `elmo-message-entity-field' instead of `car' to get message-id
967         from overview entity.
968
969         * wl-summary.el (wl-summary-rescan-message): Call
970         `wl-highlight-summary-displaying' when displaying a message.
971
972 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
973
974         * wl-draft.el (wl-draft-config-info-filename): Extracted from
975         `wl-draft-config-info-operation'.
976         (wl-draft-buffer-change-number): New function.
977         (wl-draft-rename-saved-config): Ditto.
978         * wl.el (wl-init): Connect slot for message-number-changed.
979         (toplevel): Add autoload for wl-draft-rename-saved-config.
980
981 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
984         `update-overview'
985         (wl-summary-buffer-detach): Disconnect from it.
986         (wl-summary-rescan-message): Use command.
987
988         * wl-message.el (wl-message-buffer-display): Use
989         `with-current-buffer' instead of `save-excursion'.
990
991 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
992
993         * wl-mime.el (wl-draft-preview-attributes-list): Protect
994         wl-draft-preview-attributes-list from distraction.
995
996 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
997
998         * wl-summary.el (wl-summary-sync-update): Sort the return value of
999         `elmo-list-diff'.
1000
1001 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el
1004         (wl-summary-edit-addresses-collect-candidate-fields): Use
1005         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1006
1007         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1008         instead of `elmo-set-work-buf'.
1009
1010         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1011         (wl-address-make-address-list): Ditto.
1012
1013         * Version number is increased to 2.13.3.
1014
1015 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1018         user option.
1019
1020         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1021         argument `5'.
1022
1023         * wl-message.el (wl-message-display-no-merge-p): New function.
1024         (wl-message-buffer-display): Check whether the message is
1025         reassembled and follow the API change.
1026
1027 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1030         multibyte on working buffer and removed unnecessary
1031         `buffer-disable-undo'.
1032
1033 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1034
1035         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1036         change.
1037
1038 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1039
1040         * wl-util.el (wl-read-search-condition-internal): Protect
1041         elmo-global-flags from distraction.
1042
1043 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1046
1047         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1048         (wl-summary-event-handler): Ditto.
1049         (wl-summary-update-persistent-mark-on-event): New
1050         function (renamed from `elmo-event-handler-flag-changed').
1051         (wl-summary-buffer-attach): New function.
1052         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1053         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1054         instead of `elmo-folder-add-handler'.
1055
1056         * Version number is increased to 2.13.2.
1057
1058 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1059
1060         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1061         and "\177" to the `wl-news-previous-page'.
1062         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1063         (wl-news-previous-page): New function.
1064
1065 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1068         instead of `write-region' and simplify.
1069
1070 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1071
1072         * wl-template.el (wl-template-select): Cause error if
1073         `wl-template-alist' is nil.
1074
1075 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1076
1077         * wl-news.el.in: Set file variable `no-byte-compile'.
1078
1079 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1082         whether a target message is within displaying area.
1083         (elmo-event-handler-cache-changed): Ditto.
1084
1085 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1086
1087         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1088         to `defun'.  Use `nconc' instead of `append' to collect descendant
1089         message numbers.
1090
1091 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1092
1093         * wl-thread.el (wl-thread-save-top-list)
1094         (wl-thread-save-entities): Use `with-temp-buffer'.
1095         * wl-news.el.in (wl-news-previous-version-load):
1096         (wl-news-previous-version-save): Ditto.
1097         * wl-summary.el (wl-summary-load-file-object)
1098         (wl-summary-save-view-cache): Ditto.
1099
1100 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-util.el (toplevel): Require 'elmo-flag'.
1103         (wl-read-search-condition): New function (Renamed from
1104         `elmo-read-search-condition').
1105         (wl-read-search-condition-internal): Likewise.
1106
1107         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1108         invalid.
1109         (wl-summary-pick): Use `wl-read-search-condition' instead of
1110         `elmo-read-search-condition'.
1111         (wl-summary-virtual): Ditto.
1112
1113         * wl-folder.el (wl-folder-virtual): Ditto.
1114         (wl-folder-pick): Ditto.
1115
1116         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1117
1118 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-summary.el (wl-summary-reedit): Call
1121         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1122
1123 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-mime.el (toplevel): Require wl-vars.
1126
1127         * wl-message.el (toplevel): Require cl at compile.
1128
1129         * wl-draft.el (toplevel): Require elmo.
1130
1131 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1132
1133         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1134         and do nothing when it is not positive.
1135         (wl-message-buffer-prefetch-next): Ditto.
1136
1137 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1138
1139         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1140         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1141         (wl-summary-redisplay-internal): Ditto.
1142
1143         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1144         message (the condition is borrowed from `wl-check-variables-2').
1145         (wl-summary-redisplay-internal): Ditto.
1146
1147 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl-mime.el (wl-draft-nntp-attribute): New function.
1150         (wl-draft-attribute-nntp-posting-server): Use it.
1151         (wl-draft-attribute-nntp-posting-port): Ditto.
1152
1153         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1154         (wl-draft-show-attributes-buffer): Ditto.
1155         (wl-draft-hide-attributes-buffer): Ditto.
1156         (wl-draft-attribute-newsgroups): Ditto.
1157         (wl-draft-attribute-nntp-posting-server): Ditto.
1158         (wl-draft-attribute-nntp-posting-port): Ditto.
1159         (wl-draft-preview-message): Use there functions.
1160
1161         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1162         value.
1163
1164 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1167         (wl-draft-reedit): Ditto.
1168         (wl-draft-queue-flush): Ditto.
1169
1170         * wl-mime.el (wl-message-request-partial): Ditto.
1171         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1172         instead of `elmo-message-fetch'.
1173
1174         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1175
1176         * wl-summary.el (wl-summary-message-string): Ditto.
1177
1178 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-util.el (wl-current-message-buffer): Follow the API change.
1181
1182         * wl-summary.el (wl-summary-redisplay-internal): Call
1183         `wl-summary-mark-as-read' with 2nd argument as nil and update
1184         unread count instead of persistent mark.
1185
1186         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1187         variable.
1188         (wl-message-redisplay): Follow the API change.
1189         (wl-message-buffer-display): Managed mime-entity directly and
1190         return preview buffer only.
1191         (wl-message-display-internal): Rewrite.
1192         (wl-message-buffer-prefetch-subr): Not save return value of
1193         `wl-message-buffer-display'.
1194
1195         * Version number is increased to 2.13.1.
1196
1197 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1200         'elmo-multiple-fields-body-list' with boundary specified.
1201
1202 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1205         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1206         cache if `wl-summary-resend-use-cache' is non-nil.
1207
1208 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1211         (wl-nntp-posting-stream-type): Ditto.
1212
1213 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1214
1215         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1216
1217 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1218
1219         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1220         message.
1221
1222 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1225         Abolish.
1226         (wl-summary-buffer-persistent-mark-version): New internal
1227         variable.
1228         (wl-summary-update-mark-and-highlight-window): Check by
1229         wl-summary-persistent-mark-invalid-p.
1230         (wl-summary-update-status-marks): Ditto.
1231         (elmo-event-handler-flag-changed): Rewrite.
1232         (elmo-event-handler-cache-changed): Define.
1233         (wl-summary-prefetch-msg): Does not update persistent mark here.
1234         (wl-summary-delete-cache): Ditto.
1235         (wl-summary-resume-cache-status): Ditto.
1236         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1237         (wl-summary-persistent-mark-invalid-p): New function.
1238         (wl-summary-validate-persistent-mark): Ditto.
1239         (wl-summary-validate-persistent-mark-string): Ditto.
1240         (wl-summary-invalidate-persistent-mark): Ditto.
1241         (wl-summary-update-persistent-mark): Call
1242         `wl-summary-validate-persistent-mark'.
1243         (wl-summary-create-line): Call
1244         `wl-summary-validate-persistent-mark-string'.
1245
1246         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1247         status as t if cache used.
1248
1249 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1250
1251         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1252         only if the target is group.
1253         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1254
1255 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1256
1257         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1258
1259 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1260
1261         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1262
1263         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1264
1265 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1266
1267         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1268         (Thanks to Yoichi NAKAYAMA).
1269
1270 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1271
1272         * wl-util.el (wl-save-drafts): Restore echo area.
1273
1274 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * Version number is increased to 2.13.0.
1277
1278         * wl-util.el (wl-biff-check-folder-async): Use
1279         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1280
1281 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-message.el (wl-message-display-internal): Does not put
1284         wl-message-display-type property on message buffer.
1285         (wl-message-buffer-display-type): New function.
1286
1287         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1288
1289         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1290         `wl-summary-buffer-detach'.
1291         (wl-summary-message-display-type): Use
1292         `wl-summary-buffer-display-type'.
1293
1294 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1297         buffer-local.
1298
1299         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1300         kill-buffer-hook instead of make-local-variable.
1301         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1302
1303 2004-12-12  Scott Renfro <scott@renfro.org>
1304
1305         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1306         regex for square-branket.
1307
1308 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1311         `wl-message-mime-analysis-p' with argument `header'.
1312
1313 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1314
1315         * wl-mime.el (wl-draft-yank-current-message-entity): 
1316         Switch to no-mime following method according to wl-message-display-type
1317         property.
1318         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1319
1320         * wl-message.el (wl-message-display-internal): 
1321         Put wl-message-display-type property on message buffer.
1322
1323         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1324         (wl-message-display-internal): Ditto;
1325
1326         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1327
1328 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1329
1330         * wl-message.el (wl-message-make-display-type): New function.
1331         (wl-message-display-type-property): Ditto.
1332         (wl-message-mime-analysys-p): Ditto.
1333         (wl-message-display-all-header-p): Ditto.
1334         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1335         added `display-type'.
1336         (wl-message-buffer-display): Likewise.
1337         (wl-message-display-internal): Likewise.
1338         (wl-message-buffer-display-type): Abolish.
1339         (wl-message-buffer-prefetch-subr): Follow the API changed.
1340
1341         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1342         from wl-summary-buffer-display-all-header and changed default value.
1343         (wl-summary-message-display-type): New function.
1344         (wl-summary-buffer-display-mime-mode): Ditto.
1345         (wl-summary-buffer-display-header-mode): Ditto.
1346         (wl-summary-toggle-mime): Rewrite with above functions.
1347         (wl-summary-toggle-all-header): Ditto.
1348         (wl-summary-redisplay): Force redisplay with default mode.
1349         (wl-summary-redisplay-internal): Renamed argument from `mode',
1350         `all-header' to `mime-mode', `header-mode'.
1351         Use `wl-message-make-display-type'.
1352
1353         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1354         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1355
1356 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1357
1358         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1359
1360 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1363         in original message buffer.
1364         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1365         buffer.
1366
1367 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1368
1369         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1370
1371 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1374
1375 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1376
1377         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1378         when actions succeeded.
1379         (wl-summary-exec-action-copy): Likewise.
1380
1381 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1384         there is switch-to-buffer at the end of wl-message-select-buffer.
1385         (wl-summary-reply): Ditto.
1386
1387 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1388
1389         * wl-summary.el (wl-summary-forward): Put subject in original
1390         message buffer as argument of wl-draft-forward.
1391         * wl-draft.el (wl-draft-forward): Decode subject as in
1392         wl-draft-reply.
1393
1394 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1395
1396         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1397         a folder under access group.
1398
1399 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1402         wl-message-buffer-display.
1403
1404         * wl-util.el (wl-set-save-drafts): Fix typo.
1405
1406 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1407
1408         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1409         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1410         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1411         the way to measure the width of a bitmap image; don't put face on
1412         ascii and bitmap images; put the mark which should not use the
1413         variable-pitch face on ascii and bitmap images.
1414         (wl-demo-setup-properties): Don't use the variable-pitch face on
1415         ascii and bitmap images; made it work on Emacs 20 and earlier.
1416         (wl-demo-insert-text): End with a newline at the bottom; don't put
1417         face on text.
1418
1419         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1420
1421 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1424
1425         * wl-util.el (wl-save-drafts): Moved from sample setting.
1426         (wl-set-save-drafts): New function to set idle timer.
1427         * wl-draft.el (wl-draft): Call it.
1428         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1429
1430 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1431
1432         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1433         a summary which has toggle display status off.
1434
1435 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-draft.el (wl-draft-do-fcc): No cache save.
1438
1439 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1440
1441         * wl-summary.el (elmo-event-handler-flag-changed): Use
1442         `set-buffer' instead of `with-current-buffer'.
1443
1444 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * wl-summary.el (wl-summary-after-resize-function): New function.
1447         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1448         window-size-change-functions.
1449
1450 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-draft.el (wl-draft-create-buffer): Bind
1453         `change-major-mode-hook' after current buffer is changed.
1454
1455         * wl-summary.el (wl-summary-buffer-detach): New function.
1456         (wl-summary-buffer-set-folder): Call it.
1457         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1458         change-major-mode-hook and kill-buffer-hook.
1459         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1460         (wl-summary-switch-to-clone-buffer): Ditto.
1461         (wl-summary-goto-folder-subr): Ditto.
1462
1463 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1464
1465         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1466         after boundp check.
1467
1468 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1469
1470         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1471         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1472         for `kill-buffer'.
1473
1474         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1475         handler of current buffer from elmo-folder.
1476
1477 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1478
1479         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1480
1481 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1482
1483         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1484         variable.
1485         (wl-summary-event-handler): New class.
1486         (elmo-event-handler-flag-changed): Define to update persistent
1487         mark.
1488         (wl-summary-buffer-set-folder): Register event handler to
1489         elmo-folder.
1490         (wl-summary-exit): Unregister event handler.
1491         (wl-summary-goto-folder-subr): Ditto.
1492         (wl-summary-mark-as-read-all): Does not call
1493         `wl-summary-update-persistent-mark' directly.
1494         (wl-summary-mark-as-read-internal): Ditto.
1495         (wl-summary-set-persistent-mark-internal): Ditto.
1496         (wl-summary-set-flags-internal): Ditto.
1497
1498         * Version number is increased to 2.11.33.
1499
1500 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1501
1502         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1503         to nil.
1504
1505 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1506
1507         * wl-spam.el (wl-spam-setup): Add hook
1508         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1509         instead of `wl-summary-prepare-hook'.
1510
1511         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1512         if folder type is `'flag'.
1513         (wl-summary-mark-as-important): Ditto.
1514
1515 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1516
1517         * wl-address.el (wl-address-minibuffer-history): New variable.
1518         (wl-address-minibuffer-local-map): New keymap.
1519         (wl-address-read-from-minibuffer): New function.
1520
1521         * wl-action.el (wl-summary-get-resend-address): Use
1522         `wl-address-read-from-minibuffer' instead of `completing-read'.
1523
1524 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * Version number is increased to 2.11.32.
1527
1528 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1531         without mule to iso-8859-1.
1532         (wl-draft-add-in-reply-to): Add note in description.
1533         (wl-draft-add-references): Ditto.
1534
1535 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1536
1537         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1538         definition for `m'.
1539         (wl-summary-mode-line-format): Add '[%m]'.
1540         (wl-message-mode-line-format-spec-alist): Ditto.
1541         (wl-summary-display-mime-mode-list): New variable.
1542
1543         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1544         from wl-summary-buffer-display-as-is.
1545         (wl-summary-buffer-display-all-header): New buffer local variable.
1546         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1547         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1548         instead of wl-summary-buffer-display-as-is.
1549         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1550         (wl-summary-set-persistent-mark): Ditto.
1551         (wl-summary-set-message-buffer-or-redisplay): Just call
1552         `wl-summary-redisplay-internal' without optional arguments.
1553         (wl-summary-toggle-mime): Rewrite.
1554         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1555         (wl-summary-toggle-all-header): New function.
1556         (wl-summary-redisplay-internal): Treat mime mode.
1557
1558         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1559         to wl-mime-preview-follow-no-mime.
1560         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1561         accodring to the display-mode.
1562
1563         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1564         (wl-message-buffer-display): Changed argument name from `as-is' to
1565         `mode'.
1566         (wl-message-display-internal): Ditto;
1567         Bind elmo-mime-display-header-analysis according to the mode.
1568         (wl-message-display-internal): Put wl-message-display-mime-mode
1569         property on entire buffer.
1570
1571 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1572
1573         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1574
1575 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1578         Don't extract mail address.
1579         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1580
1581         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1582
1583         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1584
1585 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1586
1587         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1588         wl-fldmgr-cut-entity-list on confirmation.
1589
1590 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1593         (wl-mime-quit-preview): Check existence of
1594         mime-edit-temp-message-buffer here.
1595
1596 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1599         after deletion.
1600
1601         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1602         before calling wl-mime-quit-preview.
1603
1604 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1605
1606         * wl-summary.el (wl-summary-pick): If call it with prefix
1607         argument, set `delete-marks' as non-nil. Pick from only visible
1608         messages.
1609         (wl-summary-check-target-mark): New function.
1610         (wl-summary-target-mark-mark-as-read): Use it.
1611         (wl-summary-target-mark-mark-as-unread): Ditto.
1612         (wl-summary-target-mark-operation): Ditto.
1613         (wl-summary-target-mark-set-flags): Ditto.
1614         (wl-summary-target-mark-save): Ditto.
1615         (wl-summary-target-mark-pick): Ditto.
1616         (wl-summary-target-mark-forward): Ditto.
1617         (wl-summary-target-mark-reply-with-citation): Ditto.
1618         (wl-summary-target-mark-print): Ditto.
1619         (wl-summary-target-mark-uudecode): Ditto.
1620
1621         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1622         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1623         with `ask-coding' is non-nil.
1624
1625 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1626
1627         * wl-thread.el (wl-thread-set-parent): If parent is a message
1628         which is identified by references, set linked as nil.
1629
1630 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1631
1632         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1633         (wl-message-mode-line-format-spec-alist): Ditto.
1634         (wl-message-mode-line-format): Ditto.
1635         (wl-summary-mode-line-format): Ditto for docstring.
1636         (wl-summary-no-mime-folder-list): Fix typo.
1637
1638         * wl-util.el (wl-current-message-buffer): Call
1639         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1640
1641         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1642         variable.
1643         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1644         of `wl-summary-redisplay-no-mime'.
1645         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1646         (wl-summary-toggle-mime): New function.
1647         (wl-summary-redisplay-all-header): Rewrite.
1648         (wl-summary-redisplay-no-mime): Ditto.
1649         (wl-summary-redisplay-internal): Added argument `as-is' and
1650         `all-header'.
1651
1652         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1653         New variable.
1654         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1655         bottom.
1656         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1657         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1658         "/" unconditionally.
1659
1660         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1661         wl-mime-preview-follow-no-mime for as-is content.
1662         (wl-mime-preview-follow-no-mime): New function.
1663         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1664
1665         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1666         and added `as-is', `all-header'.
1667         (wl-message-buffer-display): Ditto.
1668         (wl-message-buffer-display-type): New function.
1669
1670 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1671
1672         * wl-vars.el (wl-message-header-button-alist): Change default
1673         value.
1674         (wl-message-body-button-alist): Ditto.
1675
1676 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1679
1680 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1683
1684 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1687         is always true.
1688
1689 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1690
1691         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1692         on null entity.
1693
1694 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1697
1698 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1699
1700         * wl-vars.el (wl-summary-resend-hook): New hook.
1701
1702         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1703         `wl-summary-resend-hook'.
1704
1705 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1706
1707         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1708         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1709         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1710         (wl-summary-new-cached-mark): Changed default value to 'n'.
1711         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1712         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1713         (wl-folder-sync-range-alist): Remove spec for 'flag.
1714         (wl-summary-force-prefetch-folder-list): New user option.
1715
1716         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1717         `wl-summary-toggle-persistent-mark'.
1718         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1719         number is nil.
1720         (wl-summary-mark-as-answered-region): Set interactive argument of
1721         `wl-summary-set-persistent-mark-internal'.
1722         (wl-summary-mark-as-important-region): Ditto.
1723         (wl-summary-unset-persistent-mark): Ditto.
1724         (wl-summary-set-persistent-mark): Ditto.
1725         (wl-summary-mark-as-answered): Ditto.
1726         (wl-summary-mark-as-important): Ditto.
1727         (wl-summary-set-persistent-mark-internal): Do nothing
1728         when `elmo-message-flag-available-p' is nil.
1729         (wl-summary-toggle-persistent-mark): New function.
1730         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1731         when the folder matches `wl-summary-force-prefetch-folder-list'.
1732
1733
1734         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1735         when number is nil.
1736         (wl-highlight-summary-forwarded-face): New face.
1737
1738 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1739
1740         * Version number is increased to 2.11.31.
1741
1742 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1743
1744         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1745         (wl-biff-check-folder-async): Ditto.
1746         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1747
1748 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1749
1750         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1751         Add an argument `reverse'.  All callers are updated.
1752         (wl-summary-sort): Add a prefix argument `reverse' to specify
1753         reverse sorting.
1754         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1755         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1756         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1757
1758 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1759
1760         * wl-message.el (wl-message-redisplay): Does not narrow header if
1761         disply-type is all-header or as-is.
1762
1763         * wl-summary.el (wl-summary-enter-handler): Use
1764         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1765
1766 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1767
1768         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1769         after adding wl-draft-parent-variables.
1770         (wl-draft-forward): Ditto.
1771
1772 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1773
1774         * wl-summary.el (wl-summary-sync-marks): Call
1775         `wl-summary-set-persistent-mark' and
1776         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1777         (wl-summary-set-persistent-mark-internal): Add 4th argument
1778         `no-server'.
1779         (wl-summary-unset-persistent-mark): Ditto.
1780         (wl-summary-set-persistent-mark): Ditto.
1781         (wl-summary-add-flags-internal): Abolish.
1782         (wl-summary-remove-flags-internal): Ditto.
1783         (wl-summary-mark-as-important-internal): Ditto.
1784         (wl-summary-mark-as-important): Use
1785         `wl-summary-set-persistent-mark' instead of
1786         `wl-summary-add-flags-internal'.
1787         (wl-summary-mark-as-important-region): Ditto.
1788
1789         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1790
1791         * wl-summary.el (wl-summary-get-available-flags): New function.
1792         (wl-summary-sync-marks): Use it and simplified.
1793         (wl-summary-unset-persistent-mark): Use
1794         `wl-summary-get-available-flags'.
1795         (wl-summary-set-persistent-mark): Ditto.
1796
1797 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1798
1799         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1800         id.
1801
1802 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1803
1804         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1805         number, call `wl-summary-prev-line-content'. Show message when the
1806         message is not found.
1807
1808 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1809
1810         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1811         wl-summary-enter-handler.
1812         (wl-summary-enter-handler): New command.
1813
1814         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1815         docstring and custom spec.
1816
1817         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1818         flags too; Don't treat Cached and New.
1819         (wl-summary-set-persistent-mark): Ditto.
1820
1821         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1822         `wl-folder-set-flag'.
1823
1824         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1825         instead of `wl-folder-set-flag'.
1826
1827         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1828         for completion.
1829         (wl-summary-set-persistent-mark): Ditto.
1830
1831         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1832         instead of `wl-draft-quit-preview'.
1833
1834         * wl-mime.el (toplevel): Avoid compile warning.
1835         (wl-mime-quit-preview): New function
1836         (formarly defined as `wl-draft-quit-preview').
1837         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1838         quitting method.
1839
1840         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1841
1842         * wl-folder.el (wl-folder-set-flag): Renamed from
1843         `wl-draft-set-flag-on-parent'.
1844
1845         * wl-draft.el (wl-draft-quit-preview): New function.
1846         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1847         (wl-draft-send): Call `wl-folder-set-flag' instead of
1848         `wl-draft-set-flag-on-parent'.
1849         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1850
1851 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1852
1853         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1854         (wl-draft-send): Ditto.
1855
1856 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1859         (wl-draft-kill-pre-hook): Set default value as nil.
1860         (wl-summary-reply-hook): Ditto.
1861         (wl-draft-kill-flags): Abolish.
1862
1863         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1864         (wl-draft-parent-variables): Renamed from
1865         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1866         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1867         argument; Add wl-draft-parent-variables to
1868         wl-draft-config-variables.
1869         (wl-draft-reply): Likewise.
1870         (wl-draft-kill-flags): Abolish.
1871         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1872         (wl-draft-set-flag-on-parent): New function.
1873         (wl-draft-setup-parent-flag): Ditto.
1874
1875 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1876
1877         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1878         `wl-draft-parent-folder' is "".
1879
1880 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1881
1882         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1883         (wl-summary-digit-jump): New function.
1884         (Adviced by John Owens and Hiroya Murata)
1885
1886         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1887         (Adviced by John Owens)
1888
1889         * wl-xmas.el (wl-message-define-keymap): Ditto.
1890
1891         * wl-mule.el (wl-message-define-keymap): Ditto.
1892
1893 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1896         change of return value of elmo-folder-count-flags.
1897
1898         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1899         (wl-summary-mark-as-read-internal): Ditto.
1900         (wl-summary-set-persistent-mark-internal): Ditto.
1901         (wl-summary-folder-info-update): Ditto.
1902         (wl-summary-sync-update): Fixed the last change.
1903
1904         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1905
1906 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1907
1908         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1909         (wl-draft-kill-flags): Fixed docstring.
1910
1911         * wl-draft.el (wl-draft-kill-flags): New function.
1912         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1913
1914 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1915
1916         * wl-vars.el (wl-reply-hook): Abolish.
1917         (wl-draft-reply-hook): New hook.
1918         (wl-summary-reply-hook): Ditto.
1919         (wl-draft-forward-hook): Ditto.
1920         (wl-summary-forward-hook): Ditto.
1921         (wl-draft-kill-flags): New variable.
1922
1923         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1924         wl-summary-set-persistent-mark-internal.
1925         (wl-summary-sync-marks): Use elmo-preserved-flags.
1926         (wl-summary-update-persistent-mark): Make it interactive.
1927         (wl-summary-set-persistent-mark-internal): New inline function.
1928         (wl-summary-mark-as-answered): Use it.
1929         (wl-summary-mark-as-unanswered): Ditto.
1930         (wl-summary-unset-persistent-mark): New function.
1931         (wl-summary-set-persistent-mark): Ditto.
1932         (wl-summary-reply): Don't set answered flag;
1933         Run wl-summary-reply-hook instead.
1934         (wl-summary-forward): Call wl-draft-forward with number.
1935         Run wl-summary-forward-hook.
1936
1937         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1938         (wl-highlight-summary-line-face-spec): Use it as a default
1939         persistent mark face.
1940
1941         * wl-draft.el (wl-draft-forward): Added optional argument number;
1942         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1943         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1944         (wl-draft-kill): Use wl-draft-kill-flags.
1945
1946         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1947
1948         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1949         of return value of elmo-folder-count-flags.
1950
1951         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1952
1953         * wl-summary.el (wl-summary-count-unread): Ditto.
1954         (wl-summary-sync-update): Follow the change above.
1955         (wl-summary-force-prefetch): New function.
1956
1957 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1958
1959         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1960         variable `buf' with `let' instead of `setq'.
1961
1962 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1965         add Content-Disposition heaeder on the deleted part.
1966
1967 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1968
1969         * wl-draft.el (wl-draft-save): Encode address list under edit by
1970         `eword-encode-unstructured-field-body'.
1971
1972         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1973
1974 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1977         wl-current-summary-buffer.
1978
1979 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1980
1981         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1982         `numbers' is ignored.
1983
1984 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-folder.el (wl-folder-open-folder): Avoid error.
1987         Reported by John Owens, [wl-en:815]
1988
1989         * wl.el (wl): Set timer for biff process even if prefix argument
1990         is given or auto-checking is quitted.
1991
1992         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1993         immediately.
1994         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1995         (wl-toggle-plugged): Ditto.
1996
1997         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1998         * wl-util.el (wl-biff-start): Use idle timer if
1999         `wl-biff-use-idle-timer' is non-nil.
2000
2001 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-highlight.el (wl-highlight-message): Fix description.
2004
2005 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2006
2007         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2008         tty.
2009
2010 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2011
2012         * wl-action.el (wl-summary-exec): Print failure count.
2013
2014 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2015
2016         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2017         to `defun', remove interactive form.
2018         Set elmo-message-fetch-confirm when force-reload is non-nil.
2019
2020 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-summary.el (toplevel): Removed unnecessary autoload.
2023
2024 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2027         the buffer is generated from another message buffer.
2028
2029 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2030
2031         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2032         extracted from `wl-fldmgr-save-folders'.
2033         (wl-fldmgr-delete): Call it after deletion.
2034
2035 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2038         multi-tty support.
2039
2040 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2041
2042         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2043
2044 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2045
2046         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2047         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2048
2049 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2050
2051         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2052         unsubscribe list only if argument CLEAR is nil.
2053
2054 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-draft.el (wl-draft-reply): Decode subject before removing
2057         Re: prefix.
2058
2059 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2060
2061         * wl-summary.el (wl-summary-sort-by-size): New command.
2062
2063 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-summary.el (wl-summary-number-list-from-region): New
2066         function.
2067         (wl-summary-mark-as-read-region): Use it.
2068         (wl-summary-mark-as-unread-region): Ditto.
2069         (wl-summary-set-flags-region): Ditto and add optional argument
2070         remove.
2071         (wl-summary-mark-as-answered-region): Ditto.
2072         (wl-summary-mark-as-important-region): Ditto.
2073         (wl-summary-target-mark-mark-as-important): Added optional
2074         argument remove.
2075         (wl-summary-target-mark-mark-as-answered): Ditto.
2076         (wl-summary-target-mark-set-flags): Ditto.
2077
2078 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2079
2080         * wl-summary.el (wl-summary-set-flags-region): Call
2081         `wl-summary-set-flags-internal' with number list instead of call
2082         one by each message.
2083         (wl-summary-target-mark-set-flags): Likewise.
2084
2085 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2088         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2089         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2090         (wl-summary-target-mark-mark-as-answered): Likewise.
2091
2092 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-summary.el (wl-summary-target-mark-forward): Use
2095         `wl-summary-delete-all-target-marks' instead of
2096         `wl-summary-delete-all-temp-marks'.
2097         (wl-summary-target-mark-reply-with-citation): Ditto.
2098         (wl-summary-target-mark-uudecode): Ditto.
2099         (wl-summary-target-mark-set-flags): Ditto and remove needless
2100         cursor move.
2101
2102 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2103
2104         * wl-summary.el (wl-summary-target-mark-forward): Protect
2105         wl-summary-buffer-target-mark-list from nreverse.
2106         (wl-summary-target-mark-reply-with-citation): Ditto.
2107
2108 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2111         `elmo-display-progress-threshold'.
2112
2113 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2116         check `wl-summary-highlight'.
2117         (wl-summary-window-scroll-functions): Respect value of
2118         `wl-summary-highlight'.
2119         (wl-summary-sync-update): Run hooks
2120         `wl-summary-buffer-window-scroll-functions' at any time.
2121
2122 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2125         from `wl-summary-cleanup-temp-marks'.
2126         (wl-summary-cleanup-temp-marks): Abolish argument.
2127         * wl.el (wl-save-status): Revert previous change.
2128         (wl-execute-temp-marks): New function, call
2129         `wl-summary-exec-with-confirmation'.
2130         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2131         (wl-folder-save-and-exec-marks): Abolished.
2132
2133 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2134
2135         * wl-e21.el (wl-e21-display-image-p): Respect
2136         `wl-highlight-folder-with-icon'.
2137         (wl-e21-highlight-folder-group-line): Highlight mouse line
2138         even if wl-e21-display-image-p is nil.
2139
2140         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2141         Respect value of `wl-summary-highlight'.
2142
2143         * wl.el (wl-save-status): Remove unused variable.
2144
2145         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2146         (wl-folder-mode-map): Bind it to "x".
2147
2148 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2151
2152         * wl-thread.el (wl-thread-get-parent-list): Don't check
2153         disconnected ancestors, neglecting needless work in
2154         `wl-thread-update-indent-string-thread'.
2155
2156         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2157         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2158         argument, add argument default-keep to keep marks by default.
2159
2160         * Version number is increased to 2.11.30.
2161
2162         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2163         customization type and docstring.
2164         (wl-draft-reply-without-argument-list): Ditto.
2165
2166 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2167
2168         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2169
2170         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2171
2172 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2173
2174         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2175
2176 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2179         save-excursion so as not to include run-hooks.
2180
2181 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2184         Clarify that marks are going to be cleared.
2185
2186 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2187
2188         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2189         according to 3rd element of wl-summary-flag-mark.
2190
2191         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2192
2193 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * wl-action.el (wl-summary-target-mark-all): Don't set
2196         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2197
2198 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2201         (wl-forward-subject-prefix): Ditto.
2202         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2203         (wl-draft-reply-make-subject): Ditto.
2204
2205         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2206         `wl-draft-forward'.
2207         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2208
2209 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2212         target message does not exist.
2213
2214 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2215
2216         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2217         `wl-subject-prefix-regexp'.
2218         (wl-subject-forward-prefix-regexp): New variable.
2219         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2220         `wl-draft-strip-subject-re' and take regexp as argument.
2221         (wl-draft-forward): Use it.
2222         (wl-draft-reply): Ditto.
2223
2224 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2225
2226         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2227         emacs multi-tty support.
2228
2229 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2230
2231         * wl-e21.el (wl-e21-display-image-p): Don't call
2232         `display-images-p'.
2233         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2234         support.
2235         (wl-highlight-folder-current-line): Ditto.
2236         (wl-folder-init-icons): Ditto.
2237
2238 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2239
2240         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2241         the last line of summary in unplugged mode.
2242
2243 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2244
2245         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2246
2247 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2248
2249         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2250         * wl-address.el (wl-address-user-mail-address-p): Use it.
2251         (wl-address-delete-user-mail-addresses): Ditto.
2252         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2253
2254         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2255         (wl-address-delete-user-mail-addresses): Ditto.
2256
2257         * wl-address.el (wl-address-delete-user-mail-addresses): New
2258         function.
2259         * wl-refile.el (wl-refile-guess-by-history): Use it.
2260         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2261         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2262
2263         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2264         use wl-address-user-mail-address-p.
2265
2266 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2269         after opening group.
2270
2271 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2272
2273         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2274         of elmo-set-buffer-multibyte.
2275
2276         * wl-message.el (wl-original-message-mode): Ditto.
2277
2278         * wl-score.el (wl-score-insert-header): Ditto.
2279
2280         * wl-summary.el
2281         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2282         (wl-summary-goto-folder-subr): Ditto.
2283         (wl-summary-insert-headers): Ditto.
2284
2285         * wl-util.el (wl-set-string-width): Ditto.
2286
2287         * Version number is increased to 2.11.29.
2288
2289 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2292         (wl-highlight-summary-line-help-echo-alist): New variable.
2293         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2294         into `wl-highlight-summary-line-help-echo' and
2295         `wl-highlight-flag-folder-help-echo'.
2296         (wl-highlight-summary-line-string): Change accordingly.
2297         (wl-highlight-summary-current-line): Ditto.
2298
2299 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2302         at the beginning of field body (Thanks to Markus Knittig).
2303
2304         * wl-draft.el (wl-draft-insert-current-message): Also check
2305         summary buffer, remove unnecessary tag.
2306
2307 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2310         when wl-message-buffer is nil.
2311
2312         * wl-folder.el (wl-folder): Abolish unused argument.
2313         Call wl-folder-init when wl-folder-entity is nil.
2314         * wl.el (wl): Change accordingly.
2315
2316 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2317
2318         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2319         multibyte string before insert into draft buffer.
2320         (wl-draft-create-buffer): Always enable multibyte characters for
2321         draft buffer.
2322
2323         * Version number is increased to 2.11.28.
2324
2325 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-folder.el (wl-folder-open-close): Handle blank line.
2328         (wl-folder-jump-to-current-entity): Ditto.
2329
2330 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2331
2332         * Version number is increased to 2.11.27.
2333
2334 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2335
2336         * wl-thread.el (wl-thread-insert-message): When the thread is
2337         devided by wl-summary-max-thread-depth, insert line at the end of
2338         buffer.
2339
2340 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2341
2342         * Version number is increased to 2.11.26.
2343
2344 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2347
2348 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2349
2350         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2351         value of stream-type and session.
2352
2353 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * Version number is increased to 2.11.25.
2356
2357 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2358
2359         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2360         in a quit message.
2361
2362 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2363
2364         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2365         (wl-summary-redisplay-no-mime-internal): Ditto.
2366
2367 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2368
2369         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2370         * wl-vars.el (wl-smtp-connection-type): Ditto.
2371
2372 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2373
2374         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2375         for the separator line and quote mail-header-separator.
2376
2377 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2378
2379         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2380         result message.
2381
2382         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2383         `elmo-multiple-fields-body-list' with boundary as
2384         mail-header-separator.
2385
2386 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2387
2388         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2389
2390 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-util.el (wl-list-diff): Remove unused function.
2393
2394         * wl-draft.el (wl-draft-send-confirm): Discard input before
2395         confirmation.
2396
2397 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2400         order of flag and new.
2401
2402 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-vars.el (wl-refile-policy-alist): Abolished.
2405
2406         * wl-action.el (wl-summary-set-action-refile): Follow the change
2407         above.
2408
2409 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * wl-highlight.el (wl-highlight-signature-search): Don't use
2412         re-search-backward for a long word since it is possible to crash
2413         XEmacs because of a bug.
2414
2415 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2416
2417         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2418
2419 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2422         argument for wl-summary-sync-force-update.
2423
2424 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-summary.el (wl-summary-mode-map): Revival of
2427         wl-summary-mark-as-important related bindings;
2428         Bind 'F','tF','mF','rF','m&'.
2429         (wl-summary-mark-as-important-region): Revival.
2430         (wl-summary-target-mark-mark-as-important): Ditto.
2431         (wl-summary-target-mark-operation): New function.
2432         (wl-summary-target-mark-mark-as-answered): Use it.
2433         (wl-summary-decide-flag): Don't set Important as default.
2434         (wl-summary-mark-as-important-internal): Revival.
2435         (wl-summary-mark-as-important): Ditto.
2436
2437         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2438
2439         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2440         instead of facep.
2441
2442 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2443
2444         * wl-dnd.el (wl-dnd-drop-func): Fix.
2445
2446         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2447         mouse-set-point instead of posn-point.
2448
2449         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2450
2451         * wl-mule.el (wl-completing-read-multiple): Ditto.
2452
2453 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2454
2455         * wl-demo.el (face-background-name): Defalias to avoid compile
2456         warning.
2457
2458 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2459
2460         * wl-summary.el (wl-summary-decide-flag): Use
2461         wl-completing-read-multiple instead of completing-read-multiple.
2462
2463         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2464         New alias.
2465
2466         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2467         Use face-background-name instead of face-background.
2468
2469         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2470
2471         * wl-summary.el (wl-summary-save): Use it.
2472         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2473
2474         * wl-mime.el (wl-mime-save-content): Fix last change.
2475
2476 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2477
2478         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2479         New function.
2480         (wl-summary-sort-specs): Added sort.
2481         * wl-mime.el (wl-mime-save-content): Expand file name.
2482
2483 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2486
2487         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2488
2489 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2490
2491         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2492         for flag if it is not defined.
2493
2494 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2495
2496         * wl-e21.el (wl-highlight-folder-current-line): Use
2497         elmo-folder-type-internal when elmo-folder-type returns nil.
2498
2499         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2500
2501         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2502
2503         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2504
2505         * wl-e21.el (wl-summary-toolbar): Ditto.
2506
2507         * wl-vars.el (wl-demo-background-color): Abolished.
2508         (wl-summary-persistent-mark-priority-list): Renamed from
2509         wl-summary-flag-priority-list.
2510         (wl-summary-flag-alist): New user option.
2511         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2512         (wl-message-mode-line-format-spec-alist): Added 'F'.
2513         (wl-message-mode-line-format): Likewise.
2514         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2515         instead of wl-summary-important-mark.
2516         (wl-file-folder-icon): New variable.
2517
2518         * wl-thread.el (wl-thread-set-flags): Renamed from
2519         wl-thread-mark-as-important.
2520
2521         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2522         warning.
2523         (wl-summary-mode-menu-spec): Follow the change of 
2524         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2525         (wl-summary-mode-map): Follow the change of
2526         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2527         (wl-summary-detect-mark-position): Follow the variable name change.
2528         (wl-summary-set-flags-region): New function for the replacement of
2529         wl-summary-mark-as-important-region.
2530         (wl-summary-sync-marks): Sync all global-flags.
2531         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2532         instead of elmo-message-flagged-p.
2533         (wl-summary-persistent-mark-string): Follow the variable name change;
2534         Put wl-summary-flag-mark if the message has global-flag.
2535         (wl-summary-target-mark-set-flags): Renamed from 
2536         wl-summary-target-mark-mark-as-important.
2537         (wl-summary-decide-flag): New function.
2538         (wl-summary-set-flags-internal): Renamed from
2539         wl-summary-mark-as-important-internal.
2540         (wl-summary-add-flags-internal): New function.
2541         (wl-summary-remove-flags-internal): Ditto.
2542         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2543         (wl-summary-mark-as-unimportant): Abolish.
2544         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2545         (wl-summary-next-message): List flagged messages in the msgdb.
2546
2547         * wl-score.el (wl-summary-score-update-all-lines): Use
2548         wl-summary-add-flags-internal instead of 
2549
2550         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2551
2552         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2553         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2554         (wl-message-buffer-require-all-header): Renamed from
2555         wl-message-buffer-all-header-flag (Ditto).
2556         (wl-message-buffer-flag-indicator): New variable.
2557         (wl-message-redisplay): Changed local varibale name from `flag' to
2558         `display-type'; Set up wl-message-buffer-flag-indicator.
2559         (wl-message-buffer-display): Changed varibale name from `flag' to
2560         `display-type'.
2561         (wl-message-display-internal): Likewise.
2562
2563         * wl-highlight.el (wl-highlight-demo-face): Define default background
2564         color.
2565         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2566
2567         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2568
2569         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2570         (wl-demo-setup-properties): Renamed from
2571         `wl-demo-set-background-color'.
2572         (wl-demo): Follow the change above.
2573         
2574         * Version number is increased to 2.11.24.
2575
2576 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * wl-summary.el (wl-summary-toggle-thread): Call
2579         `wl-summary-rescan' with disable-thread as non-nil.
2580         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2581
2582 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2583
2584         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2585         foreground property of the face.
2586         (wl-demo-insert-text): Don't set up face property here.
2587         (wl-demo): Call wl-demo-set-background-color, anyway.
2588
2589 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-vars.el (wl-demo-background-color): The value can be nil.
2592
2593 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2594
2595         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2596         to wl-summary-wheel-dispatcher.
2597
2598         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2599         wl-message-wheel-dispatcher.
2600         (wl-message-wheel-dispatcher): New function.
2601         (wl-summary-wheel-dispatcher): Ditto.
2602
2603 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2604
2605         * wl-action.el (wl-summary-target-mark-all): List messages which are
2606         not in the killed-list.
2607
2608         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2609         only when the folder is 'flag/important.
2610
2611         * wl-address.el (wl-complete-field-body): Complete if the last
2612         character is a space.
2613
2614 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2615
2616         * wl-folder.el (wl-folder-clear-entity-info): Use
2617         elmo-clear-hash-val.
2618
2619         * wl-fldmgr.el (wl-fldmgr-rename): Set
2620         wl-folder-info-alist-modified as t.
2621
2622 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2623
2624         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2625
2626 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2627
2628         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2629         (wl-folder-buffer-last-visited-entity-id): New buffer local
2630         variable.
2631         (wl-folder-revisit-last-visited-folder): New function.
2632         (wl-folder-mode-map): Bind it to "C-i".
2633         (wl-folder-set-current-entity-id): Set last visited folder.
2634         * wl-summary.el (wl-summary-exit): Ditto.
2635
2636 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2637
2638         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2639         before calling `recenter' in order to cope with an XEmacs bug.
2640
2641 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2642
2643         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2644         to the default value.
2645
2646 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2647
2648         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2649         change.
2650         (wl-summary-sync-marks): Ditto.
2651         (wl-summary-mark-as-read-internal): Ditto.
2652         (wl-summary-mark-as-answered-internal): Ditto.
2653         (wl-summary-mark-as-important-internal): Ditto.
2654         (wl-summary-reply): Ditto.
2655
2656         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2657         instead of `elmo-folder-unflag-answered'.
2658
2659         * Version number is increased to 2.11.23.
2660
2661         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2662         the last change.
2663
2664 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2665
2666         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2667         Specify "spam" or "good".
2668
2669 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-spam.el (wl-summary-exec-action-spam): Call
2672         wl-folder-confirm-existence for spam folder.
2673         (wl-spam-setup): Bind "mk".
2674
2675 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2678
2679 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2680
2681         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2682         destination folder is empty.
2683
2684 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2687         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2688
2689         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2690         (wl-summary-refile-prev-destination-region): New function.
2691         (wl-thread-refile-prev-destination): Ditto.
2692         (wl-summary-target-mark-refile-prev-destination): Ditto.
2693
2694 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2695
2696         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2697         (wl-demo-background-color): Changed default value.
2698
2699         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2700         color.
2701
2702         * wl-demo.el (wl-demo-set-background-color): New function.
2703         (wl-demo): Call it.
2704
2705 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2706
2707         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2708         * wl-address.el (wl-address-add-or-change): Don't add empty
2709         address.
2710
2711 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2712
2713         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2714
2715 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-vars.el (wl-demo-image-filter-alist): New variable
2718         (wl-demo-background-color): Ditto.
2719
2720         * wl-demo.el (wl-demo-xpm-set-background): New function.
2721         (wl-demo-image-filter): Ditto.
2722         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2723
2724         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2725
2726         * wl-demo.el (wl-demo-icon-name): Define as function.
2727         (wl-demo-insert-image): Use it.
2728
2729 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2730
2731         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2732
2733 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2734
2735         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2736
2737 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2740
2741 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-thread.el (wl-thread-mark-as-answered): New function.
2744
2745         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2746         answered" entry.
2747         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2748         "r&" and wl-thread-mark-as-answered to "t&".
2749         (wl-summary-mark-as-important-region): Refine to toggle mark.
2750         (wl-summary-mark-as-answered-region): New function.
2751         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2752         and 3rd argument.
2753         (wl-summary-mark-as-important-internal): Likewise.
2754
2755 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2756
2757         * wl-template.el (wl-template-preview): New internal variable.
2758         (wl-template-preview-p): New function.
2759         (wl-template-show): Bind `wl-template-preview' as t.
2760
2761 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2764         `elmo-message-entity-field' with 3rd argument which is non-nil.
2765
2766 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2767
2768         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2769         Removed duplicate local bind `folder'.
2770
2771 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2772
2773         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2774
2775 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2776
2777         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2778         duplicate definition.
2779
2780 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2781
2782         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2783         non-nil, use it; Don't fetch message if there's no message in the
2784         current cursor position.
2785
2786 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2787
2788         * wl-util.el (wl-region-exists-p): Use region-active-p.
2789         (wl-deactivate-region): New function.
2790         * wl-message.el (wl-message-redisplay): Deactivate region.
2791
2792         * wl-summary.el (wl-summary-reply): Call
2793         `wl-summary-set-message-buffer-or-redisplay' instead of
2794         `wl-summary-redisplay-internal', don't move point.
2795
2796 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2797
2798         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2799         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2800         by regexp.
2801
2802 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2805         if no need.
2806
2807 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2808
2809         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2810         default value to nil.
2811         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2812         `wl-summary-prepare-hook'; Replace refile action to
2813         `wl-summary-exec-action-refile-with-register'.
2814
2815         * Version number is increased to 2.11.22.
2816
2817 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2818
2819         * wl-summary.el (wl-summary-detect-mark-position): Set
2820         `wl-summary-buffer-weekday-name-lang'.
2821
2822 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2823
2824         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2825         (wl-summary-mark-as-read-all): Ditto.
2826         (wl-summary-delete-messages-on-buffer): Ditto.
2827         (wl-summary-sync-update): Ditto.
2828         (wl-summary-mark-as-read-internal): Ditto.
2829         (wl-summary-mark-as-answered-internal): Ditto.
2830         (wl-summary-update-folder-info): Abolished.
2831
2832 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2833
2834         * wl-summary.el (wl-summary-mark-as-read-all): Use
2835         `wl-summary-update-folder-info' instead of
2836         `wl-folder-update-unread'.
2837
2838 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2839
2840         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2841         `wl-summary-folder-info-update'.
2842         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2843         instead of `wl-summary-folder-info-update'.
2844         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2845         `wl-folder-set-folder-updated'.
2846         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2847         instead of `wl-folder-update-unread'.
2848         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2849         the value of `wl-summary-buffer-unread-count' for the second parameter of
2850         `wl-folder-update-unread'.
2851
2852         * Version number is increased to 2.11.21.
2853
2854 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2855
2856         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2857         a local variable.
2858
2859 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2860
2861         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2862         interactively.
2863
2864         * wl-summary.el (wl-summary-mark-as-important-internal): New
2865         internal function.
2866         (wl-summary-mark-as-important): Use it.
2867         (wl-summary-mark-as-unimportant): New function.
2868         (wl-summary-sync-marks): Follow the API change.
2869
2870         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2871
2872         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2873
2874 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2875
2876         * wl-folder.el (wl-folder-update-unread): Re-indent.
2877         Narrow the scope of a local variable.
2878
2879 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2882         (wl-addrmgr-merge-entries): Ditto.
2883         (wl-addrmgr): Added to address entry which exists in draft buffer
2884         if no entry is in original.
2885
2886 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2887
2888         * wl-batch.el: New file.
2889
2890 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2891
2892         * wl-vars.el (wl-use-semi): Remove unused variable.
2893
2894 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2895
2896         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2897         "?".
2898
2899 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2900
2901         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2902         wl-summary-new-mark.
2903         (wl-summary-new-cached-mark): New user option.
2904         (wl-summary-score-marks): Follow the change above.
2905         (wl-summary-auto-refile-skip-marks): Ditto.
2906         (wl-summary-incorporate-marks): Ditto.
2907         (wl-summary-expire-reserve-marks): Ditto.
2908
2909         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2910
2911         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2912         (wl-summary-persistent-mark-string): Distinguished between cached
2913         and uncached mark when the message is new.
2914
2915 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-spam.el (wl-spam-domain): Renamed from
2918         `wl-spam-folder-guess-domain'.
2919         (wl-summary-exec-action-spam): Register as spam if domain of the
2920         source folder is good.
2921         (wl-summary-exec-action-refile-with-register): Register message if
2922         domain of the source folder is not undecided.
2923
2924 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2925
2926         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2927         detect thread loop.
2928
2929 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2932         and wl-summary-skip-mark-list.
2933
2934 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2937
2938         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2939
2940         * wl-spam.el (toplevel): Require wl-highlight.
2941         (wl-spam-auto-check-policy-alist): Abolish.
2942         (wl-spam-auto-check-folder-regexp-list): New user option.
2943         (wl-spam-auto-check-marks): Ditto.
2944         (wl-spam-mark-action-list): Ditto.
2945         (wl-highlight-summary-spam-face): New face.
2946         (wl-spam-auto-check-message-p): New function.
2947         (wl-spam-map-spam-messages): Fixed message.
2948         (wl-spam-register-spam-messages): Ditto.
2949         (wl-spam-register-good-messages): Ditto.
2950         (wl-summary-spam-map): Add and remove keybind.
2951         (wl-summary-target-mark-spam): Abolish.
2952         (wl-summary-refile-spam): Ditto.
2953         (wl-summary-test-spam): New function.
2954         (wl-summary-mark-spam): Ditto.
2955         (wl-summary-auto-check-spam): Follow the above change.
2956         (wl-summary-exec-action-spam): New function.
2957         (wl-summary-exec-action-refile-with-register): Fixed message.
2958         (wl-message-check-spam): New function.
2959         (wl-spam-setup): Ditto.
2960         (toplevel): Call it if this file is loaded interactivity.
2961
2962         * Version number is increased to 2.11.20.
2963
2964 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2967         when new optional argument `force' is non nil or modified.
2968
2969 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl.el (toplevel): Require wl-spam when compile.
2972         (wl-save-status): Call wl-spam-save-status.
2973
2974         * wl-spam.el (wl-spam-register-spam-messages): New function.
2975         (wl-spam-register-good-messages): Ditto.
2976         (wl-spam-save-status): Ditto.
2977         (wl-summary-mode-map): Bind
2978         wl-summary-target-mark-register-as-spam to "ms" and
2979         wl-summary-target-mark-register-as-good to "mn".
2980         (wl-summary-register-as-spam): Abolish optional argument; Use
2981         wl-spam-register-spam-messages.
2982         (wl-summary-register-as-spam-all): Use
2983         wl-spam-register-spam-messages.
2984         (wl-summary-register-as-good): Abolish optional argument; Use
2985         wl-spam-register-good-messages.
2986         (wl-summary-register-as-good-all): Use
2987         wl-spam-register-good-messages.
2988         (wl-summary-target-mark-register-as-spam): New funtion.
2989         (wl-summary-target-mark-register-as-good): Ditto.
2990
2991 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-spam.el: New file.
2994
2995 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2996
2997         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2998
2999         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3000         (wl-summary-auto-refile): Call wl-refile-guess with
3001         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3002
3003 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3006         with disable-thread argument non-nil.
3007
3008 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-summary.el (wl-summary-rescan): Added optional argument
3011         disable-thread.
3012         (wl-summary-sync): Call wl-summary-rescan with argument
3013         disable-thread.
3014         (wl-summary-input-range): Added new range `rescan-thread'.
3015
3016 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3017
3018         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3019
3020 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3023         internal variable.
3024         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3025         wl-summary-search-parent-by-subject-regexp and
3026         wl-summary-divide-thread-when-subject-changed as nil.
3027         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3028         (wl-summary-insert-thread): Search parent entity from
3029         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3030         thread loop.
3031
3032 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3033
3034         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3035
3036         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3037
3038         * wl-util.el (wl-require-update-all-folder-p): New function.
3039         (wl-get-assoc-list-value): Added `function' to match directive.
3040         (wl-collect-draft): Rewrite.
3041
3042         * wl-summary.el (wl-summary-sync-update): Clear faces
3043         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3044         are non-nil.
3045         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3046         argument as function.
3047         (wl-summary-input-range): Ditto.
3048
3049         * wl-folder.el (wl-draft-get-folder): New function.
3050         (wl-folder-get-elmo-folder): Consider draft folder.
3051
3052         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3053         (wl-draft-buffer-message-number): New buffer local variable.
3054         (wl-draft-folder-internal): New internal variable.
3055         (wl-draft-delete): Rewrite.
3056         (wl-draft-save): Ditto.
3057         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3058         wl-folder-get-elmo-folder.
3059         (wl-draft-config-info-operation): Ditto.
3060         (wl-jump-to-draft-folder): Ditto.
3061         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3062         (wl-draft-reedit): Rewrite.
3063
3064         * Version number is increased to 2.11.19.
3065         
3066 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3067
3068         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3069         variable.
3070
3071 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3072
3073         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3074         Use ignore-errors instead of unwind-protect.
3075
3076 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3077
3078         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3079         for updating `wl-thread-entity-list'.
3080
3081 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3082
3083         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3084         parameter from calling `wl-thread-entity-get-older-brothers' and
3085         `wl-thread-entity-get-younger-brothers'.
3086         Replace nested `append' with a single one.
3087
3088 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-summary.el (wl-summary-mode): Don't use the return value of
3091         `make-local-hook'.
3092
3093 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3094
3095         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3096         instead of `let*'.
3097         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3098         of local variables.
3099
3100 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3101
3102         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3103         Renamed from wl-summary-window-scroll-functions.
3104         (wl-summary-window-scroll-functions): Don't set to variable.
3105         (wl-summary-display-top): Use run-hooks.
3106         (wl-summary-display-bottom): Ditto.
3107         (wl-summary-toggle-disp-msg): Ditto.
3108         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3109         Use it instead of wl-summary-window-scroll-functions.
3110         (wl-summary-goto-folder-subr): Don't call
3111         wl-summary-window-scroll-functions, use
3112         wl-summary-buffer-window-scroll-functions instead.
3113
3114 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3115
3116         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3117         make-local-variable.
3118
3119 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3120
3121         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3122         set-buffer-modified-p.
3123         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3124         (wl-summary-display-bottom): Ditto.
3125         (wl-summary-toggle-disp-msg): Ditto.
3126
3127 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3128
3129         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3130
3131         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3132         (wl-summary-forward): Use elmo-message-entity-field instead of
3133         elmo-message-field.
3134
3135         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3136
3137 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3138
3139         * wl-summary.el (wl-summary-window-scroll-functions): No use
3140         `append'.
3141
3142 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3143
3144         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3145         function.
3146         (wl-summary-window-scroll-functions): Call it when both
3147         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3148         (wl-summary-temp-mark): Added optional argument number.
3149         (wl-summary-message-mark): Added optional argument flag.
3150         (wl-summary-persistent-mark): Added optional argument number and flag.
3151         (wl-summary-update-persistent-mark): Ditto.
3152         (wl-summary-update-status-marks): Set "r" for interactive spec.
3153
3154         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3155         argument number and flag.
3156
3157         * wl-action.el (wl-summary-registered-temp-mark): 
3158         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3159
3160 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3161
3162         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3163         internal variable (buffer local).
3164         (wl-summary-window-scroll-functions): New function.
3165         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3166         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3167         as nil.
3168         (wl-summary-update-status-marks): Added arguments beg, end and
3169         check.
3170         (wl-summary-update-mark-window): Use function.
3171         (wl-summary-sync-update): Follow the change above.
3172         (wl-summary-switch-to-clone-buffer): Copy
3173         wl-summary-buffer-unsync-mark-number-list.
3174         (wl-summary-goto-folder-subr): Set
3175         wl-summary-buffer-unsync-mark-number-list and
3176         use wl-summary-window-scroll-functions instead of
3177         wl-summary-lazy-highlight.
3178
3179         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3180
3181 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3184
3185         * wl-summary.el (wl-summary-update-persistent-mark): Call
3186         wl-summary-set-message-modified.
3187
3188         * wl-summary.el (wl-summary-sync-update): Don't call
3189         wl-summary-update-status-marks.
3190
3191         * Version number is increased to 2.11.18.
3192
3193 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3194
3195         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3196         (wl-message-next-page): Ditto.
3197
3198 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3199
3200         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3201         local variable.  Change the order of a collected list into the
3202         same as the specified range.  Remove nil from a collected list.
3203
3204 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3205
3206         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3207         argument for elmo-folder-list-messages.
3208
3209 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3210
3211         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3212         change (wl-summary-count-unreads return a list instead of a cons
3213         cell).
3214
3215 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3216
3217         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3218         `wl-summary-folder-info-update'.
3219
3220 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3221
3222         * wl-summary.el (wl-summary-set-message-modified): No use
3223         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3224         (wl-summary-set-mark-modified): Abolish.
3225         (wl-summary-mark-modified-p): Ditto.
3226         (wl-summary-save-view): Follow the change above.
3227
3228         * wl-expire.el (wl-summary-expire): Likewise.
3229
3230 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-summary.el (wl-summary-detect-mark-position): Use
3233         modb-entity-handler.
3234         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3235
3236         * Version number is increased to 2.11.17.
3237
3238 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3239
3240         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3241         entity field value.
3242         (wl-summary-prefetch-msg): Ditto.
3243         (wl-summary-print-message-with-ps-print): Ditto.
3244
3245 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3248         for dummy entity.
3249         (wl-summary-insert-thread): Use elmo-message-entity-field.
3250         (wl-summary-update-thread): Use elmo-message-entity-field and
3251         elmo-message-entity-number.
3252         (wl-summary-line-number):  Use elmo-message-entity-number.
3253         (wl-summary-line-size): Use elmo-message-entity-field.
3254         (wl-summary-line-subject): Ditto.
3255         (wl-summary-line-from): Ditto.
3256         (wl-summary-line-attached): Ditto.
3257         (wl-summary-create-line): Ditto.
3258         (wl-summary-create-line): Use elmo-message-entity-number.
3259         (wl-summary-print-message-with-ps-print): Use
3260         elmo-message-entity-field.
3261
3262 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3265         change in elmo-msgdb-make-message-entity.
3266         (wl-summary-buffer-set-folder): Don't call
3267         wl-summary-detect-mark-position here.
3268         (wl-summary-rescan): Call elmo-message-entity-number.
3269         (wl-summary-sync-update): Ditto.
3270         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3271
3272         * wl-score.el (wl-score-header-index): Redefine 2th element.
3273         (wl-score-overview-entity-get-extra): Abolish.
3274         (wl-score-ov-entity-get): Rewrite.
3275         (wl-score-string-index<, wl-score-string-func<): Abolish.
3276         (wl-score-string<): New function.
3277         (wl-score-string-sort): Use it.
3278
3279         * wl-refile.el (wl-refile-guess-by-history): Use
3280         elmo-message-entity-field.
3281         (wl-refile-guess-by-from): Ditto.
3282         (wl-refile-guess-by-msgid): Ditto.
3283
3284         * Version number is increased to 2.11.16.
3285
3286 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3287
3288         * wl-folder.el (wl-folder-confirm-existence): Don't call
3289         file-exists-p if msgdb-path is nil.
3290         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3291         `wl-read-folder-hist' to `wl-read-folder-history'.
3292
3293 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3294
3295         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3296         `y-or-n-p'.
3297
3298 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3299
3300         * wl-score.el (wl-score-headers): Don't use
3301         elmo-folder-do-each-message-entity.
3302
3303         * Version number is increased to 2.11.15.
3304
3305 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3306
3307         * wl-summary.el (wl-summary-delete-all-msgs): Use
3308         elmo-folder-move-messages instead of elmo-folder-delete-messages
3309         and elmo-folder-detach-messages.
3310         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3311
3312         * wl-expire.el (wl-expire-delete): Ditto.
3313         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3314
3315 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3318         (wl-message-header-narrowing-fields): Ditto.
3319         (wl-message-header-narrowing-lines): Ditto.
3320         (wl-message-header-narrowing-string): Ditto.
3321
3322         * wl-summary.el (wl-summary-mode-map): Bind
3323         wl-summary-toggle-header-narrowing to "C-cC-f".
3324         (wl-summary-toggle-header-narrowing): New function.
3325
3326         * wl-message.el (wl-message-buffer-create): Call
3327         wl-message-header-narrowing-setup.
3328         (wl-message-redisplay): Call wl-message-header-narrowing.
3329         (wl-message-header-narrowing): New function.
3330         (wl-message-header-narrowing-map): New keymap.
3331         (wl-message-header-narrowing-widen-map): New keymap.
3332         (wl-message-header-narrowing-again-at-mouse): New function.
3333         (wl-message-header-narrowing-1): Ditto.
3334         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3335         (wl-message-header-narrowing-setup): Ditto.
3336         (wl-message-header-narrowing-toggle): Ditto.
3337         
3338         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3339
3340         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3341         'flag as all.
3342         (wl-use-flag-folder-help-echo): New user option.
3343
3344         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3345         wl-summary-highlight as nil.
3346         (wl-summary-set-mark-modified): Follow the API change.
3347         (wl-summary-mark-modified-p): Ditto.
3348         (wl-summary-mark-as-read-all): Ditto.
3349         (wl-summary-sync-marks): Don't call
3350         elmo-folder-list-messages-with-global-mark.
3351         (wl-summary-mark-as-read-internal): Follow the API change.
3352         (wl-summary-mark-as-answered-internal): Ditto.
3353         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3354         Follow the API change.
3355         (wl-summary-create-line): Call with number argument.
3356         (wl-summary-reply): Follow the API change.
3357
3358         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3359         function.
3360         (wl-highlight-summary-line-string): Call it when
3361         wl-use-flag-folder-help-echo is non-nil.
3362         (wl-highlight-summary-current-line): Ditto.
3363         (elmo-flag-folder-referrer): Added autoload setting.
3364
3365         * wl-draft.el (wl-draft-kill): Follow the API change.
3366
3367         * Version number is increased to 2.11.14.
3368         
3369 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3370
3371         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3372
3373 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * Version number is increased to 2.11.13.
3376
3377 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3378
3379         * wl-draft.el (wl-draft-previous-history-element): Fixed
3380         unbalanced parenthesis and bind unbound local variables.
3381
3382 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3383
3384         * wl-draft.el (wl-draft-previous-history-element): New function.
3385         (wl-draft-next-history-element): Ditto.
3386         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3387         them to M-p and M-n.
3388
3389 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3390
3391         * Version number is increased to 2.11.12.
3392
3393 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3394
3395         * wl-draft.el (wl-draft-hide): Select buffer-window.
3396
3397 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3398
3399         * wl-summary.el (wl-summary-narrow-to-region): New function.
3400         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3401         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3402         (wl-summary-save-region): Use it.
3403         * wl-action.el (wl-summary-collect-numbers-region)
3404         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3405
3406 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3407
3408         * wl-folder.el (wl-folder-count-incorporates): Don't use
3409         `elmo-msgdb-mark-load'
3410
3411         * Version number is increased to 2.11.11.
3412
3413 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3414
3415         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3416         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3417
3418 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3419
3420         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3421
3422 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * Version number is increased to 2.11.10.
3425
3426 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3427
3428         * wl-mime.el (wl-draft-attribute-value): Fixed.
3429
3430 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3431
3432         * wl-util.el (wl-copy-local-variables): New function.
3433
3434         * wl-mime.el (wl-draft-attribute-recipients): New function.
3435         (wl-draft-attribute-envelope-from): Ditto.
3436         (wl-draft-attribute-smtp-posting-server): Ditto.
3437         (wl-draft-attribute-smtp-posting-port): Ditto.
3438         (wl-draft-attribute-value): Ditto.
3439         (wl-draft-preview-message): Use it to get value for
3440         attributes. Reflect result of `wl-draft-config'.
3441
3442         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3443         and call `wl-summary-mark-as-read' before to call
3444         `wl-summary-unset-mark'.
3445         (wl-summary-target-mark-mark-as-unread): Likewise.
3446         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3447
3448 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3449
3450         * wl-mime.el (wl-draft-preview-message): Use actual value for
3451         attributes; Fix for small window.
3452
3453 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3454
3455         * wl-refile.el (wl-refile-get-field-value): Call
3456         `elmo-message-entity-field' with 3rd argument is non-nil.
3457
3458 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3459
3460         * wl-vars.el (wl-draft-preview-attributes): New user option.
3461         (wl-draft-preview-attributes-list): Ditto.
3462         (wl-draft-preview-attributes-buffer-lines): Ditto.
3463         (wl-draft-preview-attributes-buffer-name): Ditto.
3464
3465         * wl-mime.el (wl-draft-preview-message): Display attributes.
3466
3467 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3468
3469         * wl-summary.el (wl-summary-detect-mark-position): Bind
3470         wl-summary-flag-priority-list to '(new).
3471
3472 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3473
3474         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3475         funtion.
3476         (wl-highlight-summary-line-string): Use it.
3477         (wl-highlight-summary-current-line): Ditto.
3478
3479 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3480
3481         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3482         line even when the mark string is not changed.
3483
3484         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3485         argument change in the wl-summary-create-line.
3486         (wl-thread-insert-entity-sub): Ditto.
3487
3488         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3489         argument change in the wl-summary-create-line.
3490         (wl-summary-insert-sequential): Ditto.
3491         (wl-summary-update-thread): Ditto.
3492         (wl-summary-persistent-mark-string): New inline function.
3493         (wl-summary-message-mark): Use it.
3494         (wl-summary-create-line): Abolish argument wl-persistent-mark
3495         and added wl-flags, wl-cached.
3496
3497         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3498         mark to flags.
3499         (wl-highlight-summary-current-line): Decide the face not by the 
3500         persistent mark but flags.
3501
3502 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3503
3504         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3505         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3506         wl-summary-read-uncached-mark): Revive.
3507         (wl-summary-answered-cached-mark,
3508         wl-summary-answered-uncached-mark): New user option.
3509         (wl-summary-score-marks): Follow the change above.
3510         (wl-summary-auto-refile-skip-marks): Ditto.
3511         (wl-summary-incorporate-marks): Ditto.
3512         (wl-summary-expire-reserve-marks): Ditto.
3513         (wl-summary-flag-priority-list): New user option.
3514
3515         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3516         changes.
3517         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3518         of elmo-message-mark.
3519         (wl-summary-mark-as-read-internal): Ditto.
3520         (wl-summary-mark-as-answered): Ditto.
3521         (wl-summary-mark-as-important): Ditto.
3522         (wl-summary-redisplay-internal): Ditto.
3523         (wl-summary-redisplay-no-mime-internal): Ditto.
3524         (wl-summary-message-mark): New function.
3525         (wl-summary-insert-sequential): Use wl-summary-message-mark
3526         instead of elmo-message-mark.
3527         (wl-summary-update-thread): Ditto.
3528         (wl-summary-persistent-mark): Ditto.
3529         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3530         instead of elmo-message-mark.
3531
3532         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3533         wl-summary-message-mark instead of elmo-message-mark.
3534         (wl-thread-insert-entity-sub): Ditto.
3535         (wl-thread-get-children-msgs-uncached): Ditto.
3536
3537         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3538         variable name changes.
3539         (wl-highlight-summary-current-line): Ditto.
3540
3541         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3542         wl-summary-message-mark instead of elmo-message-mark.
3543
3544         * wl-expire.el (wl-expire-message-p): Ditto.
3545
3546         * wl-score.el (wl-score-headers): Ditto.
3547
3548         * Version number is increased to 2.11.9.
3549
3550         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3551         (wl-summary-sync-update): Follow the change above.
3552         (wl-summary-switch-to-clone-buffer): Ditto.
3553         (wl-summary-open-folder): Ditto.
3554
3555 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3556
3557         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3558         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3559
3560         * Version number is increased to 2.11.8.
3561
3562         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3563
3564         * wl-expire.el (wl-expire-refile): Follow the API change on
3565         `elmo-folder-move-messages'.
3566         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3567
3568         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3569         (wl-summary-exec-action-refile): Ditto.
3570         (wl-summary-exec-action-copy): Ditto.
3571         (wl-summary-no-auto-refile-message-p): No use
3572         `wl-summary-buffer-msgdb'.
3573         (wl-summary-auto-refile): Ditto.
3574
3575 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3576
3577         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3578
3579 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-summary.el (wl-summary-sync): Treat no-sync.
3582
3583         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3584         (wl-default-sync-range): Ditto.
3585
3586 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3587
3588         * wl-refile.el (wl-refile-subject-learn): Call
3589         `elmo-message-entity-field' with 3rd argument is non-nil.
3590         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3591         instead of `elmo-msgdb-overview-entity-get-subject'.
3592
3593 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3594
3595         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3596         scan-type is rescan.
3597         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3598         new optional argument force is non-nil.
3599         (wl-summary-save-view-cache): Call it with force argument non-nil.
3600
3601         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3602
3603 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-action.el (wl-summary-print-argument): Fixed last change.
3606
3607 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3610         simplified.
3611         (wl-summary-target-mark-mark-as-unread): Likewise.
3612         (wl-summary-target-mark-mark-as-important): Likewise.
3613
3614 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3615
3616         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3617         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3618         (wl-summary-mark-as-important-region): Change accordingly.
3619         (wl-summary-target-mark-mark-as-important): Ditto.
3620
3621 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3622
3623         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3624
3625         * wl-action.el (wl-summary-print-argument): Print argument to
3626         right side of window if `wl-summary-print-argument-within-window'
3627         is non-nil.
3628
3629 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-action.el (wl-summary-set-mark): Use
3632         `wl-summary-message-visible-p' to check visibility of the message
3633         and jump to message only when the message line is visible and have
3634         different number; Call wl-summary-unset-mark with number argument.
3635         (wl-summary-unset-mark): 
3636         Use `wl-summary-message-visible-p'
3637         to check visibility of the message and jump to message only when
3638         the message line is visible and have different number;
3639
3640 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3641
3642         * Version number is increased to 2.11.7.
3643
3644         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3645         and wl-folder-summary-line-format.
3646
3647         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3648         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3649         (wl-summary-set-score-mark): Use it.
3650         (wl-summary-target-mark-mark-as-read): Ditto.
3651         (wl-summary-target-mark-mark-as-unread): Ditto.
3652         (wl-summary-target-mark-mark-as-important): Ditto.
3653         (wl-summary-target-mark-msgs): Simplified.
3654         (wl-summary-detect-mark-position): Fixed problem when
3655         summary-line-format no contain persisten/temp mark spec.
3656         (wl-summary-temp-mark): Ditto.
3657         (wl-summary-persistent-mark): Ditto.
3658         (wl-summary-update-persistent-mark): Ditto.
3659
3660         * wl-action.el (wl-summary-set-mark): Ditto.
3661         (wl-summary-unset-mark): Ditto.
3662         All other related portions are changed.
3663
3664 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3665
3666         * Version number is increased to 2.11.6.
3667
3668 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-util.el (wl-current-message-buffer): Define as function;
3671         Don't use the value of wl-messge-buffer.
3672
3673         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3674         persistent mark.
3675
3676         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3677         no current message, cause an error.
3678
3679 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3680
3681         * wl-summary.el (wl-summary-set-message-modified): Use
3682         elmo-folder-set-message-modified instead of
3683         elmo-folder-set-message-modified-internal.
3684
3685 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3688         interactively.
3689         (wl-summary-sync): nokill->entirely.
3690         (wl-summary-sync-marks): Fixed message.
3691         (wl-summary-input-range): Added mark, nokill->entirely.
3692
3693         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3694         messages as read.
3695
3696 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3697
3698         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3699         update-noscore.
3700         (wl-summary-sync): Follow the change above.
3701
3702 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-action.el (wl-summary-target-mark-all): Use
3705         elmo-folder-list-messages.
3706
3707 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3710         (wl-summary-rescan): Set wl-summary-scored as nil.
3711         (wl-summary-sync-force-update): Follow the change above.
3712         (wl-summary-sync): Ditto.
3713         (wl-summary-sync-update): Added argument disable-killed.
3714         (wl-summary-insert-headers): Set visible-only argument for
3715         elmo-folder-list-messages.
3716         (wl-summary-input-range): Added update-nokill, update-noscore,
3717         all-nokill, all-noscore and mark.
3718
3719         * Version number is increased to 2.11.5.
3720
3721         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3722
3723 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3724
3725         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3726         (wl-summary-prefetch-region-no-mark): Change accordingly.
3727         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3728
3729 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3730
3731         * wl-address.el (wl-complete-field-to): Abolished.
3732         (wl-complete-address): Completion function for completing-read.
3733         * wl-action.el (wl-summary-get-resend-address): Use it.
3734
3735         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3736         wl-summary-update-mark and abolish unused argument.
3737         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3738         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3739         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3740         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3741         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3742         * wl-draft.el (wl-draft-kill): Ditto.
3743
3744         * wl-summary.el: Remove unused binding of case-fold-search.
3745         (wl-summary-replace-status-marks): Abolished.
3746
3747 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3748
3749         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3750         is specified or folder length is zero.
3751
3752 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3753
3754         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3755         (wl-folder-archive-current-entity): Ditto.
3756
3757 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3758
3759         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3760         retrieving message mark.
3761         (wl-summary-redisplay-internal): Ditto.
3762
3763         * wl-message.el (wl-message-buffer-display): Ignore errors while
3764         retrieving message-id field.
3765
3766         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3767         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3768         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3769         order of the arguments for `wl-expire-message-p'.
3770         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3771
3772         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3773         Check return value of wl-summary-reply.
3774         (wl-summary-reply): Recover window configuration when an error occured.
3775
3776 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3777
3778         * wl-summary.el (wl-summary-resend-message): Abolished, the
3779         feature is inherited by wl-summary-resend (put resend mark).
3780
3781 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3782
3783         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3784         wl-message-buffer to nil when the message is hide.
3785
3786 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * .cvsignore: New file.
3789
3790 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3791
3792         * wl-action.el (wl-summary-action-docstring): Add more info.
3793         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3794         duplicate definition.
3795         (wl-summary-define-mark-action): Functions wl-summary-*-region
3796         keep current position.
3797         (wl-summary-unregister-target-mark): Store result to the variable.
3798
3799 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * Version number is increased to 2.11.4.
3802
3803 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3804
3805         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3806         wl-summary-delete-all-temp-marks.
3807         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3808
3809         * wl-action.el (wl-summary-set-mark): Changed terminology
3810         refile-destination -> action-argument.
3811         (wl-summary-unset-mark): Ditto.
3812         (wl-summary-remove-argument): Ditto.
3813         (wl-summary-print-argument): Ditto.
3814
3815         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3816         (wl-thread-remove-argument-region): Ditto.
3817         (wl-thread-print-argument-region): Ditto.
3818         (wl-thread-close): Ditto.
3819         (wl-thread-open): Ditto.
3820
3821         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3822         (wl-highlight-refile-destination-face is abolished)
3823         (wl-highlight-action-argument-string): Ditto.
3824         (wl-highlight-summary-current-line): Highlight action argument.
3825
3826         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3827         color for light backgrounds.
3828         (wl-highlight-summary-answered-face): Ditto.
3829
3830 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3831
3832         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3833
3834         * wl-score.el (wl-summary-score-update-all-lines): Use
3835         wl-summary-set-mark.
3836         (wl-summary-score-update-all-lines): Kill expunged messages.
3837
3838         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3839
3840 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3843         directly.
3844         (wl-score-overview-entity-get-lines): Ditto.
3845         (wl-score-overview-entity-get-xref): Ditto.
3846         (wl-score-get-latest-msgs): Ditto.
3847         (wl-summary-rescore): Ditto.
3848
3849         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3850         to "&".
3851         (wl-summary-mark-as-answered-internal): New inline function.
3852         (wl-summary-mark-as-answered): New function.
3853         (wl-summary-mark-as-unanswered): Ditto.
3854         (wl-summary-sync-marks): Modified for answered-mark synching.
3855
3856 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3857
3858         * wl-action.el (wl-summary-set-mark): Fixed last change.
3859
3860 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3861
3862         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3863         behavior of wl-summary-unread-message-hook
3864         (Pointed out by akira yamada <akira@arika.org>).
3865
3866 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3867
3868         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3869         wl-summary-delete.
3870         * wl-xmas.el (wl-summary-toolbar): Ditto.
3871
3872         * wl-action.el (wl-summary-set-mark): Don't override current
3873         temp-mark.
3874
3875         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3876
3877 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3880         (wl-refile-msgid-learn): Ditto.
3881         (wl-refile-get-field-value): Ditto.
3882
3883         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3884
3885         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3886         (wl-expire-delete-reserved-messages): Renamed from
3887         wl-expire-reserve-marked-msgs-from-list.
3888         (wl-expire-delete): Removed argument `msgdb'.
3889         (wl-expire-refile): Ditto.
3890         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3891         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3892         mark-alist as argument.
3893         (wl-expire-archive-number1): Removed argument `msgdb'.
3894         (wl-expire-archive-number2): Ditto.
3895         (wl-expire-archive-date): Ditto.
3896         (wl-expire-localdir-date): Ditto.
3897         (wl-expire-hide): Ditto.
3898         (wl-archive-number1): Ditto.
3899         (wl-archive-number2): Ditto.
3900         (wl-archive-date): Ditto.
3901         (wl-archive-folder): Ditto.
3902         All other related portions are changed.
3903
3904 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3905
3906         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3907         mean move up and down. (suggested by Takashi Kawachi)
3908
3909 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-acap.el (toplevel): Don't require un-define.
3912
3913 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3914
3915         * wl-thread.el (wl-thread-delete-message): Always update
3916         wl-summary-buffer-number-list.
3917
3918         * wl-action.el (wl-summary-print-destination): 
3919         Do nothing when folder is nil.
3920
3921 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3922
3923         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3924         persistent mark when prefetch is succeeded.
3925
3926 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3929         instead of elmo-msgdb-delete-msgs.
3930         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3931         (wl-expire-hide): Ditto.
3932
3933         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3934
3935         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3936         elmo-msgdb interface.
3937         (wl-thread-get-exist-children): Likewise.
3938         (wl-thread-insert-message): Likewise.
3939         (wl-thread-msg-mark-as-important): Likewise.
3940         (wl-thread-insert-entity-sub): Likewise.
3941         (wl-thread-get-children-msgs-uncached): Likewise.
3942
3943         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3944         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3945         (wl-summary-sync-update): Likewise.
3946         (wl-summary-auto-select-msg-p): Likewise.
3947         (wl-summary-update-thread): Likewise.
3948         (wl-summary-mark-as-important): Likewise.
3949         (wl-summary-jump-to-msg-internal): Likewise.
3950         (wl-summary-redisplay-internal): Likewise.
3951         (wl-summary-print-message-with-ps-print): Likewise.
3952         (wl-summary-folder-info-update): Likewise.
3953
3954         * wl-folder.el (wl-folder-check-one-entity):
3955         elmo-folder-count-flags instead of wl-summary-count-unread.
3956
3957         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3958
3959         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3960
3961         * wl-summary.el (wl-summary-set-message-modified): 
3962         Call wl-summary-set-mark-modified.
3963         (wl-summary-delete-messages-on-buffer): Call
3964         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3965         (wl-summary-sync-update): Call elmo-folder-length instead of
3966         elmo-folder-messages.
3967         (wl-summary-insert-headers): Don't call
3968         elmo-folder-list-message-entities.
3969
3970 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3971
3972         * wl-action.el (wl-summary-define-mark-action): Call
3973         `wl-summary-set-mark' with argument `data'.
3974         (wl-summary-auto-refile): Fixed order of arguments when call
3975         `wl-summary-refile'.
3976
3977 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3978
3979         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3980
3981         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3982
3983         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3984         (Renamed from wl-highlight-summary-deleted-face).
3985         (wl-highlight-summary-resend-face): New face.
3986
3987         (wl-highlight-summary-deleted-face): Renamed from
3988         wl-highlight-summary-erased-face.
3989
3990         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3991
3992         * wl-action.el (wl-summary-get-resend-address): New function.
3993         (wl-summary-exec-action-resend): Ditto.
3994         (wl-summary-exec-action-resend-subr): Ditto.
3995
3996         * w-thread.el (wl-thread-copy): Removed definition.
3997         (wl-thread-refile): Ditto.
3998         (wl-thread-delete): Ditto.
3999         (wl-thread-target-mark): Ditto.
4000
4001         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4002         (wl-summary-target-mark-set-action): Fixed.
4003         (wl-summary-define-mark-action): Fixed quotation.
4004         (wl-summary-move-mark-list-messages): Display message.
4005         (wl-summary-define-mark-action): Define thread functions.
4006         (wl-summary-exec-action-refile): Changed message.
4007         (wl-summary-exec): Ditto.
4008
4009 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4010         
4011         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4012         '%%'.
4013
4014 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4015
4016         * wl.el (toplevel): Require wl-action.
4017         (wl-init): Call wl-summary-define-mark-action.
4018
4019         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4020
4021         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4022         wl-summary-delete and wl-summary-erase.
4023         (wl-summary-mode-map): Ditto.
4024
4025         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4026         wl-delete-folder-alist.
4027
4028         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4029         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4030         (toplevel): Moved mark & action related functions to the wl-action.el.
4031
4032         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4033         in wl-summary-mark-action-list.
4034         (wl-highlight-summary-current-line): Ditto.
4035
4036         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4037         empty lines.
4038
4039         * wl-action.el: New file. 
4040
4041 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4042
4043         * wl-summary.el (wl-summary-target-mark-replace): New function.
4044         (wl-summary-target-mark-prefetch): Use it.
4045         (wl-summary-target-mark-delete): Ditto.
4046         (toplevel): Rearranged definition order.
4047         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4048         (wl-summary-target-mark-erase): Rewrite.
4049         (wl-summary-erase-region): New function.
4050         (wl-summary-exec-action-erase): Changed message.
4051         (wl-summary-move-mark-list-messages): New function.
4052         (wl-summary-exec-action-delete): Use it.
4053         (wl-summary-exec-action-erase): Ditto.
4054
4055         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4056         (wl-summary-skip-mark-list): Added "d".
4057
4058         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4059         while searching.
4060
4061         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4062         and define using defcustom;
4063         Define 4th element as a face.
4064         
4065         * wl-summary.el (wl-summary-incorporate): Use 
4066         `wl-summary-prefetch-region-no-mark' instead of
4067         `wl-summary-prefetch-region'.
4068         (wl-summary-prefetch-region-no-mark): Revival of old
4069         `wl-summary-prefetch-region'.
4070         (wl-summary-mark-action-list): Moved to wl-vars.el
4071
4072         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4073         face according to the `wl-summary-mark-action-list'.
4074         (wl-highlight-summary-current-line): Ditto;
4075         Removed destination highlighting.
4076
4077         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4078         (wl-highlight-summary-line-string): Highlight for "i" mark.
4079         (wl-highlight-summary-current-line): Ditto.
4080
4081         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4082         no destination.
4083
4084         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4085         exists, just go ahead.
4086         (wl-summary-prefetch-region): Rewrite.
4087         (wl-summary-prefetch): Ditto.
4088         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4089         (wl-summary-exec-action-prefetch): New function.
4090         (wl-summary-target-mark-prefetch): Rewrite.
4091
4092 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4093
4094         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4095         (wl-highlight-summary-line-string): Added "d" and "D".
4096         (wl-highlight-summary-current-line): Ditto.
4097
4098         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4099         in wl-summary.el.
4100         (wl-thread-insert-entity-sub): Ditto.
4101         (wl-thread-remove-destination-region): Ditto.
4102         (wl-thread-print-destination-region): Ditto.
4103
4104         * wl-summary.el (wl-summary-buffer-refile-list,
4105         wl-summary-buffer-delete-list,
4106         wl-summary-buffer-copy-list): Abolish.
4107         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4108         All other related portions are changed.
4109         (wl-summary-mark-action-list): New variable.
4110         (wl-summary-set-mark): New function.
4111         (wl-summary-register-target-mark): Ditto.
4112         (wl-summary-unregister-target-mark): Ditto.
4113         (wl-summary-have-target-mark-p): Ditto.
4114         (wl-summary-register-temp-mark): Ditto.
4115         (wl-summary-unregister-temp-mark): Ditto.
4116         (wl-summary-registered-temp-mark): Ditto.
4117         (wl-summary-collect-temp-mark): Ditto.
4118         (wl-summary-unset-mark): Ditto.
4119         (wl-summary-set-target-mark): Ditto.
4120         (wl-summary-unset-target-mark): Ditto.
4121         (wl-summary-set-action-generic): Ditto.
4122         (wl-summary-unset-action-generic): Ditto.
4123         (wl-summary-exec-action-delete): Ditto.
4124         (wl-summary-exec-action-erase): Ditto.
4125         (wl-summary-set-action-refile): Ditto.
4126         (wl-summary-set-action-refile-subr): Ditto.
4127         (wl-summary-unset-action-refile): Ditto.
4128         (wl-summary-make-destination-numbers-list): Ditto.
4129         (wl-summary-exec-action-refile): Ditto.
4130         (wl-summary-set-action-copy): Ditto.
4131         (wl-summary-unset-action-copy): Ditto.
4132         (wl-summary-exec-action-copy): Ditto.
4133         (wl-summary-collect-numbers-region): Ditto.
4134         (wl-summary-delete): Rewrite.
4135         (wl-summary-erase): Ditto.
4136         (wl-summary-remove-destination): Ditto.
4137         (wl-summary-exec): Ditto.
4138         (wl-summary-exec-region): Ditto.
4139         (wl-summary-target-mark-erase): Ditto.
4140         (wl-summary-refile): Ditto.
4141         (wl-summary-copy): Ditto.
4142         (wl-summary-unmark): Ditto.
4143         (wl-summary-delete-all-mark): Ditto.
4144         (wl-summary-mark-line): Don't highlight.
4145         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4146         (wl-summary-target-mark-refile-subr): Rewrite.
4147
4148         (wl-summary-copy-prev-destination): Abolish.
4149
4150 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4151
4152         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4153         default values along the value of wl-on-mule.
4154         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4155         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4156         It is not used anywhere.
4157
4158 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4159
4160         * wl-summary.el (wl-summary-print-destination): Keep position.
4161         (wl-summary-cursor-move-surface): Keep horizontal position.
4162
4163 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4164
4165         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4166         write sendlog.
4167
4168 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4169
4170         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4171         `wl-summary-highlight'.
4172
4173 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4174
4175         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4176         trivial condition for temp-mark.
4177
4178 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4179
4180         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4181         when it hits killed buffer.
4182
4183 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4184
4185         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4186         * wl-news.el.in: `message' and `error' take format string.
4187
4188 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4189
4190         * wl-folder (wl-folder-insert-entity): Display a message,
4191         `...done', when the work finish.
4192         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4193
4194 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4195
4196         * wl-message.el (wl-message-redisplay): Remove unused local
4197         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4198
4199 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4200
4201         * wl-summary.el (wl-summary-replace-status-marks): Disable
4202         interactive use.
4203         (wl-summary-reedit): Check message existence at first.
4204         (wl-summary-mark-line): Fix doc, return value is indefinite.
4205
4206         * wl-highlight.el (wl-highlight-message): Arranged.
4207
4208         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4209         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4210         check temp-mark by wl-summary-temp-mark always.
4211         (wl-highlight-summary): Change accordingly.
4212         * wl-summary.el (wl-summary-mark-as-read-all)
4213         (wl-summary-delete-cache, wl-summary-set-score-mark)
4214         (wl-summary-mark-as-unread, wl-summary-unmark)
4215         (wl-summary-mark-line, wl-summary-mark-as-read)
4216         (wl-summary-mark-as-important): Ditto.
4217
4218         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4219         end of the window if possible.
4220         * wl-summary.el (wl-summary-sync-update): Support lazy
4221         highlighting.
4222         (wl-summary-toggle-disp-msg): Ditto.
4223
4224 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4225
4226         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4227
4228 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4229
4230         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4231         change.
4232
4233 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4236         API.
4237         (wl-summary-sync-update): Ditto.
4238
4239         * wl-score.el (wl-score-get-score-alist): Changed argument.
4240         (wl-summary-rescore-msgs): Likewise.
4241         (wl-summary-score-headers): Likewise.
4242         (wl-score-headers): Likewise;
4243         Use elmo-folder-do-each-message-entity, etc.
4244         (wl-summary-score-effect): Follow the changes above.
4245         (wl-summary-rescore): Ditto.
4246         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4247         (wl-score-get-overview): Abolish.
4248
4249         * wl-summary.el (wl-summary-default-from): Follow the API change in
4250         elmo-msgdb.
4251         (wl-summary-count-unread): Ditto.
4252         (wl-summary-detect-mark-position): Ditto.
4253         (wl-summary-overview-entity-compare-by-date): Ditto.
4254         (wl-summary-overview-entity-compare-by-number): Ditto.
4255         (wl-summary-overview-entity-compare-by-from): Ditto.
4256         (wl-summary-overview-entity-compare-by-subject): Ditto.
4257         (wl-summary-get-list-info): Ditto.
4258         (wl-summary-rescan): Ditto.
4259         (wl-summary-jump-to-msg-by-message-id): Ditto.
4260         (wl-summary-sync-update): Ditto; Removed comment.
4261         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4262         (wl-summary-insert-message): Use wl-summary-insert
4263         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4264         (wl-summary-insert-headers): Changed argument overview to folder.
4265         (wl-summary-search-by-subject): Likewise.
4266         (wl-summary-insert-thread): Renamed from 
4267         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4268
4269         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4270         too.
4271
4272         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4273         wl-string-member.
4274
4275 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4276
4277         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4278         elmo-folder-append-buffer.
4279         (wl-draft-queue-append): Likewise.
4280
4281         * wl-mime.el (wl-message-delete-current-part): Ditto.
4282         (wl-summary-burst-subr): Ditto.
4283
4284         * wl-news.el.in (wl-news-send-news): Ditto.
4285
4286 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4287
4288         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4289         function.
4290         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4291         (wl-summary-update-mark): Enclose with save-excursion.
4292         (wl-summary-mark-as-read-internal): Fixed last change.
4293         (wl-summary-mark-as-important): Use 3rd argument of
4294         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4295         Don't use elmo-msgdb-set-mark.
4296         (wl-summary-redisplay-internal): If msgdb flag is already read,
4297         just update the mark on buffer.
4298
4299 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4300
4301         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4302         cut visible folder when elmo-folder-delete returns non-nil value.
4303
4304 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4305
4306         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4307         by Kenichi OKADA <okada@opaopa.org>).
4308
4309 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4310
4311         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4312
4313 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4314
4315         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4316         Fixed the last change, search group entity by its real name.
4317         (Thanks to: KOBAYASHI Shinji)
4318
4319 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4320
4321         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4322         (wl-fldmgr-access-display-all): Don't refer visible name.
4323         * wl-expire.el (wl-folder-archive-current-entity)
4324         (wl-folder-expire-current-entity): Ditto.
4325         * wl-folder.el (wl-folder-jump-to-current-entity)
4326         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4327         (wl-folder-open-folder-sub,wl-folder-open-all)
4328         (wl-folder-write-current-folder): Ditto.
4329         (wl-folder-insert-entity): Don't use petname for normal group.
4330         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4331         is the real name.
4332         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4333         Abolished.
4334
4335 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4336
4337         * wl-draft.el (wl-draft-create-buffer): Add
4338         `wl-summary-reply-with-citation'
4339
4340 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4341
4342         * wl-draft.el (wl-draft-reply): Fixed.
4343
4344 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4347         when `wl-draft-send-confirm-with-preview' is non-nil.
4348         You can scroll up/down by j/k.
4349         (wl-draft-send-confirm-with-preview): New variable (default=t).
4350
4351 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4354         (wl-fldmgr-save-folders): Fix comment.
4355
4356 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4359         along the last change in `wl-folder-buffer-group-p'.
4360
4361 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4362
4363         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4364         folder.
4365
4366         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4367         the default value.
4368
4369         * wl-mime.el (wl-summary-burst): Update summary only when target
4370         folder equals current folder.
4371
4372 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4373
4374         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4375
4376 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4379         value.
4380
4381 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4382
4383         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4384         `map-extents' instead of `extent-at' repeatedly.
4385         (wl-highlight-folder-current-line): Ditto.
4386
4387         * wl-highlight.el: Remove useless dummy functions.
4388
4389 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4392         (wl-folder-put-folder-property): New function to put text property.
4393         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4394         (wl-folder-insert-entity, wl-folder-update-diff-line)
4395         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4396         * wl-e21.el, wl-xmas.el, wl-mule.el
4397         (wl-highlight-folder-current-line): Ditto.
4398         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4399         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4400         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4401         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4402
4403 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * Version number is increased to 2.11.3.
4406
4407 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4410         Resume current-buffer since it is assumed by remaining tasks.
4411
4412 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4415         (wl-folder-completion-function): Abolished.
4416         (wl-folder-complete-folder): New function.
4417         (wl-folder-complete-filter-condition): Ditto.
4418         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4419         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4420
4421 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4422
4423         * wl-draft.el (wl-draft-send-confirm): New function.
4424         (wl-draft-send): Use it.
4425
4426         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4427         cursor-in-echo-area while confirming.
4428
4429         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4430
4431         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4432         searching via nntp if wl-summary-search-via-nntp is 'force.
4433         Otherwise, invoke searching in nntp folder only.
4434         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4435
4436         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4437         explicitly for mime-make-text-tag.
4438
4439 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4440
4441         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4442         `mime-make-text-tag' instead of `mime-create-tag'.
4443
4444 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4447         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4448
4449 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-score.el (wl-score-save): Bind print-length and print-level.
4452         (wl-score-pretty-print): Ditto.
4453         (wl-score-edit-insert-header-entry): Ditto.
4454
4455         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4456         "From" entry to be treated with wl-draft-eword-encode-address-list.
4457         * wl-mime.el (wl-draft-preview-message): Ditto.
4458
4459         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4460         (wl-summary-mark-as-unread): Ditto.
4461         (wl-summary-mark-as-read-region): Change accordingly.
4462         (wl-summary-mark-as-unread-region): Ditto.
4463         (wl-summary-target-mark-mark-as-read): Ditto.
4464         (wl-summary-target-mark-mark-as-unread): Ditto.
4465
4466 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * Version number is increased to 2.11.2.
4469
4470 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-news.el.in (wl-news-previous-version-save): Bind
4473         print-length and print-level.
4474         * wl-thread.el (wl-thread-save-entities): Ditto.
4475         (wl-thread-save-top-list): Bind print-length.
4476
4477 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4478
4479         * wl-highlight.el (wl-highlight-summary-line-string): Use
4480         wl-summary-score-below-mark, wl-summary-score-over-mark.
4481         (wl-highlight-summary-current-line): Ditto.
4482
4483 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4486         insert it.
4487
4488 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4489
4490         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4491
4492 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4495         message without msgid.
4496         Rewrite with elmo-folder-move-messages.
4497         Set wl-message-buffer to nil.
4498
4499         * wl-summary.el (wl-summary-erase-subr): New function. Use
4500         elmo-folder-move-messages.
4501         (wl-summary-erase): Call it.
4502         (wl-summary-target-mark-erase): Ditto.
4503
4504 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4507         it is not up-tp-date.
4508
4509 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4512         buffer after calling `wl-summary-goto-folder-subr' without the
4513         argument `interactive'.
4514         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4515
4516 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4517
4518         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4519         `mime-create-tag'. Use `string=' instead of `looking-at'.
4520
4521 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4524         to avoid compile warning.
4525
4526         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4527         entity-id when folder is given.
4528         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4529         save-excursion, use save-selected-window instead.
4530         Select folder buffer window if exists.
4531         (To correct behavior with wl-folder-move-cur-folder.)
4532
4533 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4534
4535         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4536
4537 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4538
4539         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4540         list-count instead of %d.
4541
4542 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4545         (wl-news): Set it.
4546         (wl-news-append-to-folder): Use it.
4547
4548         * wl-news.el.in (wl-news-send-news): Append to specified folder
4549         instead of wl-default-folder.
4550         (wl-news-append-to-folder): Show error message with specified folder.
4551
4552         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4553                 In most major modes, Emacs assumes that any opening
4554                 delimiter found at the left margin is the start of a
4555                 top-level definition, or defun. Therefore, *never put an
4556                 opening delimiter at the left margin unless it should have
4557                 that significance.*
4558
4559         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4560
4561 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4562
4563         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4564
4565 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4566
4567         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4568
4569 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4570
4571         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4572         for sequential numbering case.
4573
4574 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4575
4576         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4577         value.
4578         (wl-draft-reply-without-argument-list): Ditto.
4579         (wl-draft-reply-myself-with-argument-list): Abolish.
4580         (wl-draft-reply-myself-without-argument-list): Ditto.
4581         * wl-draft.el (wl-draft-self-reply-p): New function.
4582         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4583
4584 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4585
4586         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4587         (avoid error for the case without byte-compiling)
4588
4589 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4590
4591         * wl-news.el.in (wl-news-append-to-folder): New function.
4592         (wl-news-exit): Rewrite.
4593         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4594
4595 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4596
4597         * wl-draft.el (wl-draft-reply-position): New function.
4598         (wl-draft-reply-position): Fix.
4599         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4600         (wl-summary-target-mark-reply-with-citation): Ditto.
4601         (wl-summary-reply-with-citation): Ditto.
4602         * wl-vars.el (wl-draft-reply-default-position): New variable.
4603
4604 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4605
4606         * wl-draft.el (wl-draft-send): Preview when interactive send.
4607
4608 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4609
4610         * wl-draft.el (wl-draft-reply): Set default position.
4611         * wl-summary.el (wl-summary-reply): Ditto.
4612         (wl-summary-reply-with-citation): Ditto.
4613         (wl-summary-target-mark-reply-with-citation): Ditto.
4614
4615 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4616
4617         * wl-news.el.in (wl-news-lang): Set default value according to
4618         current-language-environment.
4619         (wl-news-append-news): Do nothing when news-list is nil.
4620
4621 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4624         (wl-news): Change message.
4625         (wl-news-exit): Check buffer.
4626         (wl-news-force-exit): New function.
4627         (wl-news-show-all): New function.
4628         (wl-news-discard-and-exit): Fix.
4629
4630 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4631
4632         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4633         according to current-language-environment.
4634
4635         * wl-news.el.in (wl-news): If arg, show all NEWS after
4636         wl-news-default-previous-version.
4637
4638 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-news.el.in (wl-news-check): Rewritten.
4641         (wl-news-previous-version-load): Change data type.
4642         (wl-news-previous-version-save): Change data type.
4643         (wl-news-append-news): Add return value.
4644         (wl-news-check-news): New function.
4645         (wl-news-already-current-p): New function.
4646         (wl-news-send-news): Rewritten.
4647         (wl-news-mode-map): Add new keybind.
4648         (wl-news): Rewritten.
4649         (wl-news-exit): Rewritten.
4650         (wl-news-discard-and-mail): New function.
4651         (wl-news-send-to-address): Abolished.
4652         * wl.el (wl-init): Delete a message.
4653
4654 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4655
4656         * wl-news.el.in (wl-news-exit): Update previous version.
4657         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4658
4659 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4662
4663 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-news.el.in (wl-news): New function.
4666         (wl-news-mode): New function.
4667         (wl-news-next-line): New function.
4668         (wl-news-next-page): New function.
4669         (wl-news-exit): New function.
4670         (wl-news-buf-name): New variable.
4671         (wl-news-mode-map): New variable.
4672         (wl-news-winconf): New variable.
4673         (wl-news-append-news): Add an option.
4674
4675 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4678
4679 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-news.el.in (wl-news-send-to-address): New variable.
4682         (wl-news-send-news): Use it.
4683         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4684         Return updating status.
4685         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4686
4687 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4688
4689         * wl-news.el.in (wl-news-send-news): Delete
4690         Organization and X-Face.
4691
4692 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4695         (wl-news-append-news): New function.
4696         (wl-news-send-news): New function.
4697
4698 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * Version number is increased to 2.11.1.
4701
4702 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * wl-news.el.in : New file.
4705
4706 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4709         default value.
4710         (wl-draft-reply-without-argument-list): Ditto.
4711
4712 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4713
4714         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4715         (wl-message-buffer-prefetch-idle-time): Ditto.
4716         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4717
4718 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-thread.el (wl-thread-insert-message): Use
4721         wl-summary-max-thread-depth.
4722
4723         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4724         loop detection.
4725
4726         * wl-message.el (wl-message-buffer-display): Back to the first page
4727         when cache is hit.
4728
4729 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4732
4733         * wl-summary.el (wl-summary-insert-thread-entity):
4734         If the thread depth is reached to wl-summary-max-thread-depth,
4735         divide the thread.
4736
4737 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4738
4739         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4740         for elmo-remove-passwd.
4741
4742 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4743
4744         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4745         folder is sticky.
4746         (wl-folder-mark-as-read-all-entity): Ditto.
4747         (wl-folder-prefetch-entity): Ditto.
4748
4749 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4750
4751         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4752
4753 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4756         Delete messages on buffer for unplugged operation.
4757         (wl-summary-erase): Ditto.
4758
4759 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4762         take nil so as not to search parent by subject.
4763
4764 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4767         (wl-folder-get-next-folder): Ditto.
4768         (wl-folder-get-path): Ditto.
4769
4770 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4773         system and encode the region with it before verifying.
4774
4775 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4778         system of the echo buffer before decoding.
4779
4780 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4783         original contents.
4784
4785 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4786
4787         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4788         with argument 'any-exists.
4789
4790 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4791
4792         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4793         Use `wl-cs-autoconv'.
4794
4795 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4796
4797         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4798         by `mime-view-automatic-conversion'.
4799
4800         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4801         (wl-message-verify-pgp-nonmime): Ditto.
4802         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4803         Bind them to C-c:d and C-c:v respectively.
4804
4805         Merge following code by Teranishi-san from [wl-en:00167].
4806         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4807         (wl-mime-preview-application/pgp-encrypted): Ditto.
4808         (wl-mime-setup): Add entry.
4809
4810 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-summary.el (wl-summary-target-mark-erase): New function.
4813         Bind it to "mD".
4814
4815 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4816
4817         * wl-vars.el (wl-draft-write-file-function): Fix.
4818         (wl-draft-reedit-hook): Changed default value.
4819
4820         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4821         wl-draft-reedit-hook.
4822         (wl-draft-remove-text-plain-tag): New function.
4823         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4824
4825         * wl-vars.el (wl-draft-write-file-function): New user option.
4826
4827         * wl-draft.el (wl-draft-prepare-edit): Use it for
4828         local-write-file-hooks.
4829         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4830
4831         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4832         (wl-draft-insert-mail-header-separator): Return the body beginning
4833         point.
4834         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4835         text/plain.
4836         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4837
4838 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-summary.el (wl-summary-erase): New function to erase message
4841         without moving it to trash. Bind to "D".
4842
4843         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4844         as `keep' unless switch-function.
4845
4846 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4847
4848         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4849         message buffer by using `wl-summary-toggle-disp-msg'.
4850         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4851         buffer window.
4852         (wl-summary-supresedes-message): Ditto.
4853
4854         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4855         Do not delete other windows.
4856         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4857         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4858         (wl-draft-create-buffer): Set reply-or-forward also for target
4859         mark commands.
4860
4861 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-draft.el (wl-user-agent-compose): Delete special case for
4864         switch-to-buffer-other-window.
4865
4866         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4867         (wl-summary-forward): Ditto.
4868
4869         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4870         function.
4871         (wl-draft-buffer-style): New use option.
4872
4873         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4874         (wl-draft): Follow the change above.
4875         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4876         wl-draft-buffer-style.
4877         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4878         switch-function.
4879
4880 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4881
4882         * wl-address.el (wl-address-make-completion-entry): Extracted from
4883         `wl-address-make-completion-list'.
4884         (wl-address-enable-strict-loading): New variable.
4885         (wl-address-make-completion-list): Revive petname duplication
4886         inquiry, and enable it if `wl-address-enable-strict-loading'.
4887         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4888
4889 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4890
4891         * wl-message.el (wl-message-get-original-buffer): Avoid
4892         'Selecting deleted buffer' error when original buffer is killed.
4893
4894 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4895
4896         * wl-summary.el (wl-summary-next-message): Use
4897         elmo-message-accessible-p instead of elmo-message-cached-p.
4898
4899 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4900
4901         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4902
4903         * wl-thread.el (wl-thread-open-all-unread): Use
4904         elmo-folder-list-flagged instead of
4905         elmo-folder-list-messages-mark-match.
4906
4907         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4908         instead of elmo-folder-list-messages-mark-match.
4909         (wl-summary-move-spec-alist): New variable.
4910         (wl-summary-move-spec-plugged-alist,
4911         wl-summary-move-spec-unplugged-alist): Abolish.
4912         (wl-summary-next-message): Follow the change above.
4913         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4914         with 'no-msg' argument.
4915
4916         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4917         variable.
4918         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4919         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4920         (wl-message-buffer-prefetch-get-next): Follow the change above.
4921
4922 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-version.el (wl-version): Changed codename.
4925
4926         * Version number is increased to 2.11.0.
4927
4928 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4929
4930         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4931         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4932         `wl-draft-config-variables'.
4933         (wl-draft-kill): Fixed problem when the draft is reedit.
4934
4935 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4938         buffer-modified status (Thanks to
4939         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4940
4941 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4942
4943         * wl-util.el (wl-region-exists-p): New function.
4944
4945         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4946         Remove defvars for byte-compile warnings.
4947
4948 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4949
4950         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4951         defvar-maybe. Removed unused bind.
4952
4953 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4956         summary buffer window before creating new frame.
4957         (wl-draft-reply): Ditto.
4958
4959 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4962
4963 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4964
4965         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4966
4967 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4968
4969         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4970         instead of `kill-region'.
4971
4972 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4973
4974         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4975         (wl-highlight-summary-line-string): Use it.
4976         (wl-highlight-summary-current-line): Ditto.
4977
4978         * wl-mime.el (wl-message-delete-current-part): Check the class of
4979         mime-entity.
4980
4981         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4982
4983         * wl-summary.el (wl-summary-make-number-list): Initialize.
4984         (wl-summary-update-mark): New function.
4985         (wl-summary-reply): Put `answered' mark on the message.
4986         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4987
4988         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4989         (wl-draft-reply): Added optional argument `number';
4990         Set wl-draft-parent-number.
4991         (wl-draft-kill): Delete answered mark if it is a reply.
4992
4993 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4994
4995         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4996         that originates in mime-preview-follow-current-entity.
4997         (wl-draft-yank-current-message-entity): Use it if region is active.
4998
4999         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5000         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5001         `wl-message-delete-current-part'.
5002         * wl-mule.el (wl-message-define-keymap): Ditto.
5003         * wl-xmas.el (wl-message-define-keymap): Ditto.
5004
5005 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5006
5007         * wl-mime.el (wl-message-delete-current-part): New function.
5008         (wl-mime-node-id-to-string): Ditto.
5009
5010         * wl-mime.el (wl-message-delete-current-part): Use existing
5011         original buffer which corresponds current mime-view buffer.
5012         (fetched buffer might have different structure, possibly)
5013
5014         * wl-mime.el (wl-message-delete-current-part): Quit if the
5015         message content differs from the actual message.
5016
5017 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5018
5019         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5020         order.
5021         (wl-summary-search-by-subject): Search parent message from tail;
5022         Check the existence of the parent message on the current thread tree.
5023         (wl-summary-update-thread): Check whether the line is inserted.
5024
5025 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5026
5027         * wl-vars.el (wl-summary-line-format): Undo last change.
5028         * wl-summary.el (wl-summary-print-destination): Do not put
5029         invisible property when `wl-summary-width' is nil.
5030         (wl-summary-line-subject-minimum-length): Abolished.
5031         (wl-summary-line-subject): Ditto.
5032
5033 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-vars.el (wl-summary-line-format): Change default value.
5036         (wl-summary-subject-length-limit): Abolished.
5037         * wl-summary.el (wl-summary-line-subject): Ditto.
5038
5039 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5040
5041         * wl-template.el (wl-template-select): Added optional argument.
5042         If optional argument is specified, reverse
5043         `wl-template-visible-select'.
5044
5045 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5046
5047         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5048         Take prefix argument to force asking the destination folder.
5049
5050 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5051
5052         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5053         count and update status.
5054
5055 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-summary.el (wl-summary-redisplay-internal): If
5058         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5059         after fetching.
5060
5061 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5062
5063         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5064         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5065
5066         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5067
5068 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5071         (All other related portions are changed).
5072         (wl-summary-mark-as-read-all): Rewrite.
5073
5074 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5075
5076         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5077         `wl-summary-mark-as-read'.
5078         (wl-summary-mark-as-unread): Rewrite.
5079         (wl-summary-mark-as-read): Added no-modeline argument.
5080         (wl-summary-resume-cache-status): Rewrite.
5081         (wl-summary-exec-subr): Remove unused local variable.
5082
5083 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5084
5085         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5086         logic to call `wl-summary-buffer-prev-folder-function'.
5087         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5088
5089 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5090
5091         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5092         is nil.
5093
5094 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5095
5096         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5097         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5098         (wl-mime-setup): Add its entry.
5099
5100 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5103         (wl-summary-delete-cache): Likewise.
5104         (wl-summary-mark-as-read): Rewrite.
5105
5106 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5107
5108         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5109         `wl-summary-count-unread'.
5110
5111         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5112
5113         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5114
5115 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5116
5117         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5118         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5119         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5120         Renamed to the elmo-msgdb-*-mark.
5121         (wl-summary-score-marks): Follow the change above.
5122         (wl-summary-auto-refile-skip-marks): Ditto.
5123         (wl-summary-incorporate-marks): Ditto.
5124         (wl-summary-expire-reserve-marks): Ditto.
5125
5126         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5127         changes.
5128         (wl-thread-insert-top): Changed updating message.
5129
5130         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5131         variable.
5132         (wl-summary-count-unread): Count answered marks.
5133         (wl-summary-rescan): Call wl-summary-insert-message instead of
5134         wl-summary-append-message-func-internal.
5135         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5136         (wl-summary-prefetch-msg): Follow the variable name changes.
5137         (wl-summary-prefetch-region): Ditto.
5138         (wl-summary-mark-as-read-all): Follow the API changes;
5139         Don't call elmo-folder-replace-marks.
5140         (wl-summary-delete-cache): Follow the variable name changes.
5141         (wl-summary-resume-cache-status): Ditto.
5142         (wl-summary-update-status-marks): New function.
5143         (wl-summary-insert-message): New function.
5144         (wl-summary-sync-marks): Follow the variable name changes.
5145         (wl-summary-sync-update): Synchronize to the msgdb, too;
5146         Changed update messages.
5147         (wl-summary-make-number-list): Rewrite.
5148         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5149         (wl-summary-mark-as-unread): Follow the API changes.
5150         (wl-summary-exec-subr): Follow the variable name changes.
5151         (wl-summary-mark-as-read): Ditto.
5152         (wl-summary-move-spec-plugged-alist): Ditto.
5153         (wl-summary-move-spec-unplugged-alist): Ditto.
5154         (wl-summary-cursor-move-surface): Ditto.
5155
5156         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5157         variable name changes.
5158         (wl-highlight-summary-current-line): Ditto.
5159
5160         * wl-expire.el (wl-expire-refile): Follow the API change in
5161         elmo-folder-move-messages.
5162         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5163         (wl-summary-archive): Use elmo-folder-msgdb instead of
5164         elmo-msgdb-load.
5165
5166 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5167
5168         * wl-mime.el (wl-draft-preview-message): Restore the position
5169         before evaluating wl-draft-send-hook in preview buffer.
5170
5171 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5172
5173         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5174         when it creates new draft buffer.
5175
5176         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5177         without argument.
5178
5179         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5180         Evaluate content and if the value is string, insert it.
5181         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5182         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5183         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5184         wl-draft-config-sub-part-bottom): Use it.
5185
5186         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5187         with the folder name. The question was unintelligible when it is
5188         called from wl-save-status.
5189
5190 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5193         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5194         cannot take second argument).
5195
5196 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5197
5198         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5199         as t. Since type and subtype are not case sensitive (RFC 2045).
5200
5201 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5202
5203         * wl-vars.el (wl-message-mode-line-format): New variable.
5204         (wl-message-mode-line-format-spec-alist): Ditto.
5205         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5206         (wl-message-redisplay): Use wl-message-mode-line-format.
5207
5208 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5211
5212 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-summary.el (wl-summary-default-from): Write description.
5215
5216 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-vars.el (wl-ldap-objectclass): Abolish.
5219
5220         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5221         (wl-ldap-make-filter): Removed condition for objectclass.
5222         (wl-ldap-make-matched-value-list): Remove meaningless process.
5223         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5224         (wl-address-ldap-search): Don't add `*' to `pat' string;
5225         use ignore-errors; added `email';
5226         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5227         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5228         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5229
5230
5231 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5232
5233         * wl-draft.el (wl-draft-parent-folder): Write description.
5234         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5235
5236 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5239         as "" (zero-length string) if no parent.
5240         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5241
5242 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-address.el (wl-address-make-completion-list): Skip duplication
5245         checking.
5246         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5247         `append'.
5248
5249 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5250
5251         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5252         instead of `beginning-of-buffer'.
5253
5254 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5255
5256         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5257
5258 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5261         Refer wl-message-buffer-name.
5262         (wl-message-wheel-down): Ditto.
5263
5264 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-vars.el (wl-message-buffer-name): New user option.
5267
5268         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5269         directly instead of making alist dinamically.
5270
5271         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5272         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5273         wl-message-buffer-cache-name.
5274         (wl-message-buffer-cache-clean-up): Ditto.
5275
5276         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5277
5278         * Version number is increased to 2.9.15.
5279
5280 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-vars.el (wl-summary-default-view-alist): New user option.
5283
5284         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5285
5286         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5287         while deleting address.
5288         (wl-draft-delete-myself-from-cc): Ditto.
5289
5290         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5291         If optional argument is specified, reverse sort order.
5292
5293         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5294
5295 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5296
5297         * wl-thread.el (wl-thread-insert-message): Return parent number if
5298         exists.
5299         (wl-thread-update-indent-string-region): Use
5300         wl-thread-update-line-on-buffer-sub instead of
5301         wl-thread-update-line-on-buffer.
5302
5303 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5304
5305         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5306         (wl-folder-close-all): Ditto.
5307
5308 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5309
5310         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5311         and mailing-list:.
5312         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5313         value.
5314         (wl-summary-line-list-info): Print mailing-list name even when 
5315         list-number is empty.
5316
5317 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5320
5321         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5322         (wl-draft-open-file): Ditto.
5323         (wl-draft-random-alphabet): Ditto.
5324
5325         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5326         bindings.
5327
5328 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5331         * wl-vars.el (wl-draft-config-alist): Ditto.
5332
5333 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * Version number is increased to 2.9.14.
5336
5337         * wl.el (wl): Don't set wl-init as nil when error occured while
5338         auto-checking folders.
5339
5340         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5341         `elmo-expand-newtext'.
5342
5343 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344
5345         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5346         `this-command' so that `wl-folder-goto-folder' contained in
5347         `wl-summary-keep-cursor-command' work.
5348
5349 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5350
5351         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5352         message buffer displaying state.
5353
5354 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-vars.el (wl-summary-default-view): New variable to specify
5357         default value for `wl-summary-buffer-view' instead of using
5358         set-default.
5359         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5360
5361 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5362
5363         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5364
5365         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5366
5367 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5368
5369         * wl-vars.el (wl-forward-subject-prefix): New variable.
5370         * wl-draft.el (wl-draft-forward): Use it.
5371
5372 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5373
5374         * wl-message.el (wl-message-prev-page): When it is called without
5375         lines argument, scroll down by wl-message-scroll-amount lines.
5376         (wl-message-next-page): Ditto.
5377         * wl-vars.el (wl-message-scroll-amount): Change default value
5378         to preserve current behavior.
5379
5380 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5381
5382         * wl-summary.el (wl-summary-prefetch-msg): Bind
5383         `wl-message-entity' to call `wl-summary-from-function'.
5384
5385 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5386
5387         * wl-message.el (wl-message-buffer-create): Run
5388         wl-message-buffer-created-hook.
5389
5390 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-summary.el (wl-summary-sort-specs): New variable.
5393         (wl-summary-default-sort-spec): Ditto.
5394         (wl-summary-sort): Rewrite.
5395         (wl-summary-sort-by-list-info): New function.
5396
5397 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5398
5399         * wl-summary.el (wl-summary-get-list-info): New function.
5400         (wl-summary-sort): Rewrite.
5401         (wl-summary-line-list-info): Ditto.
5402         (wl-summary-line-list-count): Ditto.
5403         (wl-summary-refile-region): Fixed docstring.
5404
5405 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5408         `wl-folder-entity-hashtb' as completion table.
5409
5410 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5411
5412         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5413         only when this command is called interactively; silence the byte-
5414         compiler.
5415
5416 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5417
5418         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5419         active in XEmacs.
5420
5421 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5422
5423         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5424         plural lines.
5425
5426 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5427
5428         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5429         of current line when the cursor is on the header name.
5430         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5431
5432 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5433
5434         * wl-util.el (wl-read-directory-name): Return displayed directory
5435         as the default value also on XEmacs.
5436
5437 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5440         formatting.
5441
5442 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5445         argument and when it is non-nil, check face property before
5446         highlighting for each line.
5447         (wl-highlight-summary-window): Set it.
5448
5449 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5452         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5453
5454         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5455         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5456         (wl-draft-get-fcc-list): Likewise.
5457
5458 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5461         (wl-thread-entity-cur): Ditto.
5462         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5463         wl-thread-indent-regexp setting.
5464         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5465
5466         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5467         wl-summary-lazy-highlight.
5468         (wl-summary-display-bottom): Ditto.
5469
5470         * wl-thread.el (wl-thread-open-close): Likewise.
5471
5472         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5473         from and subject;
5474         Bind wl-draft-use-frame;
5475         Enclose with save-window-excursion;
5476         Use wl-draft-create-buffer instead of with-temp-buffer;
5477         Use wl-draft-prepare-edit;
5478         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5479         Use wl-draft-send instead of wl-draft-raw-send.
5480
5481 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5484         of using wl-from.
5485
5486 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5489         insert-buffer instead of clone-buffer.
5490         (wl-draft-doing-mime-bcc): New variable.
5491         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5492         infinite loop.
5493         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5494
5495         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5496         (wl-draft-mime-bcc-body): Ditto.
5497
5498         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5499         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5500         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5501         wl-draft-do-mime-bcc.
5502         (wl-draft-mime-bcc-field): New function.
5503         (wl-draft-do-mime-bcc): Ditto.
5504
5505         * wl-address.el (wl-address-complete-header-list): New variable.
5506         (wl-address-complete-header-regexp): Changed default value.
5507
5508         * Version number is increased to 2.9.13.
5509
5510 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5513         it is differed.
5514
5515 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5516
5517         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5518         (wl-summary-line-list-count): Ditto.
5519
5520 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5521
5522         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5523         (wl-nntp-posting-function): New variable.
5524         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5525         `wl-nntp-posting-config-alist'.
5526
5527 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5528
5529         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5530         FLIM.
5531
5532 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5533
5534         * wl-summary.el (wl-summary-target-mark-refile-sub):
5535         Remove a nuisance funcall.
5536
5537 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5538
5539         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5540         as t for `try-completion'.
5541
5542 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-summary.el (wl-summary-default-from): Use
5545         wl-address-header-extract-address instead of
5546         std11-extract-address-components.
5547         (wl-summary-simple-from): Ditto.
5548         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5549         (wl-summary-insert-headers): Show message.
5550         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5551         for whole line.
5552         (wl-summary-default-from): Revert last change.
5553         (wl-summary-simple-from): Ditto.
5554         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5555         (wl-summary-mark-as-read-region): Follow the change above.
5556         (wl-summary-sync-marks): Ditto.
5557         (wl-summary-target-mark-mark-as-read): Ditto.
5558         (wl-summary-redisplay-internal): Ditto.
5559         (wl-summary-redisplay-no-mime-internal): Ditto.
5560         (wl-summary-redisplay-all-header): Ditto.
5561         (wl-summary-mark-as-read): Removed argument `cached';
5562         Use current cache status to set cache mark.
5563         (wl-summary-redisplay-internal): Follow the change above.
5564         (wl-summary-redisplay-no-mime-internal): Ditto.
5565         (wl-summary-redisplay-all-header): Ditto.
5566
5567         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5568
5569         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5570         Don't call itself recursively (Adviced by Yamaoka-san).
5571
5572 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5573
5574         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5575         bind wl-summary-highlight as nil to avoid error caused by missing
5576         local variables.
5577
5578 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5579
5580         * wl-vars.el (wl-invalid-character-message): New user option.
5581
5582         * wl-util.el (wl-set-string-width): If truncated string-width is
5583         larger than specified width, use `wl-invalid-character-message'.
5584
5585 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5586
5587         * wl-summary.el (wl-summary-prefetch-msg): 
5588         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5589
5590 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5591
5592         * wl-vars.el (wl-summary-check-line-format): New user option.
5593         (wl-summary-line-format-file): Ditto.
5594
5595         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5596         variable.
5597         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5598         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5599         and `wl-summary-view-old-p' to check whether do a rescan or not.
5600         (wl-summary-view-old-p): New function.
5601         (wl-summary-line-format-changed-p): Ditto.
5602         (wl-summary-line-format-save): Ditto.
5603         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5604
5605         * wl-util.el (wl-set-string-width): Avoid using negative number
5606         for make-string.
5607
5608 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5609
5610         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5611         return value.
5612
5613         * wl-util.el (wl-set-string-width): Added optional argument
5614         `padding' (All other related portions are changed).
5615         (wl-line-parse-format): If the first letter of column number is
5616         `0', zero-padding the result (ex: "%05l").
5617
5618         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5619
5620 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5621
5622         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5623         sequential summary view.
5624
5625 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5628         if it doesn't have a -unix version.
5629
5630 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5633
5634 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5635
5636         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5637         content.
5638         (wl-draft): Follow the change above.
5639
5640         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5641
5642         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5643         and wl-folder-summary-line-format-alist contain %T and %P.
5644
5645         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5646         (wl-summary-mode-line-format): New user option.
5647         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5648         (wl-summary-line-format): Changed default value.
5649         (wl-summary-lazy-highlight): Changed default value.
5650
5651         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5652         change in wl-summary-create-line.
5653         (wl-thread-insert-entity-sub): Ditto.
5654
5655         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5656         (wl-summary-buffer-unread-status): Ditto.
5657         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5658         (wl-summary-buffer-persistent-mark-column): Ditto.
5659         (wl-summary-buffer-mode-line-formatter): Ditto.
5660         (wl-summary-buffer-mode-line): Ditto.
5661         (wl-summary-message-regexp): Abolished.
5662         (All other related portions are changed.)
5663         (wl-summary-detect-mark-position): New function.
5664         (wl-summary-buffer-set-folder): Setup
5665         wl-summary-buffer-mode-line-formatter.
5666         (wl-summary-mode): Setup selective-display;
5667         Setup pre-idle-hook when xemacs.
5668         (wl-summary-update-modeline): Rewrite.
5669         (wl-summary-jump-to-msg): Define as function;
5670         Changed regexp for searching messages.
5671         (wl-summary-message-number): Rewrite.
5672         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5673         Do rescan when old type summary cache.
5674         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5675         (wl-summary-remove-destination): Use '\r' to detect EOL.
5676         (wl-summary-print-destination): Ditto.
5677         (wl-summary-temp-mark): New inline function.
5678         (wl-summary-persistent-mark): Ditto.
5679         (wl-summary-line-number): New function.
5680         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5681         (wl-summary-line-list-count): New function.
5682         (wl-summary-create-line): Added argument persistent-mark.
5683         (All other related portions are changed)
5684         (wl-summary-create-line): Insert '\r'.
5685         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5686         (wl-summary-cursor-move-surface): New inline function.
5687         (wl-summary-prev): Use it.
5688         (wl-summary-next): Ditto.
5689
5690         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5691         wl-summary-message-regexp.
5692         (wl-highlight-summary): Delete progress message.
5693         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5694
5695         * Version number is increased to 2.9.12.
5696
5697 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5698
5699         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5700         variable (nil: no minimum).
5701         (wl-summary-line-subject): Add some spaces after subject by
5702         wl-summary-line-subject-minimum-length.
5703
5704 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5705
5706         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5707         and removed `F'.
5708         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5709         change above).
5710
5711 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5712
5713         * wl-summary.el (wl-summary-line-list-count): Reverted.
5714         (example setting in samples/*/dot.wl is also updated)
5715
5716 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5717
5718         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5719
5720         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5721
5722         * wl-vars.el (wl-summary-line-format): Addes some description to the
5723         docstring.
5724
5725         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5726         (wl-summary-line-close-bracket): Ditto.
5727         (wl-summary-line-children-number): Ditto.
5728         (wl-summary-line-thread-indent): Ditto.
5729         (wl-summary-line-children-and-from): Ditto.
5730
5731         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5732         't', 'c', 'F' and added 'C'.
5733
5734         * wl-util.el (wl-set-string-width): Accept negative value.
5735         (wl-line-parse-format): Added "%number(" and "%)".
5736
5737 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-summary.el (wl-summary-line-list-count): Change format of the
5740         return value.
5741
5742 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5743
5744         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5745         from the recent message.el.
5746         (wl-draft-point-in-header-p): Ditto.
5747         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5748         wl-draft-beginning-of-line.
5749         * wl-e21.el (wl-draft-mode-map): Ditto.
5750         * wl-xmas.el (wl-draft-mode-map): Ditto.
5751
5752         * wl-folder.el: Sort macrodefs by dependencies.
5753
5754 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5755
5756         * wl-summary.el (wl-summary-prev): Fixed regexp.
5757         (wl-summary-next): Ditto.
5758
5759 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5762
5763 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5764
5765         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5766         for backward compatibility.
5767
5768 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5769
5770         * wl-summary.el (wl-summary-line-list-count): New function, merged
5771         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5772         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5773         list counts.
5774
5775 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5776
5777         * wl-summary.el (wl-summary-create-line): Ignore errors while
5778         timezone-fix-time.
5779
5780         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5781
5782         * wl-summary.el (wl-summary-sync-update): Ditto.
5783         (wl-summary-default-from): Use wl-message-entity
5784         instead of entity.
5785
5786         * wl-summary.el (wl-summary-create-line): Fix.
5787
5788         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5789         (wl-summary-line-format): New user option.
5790         (wl-folder-summary-line-format-alist): Ditto.
5791         (wl-summary-from-width): Abolished.
5792
5793         * wl-util.el (toplevel): Require 'bytecomp.
5794         (wl-line-parse-format): New function.
5795         (wl-line-formatter-setup): New macro.
5796
5797         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5798         (wl-summary-buffer-line-formatter): New buffer local variable.
5799         (wl-summary-switch-to-clone-buffer): Follow the change above.
5800         (wl-summary-message-regexp): Fix.
5801         (wl-summary-from-func-internal): Abolished.
5802         (wl-summary-subject-func-internal): Ditto.
5803         (wl-summary-subject-filter-func-internal): Ditto.
5804         (All other related portions are changed.)
5805         (wl-summary-buffer-set-folder):
5806         Set up wl-summary-buffer-number-column and 
5807         wl-summary-buffer-line-formatter
5808         (All other related portions are changed.)
5809         (wl-summary-buffer-number-column-detect): Abolished.
5810         (All other related portions are changed.)
5811         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5812         (wl-summary-delete-all-temp-marks-on-buffer): Use
5813         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5814         (wl-summary-target-mark-delete): Ditto.
5815         (wl-summary-target-mark-refile-subr): Ditto.
5816         (wl-summary-target-mark-mark-as-read): Ditto.
5817         (wl-summary-target-mark-mark-as-unread): Ditto.
5818         (wl-summary-target-mark-mark-as-important): Ditto.
5819         (wl-summary-target-mark-save): Ditto.
5820         (wl-summary-replace-status-marks): Renamed from
5821         wl-summary-set-status-marks-on-buffer;
5822         Use wl-summary-message-regexp instead of
5823         wl-summary-buffer-number-regexp.
5824         (wl-summary-sync-update): Follow the change above.
5825         (wl-summary-goto-previous-message-beginning): New function.
5826         (wl-summary-mark-as-unread): Use it.
5827         (wl-summary-mark-as-important): Ditto.
5828         (wl-summary-line-formatter): New variable.
5829         (wl-summary-line-year): New function.
5830         (wl-summary-line-day): Ditto.
5831         (wl-summary-line-day-of-week): Ditto.
5832         (wl-summary-line-hour): Ditto.
5833         (wl-summary-line-minute): Ditto.
5834         (wl-summary-line-open-bracket): Ditto.
5835         (wl-summary-line-close-bracket): Ditto.
5836         (wl-summary-line-children-number): Ditto.
5837         (wl-summary-line-thread-indent): Ditto.
5838         (wl-summary-line-size): Ditto.
5839         (wl-summary-line-subject): Ditto.
5840         (wl-summary-line-from): Ditto.
5841         (wl-summary-line-children-and-from): Ditto.
5842         (wl-summary-create-line): Rewritten.
5843         (wl-summary-format-date): Abolished.
5844
5845         * wl-highlight.el (wl-highlight-summary-current-line): Use
5846         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5847         Use thread structure to detect thread top message.
5848
5849         * wl-draft.el (wl-default-draft-cite): Don't use
5850         wl-summary-from-func-internal.
5851
5852         * wl-refile.el (wl-refile-subject-learn): Don't use
5853         wl-summary-subject-filter-func-internal.
5854         (wl-refile-guess-by-subject): Ditto.
5855
5856         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5857         parameters.
5858
5859         * wl-thread.el (wl-thread-update-indent-string-region):
5860         Use wl-thread-update-line-on-buffer instead of
5861         wl-thread-update-indent-string.
5862         (wl-thread-update-children-number): Redefine using
5863         wl-thread-update-line-on-buffer.
5864         (wl-thread-update-indent-string): Abolished.
5865
5866         * Version number is increased to 2.9.11.
5867
5868 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5871         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5872         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5873
5874         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5875         as nil.
5876
5877         * wl-thread.el (wl-thread-open-all-unread): Use 
5878         elmo-folder-list-messages-mark-match.
5879         (wl-thread-insert-message): Removed argument `mark-alist'.
5880         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5881         elmo-msgdb-set-mark.
5882         (wl-thread-get-children-msgs-uncached): Likewise.
5883         (wl-thread-get-exist-children): Added argument include-self.
5884         (wl-thread-delete-message): Follow the change above.
5885
5886         * wl-summary.el (wl-summary-count-unread): Removed argument.
5887         (wl-summary-rescan): Follow the change above.
5888         (wl-summary-mark-as-read-region): Ditto
5889         (wl-summary-mark-as-unread-region): Ditto.
5890         (wl-summary-delete-messages-on-buffer): Ditto.
5891         (wl-summary-sync-update): Ditto.
5892         (wl-summary-switch-to-clone-buffer): Ditto.
5893         (wl-summary-goto-folder-subr): Ditto.
5894         (wl-summary-target-mark-mark-as-read): Ditto.
5895         (wl-summary-target-mark-mark-as-unread): Ditto.
5896         (wl-summary-target-mark-mark-as-important): Ditto.
5897         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5898         (wl-summary-update-thread): Removed argument `mark-alist'.
5899         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5900         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5901         (wl-summary-resume-cache-status): Likewise.
5902         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5903         elmo-msgdb-set-mark.
5904         (wl-summary-mark-as-read-all): Likewise.
5905         (wl-summary-delete-cache): Ditto.
5906         (wl-summary-auto-select-msg-p): Ditto.
5907         (wl-summary-mark-as-unread): Ditto.
5908         (wl-summary-no-auto-refile-message-p): Ditto.
5909         (wl-summary-mark-as-read): Ditto.
5910         (wl-summary-mark-as-important): Ditto.
5911         (wl-summary-auto-refile): Follow the change above.
5912         (wl-summary-delete-all-marks): Removed.
5913         (wl-summary-resume-marks-and-highlight): Ditto.
5914         (wl-summary-resume-marks): Ditto.
5915         (wl-summary-delete-important-msgs-from-list): Ditto.
5916         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5917
5918         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5919         wl-summary-count-unread.
5920
5921         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5922         (wl-summary-score-update-all-lines): Use
5923         elmo-msgdb-set-mark.
5924
5925 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5928         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5929         (wl-summary-create-line): Renamed from
5930         wl-summary-overview-create-summary-line;
5931         Argument rearrangement.
5932         (wl-summary-update-thread): Follow the change above.
5933
5934         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5935         (wl-thread-insert-entity-sub): Likewise.
5936
5937         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5938         argument `overview', `mark-alist' and added `msgdb'.
5939
5940         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5941
5942         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5943         (wl-summary-rescan): Follow the change above.
5944         (wl-summary-sync-update): Ditto.
5945         (wl-summary-insert-thread-entity): Ditto;
5946         Don't use `let*' in every while loop;
5947         Detect infinite loop of threads.
5948         (wl-summary-update-thread): Removed argument `overview'.
5949
5950         * wl-thread.el (wl-thread-insert-message): Ditto.
5951
5952         * Version number is increased to 2.9.10.
5953
5954         * wl-message.el (wl-message-redisplay): Ignore errors while
5955         wl-message-redisplay-hook.
5956
5957 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5958
5959         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5960
5961 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl.el (wl): inhibit-quit while wl-folder.
5964
5965 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5966
5967         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5968         while msgdb access.
5969
5970 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5971
5972         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5973         even if no folder is not created.
5974
5975 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5978
5979         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5980         implementation.
5981         (wl-summary-target-mark-thread): Ditto.
5982
5983         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5984
5985 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5986
5987         * wl-util.el (wl-display-bytes): Remove unused function.
5988
5989 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5990
5991         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5992         seems critical one (partially reverse the change in 2002/03/17).
5993
5994 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5995
5996         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5997         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5998
5999 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6000
6001         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6002         is not writable.
6003         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6004         plugged status instead of `'force' as 2nd argument.
6005
6006         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6007         is not creatable.
6008
6009         * Version number is increased to 2.9.9.
6010
6011 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6012
6013         * wl-summary.el (wl-summary-suspend): New function.
6014
6015 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6016
6017         * wl.el (wl): Do not check variables if check is nil.
6018         * wl-utils.el (wl-collect-draft): New function.
6019         * wl-folder.el (wl-folder-suspend): Put summary buffers
6020         and draft buffers at the end of buffer list.
6021         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6022
6023 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6024
6025         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6026         loop instead of recursive call.
6027
6028         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6029         2nd argument.
6030
6031 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6032
6033         * wl-draft.el (wl-draft-create-contents): Don't take neither
6034         (function . args) nor (string . something) any more.
6035
6036         * wl-version.el (wl-generate-user-agent-string): Return string
6037         without header symbol.
6038         * wl-draft.el (wl-draft-default-headers): Use it.
6039
6040         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6041         `wl-draft-insert-ccs' and return field value instead of inserting
6042         the header. Abolish cc argument.
6043         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6044
6045         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6046         rather than one with string car.
6047
6048         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6049         * wl-draft.el (wl-draft-create-contents): Add it after the default
6050         headers.
6051
6052         * wl-draft.el (wl-draft-create-contents): For the case of
6053         (symbol-or-string . function) insert header only when the function
6054         returns string value.
6055
6056 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6057
6058         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6059         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6060
6061 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl.el (wl-check-environment): Don't check Message-ID when
6064         `wl-insert-message-id' is nil.
6065         Revive checking if `wl-message-id-domain' contains "@".
6066
6067 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6068
6069         * wl.el (wl-check-environment): Merge examination for "@" at
6070         inappropriate position into the first string-match.
6071
6072         * wl-summary.el (wl-summary-target-mark-print): New function.
6073         (wl-summary-pipe-message-subr): Extracted from
6074         `wl-summary-pipe-message'.
6075         (wl-summary-target-mark-pipe): New function.
6076         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6077         `wl-summary-target-mark-pipe'.
6078
6079 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6082
6083 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl.el (wl-check-environment): Use elmo-warning instead of
6086         error for non-critical ones.
6087         Remove trash folder check.
6088         (wl): Don't ignore error in wl-check-environment.
6089
6090         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6091         check, which is moved from `wl-check-environment'.
6092         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6093
6094 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6095
6096         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6097         guess anything, call wl-summary-write.
6098         (wl-summary-write): Create draft with blank To field.
6099         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6100
6101 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6104         argument full as well for wl-folder-write-current-folder.
6105         If wl-*-write-current-folder cannot guess addressee, add blank
6106         To header.
6107         Rewrite condition for positioning cursor.
6108
6109 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6110
6111         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6112         summary buffer is present, use it.
6113         (wl-folder-jump-to-previous-summary): Ditto.
6114
6115 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6116
6117         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6118
6119         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6120         wl-summary-previous-buffer and wl-summary-next-buffer.
6121
6122         * wl-folder.el (wl-folder-mode-map): Bind
6123         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6124         (wl-folder-jump-to-next-summary): New function.
6125         (wl-folder-jump-to-previous-summary): Ditto.
6126
6127         * wl-draft.el (wl-draft): Rearranged.
6128
6129 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6130
6131         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6132         of header.
6133         (wl-draft): Collect arguments for the header as header-alist.
6134         (wl-draft-forward): Arrange arguments for wl-draft.
6135         (wl-draft-reply): Ditto.
6136         (wl-draft-edit-string): Ditto.
6137         * wl-summary.el (wl-summary-write): Ditto.
6138         (wl-summary-write-current-folder): Ditto.
6139
6140         * Version number is increased to 2.9.8.
6141
6142 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6145
6146         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6147
6148         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6149         even if the guess failed.
6150
6151         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6152         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6153         wl-summary-write-current-folder.
6154         * wl-xmas.el: Ditto.
6155
6156 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-summary.el (wl-summary-next-page): Force display message if
6159         message is not displayed yet.
6160         (wl-summary-prev-page): Ditto.
6161
6162 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6163
6164         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6165
6166 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6167
6168         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6169         add "Preview Message" and "Save Draft and Exit".
6170
6171 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6172
6173         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6174         if addrmgr is called from draft in splitted window.
6175
6176         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6177         * wl-mule.el: Ditto.
6178         * wl-xmas.el: Ditto.
6179
6180 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181
6182         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6183
6184         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6185         * wl-xmas.el (wl-folder-toolbar): Ditto.
6186
6187 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6188
6189         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6190         and wl-draft-save-and-exit.
6191         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6192         * wl-xmas.el: Ditto.
6193         * wl-mule.el: Ditto.
6194
6195         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6196         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6197
6198 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6199
6200         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6201         lists for saving buffer.
6202
6203 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6204
6205         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6206         parent-folder argument instead of it.
6207         (wl-draft-create-buffer): Ditto.
6208         (wl-draft-forward): Ditto.
6209         (wl-draft-reply): Ditto.
6210         * wl-summary.el (wl-summary-write): Ditto.
6211         (wl-summary-write-current-folder): Ditto.
6212
6213         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6214         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6215         Folder buffer after composing.
6216
6217 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6218
6219         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6220         header if the file `wl-x-face-file' already contains it.
6221
6222 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6223
6224         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6225         folder" entry.
6226         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6227         * wl-e21.el (wl-folder-toolbar): Ditto.
6228         * wl-xmas.el (wl-folder-toolbar): Ditto.
6229
6230 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6231
6232         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6233         wl-folder-goto-folder with sticky argument.
6234         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6235
6236 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6239         and wl-summary-previous-buffer.
6240         (wl-summary-next-buffer): New function.
6241         (wl-summary-previous-buffer): Ditto.
6242
6243 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6244
6245         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6246         wl-folder-jump-to-current-entity-with-arg.
6247         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6248         `wl-folder-jump-to-current-entity'.
6249         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6250         `wl-summary-goto-folder-sticky'.
6251         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6252         `wl-summary-goto-folder'.
6253         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6254         Unless force-exit, do not clean temp. marks for sticky summary.
6255         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6256
6257 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6260         not entire.
6261
6262 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6265         to `C-x C-s'.
6266         (wl-summary-save-status): New command.
6267         (wl-summary-exit): Don't clean-up temp marks when sticky.
6268         (Applied patch from Nakayama-san [wl: 09548])
6269         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6270         Do nothing when no mark data.
6271         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6272         Call `wl-summary-delete-all-temp-marks' before saving.
6273
6274 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6275
6276         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6277
6278 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6279
6280         * wl.el (wl-check-environment): Also cause error when (system-name)
6281         returns "localhost.localdomain". (Although it doesn't affect because
6282         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6283
6284 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6285
6286         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6287         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6288
6289         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6290         value.
6291
6292 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6293
6294         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6295         Likewise r-cc-list and r-ng-list.
6296
6297 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6298
6299         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6300         only if it is bound as variable.
6301
6302         * wl-mime.el (wl-draft-preview-message): Ditto.
6303
6304 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6305
6306         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6307         needless `goto-char'.
6308
6309         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6310         `wl-summary-redisplay-no-mime-internal' instead of
6311         `wl-summary-redisplay-no-mime'.
6312         (wl-summary-redisplay-no-mime): Changed argument;
6313         Call `wl-summary-redisplay-no-mime-internal'.
6314
6315         * wl-mime.el (wl-draft-preview-message): Bind
6316         `mime-header-encode-method-alist' locally.
6317
6318         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6319         (wl-draft-std11-parse-addresses): Added the first address check.
6320         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6321
6322         * Version number is increased to 2.9.7.
6323
6324 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6327
6328 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6329
6330         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6331         related to scrollbar support, if there is no such a feature
6332         compiled in.
6333
6334 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6335
6336         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6337         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6338         for prefetch.
6339
6340 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6341
6342         * wl-summary.el (wl-summary-pick): Fix for no match.
6343
6344 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6345
6346         * wl-draft.el (wl-draft-save):
6347         Override `mime-header-encode-method-alist'.
6348
6349 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6350
6351         * wl-folder.el (wl-folder-pick): New function.
6352         Define key as "?".
6353
6354 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6357         Fix for unplugged.
6358
6359 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-folder.el (wl-folder-virtual): New function.
6362         Define key as "V".
6363
6364 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6367         multi folder if entity is group.
6368
6369 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6370
6371         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6372         is nil.
6373
6374 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6375
6376         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6377         (wl-summary-target-mark-msgs): Return the number of marked messages.
6378
6379 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6380
6381         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6382         "first:" is specified.
6383
6384 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6385
6386         * wl-vars.el (wl-from): Use return value of function
6387         user-full-name instead of the variable user-full-name since
6388         XEmacs-20.4 doesn't set this variable.
6389
6390 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6393         call `wl' directly.
6394
6395 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6396
6397         * wl-draft.el (wl-draft-reedit): Removed duplicated
6398         switch-to-buffers.
6399
6400 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * wl.el (wl-other-frame): Removed garbages.
6403
6404 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6407
6408         * wl-xmas.el (wl-draft-key-setup): Ditto.
6409
6410         * wl-mule.el (wl-draft-key-setup): Ditto.
6411
6412         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6413         (wl-draft-reedit): Ditto.
6414         (wl-draft-prepare-edit): Add `wl-draft-save' to
6415         `local-write-file-hooks'.
6416         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6417         (wl-draft-reedit): Set buffer-file-name.
6418         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6419
6420
6421         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6422         call it.
6423         (wl-delete-startup-frame-function): New variable.
6424         (wl-other-frame): New function
6425         (Original was written by Yamaoka san [wl: 09239]).
6426
6427         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6428         if `wl-folder-use-frame'.
6429
6430 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6431
6432         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6433
6434 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6437         New variable.
6438         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6439         (wl-message-buffer-prefetch-get-next): Use them.
6440         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6441
6442 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6443
6444         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6445         with unwind-protect.
6446
6447         * wl-draft.el (wl-draft-reedit): Rewrite.
6448         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6449         (wl-draft-save): Insert header separator if it does not exist;
6450         Removed condition-case.
6451
6452         * wl-summary.el (wl-summary-reedit): Revert last change.
6453
6454         * wl-draft.el (wl-draft-save): Rewrite.
6455         (wl-draft-create-buffer): Set buffer-file-name as nil.
6456
6457         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6458
6459         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6460
6461         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6462         nil.
6463
6464 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6467         If count is nil, do not prefetch.
6468         (wl-message-buffer-prefetch-next): Next.
6469
6470 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6473
6474 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6477         `delete-backward-char'
6478         (wl-draft-prepare-edit): Check major-mode.
6479         (wl-draft-decode-header): Rewrite.
6480         (wl-draft): Fix.
6481
6482 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6483
6484         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6485
6486 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6489         (wl-message-buffer-prefetch-get-next): Remove size checking.
6490         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6491
6492 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6495         (wl-draft-default-headers): Fix.
6496
6497 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6498
6499         * wl-draft.el (wl-draft-default-headers): Insert return value of
6500         `wl-generate-mailer-string-function'.
6501
6502 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6505         (wl-draft-insert-mail-header-separator): Ditto.
6506
6507         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6508         again (Reverted the change on 2002-01-17 by OKADA san).
6509
6510 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6511
6512         * wl-draft.el (wl-draft): Rewrite.
6513         (wl-draft-create-buffer): New function.
6514         (wl-draft-create-contents): Ditto.
6515         (wl-draft-prepare-edit): Ditto.
6516         (wl-draft-decode-header): Ditto.
6517         (wl-draft-decode-body): Ditto.
6518         (wl-draft-check-new-line): Ditto.
6519         (wl-draft-default-headers): Ditto.
6520         (wl-draft-insert-mail-header-separator): Ditto.
6521
6522 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * Version number is increased to 2.9.6.
6525
6526 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl-draft.el (wl-draft-delete-field): Optional argument.
6529         (wl-draft-delete-fields): Ditto.
6530
6531 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6532
6533         * wl-message.el (toplevel): Eliminated byte-compile warning.
6534         for `itimer-function', `delete-timer' and `itimer-list'.
6535
6536 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6539         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6540         `wl-message-buffer-prefetch-threshold'.
6541         * wl-summary.el (wl-summary-redisplay-internal): Remove
6542         the check of `wl-message-buffer-prefetch-depth'.
6543
6544 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6547         size of article.
6548         (wl-message-buffer-prefetch-subr): Remove size check.
6549
6550 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6551
6552         * wl-vars.el (wl-plugged): Make customizable.
6553
6554 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6555
6556         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6557         (wl-message-buffer-prefetch-set-timer): New function.
6558         (wl-message-buffer-prefetch-get-next): New function.
6559         (wl-message-buffer-prefetch): New function.
6560         (wl-message-buffer-prefetch-next): Rewrite.
6561         (wl-message-buffer-prefetch-subr): Rewrite.
6562         * wl-vars.el (wl-auto-prefetch-first): New variable.
6563         * wl-summary.el (wl-summary-goto-folder-subr): Call
6564         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6565
6566 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6569         `wl-summary-unread-message-hook'.
6570
6571 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6574         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6575         if range is `cache-status'.
6576
6577 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * wl-message.el (wl-message-buffer-prefetch-subr):
6580         Improve debug message.
6581
6582 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6585         `wl-mail-send-pre-hook'.
6586         (wl-draft-send-mail-with-qmail): Ditto.
6587         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6588
6589 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6590
6591         * wl-message.el (wl-message-buffer-prefetch-subr):
6592         Fix for cancel-function-timers bug.
6593         (wl-message-buffer-prefetch-debug): Default value is t.
6594
6595 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6598         (wl-message-buffer-prefetch-subr): Rewrite.
6599         Rename from `wl-message-buffer-prefetch'.
6600
6601 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6602
6603         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6604         (wl-default-draft-cite-decorate-author): Ditto.
6605
6606         * wl-draft.el (wl-draft-cite-function): Removed.
6607         (wl-default-draft-cite-decorate-author): Ditto.
6608
6609 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6610
6611         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6612         (wl-default-draft-cite): Do not arrange author name if the value of
6613         `wl-default-draft-cite-decorate-author' is nil.
6614
6615 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6618
6619         * wl-folder.el (wl-folder-check-one-entity): Don't care
6620         `elmo-folder-use-flag-p'.
6621
6622 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-folder (wl-folder-check-one-entity): Fix
6625         problem if unread is nil.
6626
6627 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6628
6629         * wl-address.el (wl-address-make-completion-list): Check whether
6630         the address is a group list.
6631         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6632
6633 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6634
6635         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6636         The number of the messages of new and unread does not count
6637         correctly.
6638
6639         * wl-summary.el (wl-summary-count-unread): Changed to return
6640         `(new . unread)' instead of total.
6641         (wl-summary-sync-update): Follow the change above.
6642
6643         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6644
6645 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6646
6647         * wl-address.el (wl-address-make-completion-list): Do not enclose
6648         address by " <" and ">" if associated realname is "".
6649         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6650         This is against the promblem with group list in .addresses pointed
6651         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6652
6653 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6654
6655         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6656         message is a format control string.
6657         * wl-expire.el (wl-expire-append-log): Ditto.
6658         * wl-mime.el (wl-summary-burst-subr): Ditto.
6659         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6660         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6661
6662 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6663
6664         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6665         wl.el (wl-check-variables): Rename from `wl-check-type'.
6666         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6667         (wl-check-variables-2): New function.
6668         (wl): Call `wl-check-variables-2'.
6669
6670 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6671
6672         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6673         after renaming folder in access group.
6674
6675 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6678         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6679         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6680         (wl-message-buffer-prefetch): Rewrite.
6681         (wl-message-buffer-prefetch-idle-time): Removed.
6682         * wl-summary.el (wl-summary-redisplay-internal):
6683         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6684         Error check for `wl-message-buffer-prefetch-depht'.
6685
6686 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6687
6688         * Version number is increased to 2.9.5.
6689         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6690
6691 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6694         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6695         Based on the patch written by
6696         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6697
6698 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * wl-draft.el (wl-draft-raw-send): Fix for
6701         `wl-news-send-pre-hook'
6702
6703 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6704
6705         * wl-utils.el (wl-message-id-function): New variable.
6706         * wl-draft.el (wl-draft-insert-required-fields):
6707         Use `wl-message-id-function'.
6708
6709 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6712         * wl-utils.el (wl-draft-make-message-id-string):
6713         Use `wl-from' for domain part of Message-ID
6714         if `wl-message-id-use-wl-from' if non-nil.
6715         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6716
6717 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6718
6719         * wl.el (wl): Call `wl-check-type'
6720         Do not 'condition-case'.
6721
6722 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl.el (wl-check-type): New function.
6725         (wl-check-type-variables): New variable.
6726
6727 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6728
6729         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6730
6731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-draft.el (wl-smtp-password-key): New function.
6734         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6735         (wl-draft-send-mail-with-smtp): Ditto.
6736         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6737
6738 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6739
6740         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6741         * wl-utils.el (wl-unique-id-suffix): Remove.
6742
6743 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6744
6745         * Version number is increased to 2.9.4.
6746
6747 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6748
6749         * wl-utils.el (wl-unique-id-suffix): New variable.
6750         (wl-unique-id): Use `wl-unique-id-suffix'
6751
6752 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6753
6754         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6755         instead of `elmo-msgdb-search'.
6756
6757         * Version number is increased to 2.9.3.
6758
6759 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6760
6761         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6762
6763 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6764
6765         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6766         (wl-draft-dispatch-message): Changed for send-later.
6767         (wl-draft-queue-flush): Ditto.
6768         (wl-draft): Clear `wl-sent-message-queued'.
6769         (wl-draft-reedit): Ditto.
6770         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6771         * wl-vars.el (wl-draft-force-queuing): New variable.
6772         (wl-draft-force-queuing-mail): New variable.
6773         (wl-draft-force-queuing-news): New variable.
6774
6775 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6776
6777         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6778         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6779
6780 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6781
6782         * Version number is increased to 2.9.2.
6783
6784 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6785
6786         * wl-draft.el (wl-draft-elide-region): New user command.
6787         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6788
6789         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6790         command `wl-draft-elide-region'.
6791         * wl-mule.el: Ditto.
6792         * wl-xmas.el: Ditto.
6793
6794 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6797         (wl-biff-check-folder-async): Removed needless let.
6798
6799 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6800
6801         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6802         wl-folder-get-elmo-folder.
6803         (wl-biff-check-folder): Set `biff' argument of
6804         `wl-folder-check-one-entity'.
6805         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6806
6807         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6808         (wl-folder-check-one-entity): Added `biff' argument;
6809         Setup `biff' slot of folder.
6810
6811         * Version number is increased to 2.9.1.
6812
6813 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6814
6815         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6816         comment out and fixed.
6817         (wl-fldmgr-add-completion-subr): Ditto.
6818
6819         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6820         and msgdb.
6821
6822         * wl.el (wl-toggle-plugged): Save summary view.
6823
6824 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6827
6828 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6829
6830         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6831
6832 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6835         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6836         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6837
6838         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6839         if it was failed.
6840         (wl-demo): Disable undo in the demo buffer.
6841
6842 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-version.el (wl-version): Changed codename.
6845
6846         * Version number is increased to 2.9.0.
6847
6848 2001-12-14  Takuo KITAME <kitame@northeye.org>
6849
6850         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6851         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6852         (wl-folder-mark-as-read-all-current-entity): Ditto.
6853
6854 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * wl-vars.el (wl-from-width): Define as obsolete variable.
6857         (wl-subject-length-limit): Ditto.
6858
6859         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6860
6861         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6862         wl-summary-save-view.
6863
6864         * wl.el (wl-save-status): Ditto.
6865         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6866
6867         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6868         (wl-summary-exit): Follow the change above.
6869         (wl-summary-goto-folder-subr): Ditto.
6870
6871         * wl-folder.el (wl-folder-create-subr): Don't use
6872         `elmo-folder-creatable-p'.
6873
6874 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6875
6876         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6877
6878 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6881         rather than bitmap on Emacs 21.
6882         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6883         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6884         for xbm if the new redisplay engine is not available.
6885
6886 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-folder.el (wl-folder-init-hook): New hook.
6889         (wl-folder-init): Run `wl-folder-init-hook'.
6890
6891 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6892
6893         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6894
6895 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-acap.el (wl-acap-cache-filename): New variable.
6898         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6899         (wl-acap-init): Use cache if no ACAP server found.
6900
6901 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6902
6903         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6904         `wl-acap-original-msgdb-dir'.
6905
6906         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6907         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6908
6909         * wl-mime.el (wl-mime-save-directory): Renamed from
6910         `wl-mime-save-dir'.
6911
6912 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6913
6914         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6915
6916         * wl-demo.el: Require `path-util'.
6917         (wl-demo-bitmap-mule-available-p): New internal variable.
6918         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6919         `module-installed-p' instead.
6920         (wl-demo-insert-image): Use *.img file for a bitmap image.
6921         (wl-demo): Don't call the ascii demo recursively.
6922
6923 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * Version number is increased to 2.7.7.
6926
6927 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl.el (wl-exit): Eliminated byte-compile warning.
6930
6931 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6932
6933         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6934         obsolete variable using `elmo-define-obsolete-variable'.
6935         (wl-fetch-confirm-threshold): Ditto.
6936         (wl-cache-prefetch-folder-type-list): Ditto.
6937         (wl-cache-prefetch-folder-list): Ditto.
6938
6939 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6940
6941         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6942         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6943         (wl-demo-insert-image): New function.
6944         (wl-demo-insert-text): New function.
6945         (wl-demo-image-type-alist): Redefine as a function.
6946         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6947         (wl-demo-with-temp-file-buffer): Removed.
6948         (wl-logo-xpm): Removed.
6949         (wl-logo-xbm): Removed.
6950         (wl-logo-bitmap): Removed.
6951
6952 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6953
6954         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6955         (wl-expire-localdir-get-folder-function): New user option.
6956         (wl-expire-localdir-get-folder): New function.
6957         (wl-expire-localdir-date): Ditto.
6958
6959 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6960
6961         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6962         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6963         Fixed unread number mismatch when all-unread < unread.
6964
6965 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6966
6967         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6968         (wl-fetch-confirm-threshold): Ditto.
6969
6970         * wl-summary.el (wl-summary-confirm-appends): Removed.
6971         (wl-summary-sync-update): Don't refer
6972         `wl-summary-update-confirm-threshold' (It is now abolished).
6973
6974         * wl-message.el (wl-message-display-internal): Don't refer
6975         `wl-fetch-confirm-threshold' (It is now abolished).
6976
6977 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6980
6981 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6984         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6985         Change default value to nil.
6986         (wl-summary-indent-length-limit): The value can be nil, nil means
6987         unlimited.
6988
6989         * wl-summary.el: Don't set limit for indent length if the value of
6990         wl-summary-indent-length-limit is nil.
6991         If the value of wl-summary-width is nil, it means only that the width
6992         of summary is unlimited (nil doesn't mean that the indent length is
6993         unlimited).
6994
6995         * wl-thread.el: Ditto.
6996
6997 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6998
6999         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7000         be nil, nil means never confirm.
7001         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7002
7003 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7004
7005         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7006         means unlimited).
7007
7008 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7011         Use `with-temp-buffer'.
7012
7013 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7016         with new backquote style).
7017         (wl-folder-get-entity-from-buffer): Ditto.
7018
7019 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7020
7021         * wl-version.el (nemacs-version): Eliminated.
7022         (wl-extended-emacs-version2): Ignore nemacs.
7023         (wl-extended-emacs-version3): Ditto.
7024
7025 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7026
7027         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7028         (wl-draft-add-in-reply-to): New variable.
7029         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7030         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7031         (wl-draft-yank-from-mail-reply-buffer): Use
7032         `wl-draft-add-in-reply-to'.
7033         (wl-draft-insert-current-message): Ditto.
7034
7035 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7036
7037         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7038         typo (kill->hide).
7039         (wl-message-buffer-prefetch-folder-type-list): Added elements
7040         `mark' and `cache' instead of `internal'.
7041
7042 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7045         resume msgdb directory.
7046
7047 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl.el (wl-exit): Call `wl-acap-exit'.
7050
7051         * wl-summary.el (wl-summary-message-string): New function.
7052         (wl-summary-reedit): Use it.
7053         (wl-summary-resend-bounced-mail): Remove needless let.
7054         (wl-summary-supersedes-message): Ditto.
7055         (wl-summary-save): Ditto.
7056
7057         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7058         (wl-acap-init): Set it.
7059         (wl-acap-exit): New function.
7060
7061 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7062
7063         * wl.el (wl-init): Revert (require 'mime-setup). move from
7064         toplevel.
7065
7066 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7067
7068         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7069         local variables.  Add error when guess function return invalid
7070         value.
7071
7072 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7073
7074         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7075         Change local variable name.
7076         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7077         (wl-folder-get-newsgroups): Return nil when non-news folder.
7078         * wl-summary.el (wl-summary-write-current-folder): State through
7079         when guess-list return nil.
7080         (wl-summary-write-current-folder-functions): Fixed docstring.
7081
7082         * wl.el (wl-exit): Changed confirm message.
7083
7084         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7085         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7086
7087         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7088
7089 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7090
7091         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7092         user option (Renamed from wl-cache-prefetch-folder-type-list).
7093         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7094         from wl-cache-prefetch-folder-list).
7095
7096         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7097         Move to wl-vars.el.
7098         (wl-message-buffer-prefetch-p): Changed to enable
7099         `wl-message-buffer-prefetch-folder-list'.
7100
7101         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7102         `ignore-cache'.
7103
7104 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7105
7106         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7107         `part-top' and `part-bottom'.
7108         (wl-draft-config-sub-part-top): New function.
7109         (wl-draft-config-sub-part-bottom): New function.
7110
7111 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7112
7113         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7114
7115 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7116
7117         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7118
7119 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7120
7121         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7122
7123         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7124         (wl-summary-write-current-folder): Ditto.
7125
7126 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-folder.el (wl-folder-get-newsgroups): Use
7129         `elmo-folder-newsgroups'.
7130
7131 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7132
7133         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7134         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7135         `wl-draft-config-sub-header-bottom'.
7136
7137 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7138
7139         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7140         localnews folder.
7141
7142 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7143
7144         * wl-summary.el (wl-summary-mode): Undo last change.
7145
7146         * wl-folder.el (wl-folder-mode): Ditto.
7147
7148 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7149
7150         * wl-summary.el (wl-summary-mode): Locally set
7151         truncate-partial-window-width to nil.
7152         (for XEmacs)
7153
7154         * wl-folder.el (wl-folder-mode): Ditto.
7155
7156 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7157
7158         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7159
7160 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7161
7162         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7163         number.
7164
7165         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7166
7167         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7168
7169         * Version number is increased to 2.7.6.
7170
7171 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7172
7173         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7174
7175 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7176
7177         * wl-summary.el (wl-summary-sync-update): Enclose network
7178         related portion with `unwind-protect'.
7179
7180 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7181
7182         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7183
7184 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7187         element.
7188         * wl-vars.el (wl-message-body-button-alist): Ditto.
7189
7190         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7191         max match length.
7192         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7193
7194         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7195         for the max match length;
7196         Use 4th element value for the button string regexp group.
7197
7198         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7199         candidate exists, prompt to select.
7200
7201 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7202
7203         * wl-summary.el (wl-summary-jump-to-msg): Search before
7204         calibration point by `beginning-of-line'.
7205
7206 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7207
7208         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7209         for access group.
7210
7211 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-message.el (wl-message-display-internal): Bind
7214         `default-mime-charset'.
7215
7216         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7217
7218         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7219
7220         * Version number is increased to 2.7.5.
7221
7222 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7223
7224         * wl-expire.el (wl-summary-archive): Fixed;
7225         Use `elmo-folder-name-internal'.
7226
7227 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7228
7229         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7230         from `elmo-folder-move-messages' caller.
7231         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7232
7233         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7234         related portions are changed).
7235
7236 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7237
7238         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7239         counter.
7240
7241 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7242
7243         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7244         buffer local and set it to nil.
7245
7246         * wl-message.el (wl-message-redisplay): Ditto.
7247
7248 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7249
7250         * wl-summary.el (wl-summary-mark-as-important): If message is
7251         already cached, set messag as read, otherwise encache and mark as read.
7252
7253 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7254
7255         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7256         point-min.
7257
7258 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7261         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7262         a keymap.
7263
7264 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7265
7266         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7267         parent.
7268
7269         * wl-mule.el (wl-message-define-keymap): Ditto.
7270
7271         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7272
7273         * wl-xmas.el (wl-message-display-internal-hook): Define.
7274         (wl-xmas-setup-message-toolbar): Define as function.
7275         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7276         (wl-message-overload-functions): Abolished.
7277         (wl-message-define-keymap): New function.
7278
7279         * wl-vars.el (wl-message-display-internal-hook): New variable.
7280         (wl-message-header-button-alist): New variable (Renamed from
7281         wl-highlight-message-header-button-alist).
7282         (wl-message-body-button-alist): Ditto.
7283
7284         * wl-mule.el (wl-message-define-keymap): New function.
7285         (wl-message-overload-functions): Abolished.
7286
7287         * wl-message.el (wl-message-add-buttons-to-body): New function.
7288         (wl-message-redisplay): Don't call wl-message-overload-functions;
7289         Call wl-message-add-buttons-to-header and
7290         wl-message-add-buttons-to-body.
7291         (wl-message-display-internal): Set keymap argument for
7292         elmo-mime-display-as-is, elmo-mime-message-display;
7293         Run wl-message-display-internal-hook.
7294         (wl-message-refer-article-or-url): Abolished.
7295
7296         * wl-highlight.el (wl-highlight-headers): Don't call
7297         wl-highlight-message-add-buttons-to-header.
7298         (wl-highlight-message-add-buttons-to-header): Abolished.
7299
7300
7301         * wl-e21.el (wl-message-display-internal-hook): Define.
7302         (wl-e21-setup-toolbar): Deleted duplicated binding.
7303         (wl-e21-setup-message-toolbar): Define as function.
7304         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7305         (wl-message-define-keymap): New function.
7306         (wl-message-overload-functions): Abolished.
7307
7308 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7311         and elmo-folder-close.
7312
7313         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7314
7315 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7316
7317         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7318         boolean value.
7319         * wl-draft.el (wl-draft-do-fcc): Ditto.
7320
7321 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7322
7323         * wl-vars.el (wl-fcc-force-as-read): New variable.
7324         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7325         mark copied message as read.
7326
7327 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7328
7329         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7330
7331 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7332
7333         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7334         `wl-summary-target-above' instead of obsolete variable
7335         `wl-summary-temp-above'.
7336
7337         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7338         instead of `make-obsolete-variable'.
7339         * wl-refile.el (toplevel): Ditto.
7340
7341 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7342
7343         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7344         with third argument t.
7345         (wl-draft): Set first argument for wl-plugged-init as t.
7346
7347         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7348         definition.
7349
7350 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7351
7352         * wl-vars.el: Tabify.
7353         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7354
7355         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7356         message.
7357
7358 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7359
7360         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7361         and set default to beep.
7362
7363 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7364
7365         * wl-vars.el (wl-draft-truncate-lines): New variable.
7366
7367         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7368         instead of wl-message-truncate-lines for truncate-lines.
7369
7370 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7371
7372         * wl-message.el (wl-message-display-internal): Call
7373         `wl-highlight-message' after `elmo-mime-display-as-is'.
7374
7375         * wl-mime.el (wl-mime-display-text/plain): New function.
7376         (wl-mime-display-header): Ditto.
7377         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7378         body-presentation-method for text/plain;
7379         Register `wl-mime-display-header' as a header-presentation-method;
7380         Don't set up `elmo-message-text-content-inserted-hook' and
7381         `elmo-message-header-inserted-hook'.
7382
7383         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7384         variable.
7385         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7386         as t if flag is 'all-header;
7387         Don't bind `elmo-message-ignored-field-list',
7388         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7389
7390 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7393         for xemacs with non-mule environment.
7394
7395 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7398         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7399         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7400
7401 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7402
7403         * wl-vars.el (wl-interactive-send): Set default value as t.
7404
7405 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7408         (wl-addrmgr-method-list): Abolished.
7409         (wl-addrmgr-change-method): Follow above change.
7410
7411         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7412
7413 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7414
7415         * wl-vars.el (wl-message-truncate-lines): Change default value
7416         to default-truncate-lines.
7417
7418         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7419
7420 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7421
7422         * wl-vars.el (wl-message-truncate-lines): New variable.
7423
7424         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7425         wl-message-truncate-lines.
7426
7427 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7428
7429         * wl-acap.el (wl-acap-init): Remove period from error message.
7430         (wl-acap-find-acap-service): Remove period from message.
7431
7432 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7433
7434         * wl.el (wl-check-environment): Undo last change.
7435
7436         * wl-vars.el (wl-from): Changed default value.
7437
7438         * wl-util.el (toplevel): Don't require tm-edit.
7439
7440         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7441         `wl-folder-init';
7442         Don't set mark on mail body.
7443         (wl-draft-reedit): Ditto.
7444
7445         * wl-address.el (wl-address-quote-specials): Define as an alias for
7446         elmo-address-quote-specials.
7447
7448 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7451
7452         * wl-vars.el (wl-from): Set default value as nil.
7453         (wl-organization): Set default value as ORGANIZATION environment
7454         variable.
7455
7456         * wl-draft.el (wl-smtp-extension-bind): Check value of
7457         wl-smtp-connection-type.
7458
7459         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7460         error.
7461
7462 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7463
7464         * Version number is increased to 2.7.4.
7465
7466         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7467         arguments from `wl-highlight-x-face-function' caller.
7468         Use x-face-1.3.6.12 or later.
7469
7470 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7471
7472         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7473
7474 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7475
7476         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7477         (wl-fcc): Fix to accept function.
7478         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7479
7480 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7481
7482         * wl-acap.el (toplevel): Added `product-provide' declare.
7483         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7484
7485 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * wl.el (wl): Changed order of calling `elmo-init'
7488         and `elmo-folder-init'.
7489
7490 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7491
7492         * wl-mime.el (wl-summary-burst): Extract message when content-type
7493         of root entity is not only `multipart' but also `message/rfc822'.
7494         (wl-summary-burst-subr): Ditto.
7495
7496 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-vars.el (toplevel): Require 'custom.
7499         (wl-trash-folder): Added to `wl-setting' group.
7500
7501         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7502         exists.
7503         (wl-addrmgr-draw): Insert empty line when no entry exists.
7504
7505         * wl-mule.el (wl-message-wheel-up): Fixed.
7506         (wl-message-wheel-down): Ditto.
7507
7508 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7509
7510         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7511         config is an anonymous lambda expression.
7512
7513 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7516         when Mule 2 is running.
7517
7518 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7519
7520         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7521
7522 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7523
7524         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7525         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7526
7527         * wl-address.el (wl-address-specials-regexp): Eliminated.
7528         (wl-address-quote-specials): Rewrite.
7529
7530 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7531
7532         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7533         shy-groups for regexp.
7534
7535         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7536         character classes and Perl style shy-groups for regexp.
7537         (wl-highlight-plugged-current-line): Use Posix style character
7538         classes for regexp.
7539         (wl-e21-highlight-folder-by-numbers): Ditto.
7540         (wl-e21-display-image-p): Use `display-images-p' instead of
7541         `display-graphic-p'.
7542         (display-images-p): Make an alias to `display-graphic-p' if it is
7543         not available.  It is for Emacs version prior to 21.0.105.
7544
7545         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7546         `display-graphic-p'.
7547         (wl-demo-image-type-alist): Ditto.
7548         (display-images-p): Make an alias to `display-graphic-p' if it is
7549         not available.  It is for Emacs version prior to 21.0.105.
7550
7551 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7552
7553         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7554         support.
7555         (wl-generate-user-agent-string): Ditto.
7556
7557         * wl-version.el (wl-version): Update docsting.
7558         (wl-version-status): Ditto.
7559
7560 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7561
7562         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7563         21.0.105.  For Emacs 21.0.104 or earlier.
7564
7565 2001-09-03  Takuo KITAME <kitame@northeye.org>
7566
7567         * wl-e21.el (wl-plugged-init-icons): Use
7568         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7569         (wl-biff-init-icons): Ditto.
7570
7571 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7572
7573         * wl-highlight.el (wl-highlight-summary-current-line):
7574         Fixed highlighting refile/copy destination.
7575
7576         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7577         (wl-acap-store): Encode string by wl-acap-coding-system.
7578
7579 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7580
7581         * wl-acap.el (toplevel): Check and require 'un-define before
7582         'xemacs-ucs;
7583          Added checking for UTF-2000.
7584
7585 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7586
7587         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7588         Don't enclose with `eval-and-compile'.
7589
7590         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7591         wl-init is non-nil.
7592
7593         * wl-draft.el (wl-draft): Ditto.
7594
7595         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7596
7597         * wl-acap.el (toplevel): Require 'wl.
7598         (wl-acap-store): Call `elmo-init'.
7599
7600         * wl.el (wl): Changed position of `wl-check-environment'.
7601         (toplevel): Added autoload setting for wl-acap.
7602
7603         * wl-vars.el (wl-setting): New custom group.
7604         (wl-from): Added wl-setting group.
7605         (wl-user-mail-address-list): Ditto.
7606         (wl-organization): Ditto.
7607         (wl-subscribed-mailing-list): Ditto.
7608         (wl-envelope-from): Ditto.
7609         (wl-smtp-posting-user): Ditto.
7610         (wl-smtp-posting-server): Ditto.
7611         (wl-smtp-posting-port): Ditto.
7612         (wl-smtp-authenticate-type): Ditto.
7613         (wl-pop-before-smtp-user): Ditto.
7614         (wl-pop-before-smtp-server): Ditto.
7615         (wl-pop-before-smtp-port): Ditto.
7616         (wl-pop-before-smtp-authenticate-type): Ditto.
7617         (wl-nntp-posting-server): Ditto.
7618         (wl-nntp-posting-user): Ditto.
7619         (wl-nntp-posting-port): Ditto.
7620         (wl-fetch-confirm-threshold): Ditto.
7621         (wl-prefetch-threshold): Ditto.
7622         (wl-thread-insert-opened): Ditto.
7623         (wl-ldap-server): Ditto.
7624         (wl-ldap-port): Ditto.
7625         (wl-ldap-base): Ditto.
7626         (wl-ldap-objectclass): Ditto.
7627         (wl-use-ldap): Ditto.
7628         (wl-draft-config-alist): Ditto.
7629         (wl-draft-config-matchone): Ditto.
7630         (wl-template-alist): Ditto.
7631         (wl-message-sort-field-list): Ditto.
7632         (wl-message-ignored-field-list): Ditto.
7633         (wl-message-visible-field-list): Ditto.
7634         (wl-interactive-send): Ditto.
7635         (wl-summary-move-order): Ditto.
7636         (wl-auto-select-first): Ditto.
7637         (wl-auto-select-next): Ditto.
7638         (wl-interactive-save-folders): Ditto.
7639
7640         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7641         Initialization codes are moved from wl-local-folder-init.
7642         (wl-local-folder-init): Follow the change above.
7643         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7644
7645         * wl-acap.el: New file.
7646
7647         * Version number is increased to 2.7.3.
7648
7649 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7650
7651         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7652
7653 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7654
7655         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7656         (wl-addrmgr-address-entry-list): Ditto.
7657
7658 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7659
7660         * wl-e21.el (wl-draft-mode-map): Removed binding for
7661         `wl-draft-insert-x-face-field'.
7662
7663         * wl-mule.el (wl-draft-mode-map): Ditto.
7664
7665         * wl-xmas.el (wl-draft-mode-map): Ditto.
7666
7667         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7668         (wl-cs-autoconv): Ditto.
7669         (wl-cs-local): Ditto.
7670         (wl-use-scoring): Ditto.
7671         (wl-mime-charset): Ditto.
7672         (wl-folder-check-async): Ditto.
7673
7674         * wl.el (toplevel): Ignore nemacs and tm.
7675         (wl-exit): Ditto.
7676
7677         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7678         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7679         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7680         instead of wl-address-petname-add-or-change.
7681         (wl-summary-edit-addresses-subr): Use wl-address-delete
7682         instead of wl-address-petname-delete.
7683
7684         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7685
7686         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7687         if error occured.
7688
7689         * wl-message.el (require): Remove tm support.
7690
7691         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7692
7693         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7694         (wl-folder-jump-to-current-entity): Ditto.
7695         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7696
7697         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7698         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7699         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7700
7701         * wl-mule.el (wl-draft-key-setup): Ditto.
7702
7703         * wl-xmas.el (wl-draft-key-setup): Ditto.
7704
7705         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7706         (wl-draft-std11-parse-addresses): New function.
7707         (wl-draft-parse-mailbox-list): Use it.
7708         (wl-draft): Ignore nemacs.
7709         (wl-draft-reedit): Ditto.
7710
7711         * wl-addrmgr.el: New file.
7712         (Original is wl-rcpt.el written by
7713         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7714         Thanks Kitamoto-san.)
7715
7716         * wl-address.el (wl-address-make-address-list): Modified parsing
7717         process.
7718         (wl-address-delete): Renamed from `wl-address-petname-delete';
7719         Modify wl-address-list too.
7720         (wl-address-add-or-change): Renamed from
7721         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7722
7723 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7724
7725         * wl-highlight.el (wl-highlight-summary-current-line):
7726           Work with transient-mark-mode
7727
7728 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7729
7730         * Version number is increased to 2.7.2.
7731
7732         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7733         instead of elmo-dop-queue-method.
7734
7735 2001-08-06  SAITO Atsunori <sai@yedo.com>
7736
7737         * wl-vars.el (wl-ldap-objectclass): New user option.
7738
7739         * wl-address.el (wl-ldap-make-filter): Use it.
7740
7741 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7742
7743         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7744
7745 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-folder.el (wl-folder): redisplay after folder insertion.
7748
7749         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7750
7751         * wl-summary.el (wl-summary-sync-update):
7752         Change status mark only when new-msgdb exists.
7753         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7754
7755 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7756
7757         * wl-summary.el (wl-summary-open-folder): New function.
7758         (wl-summary-goto-folder-subr): Use it.
7759         (wl-summary-mark-as-important): Fix;
7760         Encache only when no cache exists.
7761
7762 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7765         Use with-current-buffer.
7766
7767 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7768
7769         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7770         before call `get-buffer'. Fixed parenthesis.
7771         (wl-score-get-header-entry): Clear message and help window when
7772         keyboard quit.
7773         (wl-score-edit-insert-header): Ditto.
7774
7775 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7778         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7779         (wl-default-draft-cite): Fix.
7780
7781         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7782         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7783
7784 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-message.el (wl-message-prev-page): Do same bahavior
7787         as summary when it is called in the message buffer.
7788         (wl-message-next-page): Ditto.
7789
7790 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7791
7792         * wl-summary.el (wl-summary-forward): Use cache if it is not
7793         section cache.
7794
7795 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7796
7797         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7798         Removed redundant require of elmo-vars.
7799         (wl-biff-state-indicator-on): Changed default value for
7800         xemacs with non-mule environment.
7801
7802         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7803         wl-message-buffer is nil;
7804         Hide progress bar after moving messages.
7805
7806 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7809         message at cursor point is deleted.
7810
7811 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-vars.el: Changed file coding system to euc-japan.
7814         Added -*-coding:-*- magic to the first line.
7815
7816         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7817         Search parent from the first message.
7818
7819         * Version number is increased to 2.7.1.
7820
7821 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7822
7823         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7824
7825 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7826
7827         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7828         refile/delete execution.
7829
7830         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7831         Fixed docstring.
7832
7833 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7836         do update process;
7837         Don't update marks when update process is interrupted.
7838
7839 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-summary.el (wl-summary-reply): Fixed problem when
7842         wl-draft-use-frame is non-nil.
7843         (wl-summary-forward): Ditto.
7844
7845         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7846         as nil.
7847         (wl-folder-mark-as-read-all-entity): Ditto.
7848         (wl-folder-prefetch-entity): Ditto.
7849
7850         * wl.el (wl): Check environment before wl-init.
7851
7852         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7853         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7854         instead of wl-summary-collect-unread.
7855         (wl-summary-reply): Split message window.
7856
7857 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7858
7859         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7860         only if current language environment is japanese,
7861
7862         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7863         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7864         (wl-folder-goto-folder-subr): Ditto.
7865
7866         * wl-draft.el (wl-draft-dispatch-message): Call
7867         `elmo-file-cache-get-path'.
7868
7869 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-summary.el (wl-summary-cursor-move): If return value of
7872         wl-summary-next-message is not number, don't jump.
7873
7874 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-summary.el (wl-summary-buffer-next-message-function): New
7877         variable.
7878         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7879         if it is bound.
7880
7881         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7882         string.
7883
7884         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7885         (wl-plugged-drawing): Ditto.
7886
7887 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7888
7889         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7890         process.
7891         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7892         with unwind-protect.
7893
7894         * wl.el (wl-init): Require mime-setup.
7895         (wl-check-environment): Don't require mime-setup.
7896
7897         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7898         instead of elmo-folder-type.
7899
7900         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7901         value as nil.
7902
7903 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * Version number is increased to 2.7.0.
7906
7907         * wl-version.el (wl-version): Changed codename.
7908
7909         * wl-summary.el (wl-summary-delete-cache): Fixed.
7910
7911         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7912         Workaround for net folders.
7913         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7914
7915         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7916         value to nil (According to the patch from
7917         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7918
7919         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7920         of elmo-folder-close.
7921
7922 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7923
7924         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7925         for postfix.
7926
7927 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-summary.el (wl-summary-resend-message): Fixed.
7930
7931         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7932         Call wl-draft with `from' argument if its address is included in
7933         `wl-user-mail-address-list'.
7934         (wl-draft): Added `from' argument.
7935
7936         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7937         non-nil.
7938         (wl): Don't show demo if wl-demo is nil.
7939
7940         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7941         wl-summary-use-frame.
7942
7943         * wl-vars.el (wl-summary-use-frame): New user option.
7944         (wl-folder-use-frame): Changed docstring.
7945
7946         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7947         non-nil.
7948         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7949         wl-summary-use-frame.
7950
7951         * wl-vars.el (wl-folder-use-frame): New user option.
7952
7953         * wl-summary.el (wl-summary-exit): Back to folder frame if
7954         wl-folder-use-frame is non-nil.
7955         (wl-summary-redisplay-internal): Ignore cache if current folder
7956         is draft folder,
7957         (wl-summary-redisplay-no-mime): Ditto.
7958         (wl-summary-redisplay-all-header): Ditto.
7959
7960         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7961         if wl-folder-use-frame is non-nil.
7962
7963 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7964
7965         * wl-summary.el (wl-summary-sync-update): Bind
7966         elmo-folder-update-threshold.
7967         (wl-summary-mark-as-important): Enclosed server mark processing
7968         with `save-match-data'.
7969
7970         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7971         only when it is already defined.
7972
7973 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7974
7975         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7976         name of folder exclude localdir is wrong.
7977         * wl-folder.el (wl-folder-sync-entity):
7978         Set `wl-summary-always-sticky-folder-list' as nil.
7979         (wl-folder-mark-as-read-all-entity): Ditto.
7980         (wl-folder-prefetch-entity): Ditto.
7981
7982 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7983
7984         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7985         instead of `wl-summary-write-current-newsgroup'.
7986
7987 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7988
7989         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7990         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7991         non-nil and selected message is important, do not display.
7992
7993 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7994
7995         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7996
7997 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7998
7999         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8000
8001         * wl-summary.el (wl-summary-mark-as-important): Set message number
8002         using wl-summary-message-number.
8003
8004 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8005
8006         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8007         destination folder is 'null.
8008
8009 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8010
8011         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8012         New function.
8013         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8014         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8015         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8016
8017 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8018
8019         * wl-mime.el (wl-mime-setup): Added setting for
8020         `mime-setup-signature-key-alist' to avoid overriding key bind for
8021         `wl-draft-send'.
8022
8023         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8024         for `wl-draft-send'.
8025         * wl-mule.el (wl-draft-overload-functions): Ditto.
8026         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8027         * wl-draft.el (wl-draft-send): Ditto.
8028
8029         * wl-message.el (wl-message-display-internal):
8030         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8031         (Patch is provided by <kita@coe.nttdata.co.jp>).
8032
8033 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8034
8035         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8036
8037 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8038
8039         * wl.el (wl): Fix for wl-demo.
8040
8041 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8042
8043         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8044
8045 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8046
8047         * wl-folder.el (wl-folder-prefetch-entity): Use
8048         `wl-folder-get-elmo-folder'.
8049         (wl-folder-count-incorporates): Do not use
8050         `wl-folder-get-elmo-folder'.
8051
8052 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8053
8054         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8055         instead of `elmo-folder-get-type'.
8056
8057 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8058
8059         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8060         position on Subject: field.
8061         (Advised by Mito <mit@nines.nec.co.jp>)
8062
8063 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8064
8065         * wl-folder.el (wl-folder-prefetch-entity): Use
8066         `wl-folder-get-elmo-folder'.
8067
8068 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8069
8070         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8071
8072         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8073         `process-duplicates' slot.
8074
8075         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8076         if detection failed.
8077
8078 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8079
8080         * wl-version.el (wl-version-status): Set to "alpha".
8081
8082 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8083
8084         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8085         Check wl-message-buffer lives before set-buffer.
8086
8087 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8088
8089         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8090         called in folder mode.
8091         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8092         * wl-summary.el (wl-summary-exit-pre-hook): Run
8093         `wl-summary-exit-pre-hook' before exit summary mode.
8094
8095 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8096
8097         * wl-version.el (wl-version-status): New variable.
8098         (wl-version-status-alist): Removed.
8099         (wl-version-status): Rule included.
8100
8101 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8102
8103         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8104         @sponichi.
8105
8106         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8107         when `mail-reply-buffer' is buffer-local variable.
8108         (Reported by <kita@coe.nttdata.co.jp>).
8109
8110 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-vars.el (toplevel): Require 'elmo-util.
8113
8114 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8115
8116         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8117         (All other related portions are changed)
8118
8119         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8120
8121         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8122
8123 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8124
8125         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8126
8127 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8128
8129         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8130         Delete other windows to avoid an error.
8131         Use `point-marker' instead of `point' to remember the start point
8132         of body.
8133
8134         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8135
8136         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8137         number not to exceed all message number.
8138
8139 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8140
8141         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8142         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8143
8144 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-summary.el (wl-summary-sync-force-update): Added argument
8147         no-check.
8148         (wl-summary-sync-update): Ditto.
8149         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8150         with `no-check'.
8151
8152         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8153         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8154         already running.
8155
8156 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8157
8158         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8159         `dst-folder-arg'.
8160         (wl-expire-archive-number1): Diito.
8161         (wl-expire-archive-number2): Diito.
8162         (wl-expire-archive-Date): Diito.
8163         (wl-archive-number1): Diito.
8164         (wl-archive-number2): Diito.
8165         (wl-archive-date): Diito.
8166         (wl-archive-folder-p): New function.
8167         (wl-summary-expire): Support of expand folder name at
8168         wl-expire-alist.
8169         * wl-util.el (wl-expand-newtext): Renamed from
8170         `wl-refile-expand-newtext'.
8171
8172 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8173
8174         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8175         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8176         `(elmo-msgdb-get-overview msgdb)'.
8177         (wl-summary-prefetch): Bind match data before call
8178         `wl-summay-prefetch-msg'.
8179         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8180         'off if `wl-summary-buffer-disp-msg' is non-nil.
8181         Fixed problem that couldn't show only one new or unread message when
8182         enter folder.
8183         (wl-summary-reply): Don't call `split-window-vertically' and other
8184         window.
8185
8186 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-expire.el (wl-expire-refile): Fixed.
8189
8190 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8191
8192         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8193
8194         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8195         biff notification is removed.
8196
8197         * wl.el (wl): Changed position of `elmo-init'.
8198
8199         * wl-draft.el (wl-default-draft-cite): Use date field
8200         on the citation buffer.
8201
8202         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8203
8204         * wl-xmas.el (wl-folder-internal-icon-list): Added
8205         `wl-folder-shimbun-image'.
8206
8207         * wl-e21.el (wl-folder-internal-icon-list): Added
8208         `wl-folder-shimbun-image'.
8209
8210 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl.el (wl-init): Eliminated argument.
8213         (wl): Rewrite.
8214
8215         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8216         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8217         instead of `elmo-folder-msgdb-internal'.
8218         (wl-summary-sync-update): Ditto.
8219         (wl-summary-flush-pending-append-operations): Eliminated.
8220         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8221         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8222         `elmo-folder-open'.
8223
8224         * wl-mime.el (wl-summary-burst): Fixed.
8225
8226         * wl-folder.el (wl-folder-info-save): Check data type.
8227
8228         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8229         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8230         instead of `elmo-folder-msgdb-internal'.
8231         (wl-expire-hide): Ditto.
8232
8233
8234         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8235
8236 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8237
8238         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8239
8240 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8241
8242         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8243
8244 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8245
8246         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8247         Fixed `match-beginning' argument mismatch.
8248
8249 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8250
8251         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8252         the default value.
8253
8254 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8257         instead of `elmo-nntp-default-port'.
8258
8259         * wl-vars.el: Fixed some doc strings.
8260
8261 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * wl-summary.el (wl-summary-prefetch-msg): Use
8264         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8265
8266         * wl-vars.el: Define *-func as obsolete variable using
8267         `elmo-define-obsolete-variable'.
8268
8269         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8270         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8271         instead of `wl-message-buffer-prefetch-threshold'.
8272
8273         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8274
8275         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8276
8277         * wl-draft.el (wl-caesar-region-func): Ditto.
8278
8279         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8280         Keep unread status in elmo-folder-move-messages.
8281         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8282
8283 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8284
8285         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8286         `wl-summary-buffer-exit-func'
8287         (wl-summary-buffer-message-redisplay-function): Renamed from
8288         `wl-summary-buffer-message-redisplay-func'
8289         (wl-summary-buffer-next-folder-function): Renamed from
8290         `wl-summary-buffer-next-folder-func'.
8291         (wl-summary-buffer-prev-folder-function): Renamed from
8292         `wl-summary-buffer-prev-folder-func'.
8293         (wl-summary-get-petname-function): Renamed from
8294         `wl-summary-get-petname-func'.
8295
8296         * wl-score.el (wl-score-edit-exit-function): Renamed from
8297         `wl-score-edit-exit-func'.
8298
8299         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8300         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8301
8302         * wl-util.el (wl-load-profile-function): Renamed from
8303         `wl-load-profile-func'.
8304
8305         * wl-folder.el (wl-folder-completion-function): Renamed from
8306         `wl-folder-completion-func'.
8307         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8308
8309         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8310         `wl-expire-archive-get-folder-func'.
8311         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8312         (wl-draft-send-mail-function): Renamed from
8313         `wl-draft-send-mail-func'.
8314         (wl-draft-send-news-function): Renamed from
8315         `wl-draft-send-news-func'.
8316         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8317         (wl-generate-mailer-string-function): Renamed from
8318         `wl-generate-mailer-string-func'.
8319         (wl-highlight-signature-search-function): Renamed from
8320         `wl-highlight-signature-search-func'.
8321         (wl-highlight-x-face-function): Renamed from
8322         `wl-highlight-x-face-func'
8323         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8324         (wl-ps-print-buffer-function): Renamed from
8325         `wl-ps-print-buffer-func'
8326         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8327         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8328         (wl-summary-subject-filter-function): Renamed from
8329         `wl-summary-subject-filter-func'.
8330
8331         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8332         `wl-draft-queue-flush-send-func'
8333         (wl-draft-cite-function): Renamed from
8334         `wl-draft-cite-func'
8335
8336         * wl-address.el (wl-address-init-function): Renamed from
8337         `wl-address-init-func'.
8338
8339 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-draft.el (wl-draft-queue-flush): Don't call
8342         `elmo-dop-unlock-message'.
8343         * wl-draft.el (wl-draft-queue-append): Don't call
8344         `elmo-dop-lock-message'.
8345
8346         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8347         (wl-summary-buffer-folder-name): Ditto.
8348         (wl-summary-message-regexp): Added '-' (all other related portions
8349         are changed).
8350         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8351         wl-summary-buffer-folder-name.
8352
8353 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8354
8355         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8356         the number of mails in the folder buffer is not updated by wl-biff.
8357
8358 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8359
8360         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8361         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8362
8363 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8364
8365         * wl-summary.el (wl-summary-next-message):
8366         Return next message number when wl-summary-move-order is nil.
8367
8368 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8369
8370         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8371         `wl-summary-move-spec-alist'.
8372         (wl-summary-move-spec-unplugged-alist): New variable
8373         (Move spec for unplugged status).
8374         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8375         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8376
8377 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8378
8379         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8380         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8381
8382 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8383
8384         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8385         simple quotation to quote the anonymous function.
8386         * tm-wl.el (wl-draft-preview-message): Ditto.
8387
8388 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8389
8390         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8391         Eliminate redundant `save-excursion'.
8392         (wl-highlight-summary-current-line): Ditto.
8393
8394         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8395         accessing match data when `looking-at' failed.
8396
8397         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8398         `elmo-match-string' where users don't care about the speed.
8399         (wl-draft-save): Ditto.
8400
8401 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-util.el (wl-regexp-opt): New function.
8404
8405         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8406         number from `wl-summary-buffer-number-list'.
8407         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8408         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8409         (wl-summary-move-spec-alist): Changed default setting.
8410
8411 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8412
8413         * wl-vars.el (wl-biff-notify-hook): New hook.
8414         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8415         the arrival of new mail.
8416         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8417         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8418
8419 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8422
8423 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8426
8427         * Version number is increased to 2.5.8.
8428
8429         * wl-thread.el (toplevel): require 'cl.
8430         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8431         (wl-thread-make-number-list): New function.
8432         (wl-thread-entity-make-number-list-from-children): Ditto.
8433         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8434         (wl-thread-entity-insert-as-children): Likewise.
8435         (wl-thread-delete-message): Likewise.
8436         (wl-meaning-of-mark): Eliminated.
8437         (wl-thread-next-failure-mark-p): Ditto.
8438         (wl-thread-entity-get-mark): Ditto.
8439         (wl-thread-meaning-alist-get-result): Ditto.
8440         (wl-thread-entity-check-prev-mark): Ditto.
8441         (wl-thread-entity-check-next-mark): Ditto.
8442         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8443         (wl-thread-entity-get-prev-marked-entity): Ditto.
8444         (wl-thread-get-prev-unread): Ditto.
8445         (wl-thread-jump-to-prev-unread): Ditto.
8446         (wl-thread-get-next-unread): Ditto.
8447         (wl-thread-jump-to-next-unread): Ditto.
8448         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8449         (wl-thread-entity-get-next-marked-entity): Ditto.
8450
8451         * wl-summary.el (wl-summary-buffer-number-list):
8452         New bufer-local variable.
8453         (wl-summary-switch-to-clone-buffer): Clone
8454         `wl-summary-buffer-number-list'.
8455         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8456         (wl-summary-cursor-move-regex): Eliminated.
8457         (wl-summary-cursor-up): Rewrite.
8458         (wl-summary-cursor-down): Ditto.
8459         (wl-summary-mode-spec-alist): New variable.
8460         (wl-summary-next-message): New inline function.
8461         (wl-summary-cursor-move): New function.
8462         (wl-summary-default-get-next-msg): Rewrite.
8463         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8464         (wl-summary-rescan): Ditto.
8465         (wl-summary-sync-all-init): Ditto.
8466         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8467         summary is not thread view.
8468         (wl-summary-sync-update): Ditto.
8469         (wl-summary-rescan): Ditto.
8470         (wl-summary-make-number-list): New function.
8471
8472         * wl-draft.el: "FCC" -> "Fcc".
8473
8474 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-highlight.el (wl-highlight-summary-window):
8477         Call `set-buffer-modified-p'.
8478
8479         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8480         (wl): Call `elmo-init' and fix.
8481
8482         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8483         Use new variables.
8484
8485         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8486
8487 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8488
8489         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8490
8491 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8492
8493         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8494
8495 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8496
8497         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8498         `wl-use-toolbar' nor `display-graphic-p'.
8499         (wl-e21-setup-message-toolbar): Ditto.
8500         (wl-e21-setup-summary-toolbar): Ditto.
8501         (wl-e21-setup-folder-toolbar): Ditto.
8502
8503         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8504         (wl-plugged-init-icons): Ditto.
8505
8506         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8507         `display-graphic-p'.
8508         (wl-plugged-set-folder-icon): Ditto.
8509         (wl-highlight-plugged-current-line): Ditto.
8510         (wl-highlight-folder-current-line): Ditto.
8511         (wl-e21-highlight-folder-group-line): Ditto.
8512         (wl-e21-setup-toolbar): Ditto.
8513         (wl-e21-display-image-p): New macro.
8514
8515         * wl-demo.el (wl-demo): Simplified.
8516         (wl-demo-image-type-alist): Use `image-type-available-p' for
8517         checking whether the image type `xbm' is available.
8518
8519 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8520
8521         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8522         (wl-summary-input-range): Ditto.
8523
8524 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-summary.el (wl-summary-edit-addresses): Use
8527         `wl-summary-get-original-buffer'
8528         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8529         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8530         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8531         (wl-summary-get-newsgroups): Eliminated.
8532         (wl-summary-set-crosspost): Ditto.
8533         (wl-summary-is-crosspost-folder): Ditto.
8534         (wl-crosspost-alist-load): Ditto.
8535         (wl-crosspost-alist-save): Ditto.
8536
8537         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8538         `elmo-setup-subscribed-newsgroups' instead of
8539         `elmo-nntp-make-groups-hashtb'.
8540         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8541         instead of `wl-crosspost-alist-save'.
8542
8543         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8544         of `elmo-folder-message-appendable-p'.
8545         (wl-mime-header-presentation-method): Eliminated.
8546
8547         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8548         (Error occurs in emacs21).
8549
8550         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8551         the current buffer).
8552
8553         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8554         instead of `wl-crosspost-alist-save'.
8555         (wl-init): `elmo-crosspost-message-alist-load'
8556         instead of `wl-crosspost-alist-load'
8557
8558         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8559         (wl-parse-newsgroups): Likewise.
8560         (wl-biff-notify): Run `wl-biff-notify-hook'.
8561
8562 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8563
8564         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8565
8566         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8567         when `wl-summary-lazy-highlight' is non-nil.
8568         (wl-summary-goto-folder-subr): Highlight only when
8569         `wl-summary-lazy-highlight' is non-nil.
8570
8571         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8572         Don't display progress and highlight temp-mark when
8573         `wl-summary-lazy-highlight' is non-nil.
8574         (wl-highlight-summary-window): New function.
8575         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8576
8577 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8578
8579         * wl-summary.el (wl-summary-sync): Change `all-visible'
8580         from `all-shown'
8581         (wl-summary-input-range): Ditto.
8582
8583 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8584
8585         * wl-e21.el (wl-highlight-folder-current-line): Call
8586         `wl-folder-init-icons' when folder icons have not been initialized.
8587
8588         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8589
8590         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8591         (wl-demo-image-type-alist): New macro.
8592
8593 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8594
8595         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8596         display does not support graphics.
8597         (wl-plugged-init-icons): Ditto.
8598         (wl-folder-init-icons): Ditto.
8599
8600         * wl-demo.el (wl-demo): Chech closely whether the display
8601         supports graphics.
8602
8603 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8604
8605         * wl-summary.el (wl-summary-get-original-buffer): New function.
8606         (wl-summary-set-crosspost): Use it.
8607         (wl-summary-target-mark-uudecode): Ditto.
8608         (wl-summary-reedit): Ditto.
8609         (wl-summary-resend-bounced-mail): Ditto.
8610         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8611         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8612
8613         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8614         (wl-message-display-internal): Ditto.
8615
8616 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8617
8618         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8619
8620 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8621
8622         * wl-summary.el (wl-summary-save-view): Renamed from
8623         `wl-summary-save-status'.
8624
8625 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8626
8627         * wl-summary.el (wl-summary-sync): Added `all-shown'
8628
8629 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8630
8631         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8632
8633 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8634
8635         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8636
8637 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8638
8639         * wl-highlight.el (wl-highlight-summary-line-string): Use
8640         `zerop' instead of `= 0'.
8641         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8642
8643         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8644         for comparing numbers.
8645         (wl-template-prev): Use `zerop' instead of `eq 0'.
8646
8647         * wl-draft.el (wl-draft-insert-current-message): Use
8648         `with-current-buffer' instead of `save-excursion'.
8649         Use `zerop' instead of `eq 0'.
8650
8651 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8652
8653         * wl-draft.el (wl-draft-insert-ccs): New function.
8654         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8655         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8656
8657 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8658
8659         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8660
8661 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8662
8663         * wl-expire.el (wl-expire-refile): Don't call
8664         elmo-msgdb-add-msgs-to-seen-list;
8665         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8666         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8667
8668 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8669
8670         * wl-message.el (wl-message-prev-page): Ignore errors while
8671         scroll-down.
8672
8673 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8674
8675         * wl-mime.el: Use elmo-original-message-mode instead of
8676         mmelmo-original-mode.
8677
8678         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8679         `elmo-folder-get-spec';
8680         (wl-fldmgr-add-completion-all-completions):
8681         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8682
8683         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8684         of `elmo-folder-get-type'.
8685
8686         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8687         `elmo-folder-get-spec';
8688         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8689         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8690         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8691         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8692         `elmo-read-msg-no-cache';
8693         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8694         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8695         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8696         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8697         `elmo-cache-save';
8698         (wl-draft-reedit): Use `elmo-message-file-name'.
8699
8700         * wl-expire.el: Use `elmo-folder-name-internal';
8701         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8702         Use macro `wl-summary-buffer-msgdb' instead of variable
8703         `wl-summary-buffer-msgdb';
8704         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8705         Use macro `wl-summary-buffer-folder-name' instead of variable
8706         `wl-summary-buffer-folder-name'.
8707         * wl-score.el: Likewise.
8708
8709         * wl-message.el: Rewrite for new message buffer cache mechanism.
8710         (wl-message-buffer-cache-buffer-get): New macro.
8711         (wl-message-buffer-cache-folder-get): Ditto.
8712         (wl-message-buffer-cache-message-get): Ditto.
8713         (wl-message-buffer-cache-entry-make): Ditto.
8714         (wl-message-buffer-cache-hit): Ditto.
8715         (wl-message-buffer-cache-sort): New function.
8716         (wl-message-buffer-cache-add): Ditto.
8717         (wl-message-buffer-cache-delete): Ditto.
8718         (wl-message-buffer-cache-clean-up): Ditto.
8719         (wl-message-buffer-window): Rewrite.
8720         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8721         (wl-message-buffer-display): New function.
8722         (wl-message-display-internal): New function.
8723
8724 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8725
8726         * wl-folder.el: Use `elmo-folder-name-internal';
8727         Use `wl-folder-get-elmo-folder';
8728         Use `elmo-folder-list-messages' instead of
8729         `elmo-list-folder';
8730         Use `elmo-folder-get-primitive-list' instead of
8731         `elmo-folder-get-primitive-spec-list';
8732         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8733         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8734         Use `elmo-folder-create' instead of `elmo-create-folder'.
8735         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8736         (wl-folder-get-elmo-folder): New macro.
8737         (wl-folder-elmo-folder-cache-get): Ditto.
8738         (wl-folder-elmo-folder-cache-put): Ditto.
8739         (wl-folder-suspend): Call `elmo-quit'.
8740
8741         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8742         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8743         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8744         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8745         (toplevel): require 'cl.
8746         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8747
8748         * wl-summary.el: Rewrite to use new elmo interface.
8749
8750 \f
8751 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-mime.el (wl-draft-preview-message):
8754         Run `wl-draft-send-hook' before collecting recipients information;
8755         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8756
8757         * tm-wl.el (wl-draft-preview-message): Ditto.
8758
8759 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8760
8761         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8762         wrong recipients are displayed when forwarded message.
8763
8764 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * Version number is increased to 2.5.7.
8767
8768 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8769
8770         * wl-message.el (wl-message-next-page): Bind
8771         `window-pixel-scroll-increment' to nil while scrolling up.
8772
8773 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8774
8775         * wl-vars.el (wl-save-hook): New hook.
8776         * wl.el (wl-save): Call `wl-save-hook'.
8777
8778 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8779
8780         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8781         Argument WITH-ARG instead of NO-ARG (negative mean).
8782         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8783         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8784         * wl-message.el (wl-message-follow-current-entity): Likewise.
8785
8786 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8787
8788         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8789         FROM was optional argument.
8790         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8791
8792 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8793
8794         * Version number is increased to 2.5.6.
8795
8796 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8797
8798         * wl-version.el (wl-version-show): Removed.
8799         (wl-version): Add `interactive'.
8800
8801 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8802
8803         * wl-summary.el (wl-summary-get-petname-func): New variable.
8804         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8805         instead of `wl-address-get-petname-1'.
8806         (wl-summary-simple-from): Ditto.
8807
8808         * wl-address.el (wl-address-get-petname-1): Define as function.
8809
8810 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8813         field in the original message.
8814         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8815
8816 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8817
8818         * wl-expire.el (wl-expire-hide):
8819         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8820
8821 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8824         find decoder for To, Cc, and Subject.
8825
8826 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8829         for checking `elmo-use-buffer-cache'.
8830         (wl-summary-mark-as-important): Fixed typo in comment.
8831
8832 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8835         field in the original message.
8836         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8837
8838 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8839
8840         * wl-expire.el (wl-expire-hide):
8841         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8842
8843 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8846         find decoder for To, Cc, and Subject.
8847
8848 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * Version number is increased to 2.5.5.
8851
8852         * wl-address.el (wl-address-specials-regexp): New constant.
8853         (wl-address-quote-specials): Use it.
8854
8855 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-summary.el (wl-summary-rescan):
8858         Call `wl-summary-buffer-number-column-detect'.
8859         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8860
8861         * wl-message.el (wl-message-mode-map): Define.
8862         (wl-message-decode): Use it as local-map.
8863
8864 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8867         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8868
8869 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8872
8873         * wl-mule.el (wl-read-event-char): Ditto.
8874
8875         * wl-e21.el (wl-read-event-char): Ditto.
8876
8877         * wl-nemacs.el (wl-read-event-char): Ditto.
8878         (read-event): Removed.
8879
8880         * wl-util.el (toplevel): Removed dummy definition of
8881         `read-event'.
8882         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8883
8884 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8885
8886         * wl-nemacs.el (elmo-archive-call-process): Moved to
8887         elmo-archive.el.
8888
8889 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8890
8891         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8892         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8893
8894         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8895         instead of magic-number 6.  Use `not' instead of `null' for symbol
8896         `nil' check (not empty list).
8897         (wl-draft-insert-x-face-field): Fixed paren style.
8898
8899         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8900         one-branch conditional statement, instead of `and' and `if'.
8901         (wl-draft-forward): Likewise.
8902         (wl-draft-add-references): Likewise.
8903         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8904
8905         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8906         conditional steatment.  Use `cond' instead of `if'.
8907         (wl-draft-confirm): Likewise.
8908
8909 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8910
8911         * wl-version.el (wl-version-show): Use `product-string-1'
8912         instead of `wl-version'.
8913         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8914
8915         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8916
8917 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8918
8919         * wl-highlight.el (wl-highlight-headers): Revert
8920         `wl-highlight-x-face-func' argument (`beg' and `end').
8921
8922 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8923
8924         * wl.el (toplevel): Move `product-provide' declare.
8925         * wl-demo.el (toplevel): Ditto.
8926         * wl-dnd.el (toplevel): Ditto.
8927         * wl-highlight.el (toplevel): Ditto.
8928         * wl-message.el (toplevel): Ditto.
8929         * wl-refile.el (toplevel): Ditto.
8930         * wl-util.el (toplevel): Ditto.
8931
8932 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8933
8934         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8935         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8936         (wl-thread-close-all): keep cursor position.
8937
8938 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8939
8940         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8941         (eq x 0).
8942         (wl-generate-user-agent-string-1): Fix conditional statement.
8943
8944 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8945
8946         * wl.el (wl-check-environment): Additional check for
8947         'wl-local-domain' and `wl-message-id-domain'.
8948
8949 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8950
8951         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8952
8953 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8954
8955         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8956         instead of `smtp-sasl-user-realm'.
8957
8958 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8959
8960         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8961
8962 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8963
8964         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8965         to the default value as well as `eword-lexical-analyzer'.
8966
8967 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8968
8969         * wl-version.el (wl-extended-emacs-version,
8970         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8971         `elmo-match-string' instead of `wl-match-string'.
8972
8973 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8974
8975         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8976         docstring.
8977
8978 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8979
8980         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8981
8982 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8983
8984         * wl-highlight.el (wl-highlight-headers): Remove
8985         `wl-highlight-x-face-func' argument (`beg' and `end').
8986
8987 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * wl-summary.el (wl-summary-mark-as-important):
8990         Remove cache if folder is local.
8991
8992 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8993
8994         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8995         to get existing e-mail address string.
8996
8997 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8998
8999         * wl-version.el (wl-generate-user-agent-string): Commentary.
9000         (wl-generate-user-agent-string-1): Use `when' for
9001         one-branch conditional statement, instead of `and' and `if'.
9002         (wl-extended-emacs-version, wl-extended-emacs-version2,
9003         wl-extended-emacs-version3): Ditto.
9004
9005 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9006
9007         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9008         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9009         condition-case; Remove initialization.
9010         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9011         (wl-summary-sync-update3): Added argument `sync-all';
9012         Eliminated local variable `msgdb';
9013         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9014         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9015         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9016
9017 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9018
9019         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9020         connection before call `wl-draft-send-mail-with-smtp'.
9021
9022 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9023
9024         * Version number is increased to 2.5.4.
9025
9026 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9027
9028         * wl.el (wl-check-environment): Additional check for
9029         'wl-local-domain' and `wl-message-id-domain'.
9030
9031 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9032
9033         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9034         buffer as command specific.
9035         (wl-folder-mark-as-read-all-entity): Ditto.
9036         (wl-folder-prefetch-entity): Ditto.
9037         (wl-folder-drop-unsync-entity): Ditto.
9038
9039         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9040         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9041         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9042
9043         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9044         save-excursion.
9045
9046 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9047
9048         * Version number is increased to 2.5.3.
9049
9050         * wl-summary.el (wl-summary-save-view-cache):
9051         Delete duplicated `write-region';
9052         Use `write-region-as-binary' instead of `as-binary-output-file' and
9053         `write-region'.
9054
9055 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9056
9057         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9058
9059 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9062         instead of `smtp-via-smtp'.
9063
9064 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9065
9066         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9067
9068 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9069
9070         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9071         instead of `smtp-sasl-user-realm'.
9072
9073 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9074
9075         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9076
9077 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9078
9079         * Version number is increased to 2.5.2.
9080
9081 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9084         does not exist.
9085         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9086         (wl-biff-start): Call `timer-activate' if timer already exists.
9087
9088         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9089         only when it is bound as function.
9090
9091 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9092
9093         * Version number is increased to 2.5.1.
9094
9095 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9096
9097         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9098         Print refile/copy destination.
9099
9100 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9103         queue-flush-only is non-nil.
9104
9105         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9106
9107         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9108         checking cache folder.
9109
9110 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9111
9112         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9113         `regexp-quote'.
9114
9115 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9116
9117         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9118         function.
9119         * wl-summary.el (wl-summary-write-current-folder-functions):
9120         Change default value.  Use it.
9121
9122 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * Version number is increased to 2.5.0.
9125
9126         * wl-version.el (wl-version): Changed codename.
9127
9128 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9129
9130         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9131         (wl-summary-supersedes-message): Ditto.
9132
9133 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9134
9135         * wl-refile.el (wl-refile-guess-functions): Renamed from
9136         `wl-refile-guess-func-list'.
9137
9138 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9139
9140         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9141         Fixed problem when no rule was matched.
9142
9143 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9144
9145         * wl-summary.el (wl-summary-get-mark): Fixed
9146         `wl-summary-buffer-target-mark' check logic.
9147
9148 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9149
9150         * wl-folder.el (wl-folder-write-current-folder): Added group
9151         folder check.
9152
9153         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9154         `wl-summary-write-current-newsgroup'.
9155         (wl-summary-write-current-folder-functions): New variable.
9156         * wl-folder.el (wl-folder-get-newsgroups): New function.
9157         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9158         (wl-folder-write-current-folder): Renamed from
9159         `wl-folder-write-current-newsgroup'.
9160
9161 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9162
9163         * Version number is increased to 2.3.93.
9164
9165 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9168         (wl-ldap-make-matched-value-list): Ditto.
9169         (wl-ldap-alias-safe-string): Split e-mail address.
9170
9171         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9172         petname folder default was selected.
9173         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9174         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9175
9176 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9177
9178         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9179         to `wl-draft-config-exec'.
9180
9181         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9182         instead of calling `wl-draft-config-exec';
9183         Process group-list and show recipients in minibuffer.
9184
9185         * tm-wl.el (wl-draft-preview-message): Ditto.
9186
9187 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9188
9189         * wl.el (toplevel): Added (C) to copyright notice, and
9190         sync Author header.
9191         * tm-wl.el (toplevel): Ditto.
9192         * wl-address.el (toplevel): Ditto.
9193         * wl-demo.el (toplevel): Ditto.
9194         * wl-dnd.el (toplevel): Ditto.
9195         * wl-draft.el (toplevel): Ditto.
9196         * wl-e21.el (toplevel): Ditto.
9197         * wl-expire.el (toplevel): Ditto.
9198         * wl-folder.el (toplevel): Ditto.
9199         * wl-highlight.el (toplevel): Ditto.
9200         * wl-message.el (toplevel): Ditto.
9201         * wl-mime.el (toplevel): Ditto.
9202         * wl-mule.el (toplevel): Ditto.
9203         * wl-nemacs.el (toplevel): Ditto.
9204         * wl-refile.el (toplevel): Ditto.
9205         * wl-score.el (toplevel): Ditto.
9206         * wl-summary.el (toplevel): Ditto.
9207         * wl-template.el (toplevel): Ditto.
9208         * wl-thread.el (toplevel): Ditto.
9209         * wl-util.el (toplevel): Ditto.
9210         * wl-vars.el (toplevel): Ditto.
9211         * wl-xmas.el (toplevel): Ditto.
9212
9213 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9214
9215         * wl.el (wl-init): Added comment about `wl-init-hook'.
9216         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9217         * wl-vars.el (wl-init-hook): Added docs.
9218         (wl-make-plugged-hook): Removed useless docs.
9219         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9220         * wl-xmas.el (toplevel): Ditto.
9221
9222 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9223
9224         * wl-address.el (toplevel): Fixed multiple Author header format.
9225         * wl-demo.el (toplevel): Ditto.
9226         * wl-draft.el (toplevel): Ditto.
9227         * wl-folder.el (toplevel): Ditto.
9228         * wl-summary.el (toplevel): Ditto.
9229         * wl-thread.el (toplevel): Ditto.
9230         * wl-util.el (toplevel): Ditto.
9231         * wl-vars.el (toplevel): Ditto.
9232         * wl-version.el (toplevel): Ditto.
9233         * wl-xmas.el (toplevel): Ditto.
9234         * wl.el (toplevel): Ditto.
9235
9236         * wl-version.el (toplevel): Added require `elmo-version' for
9237         `product-version-as-string'.
9238
9239 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9240
9241         * wl-vars.el (wl-draft-send-hook): Changed default value to
9242         '(wl-draft-config-exec).
9243
9244         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9245         explicitly.
9246         (wl-draft): Set `wl-draft-config-exec-flag' before running
9247         `wl-mail-setup-hook'.
9248
9249         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9250         `wl-biff-init-icons' to `wl-init-hook' instead of
9251         `wl-make-plugged-hook'.
9252         (Because if `wl-draft' command is invoked at first,
9253         they are not initialized)
9254         Updated copyright notice.
9255
9256         * wl-e21.el (toplevel): Ditto;
9257
9258         * wl-demo.el (toplevel): Updated copyright notice.
9259         * wl-address.el (toplevel): Ditto.
9260         * wl-draft.el (toplevel): Ditto.
9261         * wl-version.el (toplevel): Ditto.
9262         * wl-folder.el (toplevel): Ditto.
9263         * wl-summary.el (toplevel): Ditto.
9264         * wl-thread.el (toplevel): Ditto.
9265         * wl-util.el (toplevel): Ditto.
9266         * wl-vars.el (toplevel): Ditto.
9267         * wl.el (toplevel): Ditto.
9268
9269 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9270
9271         * wl-highlight.el (wl-highlight-message): Fixed problem of
9272         highlighting failure which occured when the last field contains
9273         multiple lines in the draft buffer.
9274
9275         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9276         `wl-biff-start' if plugged.
9277
9278         * wl-util.el (wl-biff-check-folder): New function.
9279         (wl-biff-check-folders): Don't set session name prefix.
9280         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9281         (wl-biff-check-folder-async): Ditto.
9282
9283         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9284         in email address.
9285
9286 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9287
9288         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9289
9290         * wl-draft.el (wl-draft-strip-subject-re): New function.
9291
9292         * wl-draft.el (wl-draft-reply): Use it.
9293
9294 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9295
9296         * wl-message.el (wl-mmelmo-message-redisplay): Use
9297         `mime-display-message' instead of `wl-mime-display-message'.
9298
9299         * wl-mime.el (toplevel): Removed compatibility workaround
9300         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9301         (wl-mime-display-message): Abolished.
9302         (wl-mime-entity-read-field): Ditto.
9303         (wl-mime-combine-message/partial-pieces): Use
9304         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9305
9306 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9307
9308         * wl-template.el: Doc fixes.
9309
9310 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9311
9312         * wl-e21.el (wl-message-overload-functions): Do nothing if
9313         `current-local-map' is not available.
9314         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9315
9316 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9317
9318         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9319         representation.
9320
9321         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9322         number.
9323         (wl-fldmgr-save-folders): Don't use `format' when insert
9324         `wl-fldmgr-folders-header'.
9325
9326 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9327
9328         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9329
9330 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9331
9332         * wl-highlight.el (wl-highlight-message):
9333         Use `std11-field-end' to detect end point of the header field.
9334         Refer `wl-highlight-max-header-size'.
9335
9336         * wl-vars.el (wl-highlight-max-header-size): New variable.
9337
9338         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9339
9340         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9341         Set `for-draft' argument of wl-highlight-headers.
9342         (wl-draft): Ditto.
9343         (wl-draft-reedit): Ditto.
9344         (wl-user-agent-compose-internal): Ditto.
9345
9346 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9347
9348         * wl-message.el (wl-message-add-button): Use overlay.
9349
9350 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9351
9352         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9353
9354         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9355         problem when group-list content is nothing.
9356         (Reported by Mito <mit@nines.nec.co.jp>)
9357
9358 2000-10-18  SAITO Atsunori <sai@yedo.com>
9359
9360         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9361
9362 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9363
9364         * tm-wl.el (toplevel): Use product-provide.
9365
9366 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9367
9368         * Version number is increased to 2.3.92.
9369
9370 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9371
9372         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9373         title text, use `display' property for left margin under Emacs 21.
9374
9375         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9376         properties.
9377         (wl-plugged-init-icons): Ditto.
9378
9379 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9380
9381         * wl.el (wl-save-status, wl-init): Remove last period in
9382         "...done." message.
9383         * tm-wl.el (wl-summary-burst): Ditto.
9384         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9385         wl-summary-resume-cache-status,
9386         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9387         wl-summary-sync-update3, wl-summary-highlight-msgs,
9388         wl-summary-flush-pending-append-operations,
9389         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9390         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9391         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9392         wl-thread-open-all): Ditto.
9393         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9394         * wl-mime.el (wl-summary-burst): Ditto.
9395         * wl-highlight.el (wl-highlight-summary): Ditto.
9396         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9397         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9398         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9399         * wl-address.el (wl-local-address-init): Ditto.
9400
9401 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9402
9403         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9404         `add-text-properties'.
9405         (wl-plugged-init-icons): Ditto.
9406         (wl-folder-init-icons): Use `propertize' instead of
9407         `put-text-property'.
9408         (wl-plugged-set-folder-icon): Ditto.
9409         (wl-e21-highlight-folder-group-line): Ditto.
9410
9411 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-version.el (wl-version-status-alist): New variable.
9414         (wl-version-status): New function.
9415
9416         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9417         "Cc" part of the case "Reply-To".
9418
9419         * wl-draft.el (wl-draft-reply): Use result of
9420         `eword-extract-address-components'.
9421
9422         * wl-demo.el (wl-demo-icon-name): New constant.
9423         (wl-logo-xpm): Use it.
9424         (wl-logo-xbm): Ditto.
9425         (wl-logo-bitmap): Ditto.
9426
9427         * Version number is increased to 2.3.91.
9428
9429 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9430
9431         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9432         (wl-extended-emacs-version, wl-extended-emacs-version2,
9433         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9434         docstring.
9435
9436         * wl-version.el (wl-generate-user-agent-string-1): New function.
9437         (wl-generate-user-agent-string): Use it.
9438
9439         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9440         `mime-edit-insert-user-agent-field'.
9441         (wl-generate-user-agent-string): Check
9442         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9443
9444         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9445         instead of `if', when verbose case.
9446
9447 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9448
9449         * wl-expire.el (wl-summary-expire): Fix.
9450
9451 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9452
9453         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9454         and `elmo-lost+found-folder' if 'wl-draft.
9455         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9456
9457 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9458
9459         * wl-expire.el (wl-summary-expire): Change messages.
9460         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9461         `deleing-info' instead of "Deleting..."
9462
9463 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9464
9465         * wl-summary.el (wl-summary-refile-subr): Fix.
9466
9467 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9468
9469         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9470         if pipe folder.
9471
9472 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9473
9474         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9475
9476 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9477
9478         * wl-expire.el (wl-expire-hide): New function.
9479         (wl-summary-expire): Add `hide'.
9480
9481 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9482
9483         * wl-vars.el (wl-draft-reply-without-argument-list):
9484         Changed default value to consider `Reply-To:'.
9485         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9486
9487         * Version number is increased to 2.3.90.
9488
9489         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9490         elmo-imap4-get-session with unwind-protect.
9491         Don't cause error.
9492         (wl-summary-sync-marks): Don't check plugged nor folder type.
9493         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9494         (Always keep current buffer).
9495
9496 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9497
9498         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9499         Enclose with `save-excursion'.
9500
9501 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9502
9503         * wl-version.el (wl-version): Remove interactive.
9504
9505 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9506
9507         * wl-version.el (wl-generate-user-agent-string): Use
9508         `product-string-verbose' instead of `product-string-1'.
9509
9510 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9511
9512         * wl-vars.el (wl-draft-use-cache): New variable.
9513         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9514         if wl-draft-use-cache is non-nil.
9515
9516 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9517
9518         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9519         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9520
9521 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9522
9523         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9524         (wl-thread-msg-mark-as-unread): Ditto.
9525
9526         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9527         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9528         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9529         Don't set mark in summary if return value of `elmo-mark-as-read'
9530         is nil.
9531         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9532         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9533         instead of `wl-thread-msg-mark-as-read'.
9534         (wl-summary-mark-as-unread-region): Ditto.
9535         (wl-summary-target-mark-mark-as-read): Ditto.
9536
9537         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9538
9539 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9540
9541         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9542
9543         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9544
9545 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9546
9547         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9548         face.
9549
9550 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9551
9552         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9553         `running-xemacs'.
9554
9555 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9556
9557         * wl-version.el (toplevel): Use `product-version-as-string' for
9558         set verstion-string, if defined.
9559
9560         * wl-version.el (wl-version-show): Insert string at point, when
9561         call with argument.
9562
9563         * wl-version.el (wl-generate-user-agent-string): Use
9564         `product-string-1' instead of `wl-appname', `wl-version' and
9565         `wl-codename'.
9566
9567 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9568
9569         * wl-address.el (toplevel): Use product-provide.
9570         * wl-demo.el (toplevel): Ditto.
9571         * wl-dnd.el (toplevel): Ditto.
9572         * wl-draft.el (toplevel): Ditto.
9573         * wl-e21.el (toplevel): Ditto.
9574         * wl-expire.el (toplevel): Ditto.
9575         * wl-fldmgr.el (toplevel): Ditto.
9576         * wl-folder.el (toplevel): Ditto.
9577         * wl-highlight.el (toplevel): Ditto.
9578         * wl-message.el (toplevel): Ditto.
9579         * wl-mime.el (toplevel): Ditto.
9580         * wl-mule.el (toplevel): Ditto.
9581         * wl-nemacs.el (toplevel): Ditto.
9582         * wl-refile.el (toplevel): Ditto.
9583         * wl-score.el (toplevel): Ditto.
9584         * wl-summary.el (toplevel): Ditto.
9585         * wl-template.el (toplevel): Ditto.
9586         * wl-thread.el (toplevel): Ditto.
9587         * wl-util.el (toplevel): Ditto.
9588         * wl-vars.el (toplevel): Ditto.
9589         * wl-xmas.el (toplevel): Ditto.
9590         * wl.el (toplevel): Ditto.
9591
9592 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9593
9594         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9595         instead of product.
9596
9597         * wl-version.el (wl-version): Compile time evalution elmo-version.
9598
9599 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9600
9601         * wl-summary.el (wl-summary-sync-force-update): Append queue
9602         `mark-as-read'if unplugged.
9603
9604 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9605
9606         * wl-version.el: New file.  Use product.el.
9607         * wl.el: add (require 'wl-version).
9608         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9609         for ~/.folders header.
9610         (wl-fldmgr-folders-header): Changed.
9611         * wl-demo.el (wl-demo): Use product.el.
9612
9613         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9614         wl-version.el.
9615         * wl-util.el (wl-version, wl-version-show): Ditto.
9616
9617         * wl-util.el (wl-generate-user-agent-string,
9618         wl-extended-emacs-version, wl-extended-emacs-version2,
9619         wl-extended-emacs-version3): Move to wl-version.el.
9620         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9621         xemacs-codename, mime-edit-insert-user-agent-field,
9622         mime-edit-user-agent-value, mime-editor/version,
9623         mime-editor/codename): Compile warning killer move to
9624         wl-version.el
9625
9626 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9627
9628         * wl-summary.el (wl-summary-refile-subr): Fix.
9629
9630 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9631
9632         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9633         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9634
9635 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9636
9637         * wl.el (wl-check-environment): Check too many `@'.
9638
9639 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9640
9641         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9642
9643 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9644
9645         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9646         wl-draft-reply-myself-without-argument-list): Add variables.
9647         * wl-draft.el (wl-draft-reply): Use it.
9648
9649 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9650
9651         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9652         the 5th argument of `elmo-network-get-spec'.
9653
9654         * wl-thread.el (wl-thread-reparent-children): New inline function.
9655         (wl-thread-delete-message): Use it.
9656
9657         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9658         (wl-summary-score-update-all-lines): Don't use `dolist'.
9659
9660 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9661
9662         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9663         (require 'elmo-msgdb) for inline function.
9664
9665 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9666
9667         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9668
9669 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9670
9671         * wl-score.el (wl-score-headers): Fix for the confusing macro
9672         `elmo-kill-buffer'.
9673
9674 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9675
9676         * wl-summary.el: Don't use the 3rd argument of `require' because
9677         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9678         * wl-util.el: Ditto.
9679         * wl-draft.el: Ditto.
9680
9681 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9682
9683         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9684         window system is not used.
9685
9686 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9687
9688         * wl-thread.el: Don't use `mapcar' only for iteration.
9689         (wl-thread-resume-entity): Ditto.
9690         (wl-thread-delete-message): Ditto.
9691
9692         * wl-summary.el: Bind `dragdrop-drop-functions',
9693         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9694         of `require' for `timezone', `easymenu' and `ps-print';
9695         don't use `mapcar' only for iteration.
9696
9697         * wl-util.el: Bind `mule-version', `nemacs-version',
9698         `emacs-beta-version', `xemacs-codename',
9699         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9700         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9701         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9702         only for iteration.
9703
9704         * wl-score.el: Don't use `mapcar' only for iteration.
9705         (wl-score-simplify-buffer-fuzzy): Ditto.
9706         (wl-score-simplify-subject): Ditto.
9707         (wl-score-headers): Ditto.
9708         (wl-summary-score-update-all-lines): Ditto.
9709
9710         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9711         `enable-multibyte-characters' and `mule-version'.
9712
9713         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9714         `mapcar' only for iteration.
9715
9716         * wl-demo.el: Don't use `mapcar' only for iteration.
9717
9718         * wl-folder.el: Don't use `mapcar' only for iteration.
9719         (wl-folder-open-all): Ditto.
9720         (wl-folder-count-incorporates): Ditto.
9721
9722         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9723         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9724
9725         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9726         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9727         `smtp-connection-type'; specify 3rd argument of `require' for
9728         `timezone'; don't use `mapcar' only for iteration.
9729         (wl-draft-clone-local-variables): Don't use `mapcar'.
9730         (wl-draft-generate-clone-buffer): Ditto.
9731         (wl-user-agent-compose-internal): Ditto.
9732
9733         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9734
9735         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9736         (wl-save-status): Ditto.
9737
9738         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9739         for iteration.
9740
9741 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9742
9743         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9744         removed `Date'.
9745         (wl-fldmgr-make-filter-default): New user option.
9746
9747         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9748         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9749         (wl-fldmgr-filter-completion-alist): Abolish.
9750
9751         * wl.el (wl): Don't check servers if arg is non-nil.
9752
9753         * wl-draft.el (wl-draft-reply): Set only message-id string to
9754         In-Reply-To field.
9755
9756 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9757
9758         * wl-summary.el (wl-summary-pick): Rewrite.
9759
9760         * wl-draft.el (wl-draft-forward): Get references field from
9761         original buffer.
9762         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9763
9764 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9765
9766         * wl-draft.el (wl-draft-forward): Add references field.
9767
9768 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9769
9770         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9771         (wl-draft-reply): Use it.
9772
9773 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9774
9775         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9776         when Emacs 21 is running.
9777
9778         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9779         bindings.
9780
9781 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9782
9783         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9784         XPM icons transparent.
9785
9786         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9787         Emacs 21.
9788
9789 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9790
9791         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9792         nil.
9793
9794         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9795         when it is persistent.
9796         (wl-summary-sync-marks): Changed argument for
9797         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9798         (wl-summary-virtual): Use `elmo-read-search-condition'.
9799         (wl-summary-redisplay-internal): If folder is local, mark as read
9800         even when folder is plugged.
9801
9802 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9803
9804         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9805         of `tool-bar-lines' in the frame parameters.
9806         (after-make-frame-functions, post-command-hook): Don't modify the
9807         value.
9808         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9809         wl-e21-tool-bar-lines): Removed.
9810
9811 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9812
9813         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9814         properties `evaporate' and `wl-momentary-overlay' as well.
9815         (wl-highlight-summary-displaying): Ditto.
9816         (wl-delete-all-overlays): Don't delete overlay which does not have
9817         a property `wl-momentary-overlay'.
9818
9819         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9820         `display-mouse-p' and `display-graphic-p'.
9821         (wl-folder-init-icons): Don't search for XBM or the other files.
9822         (wl-plugged-set-folder-icon): Make icons if and only if
9823         `display-graphic-p' returns non-nil.
9824         (wl-highlight-plugged-current-line): Use `before-string' overlay
9825         property to show icon images.
9826         (wl-highlight-folder-current-line): Ditto.
9827         (wl-e21-highlight-folder-group-line): Ditto.
9828         (wl-e21-highlight-folder-by-numbers): Ditto.
9829         (wl-e21-insert-image): Removed.
9830         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9831         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9832         said.
9833         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9834         `wl-e21-force-switch-toolbar'.
9835         (wl-e21-make-icon-image): Removed.
9836         (wl-e21-setup-toolbar): Don't search for XBM files.
9837         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9838         the default value.
9839
9840 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9841
9842         * wl-util.el (wl-biff-check-folder-async): Set
9843         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9844
9845 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9846
9847         * wl-e21.el (after-make-frame-functions): Add
9848         `wl-e21-force-switch-toolbar'.
9849         (wl-e21-force-switch-toolbar): New function force to switch the
9850         toolbar appearance automatically.
9851         (post-command-hook): Add `wl-e21-switch-toolbar'.
9852         (wl-e21-switch-toolbar): New function to switch the toolbar
9853         appearance automatically.
9854         (wl-e21-tool-bar-lines): New buffer local variable.
9855
9856 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9857
9858         * wl-util.el (wl-biff-check-folders-running): New variable.
9859         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9860         (wl-biff-check-folder-async-callback):
9861         Set `wl-biff-check-folders-running'.
9862         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9863         with unwind-protect.
9864
9865         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9866         Enclose `wl-folder-auto-check' with unwind-protect.
9867
9868         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9869         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9870
9871         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9872
9873         * wl-util.el (wl-biff-notify): New inline function.
9874         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9875         locally.
9876         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9877         folder-list' is 1.
9878         Use `wl-biff-notify'.
9879         (wl-biff-check-folder-async-callback): New function.
9880         (wl-biff-check-folder-async): Ditto.
9881
9882         * wl-folder.el (wl-folder): Don't check folders.
9883         (wl-folder-auto-check): New function.
9884
9885 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9886
9887         * wl-util.el (wl-biff-start) [Emacs19+]:
9888         Use `timer-next-integral-multiple-of-time'.
9889         (wl-biff-check-folders): Use `wl-default-folder'
9890         if `wl-biff-check-folder-list' is nil.
9891
9892 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9893
9894         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9895         instead of `elmo-delete-lists'.
9896
9897 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9898
9899         * wl.el (wl-plugged-toggle-all): Set the value of
9900         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9901         (wl-plugged-toggle): Ditto.
9902         (wl-toggle-plugged): Ditto.
9903         (wl-plugged-init): Ditto.
9904
9905         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9906         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9907         instead of `wl-biff-state-indicator-off' and
9908         `wl-biff-state-indicator-on'; don't modify the value and the type
9909         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9910         (wl-plugged-init-icons): Set icons data to
9911         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9912         instead of `wl-plug-state-indicator-off' and
9913         `wl-plug-state-indicator-on'; don't modify the value and the type
9914         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9915
9916         * wl-vars.el (wl-modeline-biff-state-off,
9917         wl-modeline-biff-state-on, wl-modeline-biff-status,
9918         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9919         wl-modeline-plug-status): New internal variables.
9920         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9921         wl-biff-check-interval, wl-biff-check-folder-list): Change
9922         customization group from `wl-folder' to `wl-highlight'.
9923         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9924         wl-show-plug-status-on-modeline): Defcustomized.
9925
9926         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9927         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9928         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9929         a flag to `mode-line-buffer-identification'.
9930
9931         * wl-e21.el (wl-biff-init-icons): Set icons data to
9932         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9933         instead of `wl-biff-state-indicator-off' and
9934         `wl-biff-state-indicator-on'.
9935         (wl-plugged-init-icons): Set icons data to
9936         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9937         instead of `wl-plug-state-indicator-off' and
9938         `wl-plug-state-indicator-on'.
9939
9940 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9941
9942         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9943         excessive titles.
9944
9945 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9946
9947         * wl.el (wl-plugged-mode): Use revised
9948         `wl-mode-line-buffer-identification'.
9949         (wl-plugged-init): Don't use `force-mode-line-update'.
9950
9951         * wl-xmas.el (wl-draft-overload-functions): Use revised
9952         `wl-mode-line-buffer-identification'.
9953         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9954         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9955         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9956         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9957         `wl-make-plugged-hook';
9958         add `wl-folder-init-icons' and `wl-setup-folder' to
9959         `wl-folder-mode-hook'.
9960
9961         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9962         19 as well.
9963         (wl-mode-line-display-priority-list): New user option.
9964         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9965         Defcustomized.
9966         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9967         Add docs.
9968
9969         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9970         start.
9971         (wl-mode-line-buffer-identification): Revised as a function.
9972
9973         * wl-summary.el (wl-summary-mode): Use revised
9974         `wl-mode-line-buffer-identification'; don't call
9975         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9976         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9977         `wl-xmas-setup-summary'.
9978
9979         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9980         `wl-mode-line-buffer-identification'.
9981
9982         * wl-mule.el (wl-draft-overload-functions): Use revised
9983         `wl-mode-line-buffer-identification'.
9984
9985         * wl-folder.el (wl-make-plugged-alist): Don't call
9986         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9987         (wl-folder): Don't call `wl-folder-init-icons' directly.
9988         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9989         `wl-xmas-setup-folder' directly;
9990         use revised `wl-mode-line-buffer-identification'.
9991         (TopLevel): Don't bind `wl-biff-init-icons',
9992         `wl-plugged-init-icons', `wl-folder-init-icons',
9993         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9994
9995         * wl-e21.el (wl-draft-overload-functions): Use revised
9996         `wl-mode-line-buffer-identification'.
9997         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9998         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9999         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10000         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10001         `wl-make-plugged-hook';
10002         add `wl-folder-init-icons' and `wl-setup-folder' to
10003         `wl-folder-mode-hook'.
10004
10005 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10006             Katsumi Yamaoka    <yamaoka@jpl.org>
10007
10008         * wl.el (wl): Call `wl-biff-start'.
10009         (wl-exit): Call `wl-biff-stop'.
10010         (wl-plugged-mode): Show biff in modeline.
10011         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10012
10013         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10014         (wl-biff-init-icons): New function.
10015         (wl-plugged-init-icons): Don't make too much keymaps.
10016         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10017
10018         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10019         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10020         variables.
10021         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10022         options.
10023
10024         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10025         wl-biff-start, wl-biff-stop): New functions.
10026         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10027         (wl-biff-timer-name): New variable.
10028
10029         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10030
10031         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10032         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10033
10034         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10035         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10036
10037         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10038         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10039         `wl-folder-init-icons' to `ignore' if they are not available.
10040         (wl-folder-mode): Show biff in modeline.
10041
10042         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10043         (wl-biff-init-icons): New function.
10044         (wl-plugged-init-icons): Don't make too much keymaps.
10045         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10046
10047 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10048
10049         * wl-vars.el (wl-strict-diff-folders): Customization Type
10050         and doc fix.  Define as a list of regular expressions for
10051         folders or nil.
10052         * wl-folder.el (wl-folder-check-one-entity): Use
10053         `wl-string-match-member' instead of `wl-string-member' for
10054         `wl-strict-diff-folders'.
10055
10056 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10057
10058         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10059         (wl-highlight-folder-current-line): Use it; new implementation.
10060         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10061         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10062         `defsubst' instead of `defun'.
10063
10064         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10065         `wl-highlight-group-folder-by-numbers'; made it can also be a
10066         number.  See info for more details.
10067
10068         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10069         running.
10070
10071         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10072         to bind them.
10073
10074         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10075         (wl-highlight-folder-current-line): New implementation.
10076
10077         * wl-highlight.el (wl-highlight-folder-group-line): New
10078         implementation.
10079         (wl-delete-all-overlays): Rewrite as a marco.
10080         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10081
10082         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10083         running.
10084         (wl-folder-*-glyph): No need to bind them.
10085
10086         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10087         `wl-e21-highlight-folder-group-icon'; rewrite.
10088         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10089         `defsubst' instead of `defun'.
10090         (wl-folder-mode-map): Bind it when compiling.
10091
10092 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10093
10094         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10095
10096         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10097
10098 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10099
10100         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10101
10102 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10103
10104         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10105         (wl-highlight-folder-current-line): Use it.
10106
10107         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10108         in `id-name'.
10109
10110 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10111
10112         * wl.el: Require `wl-e21' when Emacs 21 is running.
10113
10114         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10115         default when Emacs 21 is running.
10116         (wl-use-highlight-mouse-line): Ditto.
10117         (wl-on-emacs21): New constant.
10118         (wl-on-emacs20): Removed.
10119
10120         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10121         Emacs 21 is running.
10122
10123         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10124         Emacs 21 is running.
10125
10126         * wl-e21.el: New file.
10127
10128 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10129
10130         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10131         (wl-toggle-plugged): Ditto.
10132         (wl-plugged-toggle): Ditto.
10133         (wl-plugged-toggle-all): Ditto.
10134
10135         * wl-vars.el (wl-plug-state-indicator): Refer
10136         `wl-plug-state-indicator-on' indirectly.
10137
10138 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10139
10140         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10141         Call `wl-folder-confirm-existence'.
10142
10143         * wl-folder.el (wl-folder-confirm-existence): Added optional
10144         argument `force'.
10145
10146 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10147
10148         * wl-summary.el (wl-summary-refile-subr): Assume
10149         `copy-or-refile' as symbol.
10150         (wl-summary-refile): Follow up above change.
10151         (wl-summary-copy): Ditto.  Doc fix.
10152
10153 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10154
10155         * wl-summary.el (wl-summary-pick): Don't bind
10156         `elmo-search-mime-charset'.
10157
10158         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10159         default using old backquote style.
10160         (wl-search-mime-charset): Abolished.
10161
10162         * wl-highlight.el (wl-highlight-headers):
10163         Call `point' after `re-search-forward'(for Nemacs).
10164
10165         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10166         for elmo-imap4.el.
10167
10168 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10169
10170         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10171         `wl-message-ignored-field-list' instead of
10172         `mime-view-ignored-field-list'.
10173
10174         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10175         Add interactive spec.
10176         (wl-folder-goto-bottom-of-current-folder): Ditto.
10177         (wl-folder-mode-map): Bind them.
10178
10179         * wl-vars.el (wl-message-ignored-field-list): New variable.
10180         (wl-message-visible-field-list): New variable.
10181
10182         * wl-mime.el (wl-mime-header-presentation-method): New function.
10183         (wl-mime-setup): Set header-presentation-method.
10184
10185 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10186
10187         * wl-nemacs.el (wl-draft-overload-functions): Set
10188         `mode-line-buffer-identification' instead of using
10189         `wl-make-modeline'.
10190
10191         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10192         instead of using `wl-make-modeline'.
10193
10194         * wl-xmas.el (wl-plugged-init-icons): Set up
10195         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10196         (wl-make-modeline): Abolish.
10197         (wl-draft-overload-functions): Set
10198         `mode-line-buffer-identification' instead of using
10199         `wl-make-modeline'.
10200
10201         * wl-util.el (wl-make-modeline-subr): Abolish.
10202         (wl-mode-line-buffer-identification): New alias.
10203
10204         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10205         (wl-summary-make-modeline): Abolish.
10206         (wl-summary-buffer-set-folder): Set
10207         `wl-summary-buffer-folder-indicator'.
10208         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10209         of using `wl-make-modeline'.
10210         (wl-summary-switch-to-clone-buffer): Don't set
10211         `mode-line-buffer-identification'.
10212         (wl-summary-goto-folder-subr): Ditto.
10213
10214         * wl-mule.el (wl-draft-overload-functions): Set
10215         `mode-line-buffer-identification' instead of using
10216         `wl-make-modeline'.
10217
10218         * wl-folder.el (wl-folder-mode): Set
10219         `mode-line-buffer-identification' instead of using
10220         `wl-make-modeline'.
10221         (wl-folder): Don't set `mode-line-buffer-identification'.
10222
10223 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10224
10225         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10226         instead of `member' for `wl-refile-guess-func-list' look-ups.
10227         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10228
10229 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10230
10231         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10232         `wl-message-button-dispatcher'.
10233
10234         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10235
10236         * wl-message.el (wl-message-button-dispatcher): Use it.
10237
10238         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10239         "In-Reply-To".
10240
10241         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10242         Bind `case-fold-search' to t.
10243
10244 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10245
10246         * wl-xmas.el (wl-message-overload-functions): Initialize
10247         `wl-message-button-map'.
10248
10249         * wl-mule.el (wl-message-overload-functions): Initialize
10250         `wl-message-button-map'.
10251
10252         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10253
10254         * wl-message.el (wl-message-button-map): New keymap.
10255         (wl-message-add-button): New function.
10256         (wl-message-button-dispatcher): New function.
10257         (wl-message-button-refer-article): New function.
10258
10259         * wl-highlight.el
10260         (wl-highlight-message-add-buttons-to-header): New function.
10261         (wl-highlight-headers): Use it.
10262
10263 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10264
10265         * wl-summary.el (wl-summary-default-from): Use
10266         `wl-address-get-petname-1'.
10267         (wl-summary-simple-from): Ditto.
10268
10269         * wl-address.el (wl-address-get-petname-1): New inline function.
10270         (wl-address-get-petname): Use it.
10271
10272 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10273
10274         * wl-summary.el (wl-summary-default-from): Return full-name part
10275         from the address if no petname was found.
10276         (wl-summary-simple-from): Ditto.
10277
10278         * wl-address.el (wl-address-get-petname): Return nil if no petname
10279         associated with the address was found.
10280
10281 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10282
10283         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10284         display is finished.
10285
10286 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10287
10288         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10289         `elmo-folder-exists-p' argument.
10290
10291 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10292
10293         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10294         the folder.
10295
10296 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10297
10298         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10299
10300         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10301         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10302
10303 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10304
10305         * wl-folder.el (wl-folder-create-subr): New function.
10306         (wl-folder-confirm-existence): Use it.
10307         (wl-folder-check-one-entity): Use it.
10308         Check the error symbol is derived from 'elmo-open-error.
10309
10310         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10311         `ignore-error'.
10312
10313 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10314
10315         * wl-util.el (toplevel): Add (eval-when-compile (require
10316         'elmo-util)).  (Maybe `provide' is typo.)
10317
10318 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10319
10320         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10321         (I don't know why this was needed.)
10322
10323         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10324         Follow up changes for stream-type.
10325
10326         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10327         (wl-draft-elmo-nntp-send): Ditto.
10328
10329         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10330         (wl-nntp-posting-stream-type): Ditto.
10331         (wl-pop-before-smtp-ssl): Abolished.
10332         (wl-nntp-posting-ssl): Ditto.
10333
10334         * wl-address.el (wl-address-quote-specials): New function.
10335         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10336
10337         * wl-draft.el (wl-draft-reply): Ditto.
10338
10339 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10340
10341         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10342         use function `wl-string-match-assoc'.
10343
10344 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10345
10346         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10347
10348         * wl-draft.el (wl-draft-deduce-address-list): New function.
10349         (wl-draft-parse-mailbox-list): Ditto.
10350         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10351         instead of `smtp-deduce-address-list'.
10352         (wl-draft-on-field-p): Follow group list.
10353
10354         * wl-address.el (wl-address-concat-token): New function.
10355         (wl-address-string-without-group-list-contents): Ditto.
10356         (wl-complete-field-body): Fixed problem of completion
10357         by japanese petname.
10358         (wl-address-make-completion-list): Rewrite.
10359
10360 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10361
10362         * wl-address.el (wl-address-make-completion-list): Completion by
10363         petname.
10364         (wl-complete-field-body): Likewise.
10365
10366 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10367
10368         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10369         contains invalid address syntax.
10370
10371 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10372
10373         * wl-folder.el (wl-folder-check-entity-async): Use
10374         `elmo-nntp-spec-hostname'.
10375
10376 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10377
10378         * wl-summary.el (wl-summary-msgdb-load-async): Use
10379         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10380
10381 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10382
10383         * wl-draft.el (wl-draft-reply): Set argument
10384         `content-transfer-encoding' as nil.
10385
10386 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10387
10388         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10389         `wl-refile-alist'.
10390
10391 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10392
10393         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10394         (wl-draft-edit-string): Ditto.
10395         (wl-draft-forward): Ditto.
10396         * wl-summary.el (wl-summary-write): Ditto.
10397
10398 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10399
10400         * wl-summary.el (wl-summary-sync-update3): Call
10401         `wl-summary-buffer-number-column-detect'.
10402         (wl-summary-buffer-number-column-detect): Search from point-min.
10403
10404 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10405
10406         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10407         contains an address which is not included in original to or cc.
10408
10409 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10410
10411         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10412         begin-line does not exist.
10413         * wl-message.el (wl-message-uu-substring): Ditto.
10414
10415 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10416
10417         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10418         clear local variables.
10419         (wl-summary-exit): Call `elmo-commit'.
10420         (wl-summary-switch-to-clone-buffer): Call
10421         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10422         (wl-summary-goto-folder-subr): Ditto.
10423
10424         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10425         POP folder.
10426
10427 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10428
10429         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10430         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10431         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10432         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10433         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10434         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10435
10436         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10437
10438 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10439
10440         * wl-summary.el (wl-summary-search-by-subject):
10441         Search parent message from the latest one.
10442
10443 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10446         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10447
10448         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10449         New user option.
10450
10451         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10452         if elmo-nntp-use-killed-list is nil.
10453         Use `elmo-msgdb-append-to-killed-list'.
10454         (Append numbers confirmed as disappeared to the killed list.)
10455         (wl-summary-confirm-appends): Don't display negative number.
10456
10457 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10458
10459         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10460
10461 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10462
10463         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10464         range is `all'.
10465         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10466         `elmo-list-bigger-diff'.
10467
10468 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10469
10470         * wl-summary.el (wl-summary-buffer-exit-func):
10471         New buffer local variable.
10472         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10473
10474 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10475
10476         * wl-demo.el (wl-demo): Fix the last change.
10477
10478 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10479
10480         * wl-demo.el (wl-demo): Don't use `eval'.
10481
10482 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10483
10484         * wl-summary.el (wl-summary-buffer-thread-modified):
10485         New buffer-local variable.
10486         (wl-summary-set-thread-modified): New function.
10487         (wl-summary-thread-modified-p): New function.
10488         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10489         (wl-summary-yank-saved-message): Use function
10490         `wl-summary-set-thread-modified'
10491         (wl-summary-switch-to-clone-buffer): Add
10492         `wl-summary-buffer-thread-modified'.
10493
10494         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10495         (wl-summary-buffer-mark-saved-hook): Ditto.
10496         * wl-summary.el (wl-summary-msgdb-save): New hook
10497         `wl-summary-buffer-message-saved-hook' and
10498         `wl-summary-buffer-mark-saved-hook'.
10499
10500 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10501
10502         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10503
10504 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10505
10506         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10507         don't hide scroll bars under FSF Emacsen because it may incur an
10508         undesirable redrawing.
10509
10510 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10511
10512         * wl-draft.el (wl-draft-edit-string): Call
10513         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10514
10515 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10516
10517         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10518
10519 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10520
10521         * wl-summary.el (wl-summary-msgdb-load-async): Call
10522         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10523
10524 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10525
10526         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10527         fringes in demo buffer; center bitmap logo correctly even if old
10528         Mule is used.
10529
10530 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10531
10532         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10533
10534         * wl-refile.el (wl-refile-subject-alist): New variable.
10535         (wl-refile-subject-alist-file-name): Ditto.
10536         (wl-refile-alist-setup): Rewrite.
10537         (wl-refile-alist-save): Use `elmo-object-save'.
10538         Eliminated arguments.
10539         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10540         (wl-refile-guess-by-subject): New function.
10541         (wl-refile-guess-func-list): Added it.
10542
10543 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10544
10545         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10546         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10547
10548 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10549
10550         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10551         New buffer-local variable.
10552         (wl-summary-buffer-next-folder-func): Ditto.
10553         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10554         if non-nil.
10555         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10556         if non-nil.
10557         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10558         if non-nil.
10559         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10560         if non-nil.
10561
10562 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10563
10564         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10565         permanently in the demo buffer.
10566
10567 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10568
10569         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10570         `mime-entity-fetch-field'.
10571
10572         * wl.el (wl-exit): Delete plugged buffer.
10573
10574         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10575         XEmacs has menubar feature.
10576
10577 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10578
10579         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10580         cannot arrive at the beginning of the buffer under old Emacsen.
10581
10582 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10583
10584         * wl-address.el (wl-address-ldap-search):
10585         Call `ldap-search-entries' with `withdn' argument t.
10586         (wl-complete-field-body): Bind completion-ignore-case as t.
10587         Clear ldap search hash when it was sole completion.
10588         Use elmo-string for pattern string.
10589         (wl-ldap-alias-safe-string): Eliminated needless let.
10590
10591 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10592
10593         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10594         (wl-ldap-alias-sep): New constant.
10595         (wl-ldap-search-attribute-type-list): Ditto.
10596         (wl-ldap-get-value): New function.
10597         (wl-ldap-make-filter): Ditto.
10598         (wl-ldap-make-matched-value-list): Ditto.
10599         (wl-ldap-alias-safe-string): Ditto.
10600         (wl-ldap-register-dn-string): Ditto.
10601         (wl-address-ldap-search): Rewrite.
10602
10603 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10604
10605         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10606         thread is deleted.
10607         (wl-thread-delete-line-from-buffer): Ditto.
10608         (wl-thread-get-exist-children): New function.
10609
10610 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10611
10612         * wl-demo.el (wl-demo): Made it to select various image types.
10613         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10614         from `wl-title-logo'.
10615         (wl-logo-ascii): New variable.
10616         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10617         (wl-demo-copyright-notice): New constant.
10618
10619         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10620
10621 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10622
10623         * wl-vars.el (wl-summary-target-above): Renamed from
10624         wl-summary-temp-above.
10625         * wl-score.el (wl-score-get-score-alist): Use it.
10626         (wl-summary-score-update-all-lines): Use it.
10627         * wl-summary.el: Ditto. (make-variable-buffer-local).
10628
10629 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10630
10631         * wl-vars.el (wl-ldap-port): New user option.
10632
10633         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10634         Rewite whole implementation.
10635         (wl-complete-field-body): Fixed.
10636
10637 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10638
10639         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10640         Choose implementation at compile time.
10641
10642 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10643
10644         * wl-address.el (wl-ldap-search-internal): New function.
10645         (wl-complete-field-to): Use it.
10646
10647 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10648
10649         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10650         Use `let' instead of `let*'.
10651         Require 'wl-vars.
10652
10653         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10654         Define as defcustom.
10655         (wl-ldap-base): Ditto.
10656         (wl-use-ldap): Ditto.
10657
10658 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10659
10660         * wl-address.el (wl-ldap-search): New function.
10661         (wl-complete-field-body): Use `wl-ldap-search'.
10662         (wl-ldap-server): New variable.
10663         (wl-ldap-base): Ditto.
10664         (wl-use-ldap): Ditto.
10665
10666 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10667
10668         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10669         (Pointed out by Mito <mit@nines.nec.co.jp>).
10670         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10671         buffer-local variables like `wl-summary-redisplay-internal'.
10672         (wl-summary-redisplay-all-header): Likewise.  Update
10673         Summary view too.
10674
10675 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10676
10677         * wl-summary.el (wl-summary-jump-to-parent-message):
10678         Consider prefix argument.
10679
10680         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10681         when closed thread is deleted.
10682
10683 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10684
10685         * wl-summary.el (wl-summary-jump-to-parent-message):
10686         Consider thread modification.
10687
10688 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10689
10690         * wl-message.el (wl-message-normal-get-original-buffer): Use
10691         `save-excursion'.
10692
10693         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10694         (wl-summary-showto-folder-regexp): Ditto.
10695
10696 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10697
10698         * wl-util.el (wl-delete-alist): Doc fix.
10699         (wl-delete-associations): New function.
10700         (wl-inverse-alist): New function.
10701         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10702         Split temporary variables. Use `wl-delete-associations'
10703         and `wl-inverse-alist'.
10704         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10705
10706 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10707
10708         * wl-folder.el (wl-folder-prefetch-entity):
10709         Execute prefetching if new count is unknown.
10710
10711 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10712
10713         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10714
10715         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10716         delete entity.
10717         (wl-thread-set-parent): If insert as top, set linked as nil.
10718
10719         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10720         `wl-thread-cleanup-symbols' when view mode is thread.
10721
10722 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10723
10724         * wl-folder.el (wl-folder-create-folder-entity): Use
10725         with-current-buffer.
10726         (wl-local-folder-init): Call set-buffer to make sure we are in
10727         the Folder buffer. Don't touch buffer-local variables here.
10728         (wl-folder-mode): Initialize buffer-local variables here.
10729
10730         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10731         (wl-folder-entity-assign-id): Ditto.
10732         (wl-folder-create-entity-hashtb): Ditto.
10733         (wl-local-folder-init): Ditto.
10734         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10735
10736 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10737
10738         * wl-summary.el (wl-summary-default-from): Fix probrem when
10739         std11-extract-address-components return (nil "foo@bar").
10740
10741 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10742
10743         * wl-draft.el (wl-draft-clone-local-variables):
10744         Remove redundant `setq'.
10745
10746 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10747
10748         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10749         Bind wl-highlight-x-face-func as nil while highlighting header.
10750
10751 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10752
10753         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10754
10755 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10756
10757         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10758         elmo-msgdb-overview-hashtb from copy-variables.
10759         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10760         instead of `elmo-msgdb-overview-get-entity-by-number'.
10761         (wl-summary-auto-refile): Ditto.
10762
10763         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10764         `elmo-msgdb-overview-get-entity' instead of
10765         `elmo-msgdb-search-overview-entity'.  Use
10766         `elmo-msgdb-overview-get-entity' instead of
10767         `elmo-msgdb-overview-get-entity-by-number'.
10768         (wl-thread-insert-entity-sub): Ditto.
10769         (wl-thread-insert-message): Ditto.
10770
10771         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10772         `elmo-msgdb-overview-get-entity'.
10773         (wl-normal-message-redisplay): Ditto.
10774
10775 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10776
10777         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10778         `wl-thread-entities'.
10779         (wl-thread-delete-message): Fix remove top message from
10780         `wl-thread-entity-list'.
10781
10782         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10783         wl-append(nconc), because update-list is broken on Meadow.
10784
10785         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10786         updating process.
10787         (wl-summary-rescan): Ditto.
10788         (wl-summary-sync-update3): Ditto.
10789         * wl-thread.el (wl-thread-set-parent): Renamed from
10790         `wl-summary-set-parent'.
10791         (wl-thread-insert-message): Updating buffer faster.
10792         (wl-thread-delete-message): Updating buffer faster.
10793
10794         * wl-score.el (wl-summary-score-update-all-lines): Changed
10795         interval for display progress gauge.
10796
10797 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10798
10799         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10800         folder always-sticky.
10801         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10802         defmacro.
10803
10804 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10805
10806         * wl-vars.el (wl-draft-add-references): New user option.
10807
10808         * wl-draft.el (wl-draft-add-references): New function.
10809         (wl-draft-yank-from-mail-reply-buffer): Use it.
10810         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10811         as nil.
10812
10813 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10814
10815         * wl-thread.el (wl-thread-update-line-msgs): Called
10816         `wl-thread-update-line-on-buffer-sub'.
10817         (wl-thread-update-line-on-buffer): Delete routine of inserting
10818         thread.
10819         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10820         moved from `wl-thread-update-line-on-buffer'.
10821         Add threshold for displaying progress gauge.
10822         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10823         argument of `wl-thread-update-line-msgs'.
10824         Add threshold for displaying progress gauge.
10825         * wl-folder.el:
10826         Add threshold for displaying progress gauge.
10827         * wl-score.el: Ditto.
10828
10829         * wl-expire.el (wl-summary-expire): Display deleting info.
10830
10831 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10832
10833         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10834         `no-msg'.
10835         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10836         argument of `wl-thread-update-line-msgs'.
10837         (wl-summary-set-parent): Added optional argument `parent-number'.
10838         (wl-summary-buffer-saved-message): New buffer local variable.
10839         (wl-summary-save-current-message): New command.
10840         (wl-summary-yank-saved-message): Ditto.
10841         (wl-summary-mode-map): Added key binding for
10842         `wl-summary-save-current-message' (\ew) and
10843         `wl-summary-yank-saved-message' (\C-y).
10844         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10845
10846 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10847
10848         * wl-summary.el (wl-summary-mode-map): Added key binding for
10849         `wl-summary-set-parent' (ts).
10850
10851 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10852
10853         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10854         subject faster. If thread number is reverse, delayed updating
10855         thread.
10856         (wl-summary-search-by-subject): Ditto.
10857         (wl-summary-put-alike): Ditto.
10858         (wl-summary-get-alike): Ditto.
10859         (wl-summary-insert-headers): Insert header of all overview in
10860         buffer.
10861         (wl-summary-rescan): Delayed updating thread. Kill search subject
10862         buffer for wl-summary-search-by-subject.
10863         (wl-summary-sync-update3): Ditto.
10864         (wl-summary-exit): Ditto.
10865         (wl-summary-goto-bottom-of-current-thread): Change for linked
10866         thread.
10867         (wl-summary-overview-create-summary-line): Change line for linked
10868         thread.
10869
10870         * wl-summary.el (wl-summary-update-thread): Use
10871         wl-thread-maybe-get-children-num.
10872         (wl-summary-set-parent): If change parent, move sub thread.
10873         (wl-summary-redisplay-internal): Add horizontal recenter.
10874         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10875
10876         * wl-thread.el (wl-thread-entity-get-linked): New function.
10877         (wl-thread-entity-set-linked): New function.
10878         (wl-thread-create-entity): Add linked element.
10879         (wl-thread-entity-insert-as-top): Use wl-append.
10880         (wl-thread-maybe-get-children-num): If closing thread, return
10881         children msgs.
10882         (wl-thread-update-line-msgs): Displaying progress message.
10883         (wl-thread-update-line-on-buffer-sub): Use
10884         wl-thread-maybe-get-children-num.
10885         (wl-thread-update-line-on-buffer): If update line is not exists,
10886         insert thread.
10887         (wl-thread-delete-message): If delete top msg of thread, search
10888         parent by subject.
10889         (wl-thread-insert-entity): Use
10890         wl-thread-maybe-get-children-num.
10891
10892         * wl-highlight.el (wl-highlight-summary-current-line): change
10893         sregexp for linked thread.
10894         * wl-util.el (wl-count-lines): Count lines.
10895         (wl-horizontal-recenter): horizontal recenter.
10896         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10897         (wl-score-get-alike): Ditto.
10898         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10899         (wl-subject-length-limit): New variable.
10900         (wl-highlight-thread-indent-string-regexp): Changed for linked
10901         thread.
10902
10903 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10904
10905         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10906         New variable (revival).
10907         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10908         by subject matching if there's no in-reply-to nor references field
10909         (revival).
10910
10911 \f
10912 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10913
10914         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10915         message.
10916
10917 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10918
10919         * wl-summary.el (wl-summary-reply): Return t if there was a
10920         message at cursor point.
10921         Added unwind-protect.
10922         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10923         returns t.
10924         (wl-summary-cancel-message): Do nothing when there's no message at
10925         cursor point.
10926         (wl-summary-forward): Ditto.
10927         (wl-summary-jump-to-parent-message): Ditto.
10928         (wl-summary-reedit): Ditto.
10929         (wl-summary-edit-addresses): Ditto.
10930         (wl-summary-pipe-message): Ditto.
10931         (wl-summary-print-message-with-ps-print): Ditto.
10932         (wl-summary-print-message): Ditto.
10933         (wl-summary-mark-as-important): Ditto.
10934         (wl-summary-mark-as-unread): Ditto.
10935
10936         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10937         message at cursor point.
10938         (wl-summary-reply-with-citation): Remove unwind-protect.
10939
10940         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10941         subject searching feature.
10942         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10943         Eliminated.
10944
10945 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10946
10947         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10948         New variable.
10949         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10950         by subject matching if there's no in-reply-to nor references field.
10951
10952         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10953
10954         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10955         when display is finished.
10956         (wl-folder-open-all): Ditto.
10957         (wl-folder-update-access-group): Ditto.
10958         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10959         * wl-thread.el (wl-thread-close-all): Ditto.
10960
10961         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10962         progress gauge only when it was displayed.
10963         * wl-folder.el (wl-folder-insert-entity): Ditto.
10964
10965 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-summary.el (wl-summary-incorporate): Enclose
10968         `wl-summary-sync-force-update' with save-excursion.
10969
10970 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10971
10972         * wl-summary.el (wl-summary-prefetch-region):
10973         Pass current cursor point to `pos-visible-in-window-p' after
10974         moving cursor to the started point.
10975
10976 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10977
10978         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10979
10980         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10981         fields from the forwarding message.
10982         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10983         `ignored-fields'.
10984
10985 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10986
10987         * wl-mime.el (wl-message-request-partial):
10988         Eliminated argument `msgdb'.
10989         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10990         (wl-mime-combine-message/partial-pieces): Likewise.
10991         * tm-wl.el (wl-message-request-partial): Likewise.
10992         (wl-mime-combine-message/partial-pieces): Likewise.
10993
10994 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10995
10996         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10997         when display is finished.
10998
10999 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11000
11001         * wl-summary.el (wl-summary-goto-folder-subr):
11002         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11003
11004 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11005
11006         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11007         when cursor point is visible.
11008
11009 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11010
11011         * wl-expire.el (wl-expire-archive-get-max-number):
11012         Don't use `file-name-directory'.
11013
11014 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11015
11016         * wl-expire.el (wl-expire-archive-get-max-number):
11017         Use `file-name-directory'.
11018
11019 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11020
11021         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11022         only when there is progress.
11023
11024 2000-04-13  Mito <mit@nines.nec.co.jp>
11025
11026         * wl-summary.el (wl-summary-sync-marks): Display progress.
11027
11028 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11029
11030         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11031         (wl-summary-prev): Move cursor regardless of unread status.
11032         (wl-summary-next): Ditto.
11033
11034 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11035
11036         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11037         Added argument `target' and `number'.
11038         * tm-wl.el (wl-summary-burst-subr): New function.
11039         (wl-summary-burst): Use it.
11040
11041 2000-04-10  Mito <mit@nines.nec.co.jp>
11042
11043         * wl-mime.el (wl-burst): New function.
11044         (wl-summary-burst): Use it.
11045
11046 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11047
11048         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11049         as petname when there's no candidate.
11050
11051 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11052
11053         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11054         New variable.
11055         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11056
11057         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11058
11059         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11060
11061 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11062
11063         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11064         Use substring of `original' instead of buffer-substring.
11065         (wl-refile-evaluate-rule):
11066         Set `original' argument of wl-refile-expand-newtext.
11067
11068         * wl-summary.el
11069         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11070         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11071         (wl-summary-auto-refile): Check existence of destination folder just
11072         before marking.
11073
11074 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11075
11076         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11077         when wl-refile-get-field-value return nil.
11078
11079 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11080
11081         * wl-refile.el
11082         (wl-refile-expand-newtext): New function imported from Gnus.
11083         (wl-refile-evaluate-rule): Use it.
11084
11085 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11086
11087         * wl-summary.el (wl-summary-print-destination):
11088         Duplicate folder string to avoid putting text-property on
11089         original string.
11090
11091         * wl-refile.el (wl-refile-get-field-value): New function.
11092         (wl-refile-evaluate-rule): New function;
11093         Evaluate refile rule recursively.
11094         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11095         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11096         New function; Check existence of a target folder recursively.
11097         (wl-summary-auto-refile-check-refile-rule-alist):
11098         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11099
11100 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11101
11102         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11103
11104         * wl-folder.el (wl-create-folder-entity-from-buffer):
11105         Fixed problem when '}' character is contained in folder name.
11106
11107         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11108
11109 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11110
11111         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11112         (wl-fldmgr-add-completion-all-completions):
11113         Use wl-fldmgr-add-completion-hashtb.
11114
11115 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11116
11117         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11118         wl-fldmgr-add-completion-subr): New functions.
11119         * wl-folder.el (wl-folder-completion-func): New variable.
11120         * wl-summary.el (wl-summary-read-folder):
11121         Use wl-folder-completion-func.
11122
11123         * wl-refile.el: Eliminate throw & catch.
11124
11125         * wl.el (wl-plugged-sending-queue-status): Fixed.
11126
11127 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11128
11129         * wl-draft.el (wl-draft): Put category property on
11130         mail-header-separator.