2009-05-26 Vitaly Mayatskikh <v.mayatskih@gmail.com>
[elisp/wanderlust.git] / wl / ChangeLog
1 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
2
3         * wl-summary.el (wl-summary-display-raw): New function, display
4         message in raw format.
5
6 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * Version number is increased to 2.15.7.
9
10 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
11
12         * wl-summary.el (wl-summary-previous-message-number): New function.
13         (wl-summary-next-message-number): Ditto.
14         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
15         `wl-summary-next-message-number'.
16         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
17         Inline temporary variable `cur-id'.
18         (wl-summary-get-next-unread-folder): Ditto.
19         (wl-summary-get-next-folder): Ditto.
20         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
21
22 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
23
24         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
25
26 2008-09-05  Kenichi Okada  <okada@opaopa.org>
27
28         * wl-summary.el (wl-summary-buffer-folder-name)
29         (wl-draft-config-body-goto-header): Use backquote instead of quote.
30         * wl-draft.el (wl-draft-body-goto-top)
31         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
32
33 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
34
35         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
36         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
37
38 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl-expire.el: Fix Comentary section.
41
42 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
43
44         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
45         Require mime-parse, elmo-mime, and wl-util.
46
47         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
48
49         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
50
51 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
52
53         * wl-template.el: Require elmo-util and wl-vars.
54
55         * wl-mime.el (wl-mime-display-header): Revert last change.
56         Remove `delete-matching-lines "^$"'.
57
58 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
59
60         * wl-mime.el (wl-define-dummy-functions): Split
61         `eval-when-compile' form for avoid error; when `make
62         compile-strict.
63
64         * wl-util.el: Move (eval-when-compile (require 'static)).
65         * wl-dnd.el: Add (eval-when-compile (require 'static)).
66         * wl-message.el: Ditto.
67
68         * wl-mime.el (wl-message-delete-current-part): Use
69         `insert-buffer-substring' instead of `insert-buffer'.
70         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
71         * wl-draft.el (wl-draft-generate-clone-buffer)
72         (wl-draft-do-mime-bcc): Ditto.
73
74         * wl-address.el: Add (eval-when-compile (require 'cl)).
75         * wl-addrmgr.el: Ditto.
76         * wl-mime.el: Ditto.
77         * wl-util.el: Ditto.
78         * wl-score.el: Ditto.
79
80 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
83         `string-to-int'.
84
85         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
86         `string-to-int'.
87
88         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
89         `string-to-number' instead of `string-to-int'.
90
91         * wl-summary.el (wl-summary-get-list-info)
92         (wl-summary-message-number): Use `string-to-number' instead of
93         `string-to-int'.
94
95         * wl-score.el (wl-score-overview-entity-get-lines)
96         (wl-score-set-mark-below, wl-score-set-expunge-below)
97         (wl-summary-increase-score, wl-score-get-header-entry): Use
98         `string-to-number' instead of `string-to-int'.
99
100         * wl-folder.el (wl-folder-update-diff-line): Use
101         `string-to-number' instead of `string-to-int'.
102
103         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
104         instead of `string-to-int'.
105
106         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
107         instead of `string-to-int'.
108
109         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
110         `string-to-int'.
111
112 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
113
114         * wl-util.el (wl-match-string, wl-match-buffer)
115         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
116         (wl-kill-buffers, wl-local-variable-p)
117         (wl-line-formatter-setup): New backquote style.
118         (wl-count-lines): Use quote instead of backquote.
119
120         * wl-summary.el (wl-summary-buffer-folder-name)
121         (wl-summary-get-alike): Use quote instead of backquote.
122         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
123         backquote style.
124
125         * wl-message.el (wl-message-buffer-cache-buffer-get)
126         (wl-message-buffer-cache-folder-get)
127         (wl-message-buffer-cache-message-get)
128         (wl-message-buffer-cache-entry-make)
129         (wl-message-buffer-cache-hit): New backquote style.
130
131         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
132         backquote.
133         (wl-folder-unread-regex, wl-folder-entity-exists-p)
134         (wl-folder-clear-entity-info)
135         (wl-folder-get-entity-info, wl-folder-set-entity-info)
136         (wl-folder-elmo-folder-cache-get)
137         (wl-folder-elmo-folder-cache-put): New backquote style.
138
139         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
140         (wl-fldmgr-assign-id): Ditto.
141         (wl-fldmgr-delete-line): Use quote instead of backquote.
142         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
143
144         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
145         (wl-draft-set-sent-message): New backquote style.
146         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
147         (wl-draft-config-body-goto-header): Use quote instead of backquote.
148
149 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl-address.el (wl-address-concat-token): Fix typo.
152
153 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
154
155         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
156         (wl-score-get-alike): Ditto.
157
158         * wl-vars.el: New backquote style.
159         (wl-message-header-button-alist): Use quote instead of backquote.
160
161         * wl.el (wl-plugged-string): New backquote style.
162
163         * wl-address.el (wl-address-concat-token): New backquote style.
164
165         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
166
167 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
168
169         * wl-highlight.el (wl-highlight-folder-opened-regexp)
170         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
171
172         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
173         in the character alternative.
174
175 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
176
177         * Version number is increased to 2.15.6.
178
179 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
180
181         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
182         optional 3rd argument of epg-context-set-progress-callback; it was
183         temporarily removed in the Emacs trunk due to copyright problem.
184         (wl-mime-pgp-verify-region-with-epg): Ditto.
185
186 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
187
188         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
189
190 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-util.el (wl-biff-check-folders): Set biff flag.
193         (from Naoto Morishima [wl:14031])
194
195 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
196
197         * wl.el (wl-plugged-server-indent): Use quote instead of
198         backquote.
199
200 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
201
202         * wl-score.el (wl-score-insert-header): Add guard for
203         `std11-unfold-string'.
204         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
205         TYPE artgument when TO or CC field.
206
207 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-summary.el (wl-summary-goto-folder-subr): Call
210         `elmo-folder-close' instead of `elmo-folder-commit' if discard
211         current summary.
212
213 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
214
215         * wl-util.el (wl-read-shell-commande): New function or alias.
216
217         * wl-summary.el (wl-summary-pipe-message): Use
218         `wl-read-shell-command' instead of `read-string'.
219         (wl-summary-target-mark-pipe): Ditto.
220
221 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
222
223         * wl-summary.el (wl-summary-reply): Fix docstring.
224         * wl-draft.el (wl-draft-reply): Ditto.
225
226 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
227
228         * wl-mime.el (wl-summary-extract-attachments): New command.
229         (wl-summary-extract-attachments-1): New internal function.
230
231 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-expire.el (wl-expire-folder): New function (split from
234         wl-summary-expire).
235         (wl-summary-expire): Use it. Add argument `all' instead of remove
236         `nolist'. Cause an error only if this function is calling
237         interactively.
238
239 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-expire.el (wl-expire-refile): Display progress message.
242         (wl-summary-expire): Simplify.
243
244         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
245         unused argument `deleting-info'.
246
247 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * wl-vars.el (wl-message-popup-buffers): New user option.
250
251         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
252         (wl-message-delete-popup-windows): New function that substitues
253         above one.
254         (wl-mime-setup): Follow the above change.
255
256 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
257
258         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
259
260 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
261
262         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
263         "tkm" to wl-thread-spam.
264
265 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-thread.el (wl-thread-entity-insert-as-children): Use
268         wl-thread-entity-set-children.
269         (wl-thread-insert-message, wl-thread-insert-entity-sub,
270         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
271         Use wl-thread-entity-get-*.
272
273 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
274
275         * wl-mime.el (wl-epg-progress-callback): New function.
276         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
277         with `elmo-with-progress-display'. Set a progress callback
278         function to epg-context.
279         (wl-mime-pgp-verify-region-with-epg): Ditto.
280
281 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
282
283         * wl-util.el (wl-completing-read-multiple): Define as an alias of
284         `completing-read-multiple' if emacs-version is not less than 22.
285
286 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
289         change.
290
291 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl-summary.el (wl-summary-sync-update): Move
294         `wl-thread-update-indent-string-thread' to outside of
295         `elmo-with-progress-display'.
296
297 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
298
299         * wl-message.el (wl-message-exit): Check buffer existence.
300
301 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-util.el (wl-simple-display-progress): New function.
304         (wl-display-progress-with-gauge): Ditto.
305         (wl-progress-callback-function): Ditto.
306
307         * wl.el (wl-init): Set `elmo-progress-callback-function' as
308         `wl-progress-callback-function'
309
310         * wl-vars.el (wl-display-progress-threshold): New user option.
311         (wl-display-progress-function): Ditto.
312
313         * Version number is increased to 2.15.5.
314
315 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-thread.el (wl-thread-close-children): New function.
318         (wl-thread-open-children): Ditto.
319         * wl-action.el (wl-summary-set-mark): Redo the last change by
320         using it.
321
322         * wl-action.el (wl-summary-set-mark): Undo the last change.
323         Forbid interactive call.
324
325 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-mime.el (wl-define-dummy-functions): New macro.
328         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
329         `wl-mime-pgp-decrypt-region'.
330         (wl-mime-pgp-verify-region-with-epg): Renamed from
331         `wl-mime-pgp-verify-region'.
332         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
333         `wl-mime-pgp-decrypt-region'.
334         (wl-mime-pgp-verify-region-with-pgg): Renamed from
335         `wl-mime-pgp-verify-region'.
336         (wl-mime-pgp-decrypt-region): New function; To select dispatch
337         function at runtime.
338         (wl-mime-pgp-verify-region): Ditto.
339
340         * wl-vars.el (wl-use-pgp-module): New user option.
341
342 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
345         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
346
347 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
348
349         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
350         even if there are target marks only.
351
352 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * Version number is increased to 2.15.4.
355
356 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-folder.el (wl-folder-check-one-entity): Simplify.
359
360 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
361
362         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
363         variable.
364
365 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
366
367         * wl-spam.el (wl-thread-test-spam): New function.
368         (wl-spam-setup): Bind "tkc".
369
370 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-expire.el (wl-folder-expire-entity): Rewite without
373         `wl-summary-goto-folder-subr'.
374         (wl-folder-expire-current-entity): Don't kill summary buffer.
375
376 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-folder.el (wl-folder-sync-entity): Rewrite without
379         `wl-summary-goto-folder-subr'.
380         (wl-folder-mark-as-read-all-entity): Likewise.
381
382         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
383
384 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl-thread.el (wl-thread-force-open): Arranged.
387
388 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
391         from regexp.
392
393         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
394         (wl-read-search-condition-internal): Append them.
395
396 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-vars.el (wl-additional-search-condition-fields):
399         New user option.
400
401         * wl-util.el (wl-search-condition-fields): New function; export
402         from `wl-read-search-condition-internal'.
403         (wl-read-search-condition-internal): Use it.
404
405         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
406
407 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-summary.el (wl-summary-define-sort-command): New function.
410         (wl-summary-sort-by-date, wl-summary-sort-by-number)
411         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
412         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
413         define by `wl-summary-define-sort-command' at runtime.
414
415         * wl.el (wl-init): Call wl-summary-define-sort-command.
416
417 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
420         properties at the decrypting region.
421
422 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-util.el (wl-find-region): New function.
425
426         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
427         coding system.
428         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
429         property `wl-mime-decoded-coding-system'.
430         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
431         property `wl-mime-decoded-coding-system' to encode text.
432
433         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
434         message.
435         (wl-mime-pgp-verify-region): Ditto.
436
437 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
440         buffer. Use epa-display-verify-result.
441
442 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-draft.el (wl-draft-send): Continue even if setting parent
445         flag was failed.
446
447 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-message.el (wl-message-flag-indicator): Fixed the problem
450         of returning string only of parentheses.
451
452 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-summary.el (wl-summary-write): Add argument `folder'.
455         (wl-summary-write-current-folder): Change argument `folder' from
456         optional to require.
457         (wl-summary-get-buffer): Return the buffer associated folder only.
458
459         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
460         change.
461         (wl-folder-toggle-disp-summary): Ditto.
462
463         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
464         current summary as parent-folder.
465
466 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
467
468         * wl-draft.el (wl-draft-reedit): Don't overwrite
469         wl-draft-parent-folder.
470
471 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
472
473         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
474         (wl-mime-pgp-verify-region): Ditto.
475         (wl-message-decrypt-pgp-nonmime): Use the above function.
476         (wl-message-verify-pgp-nonmime): Likewise.
477         (wl-mime-preview-application/pgp): Likewise.
478
479 2006-04-20  Kenichi Okada  <okada@opaopa.org>
480
481         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
482         Fix about the order of `wl-nntp-posting-port' and
483         `wl-nntp-posting-stream-type'.
484         * wl.el (wl-plugged-port-label-alist): Add smtp.
485
486 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-summary.el (wl-summary-message-status): New macro.
489
490         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
491         (wl-summary-killed-mark): New user option.
492
493         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
494         API change.
495         (wl-thread-insert-entity-sub): Ditto.
496         (wl-thread-recover-messages): New command.
497
498         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
499         Don't call `wl-highlight-summary-current-line' directly.
500         (wl-summary-buffer-attach): Connect to signal `status-changed'
501         instead of `cache-changed'.
502         (wl-summary-buffer-detach): Follow the above change.
503         (wl-summary-detect-mark-position): Follow the API change.
504         (wl-summary-rescan-message): Ditto.
505         (wl-summary-insert-sequential): Ditto.
506         (wl-summary-update-thread): Ditto.
507         (wl-summary-message-mark): Ditto.
508         (wl-summary-persistent-mark): Ditto.
509         (wl-summary-create-line): Ditto.
510         (wl-summary-prefetch-region-no-mark): Call
511         `wl-summary-persistent-mark' with number.
512         (wl-summary-recover-messages-region): New command.
513         (wl-summary-target-mark-recover): Ditto.
514         (wl-summary-recover-message): Ditto.
515         (wl-summary-persistent-mark-string): Add argument `status' instead
516         of remove arguments `flags' and `cached'.  Treat killed status.
517         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
518
519         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
520         (wl-highlight-summary-line-face-spec): Treat killed status.
521         (wl-highlight-summary-line-string): Follow the API change.
522         (wl-highlight-summary-current-line): Ditto.
523
524         * Version number is increased to 2.15.3.
525
526 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
529         of symbolp to test whether the condition is function.
530
531 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
532
533         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
534         to nil.
535
536 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
537
538         * wl-summary.el (wl-summary-buffer-message-ring): New internal
539         variable.
540         (wl-summary-buffer-last-displayed-msg): Abolish.
541         (wl-summary-push-message): New function.
542         (wl-summary-pop-message): Ditto.
543         (wl-summary-goto-folder-subr): Reset
544         `wl-summary-buffer-message-ring'.
545         (wl-summary-pop-to-last-message): New command.
546         (wl-summary-goto-last-displayed-msg): Call
547         wl-summary-pop-to-last-message if optional argument is non-nil or
548         the last command is itself.
549         (wl-summary-redisplay-internal): Push last message number into
550         `wl-summary-buffer-message-ring'.
551
552         * wl-vars.el (wl-summary-message-ring-max): New user option.
553
554 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
555
556         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
557         from `wl-draft-reply').
558         (wl-draft-reply): Use it.
559         (wl-draft-find-reply-headers): Avoid compile warning.
560
561 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
562
563         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
564
565 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
566
567         * wl-message.el (wl-message-flag-indicator): New function.
568         (wl-message-redisplay): Use it.
569
570 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
571
572         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
573
574 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
575
576         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
577         instead of `read-event'.
578
579         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
580
581         * wl-mule.el (wl-read-event-char): Ditto.
582
583         * wl-e21.el (wl-read-event-char): Ditto.
584
585 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
588
589 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-vars.el (wl-draft-send-confirm-type): New user option.
592
593         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
594
595         * wl-draft.el (wl-draft-send-confirm): Confirmation by
596         `wl-draft-send-confirm-type'
597
598 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
601         Avoid error when the buffer name is already used.
602
603 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
604
605         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
606         the change of elmo-nmz -> elmo-search.
607         (wl-highlight-summary-line-help-echo-alist): Ditto.
608         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
609         (wl-nmz-folder-icon): Define as obsolete.
610         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
611         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
612
613 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
614
615         * wl-summary.el (wl-summary-get-list-info): Rewrite with
616         `elmo-find-list-match-value'
617
618 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
619
620         * wl-summary.el (wl-summary-get-list-info): Optimize.
621         Use List-Id and List-Post also.
622
623 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
626
627 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
628
629         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
630
631 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-util.el (wl-completing-read-multiple-1): New internal function.
634         (wl-completing-read-multiple-2): Ditto.
635         (wl-completing-read-multiple): Define use above functions.
636
637         * wl-summary.el (wl-summary-sort): Removed the workaround for a
638         bug of `completing-read-multiple' about default value.
639
640         * wl-xmas.el (wl-completing-read-multiple): Removed.
641
642         * wl-mule.el (wl-completing-read-multiple): Ditto.
643
644         * wl-e21.el (wl-completing-read-multiple): Ditto.
645
646 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-util.el (wl-filter-associations): New function.
649
650         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
651         (wl-spam-ignored-folder-list): Ditto.
652         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
653         (wl-spam-string-member-p): New function.
654         (wl-spam-domain): Use it.
655         (wl-spam-split-numbers): New function.
656         (wl-spam-apply-partitions): Ditto.
657         (wl-spam-register-spam-messages): Use `folder' instead of
658         `wl-summary-buffer-elmo-folder'.
659         (wl-spam-register-good-messages): Ditto.
660         (wl-summary-exec-action-spam): Decide a domain by real folder of
661         message.
662         (wl-summary-exec-action-refile-with-register): Likewise.
663
664 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-e21.el (wl-e21-find-image): New function.
667         (wl-e21-setup-toolbar): Use it instead of `find-image'.
668         (wl-e21-highlight-folder-group-line): Ditto.
669         (wl-folder-init-icons): Ditto.
670         (wl-plugged-init-icons): Ditto.
671         (wl-biff-init-icons): Ditto.
672
673 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
676         (wl-inhibit-save-drafts): New internal variable.
677         (wl-disable-auto-save): Ditto.
678         (wl-save-drafts): Treat above variables.
679         (wl-auto-save-drafts): New function.
680         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
681         `wl-stop-save-drafts'.
682         (wl-start-save-drafts): New function.
683         (wl-stop-save-drafts): Ditto.
684         (wl-set-auto-save-draft): New command.
685
686         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
687         `wl-set-save-drafts'.
688
689 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
692         `make-local-variable' instead of `make-variable-buffer-local'.
693
694 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
697
698 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
699
700         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
701
702 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
703
704         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
705         of working buffer.
706
707 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
710
711         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
712         value into recipients; Bind `wl-draft-remove-group-list-contents'
713         as nil.
714
715 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
716
717         * wl-summary.el (wl-summary-sort): Fixed the last change.
718
719         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
720         (wl-summary-sort-messages): Ditto.
721         (wl-summary-rescan): Use it.
722         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
723         `completing-read'; Append candidates for reverse order.
724
725 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * Version number is increased to 2.15.2.
728
729 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
730
731         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
732         "Smaller".
733         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
734
735 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
738
739 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-vars.el (wl-draft-additional-header-alist): Add into the
742         customize group `wl-draft'.
743         (wl-draft-add-in-reply-to): Move customize group from `wl' to
744         `wl-draft'.
745         (wl-draft-add-references): Ditto.
746
747         * wl-action.el (wl-summary-print-argument): Rename argument from
748         `folder' to `data'.
749
750 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
751
752         * wl-summary.el (wl-summary-rescan-message): Call
753         `wl-thread-cleanup-symbols' before insert thread.
754
755 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl.el (wl-init): Set `elmo-get-folder-function' as
758         `wl-folder-make-elmo-folder'.
759
760         * wl-spam.el (wl-summary-exec-action-spam): Use
761         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
762
763         * wl-folder.el (wl-folder-make-elmo-folder): New function.
764         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
765         `elmo-make-folder'.
766         (wl-folder-get-elmo-folder): Ditto.
767         (wl-folder-create-subr): Simplify.
768
769 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
772
773 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
774
775         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
776         contents in message buffer instead of original buffer. If optional
777         argument specified, ask coding system for encode.
778
779 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
780
781         * wl-spam.el (wl-summary-test-spam-region): New function.
782         (wl-spam-setup): Bind "rkc".
783
784 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
785
786         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
787
788 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
789
790         * wl-spam.el (wl-summary-test-spam): Fix typo.
791         (wl-message-check-spam): Ditto.
792
793 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-summary.el (wl-summary-default-from): Simplify.
796
797 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * wl-action.el (wl-summary-exec-action-refile): Simplify.
800         (wl-summary-exec-action-copy): Ditto.
801         (wl-summary-auto-refile): Check existence of temporary mark.
802
803 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-summary.el (wl-summary-create-line): Use
806         `elmo-time-to-datevec'.
807
808         * wl-expire.el (wl-expire-archive-date): Ditto.
809         (wl-expire-localdir-date): Ditto.
810
811         * wl-util.el (wl-day-number): Abolish.
812
813         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
814         of `wl-day-number'.
815         (wl-score-followup): Ditto.
816         (wl-score-add-followups): Ditto.
817         (wl-score-get-latest-msgs): Ditto.
818         (wl-score-get-header-entry): Ditto.
819         (wl-score-edit-insert-date): Ditto.
820
821 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
822
823         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
824         `elmo-message-entity-field' with 2nd argument `type'.
825
826 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
827
828         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
829
830 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-thread.el (wl-thread-delete-message): Delete descendant
833         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
834
835 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
836
837         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
838
839 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
842         `Access folder'.
843
844 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
845
846         * wl-vars.el (wl-access-folder-icon): New user option.
847
848         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
849         `Access folder'.
850
851 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-summary.el (wl-summary-buffer-set-folder): Use
854         `wl-folder-mime-charset'.
855
856         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
857         `mime-charset'.
858         (wl-folder-get-elmo-folder): Ditto.
859         (wl-folder-mime-charset): New function.
860
861 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-util.el (wl-parse-addresses): Define alias of
864         `elmo-parse-addresses' (move to `elmo-util.el').
865
866         * wl-summary.el (wl-summary-default-from): Follow the API change.
867         (wl-summary-overview-entity-compare-by-date): Ditto.
868         (wl-summary-overview-entity-compare-by-from): Ditto.
869         (wl-summary-get-list-info): Get value of `ml-info' field from
870         entity at first.
871         (wl-summary-rescan-message): Treat prefix argument.
872         (wl-summary-prefetch-msg): Follow the API change.
873         (wl-summary-search-by-subject): Ditto.
874         (wl-summary-insert-thread): Ditto.
875         (wl-summary-line-subject): Ditto.
876         (wl-summary-line-from): Ditto.
877         (wl-summary-create-line): Ditto.
878         (wl-summary-print-message-with-ps-print): Ditto.
879
880         * wl-score.el (wl-score-ov-entity-get): Ditto.
881         (wl-score-followup): Ditto.
882         (wl-score-add-followups): Use `elmo-message-entity-field' instead
883         of `car'.
884         (wl-score-get-latest-msgs): Follow the API change.
885         (wl-score-get-header): Ditto.
886
887         * wl-refile.el (wl-refile-learn): Ditto.
888         (wl-refile-subject-learn): Ditto.
889         (wl-refile-get-field-value): Ditto.
890         (wl-refile-guess-by-history): Ditto.
891         (wl-refile-guess-by-subject): Ditto.
892
893         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
894
895         * wl-expire.el (wl-expire-date-p): Removed.
896         (wl-expire-archive-date): Follow the API change.
897         (wl-expire-localdir-date): Ditto.
898         (wl-summary-expire): Ditto.
899
900         * Version number is increased to 2.15.1.
901
902 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
903
904         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
905         group is access or not (it is not strict, like wl-fldmgr-rename).
906
907 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
910         duplicate call of `wl-summary-print-argument' on the wrong line.
911
912 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
913
914         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
915         even if argument `number' is nil.
916         (wl-summary-insert-line): Print action argument if current message
917         has it.
918
919 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
920
921         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
922         (wl-draft-reply): Ditto.
923         (wl-draft): Add optional argument `parent-number' and call
924         `wl-draft-create-buffer' with it.
925         (wl-draft-create-buffer): Add optional argument
926         `parent-number'. Set wl-draft-parent-number as it.
927
928 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-folder.el (wl-folder-set-persistent-mark): If summary
931         buffer is not for given folder, don't use it.
932
933 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
934
935         * Version number is increased to 2.15.0.
936
937 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
938
939         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
940
941         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
942         (wl-highlight-get-face-by-name): New internal function.
943         (wl-highlight-summary-line-face-spec): Use it and fixed.
944
945 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
946
947         * wl-summary.el (wl-summary-sync-update): Use
948         `elmo-message-entity-field' instead of `car' to get message-id
949         from overview entity.
950
951         * wl-summary.el (wl-summary-rescan-message): Call
952         `wl-highlight-summary-displaying' when displaying a message.
953
954 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
955
956         * wl-draft.el (wl-draft-config-info-filename): Extracted from
957         `wl-draft-config-info-operation'.
958         (wl-draft-buffer-change-number): New function.
959         (wl-draft-rename-saved-config): Ditto.
960         * wl.el (wl-init): Connect slot for message-number-changed.
961         (toplevel): Add autoload for wl-draft-rename-saved-config.
962
963 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
966         `update-overview'
967         (wl-summary-buffer-detach): Disconnect from it.
968         (wl-summary-rescan-message): Use command.
969
970         * wl-message.el (wl-message-buffer-display): Use
971         `with-current-buffer' instead of `save-excursion'.
972
973 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-mime.el (wl-draft-preview-attributes-list): Protect
976         wl-draft-preview-attributes-list from distraction.
977
978 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
979
980         * wl-summary.el (wl-summary-sync-update): Sort the return value of
981         `elmo-list-diff'.
982
983 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-summary.el
986         (wl-summary-edit-addresses-collect-candidate-fields): Use
987         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
988
989         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
990         instead of `elmo-set-work-buf'.
991
992         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
993         (wl-address-make-address-list): Ditto.
994
995         * Version number is increased to 2.13.3.
996
997 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1000         user option.
1001
1002         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1003         argument `5'.
1004
1005         * wl-message.el (wl-message-display-no-merge-p): New function.
1006         (wl-message-buffer-display): Check whether the message is
1007         reassembled and follow the API change.
1008
1009 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1012         multibyte on working buffer and removed unnecessary
1013         `buffer-disable-undo'.
1014
1015 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1018         change.
1019
1020 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1021
1022         * wl-util.el (wl-read-search-condition-internal): Protect
1023         elmo-global-flags from distraction.
1024
1025 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1026
1027         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1028
1029         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1030         (wl-summary-event-handler): Ditto.
1031         (wl-summary-update-persistent-mark-on-event): New
1032         function (renamed from `elmo-event-handler-flag-changed').
1033         (wl-summary-buffer-attach): New function.
1034         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1035         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1036         instead of `elmo-folder-add-handler'.
1037
1038         * Version number is increased to 2.13.2.
1039
1040 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1043         and "\177" to the `wl-news-previous-page'.
1044         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1045         (wl-news-previous-page): New function.
1046
1047 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1048
1049         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1050         instead of `write-region' and simplify.
1051
1052 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1053
1054         * wl-template.el (wl-template-select): Cause error if
1055         `wl-template-alist' is nil.
1056
1057 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1058
1059         * wl-news.el.in: Set file variable `no-byte-compile'.
1060
1061 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1064         whether a target message is within displaying area.
1065         (elmo-event-handler-cache-changed): Ditto.
1066
1067 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1068
1069         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1070         to `defun'.  Use `nconc' instead of `append' to collect descendant
1071         message numbers.
1072
1073 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1074
1075         * wl-thread.el (wl-thread-save-top-list)
1076         (wl-thread-save-entities): Use `with-temp-buffer'.
1077         * wl-news.el.in (wl-news-previous-version-load):
1078         (wl-news-previous-version-save): Ditto.
1079         * wl-summary.el (wl-summary-load-file-object)
1080         (wl-summary-save-view-cache): Ditto.
1081
1082 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-util.el (toplevel): Require 'elmo-flag'.
1085         (wl-read-search-condition): New function (Renamed from
1086         `elmo-read-search-condition').
1087         (wl-read-search-condition-internal): Likewise.
1088
1089         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1090         invalid.
1091         (wl-summary-pick): Use `wl-read-search-condition' instead of
1092         `elmo-read-search-condition'.
1093         (wl-summary-virtual): Ditto.
1094
1095         * wl-folder.el (wl-folder-virtual): Ditto.
1096         (wl-folder-pick): Ditto.
1097
1098         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1099
1100 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-summary.el (wl-summary-reedit): Call
1103         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1104
1105 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1106
1107         * wl-mime.el (toplevel): Require wl-vars.
1108
1109         * wl-message.el (toplevel): Require cl at compile.
1110
1111         * wl-draft.el (toplevel): Require elmo.
1112
1113 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1114
1115         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1116         and do nothing when it is not positive.
1117         (wl-message-buffer-prefetch-next): Ditto.
1118
1119 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1120
1121         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1122         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1123         (wl-summary-redisplay-internal): Ditto.
1124
1125         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1126         message (the condition is borrowed from `wl-check-variables-2').
1127         (wl-summary-redisplay-internal): Ditto.
1128
1129 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-mime.el (wl-draft-nntp-attribute): New function.
1132         (wl-draft-attribute-nntp-posting-server): Use it.
1133         (wl-draft-attribute-nntp-posting-port): Ditto.
1134
1135         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1136         (wl-draft-show-attributes-buffer): Ditto.
1137         (wl-draft-hide-attributes-buffer): Ditto.
1138         (wl-draft-attribute-newsgroups): Ditto.
1139         (wl-draft-attribute-nntp-posting-server): Ditto.
1140         (wl-draft-attribute-nntp-posting-port): Ditto.
1141         (wl-draft-preview-message): Use there functions.
1142
1143         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1144         value.
1145
1146 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1147
1148         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1149         (wl-draft-reedit): Ditto.
1150         (wl-draft-queue-flush): Ditto.
1151
1152         * wl-mime.el (wl-message-request-partial): Ditto.
1153         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1154         instead of `elmo-message-fetch'.
1155
1156         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1157
1158         * wl-summary.el (wl-summary-message-string): Ditto.
1159
1160 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-util.el (wl-current-message-buffer): Follow the API change.
1163
1164         * wl-summary.el (wl-summary-redisplay-internal): Call
1165         `wl-summary-mark-as-read' with 2nd argument as nil and update
1166         unread count instead of persistent mark.
1167
1168         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1169         variable.
1170         (wl-message-redisplay): Follow the API change.
1171         (wl-message-buffer-display): Managed mime-entity directly and
1172         return preview buffer only.
1173         (wl-message-display-internal): Rewrite.
1174         (wl-message-buffer-prefetch-subr): Not save return value of
1175         `wl-message-buffer-display'.
1176
1177         * Version number is increased to 2.13.1.
1178
1179 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1180
1181         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1182         'elmo-multiple-fields-body-list' with boundary specified.
1183
1184 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1185
1186         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1187         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1188         cache if `wl-summary-resend-use-cache' is non-nil.
1189
1190 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1193         (wl-nntp-posting-stream-type): Ditto.
1194
1195 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1196
1197         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1198
1199 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1200
1201         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1202         message.
1203
1204 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1205
1206         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1207         Abolish.
1208         (wl-summary-buffer-persistent-mark-version): New internal
1209         variable.
1210         (wl-summary-update-mark-and-highlight-window): Check by
1211         wl-summary-persistent-mark-invalid-p.
1212         (wl-summary-update-status-marks): Ditto.
1213         (elmo-event-handler-flag-changed): Rewrite.
1214         (elmo-event-handler-cache-changed): Define.
1215         (wl-summary-prefetch-msg): Does not update persistent mark here.
1216         (wl-summary-delete-cache): Ditto.
1217         (wl-summary-resume-cache-status): Ditto.
1218         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1219         (wl-summary-persistent-mark-invalid-p): New function.
1220         (wl-summary-validate-persistent-mark): Ditto.
1221         (wl-summary-validate-persistent-mark-string): Ditto.
1222         (wl-summary-invalidate-persistent-mark): Ditto.
1223         (wl-summary-update-persistent-mark): Call
1224         `wl-summary-validate-persistent-mark'.
1225         (wl-summary-create-line): Call
1226         `wl-summary-validate-persistent-mark-string'.
1227
1228         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1229         status as t if cache used.
1230
1231 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1234         only if the target is group.
1235         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1236
1237 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1238
1239         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1240
1241 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1242
1243         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1244
1245         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1246
1247 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1248
1249         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1250         (Thanks to Yoichi NAKAYAMA).
1251
1252 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-util.el (wl-save-drafts): Restore echo area.
1255
1256 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * Version number is increased to 2.13.0.
1259
1260         * wl-util.el (wl-biff-check-folder-async): Use
1261         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1262
1263 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-message.el (wl-message-display-internal): Does not put
1266         wl-message-display-type property on message buffer.
1267         (wl-message-buffer-display-type): New function.
1268
1269         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1270
1271         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1272         `wl-summary-buffer-detach'.
1273         (wl-summary-message-display-type): Use
1274         `wl-summary-buffer-display-type'.
1275
1276 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1279         buffer-local.
1280
1281         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1282         kill-buffer-hook instead of make-local-variable.
1283         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1284
1285 2004-12-12  Scott Renfro <scott@renfro.org>
1286
1287         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1288         regex for square-branket.
1289
1290 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1291
1292         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1293         `wl-message-mime-analysis-p' with argument `header'.
1294
1295 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1296
1297         * wl-mime.el (wl-draft-yank-current-message-entity): 
1298         Switch to no-mime following method according to wl-message-display-type
1299         property.
1300         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1301
1302         * wl-message.el (wl-message-display-internal): 
1303         Put wl-message-display-type property on message buffer.
1304
1305         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1306         (wl-message-display-internal): Ditto;
1307
1308         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1309
1310 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1311
1312         * wl-message.el (wl-message-make-display-type): New function.
1313         (wl-message-display-type-property): Ditto.
1314         (wl-message-mime-analysys-p): Ditto.
1315         (wl-message-display-all-header-p): Ditto.
1316         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1317         added `display-type'.
1318         (wl-message-buffer-display): Likewise.
1319         (wl-message-display-internal): Likewise.
1320         (wl-message-buffer-display-type): Abolish.
1321         (wl-message-buffer-prefetch-subr): Follow the API changed.
1322
1323         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1324         from wl-summary-buffer-display-all-header and changed default value.
1325         (wl-summary-message-display-type): New function.
1326         (wl-summary-buffer-display-mime-mode): Ditto.
1327         (wl-summary-buffer-display-header-mode): Ditto.
1328         (wl-summary-toggle-mime): Rewrite with above functions.
1329         (wl-summary-toggle-all-header): Ditto.
1330         (wl-summary-redisplay): Force redisplay with default mode.
1331         (wl-summary-redisplay-internal): Renamed argument from `mode',
1332         `all-header' to `mime-mode', `header-mode'.
1333         Use `wl-message-make-display-type'.
1334
1335         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1336         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1337
1338 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1341
1342 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1345         in original message buffer.
1346         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1347         buffer.
1348
1349 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1352
1353 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1356
1357 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1358
1359         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1360         when actions succeeded.
1361         (wl-summary-exec-action-copy): Likewise.
1362
1363 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1364
1365         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1366         there is switch-to-buffer at the end of wl-message-select-buffer.
1367         (wl-summary-reply): Ditto.
1368
1369 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1370
1371         * wl-summary.el (wl-summary-forward): Put subject in original
1372         message buffer as argument of wl-draft-forward.
1373         * wl-draft.el (wl-draft-forward): Decode subject as in
1374         wl-draft-reply.
1375
1376 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1379         a folder under access group.
1380
1381 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1382
1383         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1384         wl-message-buffer-display.
1385
1386         * wl-util.el (wl-set-save-drafts): Fix typo.
1387
1388 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1389
1390         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1391         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1392         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1393         the way to measure the width of a bitmap image; don't put face on
1394         ascii and bitmap images; put the mark which should not use the
1395         variable-pitch face on ascii and bitmap images.
1396         (wl-demo-setup-properties): Don't use the variable-pitch face on
1397         ascii and bitmap images; made it work on Emacs 20 and earlier.
1398         (wl-demo-insert-text): End with a newline at the bottom; don't put
1399         face on text.
1400
1401         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1402
1403 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1406
1407         * wl-util.el (wl-save-drafts): Moved from sample setting.
1408         (wl-set-save-drafts): New function to set idle timer.
1409         * wl-draft.el (wl-draft): Call it.
1410         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1411
1412 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1413
1414         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1415         a summary which has toggle display status off.
1416
1417 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-draft.el (wl-draft-do-fcc): No cache save.
1420
1421 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-summary.el (elmo-event-handler-flag-changed): Use
1424         `set-buffer' instead of `with-current-buffer'.
1425
1426 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1427
1428         * wl-summary.el (wl-summary-after-resize-function): New function.
1429         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1430         window-size-change-functions.
1431
1432 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-draft.el (wl-draft-create-buffer): Bind
1435         `change-major-mode-hook' after current buffer is changed.
1436
1437         * wl-summary.el (wl-summary-buffer-detach): New function.
1438         (wl-summary-buffer-set-folder): Call it.
1439         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1440         change-major-mode-hook and kill-buffer-hook.
1441         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1442         (wl-summary-switch-to-clone-buffer): Ditto.
1443         (wl-summary-goto-folder-subr): Ditto.
1444
1445 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1446
1447         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1448         after boundp check.
1449
1450 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1451
1452         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1453         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1454         for `kill-buffer'.
1455
1456         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1457         handler of current buffer from elmo-folder.
1458
1459 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1460
1461         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1462
1463 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464
1465         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1466         variable.
1467         (wl-summary-event-handler): New class.
1468         (elmo-event-handler-flag-changed): Define to update persistent
1469         mark.
1470         (wl-summary-buffer-set-folder): Register event handler to
1471         elmo-folder.
1472         (wl-summary-exit): Unregister event handler.
1473         (wl-summary-goto-folder-subr): Ditto.
1474         (wl-summary-mark-as-read-all): Does not call
1475         `wl-summary-update-persistent-mark' directly.
1476         (wl-summary-mark-as-read-internal): Ditto.
1477         (wl-summary-set-persistent-mark-internal): Ditto.
1478         (wl-summary-set-flags-internal): Ditto.
1479
1480         * Version number is increased to 2.11.33.
1481
1482 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1483
1484         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1485         to nil.
1486
1487 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1488
1489         * wl-spam.el (wl-spam-setup): Add hook
1490         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1491         instead of `wl-summary-prepare-hook'.
1492
1493         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1494         if folder type is `'flag'.
1495         (wl-summary-mark-as-important): Ditto.
1496
1497 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-address.el (wl-address-minibuffer-history): New variable.
1500         (wl-address-minibuffer-local-map): New keymap.
1501         (wl-address-read-from-minibuffer): New function.
1502
1503         * wl-action.el (wl-summary-get-resend-address): Use
1504         `wl-address-read-from-minibuffer' instead of `completing-read'.
1505
1506 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1507
1508         * Version number is increased to 2.11.32.
1509
1510 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1513         without mule to iso-8859-1.
1514         (wl-draft-add-in-reply-to): Add note in description.
1515         (wl-draft-add-references): Ditto.
1516
1517 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1518
1519         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1520         definition for `m'.
1521         (wl-summary-mode-line-format): Add '[%m]'.
1522         (wl-message-mode-line-format-spec-alist): Ditto.
1523         (wl-summary-display-mime-mode-list): New variable.
1524
1525         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1526         from wl-summary-buffer-display-as-is.
1527         (wl-summary-buffer-display-all-header): New buffer local variable.
1528         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1529         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1530         instead of wl-summary-buffer-display-as-is.
1531         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1532         (wl-summary-set-persistent-mark): Ditto.
1533         (wl-summary-set-message-buffer-or-redisplay): Just call
1534         `wl-summary-redisplay-internal' without optional arguments.
1535         (wl-summary-toggle-mime): Rewrite.
1536         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1537         (wl-summary-toggle-all-header): New function.
1538         (wl-summary-redisplay-internal): Treat mime mode.
1539
1540         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1541         to wl-mime-preview-follow-no-mime.
1542         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1543         accodring to the display-mode.
1544
1545         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1546         (wl-message-buffer-display): Changed argument name from `as-is' to
1547         `mode'.
1548         (wl-message-display-internal): Ditto;
1549         Bind elmo-mime-display-header-analysis according to the mode.
1550         (wl-message-display-internal): Put wl-message-display-mime-mode
1551         property on entire buffer.
1552
1553 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1556
1557 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1560         Don't extract mail address.
1561         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1562
1563         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1564
1565         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1566
1567 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1568
1569         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1570         wl-fldmgr-cut-entity-list on confirmation.
1571
1572 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1573
1574         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1575         (wl-mime-quit-preview): Check existence of
1576         mime-edit-temp-message-buffer here.
1577
1578 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1579
1580         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1581         after deletion.
1582
1583         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1584         before calling wl-mime-quit-preview.
1585
1586 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-summary.el (wl-summary-pick): If call it with prefix
1589         argument, set `delete-marks' as non-nil. Pick from only visible
1590         messages.
1591         (wl-summary-check-target-mark): New function.
1592         (wl-summary-target-mark-mark-as-read): Use it.
1593         (wl-summary-target-mark-mark-as-unread): Ditto.
1594         (wl-summary-target-mark-operation): Ditto.
1595         (wl-summary-target-mark-set-flags): Ditto.
1596         (wl-summary-target-mark-save): Ditto.
1597         (wl-summary-target-mark-pick): Ditto.
1598         (wl-summary-target-mark-forward): Ditto.
1599         (wl-summary-target-mark-reply-with-citation): Ditto.
1600         (wl-summary-target-mark-print): Ditto.
1601         (wl-summary-target-mark-uudecode): Ditto.
1602
1603         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1604         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1605         with `ask-coding' is non-nil.
1606
1607 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-thread.el (wl-thread-set-parent): If parent is a message
1610         which is identified by references, set linked as nil.
1611
1612 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1615         (wl-message-mode-line-format-spec-alist): Ditto.
1616         (wl-message-mode-line-format): Ditto.
1617         (wl-summary-mode-line-format): Ditto for docstring.
1618         (wl-summary-no-mime-folder-list): Fix typo.
1619
1620         * wl-util.el (wl-current-message-buffer): Call
1621         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1622
1623         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1624         variable.
1625         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1626         of `wl-summary-redisplay-no-mime'.
1627         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1628         (wl-summary-toggle-mime): New function.
1629         (wl-summary-redisplay-all-header): Rewrite.
1630         (wl-summary-redisplay-no-mime): Ditto.
1631         (wl-summary-redisplay-internal): Added argument `as-is' and
1632         `all-header'.
1633
1634         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1635         New variable.
1636         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1637         bottom.
1638         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1639         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1640         "/" unconditionally.
1641
1642         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1643         wl-mime-preview-follow-no-mime for as-is content.
1644         (wl-mime-preview-follow-no-mime): New function.
1645         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1646
1647         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1648         and added `as-is', `all-header'.
1649         (wl-message-buffer-display): Ditto.
1650         (wl-message-buffer-display-type): New function.
1651
1652 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1653
1654         * wl-vars.el (wl-message-header-button-alist): Change default
1655         value.
1656         (wl-message-body-button-alist): Ditto.
1657
1658 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1659
1660         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1661
1662 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1663
1664         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1665
1666 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1667
1668         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1669         is always true.
1670
1671 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1672
1673         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1674         on null entity.
1675
1676 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1677
1678         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1679
1680 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-vars.el (wl-summary-resend-hook): New hook.
1683
1684         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1685         `wl-summary-resend-hook'.
1686
1687 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1688
1689         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1690         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1691         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1692         (wl-summary-new-cached-mark): Changed default value to 'n'.
1693         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1694         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1695         (wl-folder-sync-range-alist): Remove spec for 'flag.
1696         (wl-summary-force-prefetch-folder-list): New user option.
1697
1698         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1699         `wl-summary-toggle-persistent-mark'.
1700         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1701         number is nil.
1702         (wl-summary-mark-as-answered-region): Set interactive argument of
1703         `wl-summary-set-persistent-mark-internal'.
1704         (wl-summary-mark-as-important-region): Ditto.
1705         (wl-summary-unset-persistent-mark): Ditto.
1706         (wl-summary-set-persistent-mark): Ditto.
1707         (wl-summary-mark-as-answered): Ditto.
1708         (wl-summary-mark-as-important): Ditto.
1709         (wl-summary-set-persistent-mark-internal): Do nothing
1710         when `elmo-message-flag-available-p' is nil.
1711         (wl-summary-toggle-persistent-mark): New function.
1712         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1713         when the folder matches `wl-summary-force-prefetch-folder-list'.
1714
1715
1716         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1717         when number is nil.
1718         (wl-highlight-summary-forwarded-face): New face.
1719
1720 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1721
1722         * Version number is increased to 2.11.31.
1723
1724 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1725
1726         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1727         (wl-biff-check-folder-async): Ditto.
1728         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1729
1730 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1731
1732         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1733         Add an argument `reverse'.  All callers are updated.
1734         (wl-summary-sort): Add a prefix argument `reverse' to specify
1735         reverse sorting.
1736         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1737         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1738         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1739
1740 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1741
1742         * wl-message.el (wl-message-redisplay): Does not narrow header if
1743         disply-type is all-header or as-is.
1744
1745         * wl-summary.el (wl-summary-enter-handler): Use
1746         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1747
1748 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1749
1750         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1751         after adding wl-draft-parent-variables.
1752         (wl-draft-forward): Ditto.
1753
1754 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1755
1756         * wl-summary.el (wl-summary-sync-marks): Call
1757         `wl-summary-set-persistent-mark' and
1758         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1759         (wl-summary-set-persistent-mark-internal): Add 4th argument
1760         `no-server'.
1761         (wl-summary-unset-persistent-mark): Ditto.
1762         (wl-summary-set-persistent-mark): Ditto.
1763         (wl-summary-add-flags-internal): Abolish.
1764         (wl-summary-remove-flags-internal): Ditto.
1765         (wl-summary-mark-as-important-internal): Ditto.
1766         (wl-summary-mark-as-important): Use
1767         `wl-summary-set-persistent-mark' instead of
1768         `wl-summary-add-flags-internal'.
1769         (wl-summary-mark-as-important-region): Ditto.
1770
1771         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1772
1773         * wl-summary.el (wl-summary-get-available-flags): New function.
1774         (wl-summary-sync-marks): Use it and simplified.
1775         (wl-summary-unset-persistent-mark): Use
1776         `wl-summary-get-available-flags'.
1777         (wl-summary-set-persistent-mark): Ditto.
1778
1779 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1780
1781         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1782         id.
1783
1784 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1785
1786         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1787         number, call `wl-summary-prev-line-content'. Show message when the
1788         message is not found.
1789
1790 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1793         wl-summary-enter-handler.
1794         (wl-summary-enter-handler): New command.
1795
1796         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1797         docstring and custom spec.
1798
1799         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1800         flags too; Don't treat Cached and New.
1801         (wl-summary-set-persistent-mark): Ditto.
1802
1803         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1804         `wl-folder-set-flag'.
1805
1806         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1807         instead of `wl-folder-set-flag'.
1808
1809         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1810         for completion.
1811         (wl-summary-set-persistent-mark): Ditto.
1812
1813         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1814         instead of `wl-draft-quit-preview'.
1815
1816         * wl-mime.el (toplevel): Avoid compile warning.
1817         (wl-mime-quit-preview): New function
1818         (formarly defined as `wl-draft-quit-preview').
1819         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1820         quitting method.
1821
1822         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1823
1824         * wl-folder.el (wl-folder-set-flag): Renamed from
1825         `wl-draft-set-flag-on-parent'.
1826
1827         * wl-draft.el (wl-draft-quit-preview): New function.
1828         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1829         (wl-draft-send): Call `wl-folder-set-flag' instead of
1830         `wl-draft-set-flag-on-parent'.
1831         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1832
1833 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1834
1835         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1836         (wl-draft-send): Ditto.
1837
1838 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1839
1840         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1841         (wl-draft-kill-pre-hook): Set default value as nil.
1842         (wl-summary-reply-hook): Ditto.
1843         (wl-draft-kill-flags): Abolish.
1844
1845         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1846         (wl-draft-parent-variables): Renamed from
1847         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1848         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1849         argument; Add wl-draft-parent-variables to
1850         wl-draft-config-variables.
1851         (wl-draft-reply): Likewise.
1852         (wl-draft-kill-flags): Abolish.
1853         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1854         (wl-draft-set-flag-on-parent): New function.
1855         (wl-draft-setup-parent-flag): Ditto.
1856
1857 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1858
1859         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1860         `wl-draft-parent-folder' is "".
1861
1862 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1863
1864         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1865         (wl-summary-digit-jump): New function.
1866         (Adviced by John Owens and Hiroya Murata)
1867
1868         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1869         (Adviced by John Owens)
1870
1871         * wl-xmas.el (wl-message-define-keymap): Ditto.
1872
1873         * wl-mule.el (wl-message-define-keymap): Ditto.
1874
1875 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1876
1877         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1878         change of return value of elmo-folder-count-flags.
1879
1880         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1881         (wl-summary-mark-as-read-internal): Ditto.
1882         (wl-summary-set-persistent-mark-internal): Ditto.
1883         (wl-summary-folder-info-update): Ditto.
1884         (wl-summary-sync-update): Fixed the last change.
1885
1886         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1887
1888 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1889
1890         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1891         (wl-draft-kill-flags): Fixed docstring.
1892
1893         * wl-draft.el (wl-draft-kill-flags): New function.
1894         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1895
1896 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1897
1898         * wl-vars.el (wl-reply-hook): Abolish.
1899         (wl-draft-reply-hook): New hook.
1900         (wl-summary-reply-hook): Ditto.
1901         (wl-draft-forward-hook): Ditto.
1902         (wl-summary-forward-hook): Ditto.
1903         (wl-draft-kill-flags): New variable.
1904
1905         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1906         wl-summary-set-persistent-mark-internal.
1907         (wl-summary-sync-marks): Use elmo-preserved-flags.
1908         (wl-summary-update-persistent-mark): Make it interactive.
1909         (wl-summary-set-persistent-mark-internal): New inline function.
1910         (wl-summary-mark-as-answered): Use it.
1911         (wl-summary-mark-as-unanswered): Ditto.
1912         (wl-summary-unset-persistent-mark): New function.
1913         (wl-summary-set-persistent-mark): Ditto.
1914         (wl-summary-reply): Don't set answered flag;
1915         Run wl-summary-reply-hook instead.
1916         (wl-summary-forward): Call wl-draft-forward with number.
1917         Run wl-summary-forward-hook.
1918
1919         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1920         (wl-highlight-summary-line-face-spec): Use it as a default
1921         persistent mark face.
1922
1923         * wl-draft.el (wl-draft-forward): Added optional argument number;
1924         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1925         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1926         (wl-draft-kill): Use wl-draft-kill-flags.
1927
1928         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1929
1930         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1931         of return value of elmo-folder-count-flags.
1932
1933         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1934
1935         * wl-summary.el (wl-summary-count-unread): Ditto.
1936         (wl-summary-sync-update): Follow the change above.
1937         (wl-summary-force-prefetch): New function.
1938
1939 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1940
1941         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1942         variable `buf' with `let' instead of `setq'.
1943
1944 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1947         add Content-Disposition heaeder on the deleted part.
1948
1949 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * wl-draft.el (wl-draft-save): Encode address list under edit by
1952         `eword-encode-unstructured-field-body'.
1953
1954         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1955
1956 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1959         wl-current-summary-buffer.
1960
1961 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1962
1963         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1964         `numbers' is ignored.
1965
1966 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-folder.el (wl-folder-open-folder): Avoid error.
1969         Reported by John Owens, [wl-en:815]
1970
1971         * wl.el (wl): Set timer for biff process even if prefix argument
1972         is given or auto-checking is quitted.
1973
1974         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1975         immediately.
1976         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1977         (wl-toggle-plugged): Ditto.
1978
1979         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1980         * wl-util.el (wl-biff-start): Use idle timer if
1981         `wl-biff-use-idle-timer' is non-nil.
1982
1983 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-highlight.el (wl-highlight-message): Fix description.
1986
1987 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1990         tty.
1991
1992 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1993
1994         * wl-action.el (wl-summary-exec): Print failure count.
1995
1996 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1999         to `defun', remove interactive form.
2000         Set elmo-message-fetch-confirm when force-reload is non-nil.
2001
2002 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2003
2004         * wl-summary.el (toplevel): Removed unnecessary autoload.
2005
2006 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2009         the buffer is generated from another message buffer.
2010
2011 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2014         extracted from `wl-fldmgr-save-folders'.
2015         (wl-fldmgr-delete): Call it after deletion.
2016
2017 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2020         multi-tty support.
2021
2022 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2023
2024         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2025
2026 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2027
2028         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2029         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2030
2031 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2032
2033         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2034         unsubscribe list only if argument CLEAR is nil.
2035
2036 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-draft.el (wl-draft-reply): Decode subject before removing
2039         Re: prefix.
2040
2041 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2042
2043         * wl-summary.el (wl-summary-sort-by-size): New command.
2044
2045 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-summary.el (wl-summary-number-list-from-region): New
2048         function.
2049         (wl-summary-mark-as-read-region): Use it.
2050         (wl-summary-mark-as-unread-region): Ditto.
2051         (wl-summary-set-flags-region): Ditto and add optional argument
2052         remove.
2053         (wl-summary-mark-as-answered-region): Ditto.
2054         (wl-summary-mark-as-important-region): Ditto.
2055         (wl-summary-target-mark-mark-as-important): Added optional
2056         argument remove.
2057         (wl-summary-target-mark-mark-as-answered): Ditto.
2058         (wl-summary-target-mark-set-flags): Ditto.
2059
2060 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-summary.el (wl-summary-set-flags-region): Call
2063         `wl-summary-set-flags-internal' with number list instead of call
2064         one by each message.
2065         (wl-summary-target-mark-set-flags): Likewise.
2066
2067 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2068
2069         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2070         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2071         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2072         (wl-summary-target-mark-mark-as-answered): Likewise.
2073
2074 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2075
2076         * wl-summary.el (wl-summary-target-mark-forward): Use
2077         `wl-summary-delete-all-target-marks' instead of
2078         `wl-summary-delete-all-temp-marks'.
2079         (wl-summary-target-mark-reply-with-citation): Ditto.
2080         (wl-summary-target-mark-uudecode): Ditto.
2081         (wl-summary-target-mark-set-flags): Ditto and remove needless
2082         cursor move.
2083
2084 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2085
2086         * wl-summary.el (wl-summary-target-mark-forward): Protect
2087         wl-summary-buffer-target-mark-list from nreverse.
2088         (wl-summary-target-mark-reply-with-citation): Ditto.
2089
2090 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2091
2092         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2093         `elmo-display-progress-threshold'.
2094
2095 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2096
2097         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2098         check `wl-summary-highlight'.
2099         (wl-summary-window-scroll-functions): Respect value of
2100         `wl-summary-highlight'.
2101         (wl-summary-sync-update): Run hooks
2102         `wl-summary-buffer-window-scroll-functions' at any time.
2103
2104 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2107         from `wl-summary-cleanup-temp-marks'.
2108         (wl-summary-cleanup-temp-marks): Abolish argument.
2109         * wl.el (wl-save-status): Revert previous change.
2110         (wl-execute-temp-marks): New function, call
2111         `wl-summary-exec-with-confirmation'.
2112         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2113         (wl-folder-save-and-exec-marks): Abolished.
2114
2115 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2116
2117         * wl-e21.el (wl-e21-display-image-p): Respect
2118         `wl-highlight-folder-with-icon'.
2119         (wl-e21-highlight-folder-group-line): Highlight mouse line
2120         even if wl-e21-display-image-p is nil.
2121
2122         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2123         Respect value of `wl-summary-highlight'.
2124
2125         * wl.el (wl-save-status): Remove unused variable.
2126
2127         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2128         (wl-folder-mode-map): Bind it to "x".
2129
2130 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2133
2134         * wl-thread.el (wl-thread-get-parent-list): Don't check
2135         disconnected ancestors, neglecting needless work in
2136         `wl-thread-update-indent-string-thread'.
2137
2138         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2139         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2140         argument, add argument default-keep to keep marks by default.
2141
2142         * Version number is increased to 2.11.30.
2143
2144         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2145         customization type and docstring.
2146         (wl-draft-reply-without-argument-list): Ditto.
2147
2148 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2149
2150         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2151
2152         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2153
2154 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2157
2158 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2161         save-excursion so as not to include run-hooks.
2162
2163 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2164
2165         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2166         Clarify that marks are going to be cleared.
2167
2168 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2171         according to 3rd element of wl-summary-flag-mark.
2172
2173         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2174
2175 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2176
2177         * wl-action.el (wl-summary-target-mark-all): Don't set
2178         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2179
2180 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2181
2182         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2183         (wl-forward-subject-prefix): Ditto.
2184         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2185         (wl-draft-reply-make-subject): Ditto.
2186
2187         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2188         `wl-draft-forward'.
2189         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2190
2191 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2192
2193         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2194         target message does not exist.
2195
2196 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2197
2198         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2199         `wl-subject-prefix-regexp'.
2200         (wl-subject-forward-prefix-regexp): New variable.
2201         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2202         `wl-draft-strip-subject-re' and take regexp as argument.
2203         (wl-draft-forward): Use it.
2204         (wl-draft-reply): Ditto.
2205
2206 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2207
2208         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2209         emacs multi-tty support.
2210
2211 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2212
2213         * wl-e21.el (wl-e21-display-image-p): Don't call
2214         `display-images-p'.
2215         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2216         support.
2217         (wl-highlight-folder-current-line): Ditto.
2218         (wl-folder-init-icons): Ditto.
2219
2220 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2223         the last line of summary in unplugged mode.
2224
2225 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2226
2227         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2228
2229 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2232         * wl-address.el (wl-address-user-mail-address-p): Use it.
2233         (wl-address-delete-user-mail-addresses): Ditto.
2234         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2235
2236         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2237         (wl-address-delete-user-mail-addresses): Ditto.
2238
2239         * wl-address.el (wl-address-delete-user-mail-addresses): New
2240         function.
2241         * wl-refile.el (wl-refile-guess-by-history): Use it.
2242         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2243         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2244
2245         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2246         use wl-address-user-mail-address-p.
2247
2248 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2249
2250         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2251         after opening group.
2252
2253 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2254
2255         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2256         of elmo-set-buffer-multibyte.
2257
2258         * wl-message.el (wl-original-message-mode): Ditto.
2259
2260         * wl-score.el (wl-score-insert-header): Ditto.
2261
2262         * wl-summary.el
2263         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2264         (wl-summary-goto-folder-subr): Ditto.
2265         (wl-summary-insert-headers): Ditto.
2266
2267         * wl-util.el (wl-set-string-width): Ditto.
2268
2269         * Version number is increased to 2.11.29.
2270
2271 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2272
2273         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2274         (wl-highlight-summary-line-help-echo-alist): New variable.
2275         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2276         into `wl-highlight-summary-line-help-echo' and
2277         `wl-highlight-flag-folder-help-echo'.
2278         (wl-highlight-summary-line-string): Change accordingly.
2279         (wl-highlight-summary-current-line): Ditto.
2280
2281 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2282
2283         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2284         at the beginning of field body (Thanks to Markus Knittig).
2285
2286         * wl-draft.el (wl-draft-insert-current-message): Also check
2287         summary buffer, remove unnecessary tag.
2288
2289 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2290
2291         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2292         when wl-message-buffer is nil.
2293
2294         * wl-folder.el (wl-folder): Abolish unused argument.
2295         Call wl-folder-init when wl-folder-entity is nil.
2296         * wl.el (wl): Change accordingly.
2297
2298 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2299
2300         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2301         multibyte string before insert into draft buffer.
2302         (wl-draft-create-buffer): Always enable multibyte characters for
2303         draft buffer.
2304
2305         * Version number is increased to 2.11.28.
2306
2307 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2308
2309         * wl-folder.el (wl-folder-open-close): Handle blank line.
2310         (wl-folder-jump-to-current-entity): Ditto.
2311
2312 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2313
2314         * Version number is increased to 2.11.27.
2315
2316 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2317
2318         * wl-thread.el (wl-thread-insert-message): When the thread is
2319         devided by wl-summary-max-thread-depth, insert line at the end of
2320         buffer.
2321
2322 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * Version number is increased to 2.11.26.
2325
2326 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2327
2328         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2329
2330 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2331
2332         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2333         value of stream-type and session.
2334
2335 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2336
2337         * Version number is increased to 2.11.25.
2338
2339 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2340
2341         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2342         in a quit message.
2343
2344 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2347         (wl-summary-redisplay-no-mime-internal): Ditto.
2348
2349 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2350
2351         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2352         * wl-vars.el (wl-smtp-connection-type): Ditto.
2353
2354 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2355
2356         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2357         for the separator line and quote mail-header-separator.
2358
2359 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2360
2361         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2362         result message.
2363
2364         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2365         `elmo-multiple-fields-body-list' with boundary as
2366         mail-header-separator.
2367
2368 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2369
2370         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2371
2372 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2373
2374         * wl-util.el (wl-list-diff): Remove unused function.
2375
2376         * wl-draft.el (wl-draft-send-confirm): Discard input before
2377         confirmation.
2378
2379 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2380
2381         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2382         order of flag and new.
2383
2384 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-vars.el (wl-refile-policy-alist): Abolished.
2387
2388         * wl-action.el (wl-summary-set-action-refile): Follow the change
2389         above.
2390
2391 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2392
2393         * wl-highlight.el (wl-highlight-signature-search): Don't use
2394         re-search-backward for a long word since it is possible to crash
2395         XEmacs because of a bug.
2396
2397 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2398
2399         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2400
2401 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2402
2403         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2404         argument for wl-summary-sync-force-update.
2405
2406 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2407
2408         * wl-summary.el (wl-summary-mode-map): Revival of
2409         wl-summary-mark-as-important related bindings;
2410         Bind 'F','tF','mF','rF','m&'.
2411         (wl-summary-mark-as-important-region): Revival.
2412         (wl-summary-target-mark-mark-as-important): Ditto.
2413         (wl-summary-target-mark-operation): New function.
2414         (wl-summary-target-mark-mark-as-answered): Use it.
2415         (wl-summary-decide-flag): Don't set Important as default.
2416         (wl-summary-mark-as-important-internal): Revival.
2417         (wl-summary-mark-as-important): Ditto.
2418
2419         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2420
2421         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2422         instead of facep.
2423
2424 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2425
2426         * wl-dnd.el (wl-dnd-drop-func): Fix.
2427
2428         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2429         mouse-set-point instead of posn-point.
2430
2431         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2432
2433         * wl-mule.el (wl-completing-read-multiple): Ditto.
2434
2435 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2436
2437         * wl-demo.el (face-background-name): Defalias to avoid compile
2438         warning.
2439
2440 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * wl-summary.el (wl-summary-decide-flag): Use
2443         wl-completing-read-multiple instead of completing-read-multiple.
2444
2445         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2446         New alias.
2447
2448         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2449         Use face-background-name instead of face-background.
2450
2451         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2452
2453         * wl-summary.el (wl-summary-save): Use it.
2454         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2455
2456         * wl-mime.el (wl-mime-save-content): Fix last change.
2457
2458 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2459
2460         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2461         New function.
2462         (wl-summary-sort-specs): Added sort.
2463         * wl-mime.el (wl-mime-save-content): Expand file name.
2464
2465 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2466
2467         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2468
2469         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2470
2471 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2474         for flag if it is not defined.
2475
2476 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-e21.el (wl-highlight-folder-current-line): Use
2479         elmo-folder-type-internal when elmo-folder-type returns nil.
2480
2481         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2482
2483         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2484
2485         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2486
2487         * wl-e21.el (wl-summary-toolbar): Ditto.
2488
2489         * wl-vars.el (wl-demo-background-color): Abolished.
2490         (wl-summary-persistent-mark-priority-list): Renamed from
2491         wl-summary-flag-priority-list.
2492         (wl-summary-flag-alist): New user option.
2493         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2494         (wl-message-mode-line-format-spec-alist): Added 'F'.
2495         (wl-message-mode-line-format): Likewise.
2496         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2497         instead of wl-summary-important-mark.
2498         (wl-file-folder-icon): New variable.
2499
2500         * wl-thread.el (wl-thread-set-flags): Renamed from
2501         wl-thread-mark-as-important.
2502
2503         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2504         warning.
2505         (wl-summary-mode-menu-spec): Follow the change of 
2506         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2507         (wl-summary-mode-map): Follow the change of
2508         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2509         (wl-summary-detect-mark-position): Follow the variable name change.
2510         (wl-summary-set-flags-region): New function for the replacement of
2511         wl-summary-mark-as-important-region.
2512         (wl-summary-sync-marks): Sync all global-flags.
2513         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2514         instead of elmo-message-flagged-p.
2515         (wl-summary-persistent-mark-string): Follow the variable name change;
2516         Put wl-summary-flag-mark if the message has global-flag.
2517         (wl-summary-target-mark-set-flags): Renamed from 
2518         wl-summary-target-mark-mark-as-important.
2519         (wl-summary-decide-flag): New function.
2520         (wl-summary-set-flags-internal): Renamed from
2521         wl-summary-mark-as-important-internal.
2522         (wl-summary-add-flags-internal): New function.
2523         (wl-summary-remove-flags-internal): Ditto.
2524         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2525         (wl-summary-mark-as-unimportant): Abolish.
2526         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2527         (wl-summary-next-message): List flagged messages in the msgdb.
2528
2529         * wl-score.el (wl-summary-score-update-all-lines): Use
2530         wl-summary-add-flags-internal instead of 
2531
2532         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2533
2534         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2535         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2536         (wl-message-buffer-require-all-header): Renamed from
2537         wl-message-buffer-all-header-flag (Ditto).
2538         (wl-message-buffer-flag-indicator): New variable.
2539         (wl-message-redisplay): Changed local varibale name from `flag' to
2540         `display-type'; Set up wl-message-buffer-flag-indicator.
2541         (wl-message-buffer-display): Changed varibale name from `flag' to
2542         `display-type'.
2543         (wl-message-display-internal): Likewise.
2544
2545         * wl-highlight.el (wl-highlight-demo-face): Define default background
2546         color.
2547         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2548
2549         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2550
2551         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2552         (wl-demo-setup-properties): Renamed from
2553         `wl-demo-set-background-color'.
2554         (wl-demo): Follow the change above.
2555         
2556         * Version number is increased to 2.11.24.
2557
2558 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2559
2560         * wl-summary.el (wl-summary-toggle-thread): Call
2561         `wl-summary-rescan' with disable-thread as non-nil.
2562         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2563
2564 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2567         foreground property of the face.
2568         (wl-demo-insert-text): Don't set up face property here.
2569         (wl-demo): Call wl-demo-set-background-color, anyway.
2570
2571 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2572
2573         * wl-vars.el (wl-demo-background-color): The value can be nil.
2574
2575 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2576
2577         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2578         to wl-summary-wheel-dispatcher.
2579
2580         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2581         wl-message-wheel-dispatcher.
2582         (wl-message-wheel-dispatcher): New function.
2583         (wl-summary-wheel-dispatcher): Ditto.
2584
2585 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-action.el (wl-summary-target-mark-all): List messages which are
2588         not in the killed-list.
2589
2590         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2591         only when the folder is 'flag/important.
2592
2593         * wl-address.el (wl-complete-field-body): Complete if the last
2594         character is a space.
2595
2596 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-folder.el (wl-folder-clear-entity-info): Use
2599         elmo-clear-hash-val.
2600
2601         * wl-fldmgr.el (wl-fldmgr-rename): Set
2602         wl-folder-info-alist-modified as t.
2603
2604 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2605
2606         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2607
2608 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2609
2610         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2611         (wl-folder-buffer-last-visited-entity-id): New buffer local
2612         variable.
2613         (wl-folder-revisit-last-visited-folder): New function.
2614         (wl-folder-mode-map): Bind it to "C-i".
2615         (wl-folder-set-current-entity-id): Set last visited folder.
2616         * wl-summary.el (wl-summary-exit): Ditto.
2617
2618 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2619
2620         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2621         before calling `recenter' in order to cope with an XEmacs bug.
2622
2623 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2624
2625         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2626         to the default value.
2627
2628 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2629
2630         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2631         change.
2632         (wl-summary-sync-marks): Ditto.
2633         (wl-summary-mark-as-read-internal): Ditto.
2634         (wl-summary-mark-as-answered-internal): Ditto.
2635         (wl-summary-mark-as-important-internal): Ditto.
2636         (wl-summary-reply): Ditto.
2637
2638         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2639         instead of `elmo-folder-unflag-answered'.
2640
2641         * Version number is increased to 2.11.23.
2642
2643         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2644         the last change.
2645
2646 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2647
2648         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2649         Specify "spam" or "good".
2650
2651 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2652
2653         * wl-spam.el (wl-summary-exec-action-spam): Call
2654         wl-folder-confirm-existence for spam folder.
2655         (wl-spam-setup): Bind "mk".
2656
2657 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2658
2659         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2660
2661 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2662
2663         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2664         destination folder is empty.
2665
2666 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2667
2668         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2669         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2670
2671         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2672         (wl-summary-refile-prev-destination-region): New function.
2673         (wl-thread-refile-prev-destination): Ditto.
2674         (wl-summary-target-mark-refile-prev-destination): Ditto.
2675
2676 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2679         (wl-demo-background-color): Changed default value.
2680
2681         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2682         color.
2683
2684         * wl-demo.el (wl-demo-set-background-color): New function.
2685         (wl-demo): Call it.
2686
2687 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2688
2689         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2690         * wl-address.el (wl-address-add-or-change): Don't add empty
2691         address.
2692
2693 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2694
2695         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2696
2697 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-vars.el (wl-demo-image-filter-alist): New variable
2700         (wl-demo-background-color): Ditto.
2701
2702         * wl-demo.el (wl-demo-xpm-set-background): New function.
2703         (wl-demo-image-filter): Ditto.
2704         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2705
2706         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2707
2708         * wl-demo.el (wl-demo-icon-name): Define as function.
2709         (wl-demo-insert-image): Use it.
2710
2711 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2712
2713         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2714
2715 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2716
2717         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2718
2719 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2720
2721         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2722
2723 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2724
2725         * wl-thread.el (wl-thread-mark-as-answered): New function.
2726
2727         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2728         answered" entry.
2729         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2730         "r&" and wl-thread-mark-as-answered to "t&".
2731         (wl-summary-mark-as-important-region): Refine to toggle mark.
2732         (wl-summary-mark-as-answered-region): New function.
2733         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2734         and 3rd argument.
2735         (wl-summary-mark-as-important-internal): Likewise.
2736
2737 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-template.el (wl-template-preview): New internal variable.
2740         (wl-template-preview-p): New function.
2741         (wl-template-show): Bind `wl-template-preview' as t.
2742
2743 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2744
2745         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2746         `elmo-message-entity-field' with 3rd argument which is non-nil.
2747
2748 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2749
2750         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2751         Removed duplicate local bind `folder'.
2752
2753 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2756
2757 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2760         duplicate definition.
2761
2762 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2763
2764         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2765         non-nil, use it; Don't fetch message if there's no message in the
2766         current cursor position.
2767
2768 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2769
2770         * wl-util.el (wl-region-exists-p): Use region-active-p.
2771         (wl-deactivate-region): New function.
2772         * wl-message.el (wl-message-redisplay): Deactivate region.
2773
2774         * wl-summary.el (wl-summary-reply): Call
2775         `wl-summary-set-message-buffer-or-redisplay' instead of
2776         `wl-summary-redisplay-internal', don't move point.
2777
2778 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2781         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2782         by regexp.
2783
2784 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2785
2786         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2787         if no need.
2788
2789 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2790
2791         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2792         default value to nil.
2793         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2794         `wl-summary-prepare-hook'; Replace refile action to
2795         `wl-summary-exec-action-refile-with-register'.
2796
2797         * Version number is increased to 2.11.22.
2798
2799 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-summary.el (wl-summary-detect-mark-position): Set
2802         `wl-summary-buffer-weekday-name-lang'.
2803
2804 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2805
2806         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2807         (wl-summary-mark-as-read-all): Ditto.
2808         (wl-summary-delete-messages-on-buffer): Ditto.
2809         (wl-summary-sync-update): Ditto.
2810         (wl-summary-mark-as-read-internal): Ditto.
2811         (wl-summary-mark-as-answered-internal): Ditto.
2812         (wl-summary-update-folder-info): Abolished.
2813
2814 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-summary.el (wl-summary-mark-as-read-all): Use
2817         `wl-summary-update-folder-info' instead of
2818         `wl-folder-update-unread'.
2819
2820 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2821
2822         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2823         `wl-summary-folder-info-update'.
2824         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2825         instead of `wl-summary-folder-info-update'.
2826         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2827         `wl-folder-set-folder-updated'.
2828         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2829         instead of `wl-folder-update-unread'.
2830         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2831         the value of `wl-summary-buffer-unread-count' for the second parameter of
2832         `wl-folder-update-unread'.
2833
2834         * Version number is increased to 2.11.21.
2835
2836 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2837
2838         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2839         a local variable.
2840
2841 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2842
2843         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2844         interactively.
2845
2846         * wl-summary.el (wl-summary-mark-as-important-internal): New
2847         internal function.
2848         (wl-summary-mark-as-important): Use it.
2849         (wl-summary-mark-as-unimportant): New function.
2850         (wl-summary-sync-marks): Follow the API change.
2851
2852         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2853
2854         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2855
2856 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2857
2858         * wl-folder.el (wl-folder-update-unread): Re-indent.
2859         Narrow the scope of a local variable.
2860
2861 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2864         (wl-addrmgr-merge-entries): Ditto.
2865         (wl-addrmgr): Added to address entry which exists in draft buffer
2866         if no entry is in original.
2867
2868 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2869
2870         * wl-batch.el: New file.
2871
2872 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2873
2874         * wl-vars.el (wl-use-semi): Remove unused variable.
2875
2876 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2877
2878         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2879         "?".
2880
2881 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2884         wl-summary-new-mark.
2885         (wl-summary-new-cached-mark): New user option.
2886         (wl-summary-score-marks): Follow the change above.
2887         (wl-summary-auto-refile-skip-marks): Ditto.
2888         (wl-summary-incorporate-marks): Ditto.
2889         (wl-summary-expire-reserve-marks): Ditto.
2890
2891         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2892
2893         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2894         (wl-summary-persistent-mark-string): Distinguished between cached
2895         and uncached mark when the message is new.
2896
2897 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2898
2899         * wl-spam.el (wl-spam-domain): Renamed from
2900         `wl-spam-folder-guess-domain'.
2901         (wl-summary-exec-action-spam): Register as spam if domain of the
2902         source folder is good.
2903         (wl-summary-exec-action-refile-with-register): Register message if
2904         domain of the source folder is not undecided.
2905
2906 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2907
2908         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2909         detect thread loop.
2910
2911 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2914         and wl-summary-skip-mark-list.
2915
2916 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2917
2918         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2919
2920         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2921
2922         * wl-spam.el (toplevel): Require wl-highlight.
2923         (wl-spam-auto-check-policy-alist): Abolish.
2924         (wl-spam-auto-check-folder-regexp-list): New user option.
2925         (wl-spam-auto-check-marks): Ditto.
2926         (wl-spam-mark-action-list): Ditto.
2927         (wl-highlight-summary-spam-face): New face.
2928         (wl-spam-auto-check-message-p): New function.
2929         (wl-spam-map-spam-messages): Fixed message.
2930         (wl-spam-register-spam-messages): Ditto.
2931         (wl-spam-register-good-messages): Ditto.
2932         (wl-summary-spam-map): Add and remove keybind.
2933         (wl-summary-target-mark-spam): Abolish.
2934         (wl-summary-refile-spam): Ditto.
2935         (wl-summary-test-spam): New function.
2936         (wl-summary-mark-spam): Ditto.
2937         (wl-summary-auto-check-spam): Follow the above change.
2938         (wl-summary-exec-action-spam): New function.
2939         (wl-summary-exec-action-refile-with-register): Fixed message.
2940         (wl-message-check-spam): New function.
2941         (wl-spam-setup): Ditto.
2942         (toplevel): Call it if this file is loaded interactivity.
2943
2944         * Version number is increased to 2.11.20.
2945
2946 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2949         when new optional argument `force' is non nil or modified.
2950
2951 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl.el (toplevel): Require wl-spam when compile.
2954         (wl-save-status): Call wl-spam-save-status.
2955
2956         * wl-spam.el (wl-spam-register-spam-messages): New function.
2957         (wl-spam-register-good-messages): Ditto.
2958         (wl-spam-save-status): Ditto.
2959         (wl-summary-mode-map): Bind
2960         wl-summary-target-mark-register-as-spam to "ms" and
2961         wl-summary-target-mark-register-as-good to "mn".
2962         (wl-summary-register-as-spam): Abolish optional argument; Use
2963         wl-spam-register-spam-messages.
2964         (wl-summary-register-as-spam-all): Use
2965         wl-spam-register-spam-messages.
2966         (wl-summary-register-as-good): Abolish optional argument; Use
2967         wl-spam-register-good-messages.
2968         (wl-summary-register-as-good-all): Use
2969         wl-spam-register-good-messages.
2970         (wl-summary-target-mark-register-as-spam): New funtion.
2971         (wl-summary-target-mark-register-as-good): Ditto.
2972
2973 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-spam.el: New file.
2976
2977 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2978
2979         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2980
2981         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2982         (wl-summary-auto-refile): Call wl-refile-guess with
2983         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2984
2985 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2986
2987         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2988         with disable-thread argument non-nil.
2989
2990 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2991
2992         * wl-summary.el (wl-summary-rescan): Added optional argument
2993         disable-thread.
2994         (wl-summary-sync): Call wl-summary-rescan with argument
2995         disable-thread.
2996         (wl-summary-input-range): Added new range `rescan-thread'.
2997
2998 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2999
3000         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3001
3002 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3005         internal variable.
3006         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3007         wl-summary-search-parent-by-subject-regexp and
3008         wl-summary-divide-thread-when-subject-changed as nil.
3009         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3010         (wl-summary-insert-thread): Search parent entity from
3011         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3012         thread loop.
3013
3014 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3017
3018         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3019
3020         * wl-util.el (wl-require-update-all-folder-p): New function.
3021         (wl-get-assoc-list-value): Added `function' to match directive.
3022         (wl-collect-draft): Rewrite.
3023
3024         * wl-summary.el (wl-summary-sync-update): Clear faces
3025         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3026         are non-nil.
3027         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3028         argument as function.
3029         (wl-summary-input-range): Ditto.
3030
3031         * wl-folder.el (wl-draft-get-folder): New function.
3032         (wl-folder-get-elmo-folder): Consider draft folder.
3033
3034         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3035         (wl-draft-buffer-message-number): New buffer local variable.
3036         (wl-draft-folder-internal): New internal variable.
3037         (wl-draft-delete): Rewrite.
3038         (wl-draft-save): Ditto.
3039         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3040         wl-folder-get-elmo-folder.
3041         (wl-draft-config-info-operation): Ditto.
3042         (wl-jump-to-draft-folder): Ditto.
3043         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3044         (wl-draft-reedit): Rewrite.
3045
3046         * Version number is increased to 2.11.19.
3047         
3048 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3049
3050         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3051         variable.
3052
3053 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3054
3055         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3056         Use ignore-errors instead of unwind-protect.
3057
3058 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3059
3060         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3061         for updating `wl-thread-entity-list'.
3062
3063 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3064
3065         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3066         parameter from calling `wl-thread-entity-get-older-brothers' and
3067         `wl-thread-entity-get-younger-brothers'.
3068         Replace nested `append' with a single one.
3069
3070 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3071
3072         * wl-summary.el (wl-summary-mode): Don't use the return value of
3073         `make-local-hook'.
3074
3075 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3076
3077         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3078         instead of `let*'.
3079         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3080         of local variables.
3081
3082 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3083
3084         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3085         Renamed from wl-summary-window-scroll-functions.
3086         (wl-summary-window-scroll-functions): Don't set to variable.
3087         (wl-summary-display-top): Use run-hooks.
3088         (wl-summary-display-bottom): Ditto.
3089         (wl-summary-toggle-disp-msg): Ditto.
3090         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3091         Use it instead of wl-summary-window-scroll-functions.
3092         (wl-summary-goto-folder-subr): Don't call
3093         wl-summary-window-scroll-functions, use
3094         wl-summary-buffer-window-scroll-functions instead.
3095
3096 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3097
3098         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3099         make-local-variable.
3100
3101 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3102
3103         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3104         set-buffer-modified-p.
3105         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3106         (wl-summary-display-bottom): Ditto.
3107         (wl-summary-toggle-disp-msg): Ditto.
3108
3109 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3110
3111         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3112
3113         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3114         (wl-summary-forward): Use elmo-message-entity-field instead of
3115         elmo-message-field.
3116
3117         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3118
3119 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3120
3121         * wl-summary.el (wl-summary-window-scroll-functions): No use
3122         `append'.
3123
3124 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3125
3126         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3127         function.
3128         (wl-summary-window-scroll-functions): Call it when both
3129         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3130         (wl-summary-temp-mark): Added optional argument number.
3131         (wl-summary-message-mark): Added optional argument flag.
3132         (wl-summary-persistent-mark): Added optional argument number and flag.
3133         (wl-summary-update-persistent-mark): Ditto.
3134         (wl-summary-update-status-marks): Set "r" for interactive spec.
3135
3136         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3137         argument number and flag.
3138
3139         * wl-action.el (wl-summary-registered-temp-mark): 
3140         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3141
3142 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3143
3144         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3145         internal variable (buffer local).
3146         (wl-summary-window-scroll-functions): New function.
3147         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3148         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3149         as nil.
3150         (wl-summary-update-status-marks): Added arguments beg, end and
3151         check.
3152         (wl-summary-update-mark-window): Use function.
3153         (wl-summary-sync-update): Follow the change above.
3154         (wl-summary-switch-to-clone-buffer): Copy
3155         wl-summary-buffer-unsync-mark-number-list.
3156         (wl-summary-goto-folder-subr): Set
3157         wl-summary-buffer-unsync-mark-number-list and
3158         use wl-summary-window-scroll-functions instead of
3159         wl-summary-lazy-highlight.
3160
3161         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3162
3163 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3164
3165         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3166
3167         * wl-summary.el (wl-summary-update-persistent-mark): Call
3168         wl-summary-set-message-modified.
3169
3170         * wl-summary.el (wl-summary-sync-update): Don't call
3171         wl-summary-update-status-marks.
3172
3173         * Version number is increased to 2.11.18.
3174
3175 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3176
3177         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3178         (wl-message-next-page): Ditto.
3179
3180 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3181
3182         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3183         local variable.  Change the order of a collected list into the
3184         same as the specified range.  Remove nil from a collected list.
3185
3186 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3187
3188         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3189         argument for elmo-folder-list-messages.
3190
3191 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3192
3193         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3194         change (wl-summary-count-unreads return a list instead of a cons
3195         cell).
3196
3197 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3198
3199         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3200         `wl-summary-folder-info-update'.
3201
3202 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3203
3204         * wl-summary.el (wl-summary-set-message-modified): No use
3205         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3206         (wl-summary-set-mark-modified): Abolish.
3207         (wl-summary-mark-modified-p): Ditto.
3208         (wl-summary-save-view): Follow the change above.
3209
3210         * wl-expire.el (wl-summary-expire): Likewise.
3211
3212 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-summary.el (wl-summary-detect-mark-position): Use
3215         modb-entity-handler.
3216         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3217
3218         * Version number is increased to 2.11.17.
3219
3220 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3221
3222         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3223         entity field value.
3224         (wl-summary-prefetch-msg): Ditto.
3225         (wl-summary-print-message-with-ps-print): Ditto.
3226
3227 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3230         for dummy entity.
3231         (wl-summary-insert-thread): Use elmo-message-entity-field.
3232         (wl-summary-update-thread): Use elmo-message-entity-field and
3233         elmo-message-entity-number.
3234         (wl-summary-line-number):  Use elmo-message-entity-number.
3235         (wl-summary-line-size): Use elmo-message-entity-field.
3236         (wl-summary-line-subject): Ditto.
3237         (wl-summary-line-from): Ditto.
3238         (wl-summary-line-attached): Ditto.
3239         (wl-summary-create-line): Ditto.
3240         (wl-summary-create-line): Use elmo-message-entity-number.
3241         (wl-summary-print-message-with-ps-print): Use
3242         elmo-message-entity-field.
3243
3244 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3245
3246         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3247         change in elmo-msgdb-make-message-entity.
3248         (wl-summary-buffer-set-folder): Don't call
3249         wl-summary-detect-mark-position here.
3250         (wl-summary-rescan): Call elmo-message-entity-number.
3251         (wl-summary-sync-update): Ditto.
3252         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3253
3254         * wl-score.el (wl-score-header-index): Redefine 2th element.
3255         (wl-score-overview-entity-get-extra): Abolish.
3256         (wl-score-ov-entity-get): Rewrite.
3257         (wl-score-string-index<, wl-score-string-func<): Abolish.
3258         (wl-score-string<): New function.
3259         (wl-score-string-sort): Use it.
3260
3261         * wl-refile.el (wl-refile-guess-by-history): Use
3262         elmo-message-entity-field.
3263         (wl-refile-guess-by-from): Ditto.
3264         (wl-refile-guess-by-msgid): Ditto.
3265
3266         * Version number is increased to 2.11.16.
3267
3268 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3269
3270         * wl-folder.el (wl-folder-confirm-existence): Don't call
3271         file-exists-p if msgdb-path is nil.
3272         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3273         `wl-read-folder-hist' to `wl-read-folder-history'.
3274
3275 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3276
3277         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3278         `y-or-n-p'.
3279
3280 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3281
3282         * wl-score.el (wl-score-headers): Don't use
3283         elmo-folder-do-each-message-entity.
3284
3285         * Version number is increased to 2.11.15.
3286
3287 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-summary.el (wl-summary-delete-all-msgs): Use
3290         elmo-folder-move-messages instead of elmo-folder-delete-messages
3291         and elmo-folder-detach-messages.
3292         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3293
3294         * wl-expire.el (wl-expire-delete): Ditto.
3295         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3296
3297 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3298
3299         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3300         (wl-message-header-narrowing-fields): Ditto.
3301         (wl-message-header-narrowing-lines): Ditto.
3302         (wl-message-header-narrowing-string): Ditto.
3303
3304         * wl-summary.el (wl-summary-mode-map): Bind
3305         wl-summary-toggle-header-narrowing to "C-cC-f".
3306         (wl-summary-toggle-header-narrowing): New function.
3307
3308         * wl-message.el (wl-message-buffer-create): Call
3309         wl-message-header-narrowing-setup.
3310         (wl-message-redisplay): Call wl-message-header-narrowing.
3311         (wl-message-header-narrowing): New function.
3312         (wl-message-header-narrowing-map): New keymap.
3313         (wl-message-header-narrowing-widen-map): New keymap.
3314         (wl-message-header-narrowing-again-at-mouse): New function.
3315         (wl-message-header-narrowing-1): Ditto.
3316         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3317         (wl-message-header-narrowing-setup): Ditto.
3318         (wl-message-header-narrowing-toggle): Ditto.
3319         
3320         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3321
3322         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3323         'flag as all.
3324         (wl-use-flag-folder-help-echo): New user option.
3325
3326         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3327         wl-summary-highlight as nil.
3328         (wl-summary-set-mark-modified): Follow the API change.
3329         (wl-summary-mark-modified-p): Ditto.
3330         (wl-summary-mark-as-read-all): Ditto.
3331         (wl-summary-sync-marks): Don't call
3332         elmo-folder-list-messages-with-global-mark.
3333         (wl-summary-mark-as-read-internal): Follow the API change.
3334         (wl-summary-mark-as-answered-internal): Ditto.
3335         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3336         Follow the API change.
3337         (wl-summary-create-line): Call with number argument.
3338         (wl-summary-reply): Follow the API change.
3339
3340         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3341         function.
3342         (wl-highlight-summary-line-string): Call it when
3343         wl-use-flag-folder-help-echo is non-nil.
3344         (wl-highlight-summary-current-line): Ditto.
3345         (elmo-flag-folder-referrer): Added autoload setting.
3346
3347         * wl-draft.el (wl-draft-kill): Follow the API change.
3348
3349         * Version number is increased to 2.11.14.
3350         
3351 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3354
3355 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3356
3357         * Version number is increased to 2.11.13.
3358
3359 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3360
3361         * wl-draft.el (wl-draft-previous-history-element): Fixed
3362         unbalanced parenthesis and bind unbound local variables.
3363
3364 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3365
3366         * wl-draft.el (wl-draft-previous-history-element): New function.
3367         (wl-draft-next-history-element): Ditto.
3368         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3369         them to M-p and M-n.
3370
3371 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3372
3373         * Version number is increased to 2.11.12.
3374
3375 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3376
3377         * wl-draft.el (wl-draft-hide): Select buffer-window.
3378
3379 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3380
3381         * wl-summary.el (wl-summary-narrow-to-region): New function.
3382         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3383         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3384         (wl-summary-save-region): Use it.
3385         * wl-action.el (wl-summary-collect-numbers-region)
3386         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3387
3388 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3389
3390         * wl-folder.el (wl-folder-count-incorporates): Don't use
3391         `elmo-msgdb-mark-load'
3392
3393         * Version number is increased to 2.11.11.
3394
3395 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3396
3397         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3398         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3399
3400 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3401
3402         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3403
3404 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * Version number is increased to 2.11.10.
3407
3408 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-mime.el (wl-draft-attribute-value): Fixed.
3411
3412 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3413
3414         * wl-util.el (wl-copy-local-variables): New function.
3415
3416         * wl-mime.el (wl-draft-attribute-recipients): New function.
3417         (wl-draft-attribute-envelope-from): Ditto.
3418         (wl-draft-attribute-smtp-posting-server): Ditto.
3419         (wl-draft-attribute-smtp-posting-port): Ditto.
3420         (wl-draft-attribute-value): Ditto.
3421         (wl-draft-preview-message): Use it to get value for
3422         attributes. Reflect result of `wl-draft-config'.
3423
3424         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3425         and call `wl-summary-mark-as-read' before to call
3426         `wl-summary-unset-mark'.
3427         (wl-summary-target-mark-mark-as-unread): Likewise.
3428         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3429
3430 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3431
3432         * wl-mime.el (wl-draft-preview-message): Use actual value for
3433         attributes; Fix for small window.
3434
3435 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3436
3437         * wl-refile.el (wl-refile-get-field-value): Call
3438         `elmo-message-entity-field' with 3rd argument is non-nil.
3439
3440 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-vars.el (wl-draft-preview-attributes): New user option.
3443         (wl-draft-preview-attributes-list): Ditto.
3444         (wl-draft-preview-attributes-buffer-lines): Ditto.
3445         (wl-draft-preview-attributes-buffer-name): Ditto.
3446
3447         * wl-mime.el (wl-draft-preview-message): Display attributes.
3448
3449 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3450
3451         * wl-summary.el (wl-summary-detect-mark-position): Bind
3452         wl-summary-flag-priority-list to '(new).
3453
3454 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3455
3456         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3457         funtion.
3458         (wl-highlight-summary-line-string): Use it.
3459         (wl-highlight-summary-current-line): Ditto.
3460
3461 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3464         line even when the mark string is not changed.
3465
3466         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3467         argument change in the wl-summary-create-line.
3468         (wl-thread-insert-entity-sub): Ditto.
3469
3470         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3471         argument change in the wl-summary-create-line.
3472         (wl-summary-insert-sequential): Ditto.
3473         (wl-summary-update-thread): Ditto.
3474         (wl-summary-persistent-mark-string): New inline function.
3475         (wl-summary-message-mark): Use it.
3476         (wl-summary-create-line): Abolish argument wl-persistent-mark
3477         and added wl-flags, wl-cached.
3478
3479         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3480         mark to flags.
3481         (wl-highlight-summary-current-line): Decide the face not by the 
3482         persistent mark but flags.
3483
3484 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3485
3486         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3487         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3488         wl-summary-read-uncached-mark): Revive.
3489         (wl-summary-answered-cached-mark,
3490         wl-summary-answered-uncached-mark): New user option.
3491         (wl-summary-score-marks): Follow the change above.
3492         (wl-summary-auto-refile-skip-marks): Ditto.
3493         (wl-summary-incorporate-marks): Ditto.
3494         (wl-summary-expire-reserve-marks): Ditto.
3495         (wl-summary-flag-priority-list): New user option.
3496
3497         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3498         changes.
3499         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3500         of elmo-message-mark.
3501         (wl-summary-mark-as-read-internal): Ditto.
3502         (wl-summary-mark-as-answered): Ditto.
3503         (wl-summary-mark-as-important): Ditto.
3504         (wl-summary-redisplay-internal): Ditto.
3505         (wl-summary-redisplay-no-mime-internal): Ditto.
3506         (wl-summary-message-mark): New function.
3507         (wl-summary-insert-sequential): Use wl-summary-message-mark
3508         instead of elmo-message-mark.
3509         (wl-summary-update-thread): Ditto.
3510         (wl-summary-persistent-mark): Ditto.
3511         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3512         instead of elmo-message-mark.
3513
3514         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3515         wl-summary-message-mark instead of elmo-message-mark.
3516         (wl-thread-insert-entity-sub): Ditto.
3517         (wl-thread-get-children-msgs-uncached): Ditto.
3518
3519         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3520         variable name changes.
3521         (wl-highlight-summary-current-line): Ditto.
3522
3523         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3524         wl-summary-message-mark instead of elmo-message-mark.
3525
3526         * wl-expire.el (wl-expire-message-p): Ditto.
3527
3528         * wl-score.el (wl-score-headers): Ditto.
3529
3530         * Version number is increased to 2.11.9.
3531
3532         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3533         (wl-summary-sync-update): Follow the change above.
3534         (wl-summary-switch-to-clone-buffer): Ditto.
3535         (wl-summary-open-folder): Ditto.
3536
3537 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3538
3539         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3540         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3541
3542         * Version number is increased to 2.11.8.
3543
3544         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3545
3546         * wl-expire.el (wl-expire-refile): Follow the API change on
3547         `elmo-folder-move-messages'.
3548         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3549
3550         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3551         (wl-summary-exec-action-refile): Ditto.
3552         (wl-summary-exec-action-copy): Ditto.
3553         (wl-summary-no-auto-refile-message-p): No use
3554         `wl-summary-buffer-msgdb'.
3555         (wl-summary-auto-refile): Ditto.
3556
3557 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3558
3559         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3560
3561 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-summary.el (wl-summary-sync): Treat no-sync.
3564
3565         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3566         (wl-default-sync-range): Ditto.
3567
3568 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3569
3570         * wl-refile.el (wl-refile-subject-learn): Call
3571         `elmo-message-entity-field' with 3rd argument is non-nil.
3572         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3573         instead of `elmo-msgdb-overview-entity-get-subject'.
3574
3575 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3578         scan-type is rescan.
3579         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3580         new optional argument force is non-nil.
3581         (wl-summary-save-view-cache): Call it with force argument non-nil.
3582
3583         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3584
3585 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * wl-action.el (wl-summary-print-argument): Fixed last change.
3588
3589 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3592         simplified.
3593         (wl-summary-target-mark-mark-as-unread): Likewise.
3594         (wl-summary-target-mark-mark-as-important): Likewise.
3595
3596 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3597
3598         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3599         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3600         (wl-summary-mark-as-important-region): Change accordingly.
3601         (wl-summary-target-mark-mark-as-important): Ditto.
3602
3603 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3604
3605         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3606
3607         * wl-action.el (wl-summary-print-argument): Print argument to
3608         right side of window if `wl-summary-print-argument-within-window'
3609         is non-nil.
3610
3611 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-action.el (wl-summary-set-mark): Use
3614         `wl-summary-message-visible-p' to check visibility of the message
3615         and jump to message only when the message line is visible and have
3616         different number; Call wl-summary-unset-mark with number argument.
3617         (wl-summary-unset-mark): 
3618         Use `wl-summary-message-visible-p'
3619         to check visibility of the message and jump to message only when
3620         the message line is visible and have different number;
3621
3622 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * Version number is increased to 2.11.7.
3625
3626         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3627         and wl-folder-summary-line-format.
3628
3629         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3630         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3631         (wl-summary-set-score-mark): Use it.
3632         (wl-summary-target-mark-mark-as-read): Ditto.
3633         (wl-summary-target-mark-mark-as-unread): Ditto.
3634         (wl-summary-target-mark-mark-as-important): Ditto.
3635         (wl-summary-target-mark-msgs): Simplified.
3636         (wl-summary-detect-mark-position): Fixed problem when
3637         summary-line-format no contain persisten/temp mark spec.
3638         (wl-summary-temp-mark): Ditto.
3639         (wl-summary-persistent-mark): Ditto.
3640         (wl-summary-update-persistent-mark): Ditto.
3641
3642         * wl-action.el (wl-summary-set-mark): Ditto.
3643         (wl-summary-unset-mark): Ditto.
3644         All other related portions are changed.
3645
3646 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * Version number is increased to 2.11.6.
3649
3650 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3651
3652         * wl-util.el (wl-current-message-buffer): Define as function;
3653         Don't use the value of wl-messge-buffer.
3654
3655         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3656         persistent mark.
3657
3658         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3659         no current message, cause an error.
3660
3661 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3662
3663         * wl-summary.el (wl-summary-set-message-modified): Use
3664         elmo-folder-set-message-modified instead of
3665         elmo-folder-set-message-modified-internal.
3666
3667 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3670         interactively.
3671         (wl-summary-sync): nokill->entirely.
3672         (wl-summary-sync-marks): Fixed message.
3673         (wl-summary-input-range): Added mark, nokill->entirely.
3674
3675         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3676         messages as read.
3677
3678 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3679
3680         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3681         update-noscore.
3682         (wl-summary-sync): Follow the change above.
3683
3684 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-action.el (wl-summary-target-mark-all): Use
3687         elmo-folder-list-messages.
3688
3689 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3690
3691         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3692         (wl-summary-rescan): Set wl-summary-scored as nil.
3693         (wl-summary-sync-force-update): Follow the change above.
3694         (wl-summary-sync): Ditto.
3695         (wl-summary-sync-update): Added argument disable-killed.
3696         (wl-summary-insert-headers): Set visible-only argument for
3697         elmo-folder-list-messages.
3698         (wl-summary-input-range): Added update-nokill, update-noscore,
3699         all-nokill, all-noscore and mark.
3700
3701         * Version number is increased to 2.11.5.
3702
3703         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3704
3705 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3706
3707         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3708         (wl-summary-prefetch-region-no-mark): Change accordingly.
3709         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3710
3711 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3712
3713         * wl-address.el (wl-complete-field-to): Abolished.
3714         (wl-complete-address): Completion function for completing-read.
3715         * wl-action.el (wl-summary-get-resend-address): Use it.
3716
3717         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3718         wl-summary-update-mark and abolish unused argument.
3719         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3720         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3721         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3722         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3723         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3724         * wl-draft.el (wl-draft-kill): Ditto.
3725
3726         * wl-summary.el: Remove unused binding of case-fold-search.
3727         (wl-summary-replace-status-marks): Abolished.
3728
3729 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3732         is specified or folder length is zero.
3733
3734 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3737         (wl-folder-archive-current-entity): Ditto.
3738
3739 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3740
3741         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3742         retrieving message mark.
3743         (wl-summary-redisplay-internal): Ditto.
3744
3745         * wl-message.el (wl-message-buffer-display): Ignore errors while
3746         retrieving message-id field.
3747
3748         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3749         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3750         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3751         order of the arguments for `wl-expire-message-p'.
3752         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3753
3754         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3755         Check return value of wl-summary-reply.
3756         (wl-summary-reply): Recover window configuration when an error occured.
3757
3758 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3759
3760         * wl-summary.el (wl-summary-resend-message): Abolished, the
3761         feature is inherited by wl-summary-resend (put resend mark).
3762
3763 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3764
3765         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3766         wl-message-buffer to nil when the message is hide.
3767
3768 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3769
3770         * .cvsignore: New file.
3771
3772 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3773
3774         * wl-action.el (wl-summary-action-docstring): Add more info.
3775         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3776         duplicate definition.
3777         (wl-summary-define-mark-action): Functions wl-summary-*-region
3778         keep current position.
3779         (wl-summary-unregister-target-mark): Store result to the variable.
3780
3781 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * Version number is increased to 2.11.4.
3784
3785 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3786
3787         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3788         wl-summary-delete-all-temp-marks.
3789         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3790
3791         * wl-action.el (wl-summary-set-mark): Changed terminology
3792         refile-destination -> action-argument.
3793         (wl-summary-unset-mark): Ditto.
3794         (wl-summary-remove-argument): Ditto.
3795         (wl-summary-print-argument): Ditto.
3796
3797         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3798         (wl-thread-remove-argument-region): Ditto.
3799         (wl-thread-print-argument-region): Ditto.
3800         (wl-thread-close): Ditto.
3801         (wl-thread-open): Ditto.
3802
3803         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3804         (wl-highlight-refile-destination-face is abolished)
3805         (wl-highlight-action-argument-string): Ditto.
3806         (wl-highlight-summary-current-line): Highlight action argument.
3807
3808         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3809         color for light backgrounds.
3810         (wl-highlight-summary-answered-face): Ditto.
3811
3812 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3813
3814         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3815
3816         * wl-score.el (wl-summary-score-update-all-lines): Use
3817         wl-summary-set-mark.
3818         (wl-summary-score-update-all-lines): Kill expunged messages.
3819
3820         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3821
3822 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3823
3824         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3825         directly.
3826         (wl-score-overview-entity-get-lines): Ditto.
3827         (wl-score-overview-entity-get-xref): Ditto.
3828         (wl-score-get-latest-msgs): Ditto.
3829         (wl-summary-rescore): Ditto.
3830
3831         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3832         to "&".
3833         (wl-summary-mark-as-answered-internal): New inline function.
3834         (wl-summary-mark-as-answered): New function.
3835         (wl-summary-mark-as-unanswered): Ditto.
3836         (wl-summary-sync-marks): Modified for answered-mark synching.
3837
3838 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3839
3840         * wl-action.el (wl-summary-set-mark): Fixed last change.
3841
3842 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3843
3844         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3845         behavior of wl-summary-unread-message-hook
3846         (Pointed out by akira yamada <akira@arika.org>).
3847
3848 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3849
3850         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3851         wl-summary-delete.
3852         * wl-xmas.el (wl-summary-toolbar): Ditto.
3853
3854         * wl-action.el (wl-summary-set-mark): Don't override current
3855         temp-mark.
3856
3857         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3858
3859 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3862         (wl-refile-msgid-learn): Ditto.
3863         (wl-refile-get-field-value): Ditto.
3864
3865         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3866
3867         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3868         (wl-expire-delete-reserved-messages): Renamed from
3869         wl-expire-reserve-marked-msgs-from-list.
3870         (wl-expire-delete): Removed argument `msgdb'.
3871         (wl-expire-refile): Ditto.
3872         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3873         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3874         mark-alist as argument.
3875         (wl-expire-archive-number1): Removed argument `msgdb'.
3876         (wl-expire-archive-number2): Ditto.
3877         (wl-expire-archive-date): Ditto.
3878         (wl-expire-localdir-date): Ditto.
3879         (wl-expire-hide): Ditto.
3880         (wl-archive-number1): Ditto.
3881         (wl-archive-number2): Ditto.
3882         (wl-archive-date): Ditto.
3883         (wl-archive-folder): Ditto.
3884         All other related portions are changed.
3885
3886 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3887
3888         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3889         mean move up and down. (suggested by Takashi Kawachi)
3890
3891 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3892
3893         * wl-acap.el (toplevel): Don't require un-define.
3894
3895 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3896
3897         * wl-thread.el (wl-thread-delete-message): Always update
3898         wl-summary-buffer-number-list.
3899
3900         * wl-action.el (wl-summary-print-destination): 
3901         Do nothing when folder is nil.
3902
3903 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3904
3905         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3906         persistent mark when prefetch is succeeded.
3907
3908 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3911         instead of elmo-msgdb-delete-msgs.
3912         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3913         (wl-expire-hide): Ditto.
3914
3915         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3916
3917         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3918         elmo-msgdb interface.
3919         (wl-thread-get-exist-children): Likewise.
3920         (wl-thread-insert-message): Likewise.
3921         (wl-thread-msg-mark-as-important): Likewise.
3922         (wl-thread-insert-entity-sub): Likewise.
3923         (wl-thread-get-children-msgs-uncached): Likewise.
3924
3925         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3926         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3927         (wl-summary-sync-update): Likewise.
3928         (wl-summary-auto-select-msg-p): Likewise.
3929         (wl-summary-update-thread): Likewise.
3930         (wl-summary-mark-as-important): Likewise.
3931         (wl-summary-jump-to-msg-internal): Likewise.
3932         (wl-summary-redisplay-internal): Likewise.
3933         (wl-summary-print-message-with-ps-print): Likewise.
3934         (wl-summary-folder-info-update): Likewise.
3935
3936         * wl-folder.el (wl-folder-check-one-entity):
3937         elmo-folder-count-flags instead of wl-summary-count-unread.
3938
3939         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3940
3941         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3942
3943         * wl-summary.el (wl-summary-set-message-modified): 
3944         Call wl-summary-set-mark-modified.
3945         (wl-summary-delete-messages-on-buffer): Call
3946         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3947         (wl-summary-sync-update): Call elmo-folder-length instead of
3948         elmo-folder-messages.
3949         (wl-summary-insert-headers): Don't call
3950         elmo-folder-list-message-entities.
3951
3952 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3953
3954         * wl-action.el (wl-summary-define-mark-action): Call
3955         `wl-summary-set-mark' with argument `data'.
3956         (wl-summary-auto-refile): Fixed order of arguments when call
3957         `wl-summary-refile'.
3958
3959 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3960
3961         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3962
3963         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3964
3965         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3966         (Renamed from wl-highlight-summary-deleted-face).
3967         (wl-highlight-summary-resend-face): New face.
3968
3969         (wl-highlight-summary-deleted-face): Renamed from
3970         wl-highlight-summary-erased-face.
3971
3972         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3973
3974         * wl-action.el (wl-summary-get-resend-address): New function.
3975         (wl-summary-exec-action-resend): Ditto.
3976         (wl-summary-exec-action-resend-subr): Ditto.
3977
3978         * w-thread.el (wl-thread-copy): Removed definition.
3979         (wl-thread-refile): Ditto.
3980         (wl-thread-delete): Ditto.
3981         (wl-thread-target-mark): Ditto.
3982
3983         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3984         (wl-summary-target-mark-set-action): Fixed.
3985         (wl-summary-define-mark-action): Fixed quotation.
3986         (wl-summary-move-mark-list-messages): Display message.
3987         (wl-summary-define-mark-action): Define thread functions.
3988         (wl-summary-exec-action-refile): Changed message.
3989         (wl-summary-exec): Ditto.
3990
3991 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3992         
3993         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3994         '%%'.
3995
3996 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3997
3998         * wl.el (toplevel): Require wl-action.
3999         (wl-init): Call wl-summary-define-mark-action.
4000
4001         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4002
4003         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4004         wl-summary-delete and wl-summary-erase.
4005         (wl-summary-mode-map): Ditto.
4006
4007         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4008         wl-delete-folder-alist.
4009
4010         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4011         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4012         (toplevel): Moved mark & action related functions to the wl-action.el.
4013
4014         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4015         in wl-summary-mark-action-list.
4016         (wl-highlight-summary-current-line): Ditto.
4017
4018         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4019         empty lines.
4020
4021         * wl-action.el: New file. 
4022
4023 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4024
4025         * wl-summary.el (wl-summary-target-mark-replace): New function.
4026         (wl-summary-target-mark-prefetch): Use it.
4027         (wl-summary-target-mark-delete): Ditto.
4028         (toplevel): Rearranged definition order.
4029         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4030         (wl-summary-target-mark-erase): Rewrite.
4031         (wl-summary-erase-region): New function.
4032         (wl-summary-exec-action-erase): Changed message.
4033         (wl-summary-move-mark-list-messages): New function.
4034         (wl-summary-exec-action-delete): Use it.
4035         (wl-summary-exec-action-erase): Ditto.
4036
4037         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4038         (wl-summary-skip-mark-list): Added "d".
4039
4040         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4041         while searching.
4042
4043         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4044         and define using defcustom;
4045         Define 4th element as a face.
4046         
4047         * wl-summary.el (wl-summary-incorporate): Use 
4048         `wl-summary-prefetch-region-no-mark' instead of
4049         `wl-summary-prefetch-region'.
4050         (wl-summary-prefetch-region-no-mark): Revival of old
4051         `wl-summary-prefetch-region'.
4052         (wl-summary-mark-action-list): Moved to wl-vars.el
4053
4054         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4055         face according to the `wl-summary-mark-action-list'.
4056         (wl-highlight-summary-current-line): Ditto;
4057         Removed destination highlighting.
4058
4059         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4060         (wl-highlight-summary-line-string): Highlight for "i" mark.
4061         (wl-highlight-summary-current-line): Ditto.
4062
4063         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4064         no destination.
4065
4066         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4067         exists, just go ahead.
4068         (wl-summary-prefetch-region): Rewrite.
4069         (wl-summary-prefetch): Ditto.
4070         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4071         (wl-summary-exec-action-prefetch): New function.
4072         (wl-summary-target-mark-prefetch): Rewrite.
4073
4074 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4075
4076         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4077         (wl-highlight-summary-line-string): Added "d" and "D".
4078         (wl-highlight-summary-current-line): Ditto.
4079
4080         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4081         in wl-summary.el.
4082         (wl-thread-insert-entity-sub): Ditto.
4083         (wl-thread-remove-destination-region): Ditto.
4084         (wl-thread-print-destination-region): Ditto.
4085
4086         * wl-summary.el (wl-summary-buffer-refile-list,
4087         wl-summary-buffer-delete-list,
4088         wl-summary-buffer-copy-list): Abolish.
4089         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4090         All other related portions are changed.
4091         (wl-summary-mark-action-list): New variable.
4092         (wl-summary-set-mark): New function.
4093         (wl-summary-register-target-mark): Ditto.
4094         (wl-summary-unregister-target-mark): Ditto.
4095         (wl-summary-have-target-mark-p): Ditto.
4096         (wl-summary-register-temp-mark): Ditto.
4097         (wl-summary-unregister-temp-mark): Ditto.
4098         (wl-summary-registered-temp-mark): Ditto.
4099         (wl-summary-collect-temp-mark): Ditto.
4100         (wl-summary-unset-mark): Ditto.
4101         (wl-summary-set-target-mark): Ditto.
4102         (wl-summary-unset-target-mark): Ditto.
4103         (wl-summary-set-action-generic): Ditto.
4104         (wl-summary-unset-action-generic): Ditto.
4105         (wl-summary-exec-action-delete): Ditto.
4106         (wl-summary-exec-action-erase): Ditto.
4107         (wl-summary-set-action-refile): Ditto.
4108         (wl-summary-set-action-refile-subr): Ditto.
4109         (wl-summary-unset-action-refile): Ditto.
4110         (wl-summary-make-destination-numbers-list): Ditto.
4111         (wl-summary-exec-action-refile): Ditto.
4112         (wl-summary-set-action-copy): Ditto.
4113         (wl-summary-unset-action-copy): Ditto.
4114         (wl-summary-exec-action-copy): Ditto.
4115         (wl-summary-collect-numbers-region): Ditto.
4116         (wl-summary-delete): Rewrite.
4117         (wl-summary-erase): Ditto.
4118         (wl-summary-remove-destination): Ditto.
4119         (wl-summary-exec): Ditto.
4120         (wl-summary-exec-region): Ditto.
4121         (wl-summary-target-mark-erase): Ditto.
4122         (wl-summary-refile): Ditto.
4123         (wl-summary-copy): Ditto.
4124         (wl-summary-unmark): Ditto.
4125         (wl-summary-delete-all-mark): Ditto.
4126         (wl-summary-mark-line): Don't highlight.
4127         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4128         (wl-summary-target-mark-refile-subr): Rewrite.
4129
4130         (wl-summary-copy-prev-destination): Abolish.
4131
4132 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4133
4134         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4135         default values along the value of wl-on-mule.
4136         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4137         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4138         It is not used anywhere.
4139
4140 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4141
4142         * wl-summary.el (wl-summary-print-destination): Keep position.
4143         (wl-summary-cursor-move-surface): Keep horizontal position.
4144
4145 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4146
4147         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4148         write sendlog.
4149
4150 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4151
4152         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4153         `wl-summary-highlight'.
4154
4155 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4156
4157         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4158         trivial condition for temp-mark.
4159
4160 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4161
4162         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4163         when it hits killed buffer.
4164
4165 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4166
4167         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4168         * wl-news.el.in: `message' and `error' take format string.
4169
4170 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4171
4172         * wl-folder (wl-folder-insert-entity): Display a message,
4173         `...done', when the work finish.
4174         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4175
4176 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4177
4178         * wl-message.el (wl-message-redisplay): Remove unused local
4179         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4180
4181 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4182
4183         * wl-summary.el (wl-summary-replace-status-marks): Disable
4184         interactive use.
4185         (wl-summary-reedit): Check message existence at first.
4186         (wl-summary-mark-line): Fix doc, return value is indefinite.
4187
4188         * wl-highlight.el (wl-highlight-message): Arranged.
4189
4190         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4191         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4192         check temp-mark by wl-summary-temp-mark always.
4193         (wl-highlight-summary): Change accordingly.
4194         * wl-summary.el (wl-summary-mark-as-read-all)
4195         (wl-summary-delete-cache, wl-summary-set-score-mark)
4196         (wl-summary-mark-as-unread, wl-summary-unmark)
4197         (wl-summary-mark-line, wl-summary-mark-as-read)
4198         (wl-summary-mark-as-important): Ditto.
4199
4200         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4201         end of the window if possible.
4202         * wl-summary.el (wl-summary-sync-update): Support lazy
4203         highlighting.
4204         (wl-summary-toggle-disp-msg): Ditto.
4205
4206 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4207
4208         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4209
4210 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4211
4212         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4213         change.
4214
4215 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4218         API.
4219         (wl-summary-sync-update): Ditto.
4220
4221         * wl-score.el (wl-score-get-score-alist): Changed argument.
4222         (wl-summary-rescore-msgs): Likewise.
4223         (wl-summary-score-headers): Likewise.
4224         (wl-score-headers): Likewise;
4225         Use elmo-folder-do-each-message-entity, etc.
4226         (wl-summary-score-effect): Follow the changes above.
4227         (wl-summary-rescore): Ditto.
4228         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4229         (wl-score-get-overview): Abolish.
4230
4231         * wl-summary.el (wl-summary-default-from): Follow the API change in
4232         elmo-msgdb.
4233         (wl-summary-count-unread): Ditto.
4234         (wl-summary-detect-mark-position): Ditto.
4235         (wl-summary-overview-entity-compare-by-date): Ditto.
4236         (wl-summary-overview-entity-compare-by-number): Ditto.
4237         (wl-summary-overview-entity-compare-by-from): Ditto.
4238         (wl-summary-overview-entity-compare-by-subject): Ditto.
4239         (wl-summary-get-list-info): Ditto.
4240         (wl-summary-rescan): Ditto.
4241         (wl-summary-jump-to-msg-by-message-id): Ditto.
4242         (wl-summary-sync-update): Ditto; Removed comment.
4243         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4244         (wl-summary-insert-message): Use wl-summary-insert
4245         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4246         (wl-summary-insert-headers): Changed argument overview to folder.
4247         (wl-summary-search-by-subject): Likewise.
4248         (wl-summary-insert-thread): Renamed from 
4249         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4250
4251         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4252         too.
4253
4254         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4255         wl-string-member.
4256
4257 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4258
4259         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4260         elmo-folder-append-buffer.
4261         (wl-draft-queue-append): Likewise.
4262
4263         * wl-mime.el (wl-message-delete-current-part): Ditto.
4264         (wl-summary-burst-subr): Ditto.
4265
4266         * wl-news.el.in (wl-news-send-news): Ditto.
4267
4268 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4271         function.
4272         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4273         (wl-summary-update-mark): Enclose with save-excursion.
4274         (wl-summary-mark-as-read-internal): Fixed last change.
4275         (wl-summary-mark-as-important): Use 3rd argument of
4276         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4277         Don't use elmo-msgdb-set-mark.
4278         (wl-summary-redisplay-internal): If msgdb flag is already read,
4279         just update the mark on buffer.
4280
4281 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4282
4283         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4284         cut visible folder when elmo-folder-delete returns non-nil value.
4285
4286 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4287
4288         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4289         by Kenichi OKADA <okada@opaopa.org>).
4290
4291 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4292
4293         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4294
4295 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4296
4297         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4298         Fixed the last change, search group entity by its real name.
4299         (Thanks to: KOBAYASHI Shinji)
4300
4301 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4302
4303         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4304         (wl-fldmgr-access-display-all): Don't refer visible name.
4305         * wl-expire.el (wl-folder-archive-current-entity)
4306         (wl-folder-expire-current-entity): Ditto.
4307         * wl-folder.el (wl-folder-jump-to-current-entity)
4308         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4309         (wl-folder-open-folder-sub,wl-folder-open-all)
4310         (wl-folder-write-current-folder): Ditto.
4311         (wl-folder-insert-entity): Don't use petname for normal group.
4312         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4313         is the real name.
4314         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4315         Abolished.
4316
4317 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4318
4319         * wl-draft.el (wl-draft-create-buffer): Add
4320         `wl-summary-reply-with-citation'
4321
4322 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4323
4324         * wl-draft.el (wl-draft-reply): Fixed.
4325
4326 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4329         when `wl-draft-send-confirm-with-preview' is non-nil.
4330         You can scroll up/down by j/k.
4331         (wl-draft-send-confirm-with-preview): New variable (default=t).
4332
4333 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4336         (wl-fldmgr-save-folders): Fix comment.
4337
4338 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4339
4340         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4341         along the last change in `wl-folder-buffer-group-p'.
4342
4343 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4344
4345         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4346         folder.
4347
4348         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4349         the default value.
4350
4351         * wl-mime.el (wl-summary-burst): Update summary only when target
4352         folder equals current folder.
4353
4354 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4357
4358 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4361         value.
4362
4363 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4366         `map-extents' instead of `extent-at' repeatedly.
4367         (wl-highlight-folder-current-line): Ditto.
4368
4369         * wl-highlight.el: Remove useless dummy functions.
4370
4371 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4374         (wl-folder-put-folder-property): New function to put text property.
4375         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4376         (wl-folder-insert-entity, wl-folder-update-diff-line)
4377         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4378         * wl-e21.el, wl-xmas.el, wl-mule.el
4379         (wl-highlight-folder-current-line): Ditto.
4380         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4381         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4382         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4383         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4384
4385 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * Version number is increased to 2.11.3.
4388
4389 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4390
4391         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4392         Resume current-buffer since it is assumed by remaining tasks.
4393
4394 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4397         (wl-folder-completion-function): Abolished.
4398         (wl-folder-complete-folder): New function.
4399         (wl-folder-complete-filter-condition): Ditto.
4400         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4401         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4402
4403 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-draft.el (wl-draft-send-confirm): New function.
4406         (wl-draft-send): Use it.
4407
4408         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4409         cursor-in-echo-area while confirming.
4410
4411         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4412
4413         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4414         searching via nntp if wl-summary-search-via-nntp is 'force.
4415         Otherwise, invoke searching in nntp folder only.
4416         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4417
4418         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4419         explicitly for mime-make-text-tag.
4420
4421 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4422
4423         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4424         `mime-make-text-tag' instead of `mime-create-tag'.
4425
4426 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4427
4428         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4429         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4430
4431 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-score.el (wl-score-save): Bind print-length and print-level.
4434         (wl-score-pretty-print): Ditto.
4435         (wl-score-edit-insert-header-entry): Ditto.
4436
4437         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4438         "From" entry to be treated with wl-draft-eword-encode-address-list.
4439         * wl-mime.el (wl-draft-preview-message): Ditto.
4440
4441         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4442         (wl-summary-mark-as-unread): Ditto.
4443         (wl-summary-mark-as-read-region): Change accordingly.
4444         (wl-summary-mark-as-unread-region): Ditto.
4445         (wl-summary-target-mark-mark-as-read): Ditto.
4446         (wl-summary-target-mark-mark-as-unread): Ditto.
4447
4448 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * Version number is increased to 2.11.2.
4451
4452 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-news.el.in (wl-news-previous-version-save): Bind
4455         print-length and print-level.
4456         * wl-thread.el (wl-thread-save-entities): Ditto.
4457         (wl-thread-save-top-list): Bind print-length.
4458
4459 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-highlight.el (wl-highlight-summary-line-string): Use
4462         wl-summary-score-below-mark, wl-summary-score-over-mark.
4463         (wl-highlight-summary-current-line): Ditto.
4464
4465 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4466
4467         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4468         insert it.
4469
4470 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4471
4472         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4473
4474 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4477         message without msgid.
4478         Rewrite with elmo-folder-move-messages.
4479         Set wl-message-buffer to nil.
4480
4481         * wl-summary.el (wl-summary-erase-subr): New function. Use
4482         elmo-folder-move-messages.
4483         (wl-summary-erase): Call it.
4484         (wl-summary-target-mark-erase): Ditto.
4485
4486 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4489         it is not up-tp-date.
4490
4491 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4492
4493         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4494         buffer after calling `wl-summary-goto-folder-subr' without the
4495         argument `interactive'.
4496         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4497
4498 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4499
4500         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4501         `mime-create-tag'. Use `string=' instead of `looking-at'.
4502
4503 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4506         to avoid compile warning.
4507
4508         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4509         entity-id when folder is given.
4510         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4511         save-excursion, use save-selected-window instead.
4512         Select folder buffer window if exists.
4513         (To correct behavior with wl-folder-move-cur-folder.)
4514
4515 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4516
4517         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4518
4519 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4520
4521         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4522         list-count instead of %d.
4523
4524 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4527         (wl-news): Set it.
4528         (wl-news-append-to-folder): Use it.
4529
4530         * wl-news.el.in (wl-news-send-news): Append to specified folder
4531         instead of wl-default-folder.
4532         (wl-news-append-to-folder): Show error message with specified folder.
4533
4534         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4535                 In most major modes, Emacs assumes that any opening
4536                 delimiter found at the left margin is the start of a
4537                 top-level definition, or defun. Therefore, *never put an
4538                 opening delimiter at the left margin unless it should have
4539                 that significance.*
4540
4541         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4542
4543 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4544
4545         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4546
4547 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4548
4549         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4550
4551 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4552
4553         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4554         for sequential numbering case.
4555
4556 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4557
4558         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4559         value.
4560         (wl-draft-reply-without-argument-list): Ditto.
4561         (wl-draft-reply-myself-with-argument-list): Abolish.
4562         (wl-draft-reply-myself-without-argument-list): Ditto.
4563         * wl-draft.el (wl-draft-self-reply-p): New function.
4564         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4565
4566 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4569         (avoid error for the case without byte-compiling)
4570
4571 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * wl-news.el.in (wl-news-append-to-folder): New function.
4574         (wl-news-exit): Rewrite.
4575         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4576
4577 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * wl-draft.el (wl-draft-reply-position): New function.
4580         (wl-draft-reply-position): Fix.
4581         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4582         (wl-summary-target-mark-reply-with-citation): Ditto.
4583         (wl-summary-reply-with-citation): Ditto.
4584         * wl-vars.el (wl-draft-reply-default-position): New variable.
4585
4586 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-draft.el (wl-draft-send): Preview when interactive send.
4589
4590 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4591
4592         * wl-draft.el (wl-draft-reply): Set default position.
4593         * wl-summary.el (wl-summary-reply): Ditto.
4594         (wl-summary-reply-with-citation): Ditto.
4595         (wl-summary-target-mark-reply-with-citation): Ditto.
4596
4597 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-news.el.in (wl-news-lang): Set default value according to
4600         current-language-environment.
4601         (wl-news-append-news): Do nothing when news-list is nil.
4602
4603 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4606         (wl-news): Change message.
4607         (wl-news-exit): Check buffer.
4608         (wl-news-force-exit): New function.
4609         (wl-news-show-all): New function.
4610         (wl-news-discard-and-exit): Fix.
4611
4612 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4615         according to current-language-environment.
4616
4617         * wl-news.el.in (wl-news): If arg, show all NEWS after
4618         wl-news-default-previous-version.
4619
4620 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-news.el.in (wl-news-check): Rewritten.
4623         (wl-news-previous-version-load): Change data type.
4624         (wl-news-previous-version-save): Change data type.
4625         (wl-news-append-news): Add return value.
4626         (wl-news-check-news): New function.
4627         (wl-news-already-current-p): New function.
4628         (wl-news-send-news): Rewritten.
4629         (wl-news-mode-map): Add new keybind.
4630         (wl-news): Rewritten.
4631         (wl-news-exit): Rewritten.
4632         (wl-news-discard-and-mail): New function.
4633         (wl-news-send-to-address): Abolished.
4634         * wl.el (wl-init): Delete a message.
4635
4636 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-news.el.in (wl-news-exit): Update previous version.
4639         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4640
4641 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4644
4645 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4646
4647         * wl-news.el.in (wl-news): New function.
4648         (wl-news-mode): New function.
4649         (wl-news-next-line): New function.
4650         (wl-news-next-page): New function.
4651         (wl-news-exit): New function.
4652         (wl-news-buf-name): New variable.
4653         (wl-news-mode-map): New variable.
4654         (wl-news-winconf): New variable.
4655         (wl-news-append-news): Add an option.
4656
4657 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4660
4661 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4662
4663         * wl-news.el.in (wl-news-send-to-address): New variable.
4664         (wl-news-send-news): Use it.
4665         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4666         Return updating status.
4667         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4668
4669 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4670
4671         * wl-news.el.in (wl-news-send-news): Delete
4672         Organization and X-Face.
4673
4674 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4675
4676         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4677         (wl-news-append-news): New function.
4678         (wl-news-send-news): New function.
4679
4680 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * Version number is increased to 2.11.1.
4683
4684 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4685
4686         * wl-news.el.in : New file.
4687
4688 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4689
4690         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4691         default value.
4692         (wl-draft-reply-without-argument-list): Ditto.
4693
4694 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4695
4696         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4697         (wl-message-buffer-prefetch-idle-time): Ditto.
4698         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4699
4700 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4701
4702         * wl-thread.el (wl-thread-insert-message): Use
4703         wl-summary-max-thread-depth.
4704
4705         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4706         loop detection.
4707
4708         * wl-message.el (wl-message-buffer-display): Back to the first page
4709         when cache is hit.
4710
4711 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4714
4715         * wl-summary.el (wl-summary-insert-thread-entity):
4716         If the thread depth is reached to wl-summary-max-thread-depth,
4717         divide the thread.
4718
4719 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4720
4721         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4722         for elmo-remove-passwd.
4723
4724 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4725
4726         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4727         folder is sticky.
4728         (wl-folder-mark-as-read-all-entity): Ditto.
4729         (wl-folder-prefetch-entity): Ditto.
4730
4731 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4732
4733         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4734
4735 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4736
4737         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4738         Delete messages on buffer for unplugged operation.
4739         (wl-summary-erase): Ditto.
4740
4741 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4744         take nil so as not to search parent by subject.
4745
4746 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4747
4748         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4749         (wl-folder-get-next-folder): Ditto.
4750         (wl-folder-get-path): Ditto.
4751
4752 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4755         system and encode the region with it before verifying.
4756
4757 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4760         system of the echo buffer before decoding.
4761
4762 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4765         original contents.
4766
4767 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4768
4769         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4770         with argument 'any-exists.
4771
4772 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4775         Use `wl-cs-autoconv'.
4776
4777 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4780         by `mime-view-automatic-conversion'.
4781
4782         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4783         (wl-message-verify-pgp-nonmime): Ditto.
4784         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4785         Bind them to C-c:d and C-c:v respectively.
4786
4787         Merge following code by Teranishi-san from [wl-en:00167].
4788         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4789         (wl-mime-preview-application/pgp-encrypted): Ditto.
4790         (wl-mime-setup): Add entry.
4791
4792 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-summary.el (wl-summary-target-mark-erase): New function.
4795         Bind it to "mD".
4796
4797 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4798
4799         * wl-vars.el (wl-draft-write-file-function): Fix.
4800         (wl-draft-reedit-hook): Changed default value.
4801
4802         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4803         wl-draft-reedit-hook.
4804         (wl-draft-remove-text-plain-tag): New function.
4805         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4806
4807         * wl-vars.el (wl-draft-write-file-function): New user option.
4808
4809         * wl-draft.el (wl-draft-prepare-edit): Use it for
4810         local-write-file-hooks.
4811         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4812
4813         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4814         (wl-draft-insert-mail-header-separator): Return the body beginning
4815         point.
4816         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4817         text/plain.
4818         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4819
4820 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4821
4822         * wl-summary.el (wl-summary-erase): New function to erase message
4823         without moving it to trash. Bind to "D".
4824
4825         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4826         as `keep' unless switch-function.
4827
4828 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4829
4830         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4831         message buffer by using `wl-summary-toggle-disp-msg'.
4832         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4833         buffer window.
4834         (wl-summary-supresedes-message): Ditto.
4835
4836         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4837         Do not delete other windows.
4838         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4839         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4840         (wl-draft-create-buffer): Set reply-or-forward also for target
4841         mark commands.
4842
4843 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4844
4845         * wl-draft.el (wl-user-agent-compose): Delete special case for
4846         switch-to-buffer-other-window.
4847
4848         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4849         (wl-summary-forward): Ditto.
4850
4851         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4852         function.
4853         (wl-draft-buffer-style): New use option.
4854
4855         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4856         (wl-draft): Follow the change above.
4857         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4858         wl-draft-buffer-style.
4859         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4860         switch-function.
4861
4862 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4863
4864         * wl-address.el (wl-address-make-completion-entry): Extracted from
4865         `wl-address-make-completion-list'.
4866         (wl-address-enable-strict-loading): New variable.
4867         (wl-address-make-completion-list): Revive petname duplication
4868         inquiry, and enable it if `wl-address-enable-strict-loading'.
4869         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4870
4871 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4872
4873         * wl-message.el (wl-message-get-original-buffer): Avoid
4874         'Selecting deleted buffer' error when original buffer is killed.
4875
4876 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-summary.el (wl-summary-next-message): Use
4879         elmo-message-accessible-p instead of elmo-message-cached-p.
4880
4881 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4884
4885         * wl-thread.el (wl-thread-open-all-unread): Use
4886         elmo-folder-list-flagged instead of
4887         elmo-folder-list-messages-mark-match.
4888
4889         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4890         instead of elmo-folder-list-messages-mark-match.
4891         (wl-summary-move-spec-alist): New variable.
4892         (wl-summary-move-spec-plugged-alist,
4893         wl-summary-move-spec-unplugged-alist): Abolish.
4894         (wl-summary-next-message): Follow the change above.
4895         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4896         with 'no-msg' argument.
4897
4898         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4899         variable.
4900         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4901         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4902         (wl-message-buffer-prefetch-get-next): Follow the change above.
4903
4904 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4905
4906         * wl-version.el (wl-version): Changed codename.
4907
4908         * Version number is increased to 2.11.0.
4909
4910 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4911
4912         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4913         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4914         `wl-draft-config-variables'.
4915         (wl-draft-kill): Fixed problem when the draft is reedit.
4916
4917 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4918
4919         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4920         buffer-modified status (Thanks to
4921         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4922
4923 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-util.el (wl-region-exists-p): New function.
4926
4927         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4928         Remove defvars for byte-compile warnings.
4929
4930 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4931
4932         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4933         defvar-maybe. Removed unused bind.
4934
4935 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4936
4937         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4938         summary buffer window before creating new frame.
4939         (wl-draft-reply): Ditto.
4940
4941 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4942
4943         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4944
4945 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4948
4949 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4950
4951         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4952         instead of `kill-region'.
4953
4954 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4957         (wl-highlight-summary-line-string): Use it.
4958         (wl-highlight-summary-current-line): Ditto.
4959
4960         * wl-mime.el (wl-message-delete-current-part): Check the class of
4961         mime-entity.
4962
4963         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4964
4965         * wl-summary.el (wl-summary-make-number-list): Initialize.
4966         (wl-summary-update-mark): New function.
4967         (wl-summary-reply): Put `answered' mark on the message.
4968         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4969
4970         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4971         (wl-draft-reply): Added optional argument `number';
4972         Set wl-draft-parent-number.
4973         (wl-draft-kill): Delete answered mark if it is a reply.
4974
4975 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4978         that originates in mime-preview-follow-current-entity.
4979         (wl-draft-yank-current-message-entity): Use it if region is active.
4980
4981         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4982         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4983         `wl-message-delete-current-part'.
4984         * wl-mule.el (wl-message-define-keymap): Ditto.
4985         * wl-xmas.el (wl-message-define-keymap): Ditto.
4986
4987 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4988
4989         * wl-mime.el (wl-message-delete-current-part): New function.
4990         (wl-mime-node-id-to-string): Ditto.
4991
4992         * wl-mime.el (wl-message-delete-current-part): Use existing
4993         original buffer which corresponds current mime-view buffer.
4994         (fetched buffer might have different structure, possibly)
4995
4996         * wl-mime.el (wl-message-delete-current-part): Quit if the
4997         message content differs from the actual message.
4998
4999 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5002         order.
5003         (wl-summary-search-by-subject): Search parent message from tail;
5004         Check the existence of the parent message on the current thread tree.
5005         (wl-summary-update-thread): Check whether the line is inserted.
5006
5007 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5008
5009         * wl-vars.el (wl-summary-line-format): Undo last change.
5010         * wl-summary.el (wl-summary-print-destination): Do not put
5011         invisible property when `wl-summary-width' is nil.
5012         (wl-summary-line-subject-minimum-length): Abolished.
5013         (wl-summary-line-subject): Ditto.
5014
5015 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl-vars.el (wl-summary-line-format): Change default value.
5018         (wl-summary-subject-length-limit): Abolished.
5019         * wl-summary.el (wl-summary-line-subject): Ditto.
5020
5021 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5022
5023         * wl-template.el (wl-template-select): Added optional argument.
5024         If optional argument is specified, reverse
5025         `wl-template-visible-select'.
5026
5027 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5030         Take prefix argument to force asking the destination folder.
5031
5032 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5035         count and update status.
5036
5037 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * wl-summary.el (wl-summary-redisplay-internal): If
5040         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5041         after fetching.
5042
5043 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5044
5045         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5046         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5047
5048         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5049
5050 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5053         (All other related portions are changed).
5054         (wl-summary-mark-as-read-all): Rewrite.
5055
5056 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5059         `wl-summary-mark-as-read'.
5060         (wl-summary-mark-as-unread): Rewrite.
5061         (wl-summary-mark-as-read): Added no-modeline argument.
5062         (wl-summary-resume-cache-status): Rewrite.
5063         (wl-summary-exec-subr): Remove unused local variable.
5064
5065 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5066
5067         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5068         logic to call `wl-summary-buffer-prev-folder-function'.
5069         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5070
5071 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5074         is nil.
5075
5076 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5077
5078         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5079         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5080         (wl-mime-setup): Add its entry.
5081
5082 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5085         (wl-summary-delete-cache): Likewise.
5086         (wl-summary-mark-as-read): Rewrite.
5087
5088 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5091         `wl-summary-count-unread'.
5092
5093         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5094
5095         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5096
5097 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5100         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5101         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5102         Renamed to the elmo-msgdb-*-mark.
5103         (wl-summary-score-marks): Follow the change above.
5104         (wl-summary-auto-refile-skip-marks): Ditto.
5105         (wl-summary-incorporate-marks): Ditto.
5106         (wl-summary-expire-reserve-marks): Ditto.
5107
5108         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5109         changes.
5110         (wl-thread-insert-top): Changed updating message.
5111
5112         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5113         variable.
5114         (wl-summary-count-unread): Count answered marks.
5115         (wl-summary-rescan): Call wl-summary-insert-message instead of
5116         wl-summary-append-message-func-internal.
5117         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5118         (wl-summary-prefetch-msg): Follow the variable name changes.
5119         (wl-summary-prefetch-region): Ditto.
5120         (wl-summary-mark-as-read-all): Follow the API changes;
5121         Don't call elmo-folder-replace-marks.
5122         (wl-summary-delete-cache): Follow the variable name changes.
5123         (wl-summary-resume-cache-status): Ditto.
5124         (wl-summary-update-status-marks): New function.
5125         (wl-summary-insert-message): New function.
5126         (wl-summary-sync-marks): Follow the variable name changes.
5127         (wl-summary-sync-update): Synchronize to the msgdb, too;
5128         Changed update messages.
5129         (wl-summary-make-number-list): Rewrite.
5130         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5131         (wl-summary-mark-as-unread): Follow the API changes.
5132         (wl-summary-exec-subr): Follow the variable name changes.
5133         (wl-summary-mark-as-read): Ditto.
5134         (wl-summary-move-spec-plugged-alist): Ditto.
5135         (wl-summary-move-spec-unplugged-alist): Ditto.
5136         (wl-summary-cursor-move-surface): Ditto.
5137
5138         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5139         variable name changes.
5140         (wl-highlight-summary-current-line): Ditto.
5141
5142         * wl-expire.el (wl-expire-refile): Follow the API change in
5143         elmo-folder-move-messages.
5144         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5145         (wl-summary-archive): Use elmo-folder-msgdb instead of
5146         elmo-msgdb-load.
5147
5148 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5149
5150         * wl-mime.el (wl-draft-preview-message): Restore the position
5151         before evaluating wl-draft-send-hook in preview buffer.
5152
5153 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5156         when it creates new draft buffer.
5157
5158         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5159         without argument.
5160
5161         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5162         Evaluate content and if the value is string, insert it.
5163         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5164         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5165         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5166         wl-draft-config-sub-part-bottom): Use it.
5167
5168         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5169         with the folder name. The question was unintelligible when it is
5170         called from wl-save-status.
5171
5172 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5175         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5176         cannot take second argument).
5177
5178 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5179
5180         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5181         as t. Since type and subtype are not case sensitive (RFC 2045).
5182
5183 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-vars.el (wl-message-mode-line-format): New variable.
5186         (wl-message-mode-line-format-spec-alist): Ditto.
5187         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5188         (wl-message-redisplay): Use wl-message-mode-line-format.
5189
5190 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5193
5194 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5195
5196         * wl-summary.el (wl-summary-default-from): Write description.
5197
5198 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-vars.el (wl-ldap-objectclass): Abolish.
5201
5202         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5203         (wl-ldap-make-filter): Removed condition for objectclass.
5204         (wl-ldap-make-matched-value-list): Remove meaningless process.
5205         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5206         (wl-address-ldap-search): Don't add `*' to `pat' string;
5207         use ignore-errors; added `email';
5208         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5209         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5210         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5211
5212
5213 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5214
5215         * wl-draft.el (wl-draft-parent-folder): Write description.
5216         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5217
5218 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5219
5220         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5221         as "" (zero-length string) if no parent.
5222         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5223
5224 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5225
5226         * wl-address.el (wl-address-make-completion-list): Skip duplication
5227         checking.
5228         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5229         `append'.
5230
5231 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5232
5233         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5234         instead of `beginning-of-buffer'.
5235
5236 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5237
5238         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5239
5240 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5241
5242         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5243         Refer wl-message-buffer-name.
5244         (wl-message-wheel-down): Ditto.
5245
5246 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5247
5248         * wl-vars.el (wl-message-buffer-name): New user option.
5249
5250         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5251         directly instead of making alist dinamically.
5252
5253         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5254         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5255         wl-message-buffer-cache-name.
5256         (wl-message-buffer-cache-clean-up): Ditto.
5257
5258         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5259
5260         * Version number is increased to 2.9.15.
5261
5262 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl-vars.el (wl-summary-default-view-alist): New user option.
5265
5266         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5267
5268         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5269         while deleting address.
5270         (wl-draft-delete-myself-from-cc): Ditto.
5271
5272         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5273         If optional argument is specified, reverse sort order.
5274
5275         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5276
5277 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-thread.el (wl-thread-insert-message): Return parent number if
5280         exists.
5281         (wl-thread-update-indent-string-region): Use
5282         wl-thread-update-line-on-buffer-sub instead of
5283         wl-thread-update-line-on-buffer.
5284
5285 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5286
5287         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5288         (wl-folder-close-all): Ditto.
5289
5290 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5291
5292         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5293         and mailing-list:.
5294         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5295         value.
5296         (wl-summary-line-list-info): Print mailing-list name even when 
5297         list-number is empty.
5298
5299 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5302
5303         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5304         (wl-draft-open-file): Ditto.
5305         (wl-draft-random-alphabet): Ditto.
5306
5307         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5308         bindings.
5309
5310 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5313         * wl-vars.el (wl-draft-config-alist): Ditto.
5314
5315 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5316
5317         * Version number is increased to 2.9.14.
5318
5319         * wl.el (wl): Don't set wl-init as nil when error occured while
5320         auto-checking folders.
5321
5322         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5323         `elmo-expand-newtext'.
5324
5325 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5328         `this-command' so that `wl-folder-goto-folder' contained in
5329         `wl-summary-keep-cursor-command' work.
5330
5331 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5334         message buffer displaying state.
5335
5336 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5337
5338         * wl-vars.el (wl-summary-default-view): New variable to specify
5339         default value for `wl-summary-buffer-view' instead of using
5340         set-default.
5341         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5342
5343 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5344
5345         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5346
5347         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5348
5349 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5350
5351         * wl-vars.el (wl-forward-subject-prefix): New variable.
5352         * wl-draft.el (wl-draft-forward): Use it.
5353
5354 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5355
5356         * wl-message.el (wl-message-prev-page): When it is called without
5357         lines argument, scroll down by wl-message-scroll-amount lines.
5358         (wl-message-next-page): Ditto.
5359         * wl-vars.el (wl-message-scroll-amount): Change default value
5360         to preserve current behavior.
5361
5362 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5363
5364         * wl-summary.el (wl-summary-prefetch-msg): Bind
5365         `wl-message-entity' to call `wl-summary-from-function'.
5366
5367 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5368
5369         * wl-message.el (wl-message-buffer-create): Run
5370         wl-message-buffer-created-hook.
5371
5372 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5373
5374         * wl-summary.el (wl-summary-sort-specs): New variable.
5375         (wl-summary-default-sort-spec): Ditto.
5376         (wl-summary-sort): Rewrite.
5377         (wl-summary-sort-by-list-info): New function.
5378
5379 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5380
5381         * wl-summary.el (wl-summary-get-list-info): New function.
5382         (wl-summary-sort): Rewrite.
5383         (wl-summary-line-list-info): Ditto.
5384         (wl-summary-line-list-count): Ditto.
5385         (wl-summary-refile-region): Fixed docstring.
5386
5387 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5390         `wl-folder-entity-hashtb' as completion table.
5391
5392 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5395         only when this command is called interactively; silence the byte-
5396         compiler.
5397
5398 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5399
5400         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5401         active in XEmacs.
5402
5403 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5404
5405         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5406         plural lines.
5407
5408 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5409
5410         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5411         of current line when the cursor is on the header name.
5412         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5413
5414 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5415
5416         * wl-util.el (wl-read-directory-name): Return displayed directory
5417         as the default value also on XEmacs.
5418
5419 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5422         formatting.
5423
5424 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5427         argument and when it is non-nil, check face property before
5428         highlighting for each line.
5429         (wl-highlight-summary-window): Set it.
5430
5431 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5432
5433         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5434         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5435
5436         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5437         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5438         (wl-draft-get-fcc-list): Likewise.
5439
5440 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5443         (wl-thread-entity-cur): Ditto.
5444         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5445         wl-thread-indent-regexp setting.
5446         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5447
5448         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5449         wl-summary-lazy-highlight.
5450         (wl-summary-display-bottom): Ditto.
5451
5452         * wl-thread.el (wl-thread-open-close): Likewise.
5453
5454         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5455         from and subject;
5456         Bind wl-draft-use-frame;
5457         Enclose with save-window-excursion;
5458         Use wl-draft-create-buffer instead of with-temp-buffer;
5459         Use wl-draft-prepare-edit;
5460         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5461         Use wl-draft-send instead of wl-draft-raw-send.
5462
5463 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5464
5465         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5466         of using wl-from.
5467
5468 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5471         insert-buffer instead of clone-buffer.
5472         (wl-draft-doing-mime-bcc): New variable.
5473         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5474         infinite loop.
5475         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5476
5477         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5478         (wl-draft-mime-bcc-body): Ditto.
5479
5480         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5481         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5482         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5483         wl-draft-do-mime-bcc.
5484         (wl-draft-mime-bcc-field): New function.
5485         (wl-draft-do-mime-bcc): Ditto.
5486
5487         * wl-address.el (wl-address-complete-header-list): New variable.
5488         (wl-address-complete-header-regexp): Changed default value.
5489
5490         * Version number is increased to 2.9.13.
5491
5492 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5495         it is differed.
5496
5497 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5498
5499         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5500         (wl-summary-line-list-count): Ditto.
5501
5502 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5503
5504         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5505         (wl-nntp-posting-function): New variable.
5506         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5507         `wl-nntp-posting-config-alist'.
5508
5509 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5510
5511         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5512         FLIM.
5513
5514 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5515
5516         * wl-summary.el (wl-summary-target-mark-refile-sub):
5517         Remove a nuisance funcall.
5518
5519 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5522         as t for `try-completion'.
5523
5524 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5525
5526         * wl-summary.el (wl-summary-default-from): Use
5527         wl-address-header-extract-address instead of
5528         std11-extract-address-components.
5529         (wl-summary-simple-from): Ditto.
5530         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5531         (wl-summary-insert-headers): Show message.
5532         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5533         for whole line.
5534         (wl-summary-default-from): Revert last change.
5535         (wl-summary-simple-from): Ditto.
5536         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5537         (wl-summary-mark-as-read-region): Follow the change above.
5538         (wl-summary-sync-marks): Ditto.
5539         (wl-summary-target-mark-mark-as-read): Ditto.
5540         (wl-summary-redisplay-internal): Ditto.
5541         (wl-summary-redisplay-no-mime-internal): Ditto.
5542         (wl-summary-redisplay-all-header): Ditto.
5543         (wl-summary-mark-as-read): Removed argument `cached';
5544         Use current cache status to set cache mark.
5545         (wl-summary-redisplay-internal): Follow the change above.
5546         (wl-summary-redisplay-no-mime-internal): Ditto.
5547         (wl-summary-redisplay-all-header): Ditto.
5548
5549         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5550
5551         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5552         Don't call itself recursively (Adviced by Yamaoka-san).
5553
5554 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5555
5556         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5557         bind wl-summary-highlight as nil to avoid error caused by missing
5558         local variables.
5559
5560 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5561
5562         * wl-vars.el (wl-invalid-character-message): New user option.
5563
5564         * wl-util.el (wl-set-string-width): If truncated string-width is
5565         larger than specified width, use `wl-invalid-character-message'.
5566
5567 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5568
5569         * wl-summary.el (wl-summary-prefetch-msg): 
5570         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5571
5572 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5573
5574         * wl-vars.el (wl-summary-check-line-format): New user option.
5575         (wl-summary-line-format-file): Ditto.
5576
5577         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5578         variable.
5579         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5580         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5581         and `wl-summary-view-old-p' to check whether do a rescan or not.
5582         (wl-summary-view-old-p): New function.
5583         (wl-summary-line-format-changed-p): Ditto.
5584         (wl-summary-line-format-save): Ditto.
5585         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5586
5587         * wl-util.el (wl-set-string-width): Avoid using negative number
5588         for make-string.
5589
5590 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5591
5592         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5593         return value.
5594
5595         * wl-util.el (wl-set-string-width): Added optional argument
5596         `padding' (All other related portions are changed).
5597         (wl-line-parse-format): If the first letter of column number is
5598         `0', zero-padding the result (ex: "%05l").
5599
5600         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5601
5602 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5605         sequential summary view.
5606
5607 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5608
5609         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5610         if it doesn't have a -unix version.
5611
5612 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5615
5616 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5619         content.
5620         (wl-draft): Follow the change above.
5621
5622         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5623
5624         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5625         and wl-folder-summary-line-format-alist contain %T and %P.
5626
5627         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5628         (wl-summary-mode-line-format): New user option.
5629         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5630         (wl-summary-line-format): Changed default value.
5631         (wl-summary-lazy-highlight): Changed default value.
5632
5633         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5634         change in wl-summary-create-line.
5635         (wl-thread-insert-entity-sub): Ditto.
5636
5637         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5638         (wl-summary-buffer-unread-status): Ditto.
5639         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5640         (wl-summary-buffer-persistent-mark-column): Ditto.
5641         (wl-summary-buffer-mode-line-formatter): Ditto.
5642         (wl-summary-buffer-mode-line): Ditto.
5643         (wl-summary-message-regexp): Abolished.
5644         (All other related portions are changed.)
5645         (wl-summary-detect-mark-position): New function.
5646         (wl-summary-buffer-set-folder): Setup
5647         wl-summary-buffer-mode-line-formatter.
5648         (wl-summary-mode): Setup selective-display;
5649         Setup pre-idle-hook when xemacs.
5650         (wl-summary-update-modeline): Rewrite.
5651         (wl-summary-jump-to-msg): Define as function;
5652         Changed regexp for searching messages.
5653         (wl-summary-message-number): Rewrite.
5654         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5655         Do rescan when old type summary cache.
5656         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5657         (wl-summary-remove-destination): Use '\r' to detect EOL.
5658         (wl-summary-print-destination): Ditto.
5659         (wl-summary-temp-mark): New inline function.
5660         (wl-summary-persistent-mark): Ditto.
5661         (wl-summary-line-number): New function.
5662         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5663         (wl-summary-line-list-count): New function.
5664         (wl-summary-create-line): Added argument persistent-mark.
5665         (All other related portions are changed)
5666         (wl-summary-create-line): Insert '\r'.
5667         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5668         (wl-summary-cursor-move-surface): New inline function.
5669         (wl-summary-prev): Use it.
5670         (wl-summary-next): Ditto.
5671
5672         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5673         wl-summary-message-regexp.
5674         (wl-highlight-summary): Delete progress message.
5675         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5676
5677         * Version number is increased to 2.9.12.
5678
5679 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5682         variable (nil: no minimum).
5683         (wl-summary-line-subject): Add some spaces after subject by
5684         wl-summary-line-subject-minimum-length.
5685
5686 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5687
5688         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5689         and removed `F'.
5690         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5691         change above).
5692
5693 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5694
5695         * wl-summary.el (wl-summary-line-list-count): Reverted.
5696         (example setting in samples/*/dot.wl is also updated)
5697
5698 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5701
5702         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5703
5704         * wl-vars.el (wl-summary-line-format): Addes some description to the
5705         docstring.
5706
5707         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5708         (wl-summary-line-close-bracket): Ditto.
5709         (wl-summary-line-children-number): Ditto.
5710         (wl-summary-line-thread-indent): Ditto.
5711         (wl-summary-line-children-and-from): Ditto.
5712
5713         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5714         't', 'c', 'F' and added 'C'.
5715
5716         * wl-util.el (wl-set-string-width): Accept negative value.
5717         (wl-line-parse-format): Added "%number(" and "%)".
5718
5719 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-summary.el (wl-summary-line-list-count): Change format of the
5722         return value.
5723
5724 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5725
5726         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5727         from the recent message.el.
5728         (wl-draft-point-in-header-p): Ditto.
5729         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5730         wl-draft-beginning-of-line.
5731         * wl-e21.el (wl-draft-mode-map): Ditto.
5732         * wl-xmas.el (wl-draft-mode-map): Ditto.
5733
5734         * wl-folder.el: Sort macrodefs by dependencies.
5735
5736 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5737
5738         * wl-summary.el (wl-summary-prev): Fixed regexp.
5739         (wl-summary-next): Ditto.
5740
5741 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5742
5743         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5744
5745 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5746
5747         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5748         for backward compatibility.
5749
5750 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5751
5752         * wl-summary.el (wl-summary-line-list-count): New function, merged
5753         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5754         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5755         list counts.
5756
5757 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-summary.el (wl-summary-create-line): Ignore errors while
5760         timezone-fix-time.
5761
5762         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5763
5764         * wl-summary.el (wl-summary-sync-update): Ditto.
5765         (wl-summary-default-from): Use wl-message-entity
5766         instead of entity.
5767
5768         * wl-summary.el (wl-summary-create-line): Fix.
5769
5770         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5771         (wl-summary-line-format): New user option.
5772         (wl-folder-summary-line-format-alist): Ditto.
5773         (wl-summary-from-width): Abolished.
5774
5775         * wl-util.el (toplevel): Require 'bytecomp.
5776         (wl-line-parse-format): New function.
5777         (wl-line-formatter-setup): New macro.
5778
5779         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5780         (wl-summary-buffer-line-formatter): New buffer local variable.
5781         (wl-summary-switch-to-clone-buffer): Follow the change above.
5782         (wl-summary-message-regexp): Fix.
5783         (wl-summary-from-func-internal): Abolished.
5784         (wl-summary-subject-func-internal): Ditto.
5785         (wl-summary-subject-filter-func-internal): Ditto.
5786         (All other related portions are changed.)
5787         (wl-summary-buffer-set-folder):
5788         Set up wl-summary-buffer-number-column and 
5789         wl-summary-buffer-line-formatter
5790         (All other related portions are changed.)
5791         (wl-summary-buffer-number-column-detect): Abolished.
5792         (All other related portions are changed.)
5793         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5794         (wl-summary-delete-all-temp-marks-on-buffer): Use
5795         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5796         (wl-summary-target-mark-delete): Ditto.
5797         (wl-summary-target-mark-refile-subr): Ditto.
5798         (wl-summary-target-mark-mark-as-read): Ditto.
5799         (wl-summary-target-mark-mark-as-unread): Ditto.
5800         (wl-summary-target-mark-mark-as-important): Ditto.
5801         (wl-summary-target-mark-save): Ditto.
5802         (wl-summary-replace-status-marks): Renamed from
5803         wl-summary-set-status-marks-on-buffer;
5804         Use wl-summary-message-regexp instead of
5805         wl-summary-buffer-number-regexp.
5806         (wl-summary-sync-update): Follow the change above.
5807         (wl-summary-goto-previous-message-beginning): New function.
5808         (wl-summary-mark-as-unread): Use it.
5809         (wl-summary-mark-as-important): Ditto.
5810         (wl-summary-line-formatter): New variable.
5811         (wl-summary-line-year): New function.
5812         (wl-summary-line-day): Ditto.
5813         (wl-summary-line-day-of-week): Ditto.
5814         (wl-summary-line-hour): Ditto.
5815         (wl-summary-line-minute): Ditto.
5816         (wl-summary-line-open-bracket): Ditto.
5817         (wl-summary-line-close-bracket): Ditto.
5818         (wl-summary-line-children-number): Ditto.
5819         (wl-summary-line-thread-indent): Ditto.
5820         (wl-summary-line-size): Ditto.
5821         (wl-summary-line-subject): Ditto.
5822         (wl-summary-line-from): Ditto.
5823         (wl-summary-line-children-and-from): Ditto.
5824         (wl-summary-create-line): Rewritten.
5825         (wl-summary-format-date): Abolished.
5826
5827         * wl-highlight.el (wl-highlight-summary-current-line): Use
5828         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5829         Use thread structure to detect thread top message.
5830
5831         * wl-draft.el (wl-default-draft-cite): Don't use
5832         wl-summary-from-func-internal.
5833
5834         * wl-refile.el (wl-refile-subject-learn): Don't use
5835         wl-summary-subject-filter-func-internal.
5836         (wl-refile-guess-by-subject): Ditto.
5837
5838         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5839         parameters.
5840
5841         * wl-thread.el (wl-thread-update-indent-string-region):
5842         Use wl-thread-update-line-on-buffer instead of
5843         wl-thread-update-indent-string.
5844         (wl-thread-update-children-number): Redefine using
5845         wl-thread-update-line-on-buffer.
5846         (wl-thread-update-indent-string): Abolished.
5847
5848         * Version number is increased to 2.9.11.
5849
5850 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5851
5852         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5853         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5854         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5855
5856         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5857         as nil.
5858
5859         * wl-thread.el (wl-thread-open-all-unread): Use 
5860         elmo-folder-list-messages-mark-match.
5861         (wl-thread-insert-message): Removed argument `mark-alist'.
5862         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5863         elmo-msgdb-set-mark.
5864         (wl-thread-get-children-msgs-uncached): Likewise.
5865         (wl-thread-get-exist-children): Added argument include-self.
5866         (wl-thread-delete-message): Follow the change above.
5867
5868         * wl-summary.el (wl-summary-count-unread): Removed argument.
5869         (wl-summary-rescan): Follow the change above.
5870         (wl-summary-mark-as-read-region): Ditto
5871         (wl-summary-mark-as-unread-region): Ditto.
5872         (wl-summary-delete-messages-on-buffer): Ditto.
5873         (wl-summary-sync-update): Ditto.
5874         (wl-summary-switch-to-clone-buffer): Ditto.
5875         (wl-summary-goto-folder-subr): Ditto.
5876         (wl-summary-target-mark-mark-as-read): Ditto.
5877         (wl-summary-target-mark-mark-as-unread): Ditto.
5878         (wl-summary-target-mark-mark-as-important): Ditto.
5879         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5880         (wl-summary-update-thread): Removed argument `mark-alist'.
5881         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5882         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5883         (wl-summary-resume-cache-status): Likewise.
5884         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5885         elmo-msgdb-set-mark.
5886         (wl-summary-mark-as-read-all): Likewise.
5887         (wl-summary-delete-cache): Ditto.
5888         (wl-summary-auto-select-msg-p): Ditto.
5889         (wl-summary-mark-as-unread): Ditto.
5890         (wl-summary-no-auto-refile-message-p): Ditto.
5891         (wl-summary-mark-as-read): Ditto.
5892         (wl-summary-mark-as-important): Ditto.
5893         (wl-summary-auto-refile): Follow the change above.
5894         (wl-summary-delete-all-marks): Removed.
5895         (wl-summary-resume-marks-and-highlight): Ditto.
5896         (wl-summary-resume-marks): Ditto.
5897         (wl-summary-delete-important-msgs-from-list): Ditto.
5898         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5899
5900         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5901         wl-summary-count-unread.
5902
5903         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5904         (wl-summary-score-update-all-lines): Use
5905         elmo-msgdb-set-mark.
5906
5907 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5910         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5911         (wl-summary-create-line): Renamed from
5912         wl-summary-overview-create-summary-line;
5913         Argument rearrangement.
5914         (wl-summary-update-thread): Follow the change above.
5915
5916         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5917         (wl-thread-insert-entity-sub): Likewise.
5918
5919         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5920         argument `overview', `mark-alist' and added `msgdb'.
5921
5922         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5923
5924         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5925         (wl-summary-rescan): Follow the change above.
5926         (wl-summary-sync-update): Ditto.
5927         (wl-summary-insert-thread-entity): Ditto;
5928         Don't use `let*' in every while loop;
5929         Detect infinite loop of threads.
5930         (wl-summary-update-thread): Removed argument `overview'.
5931
5932         * wl-thread.el (wl-thread-insert-message): Ditto.
5933
5934         * Version number is increased to 2.9.10.
5935
5936         * wl-message.el (wl-message-redisplay): Ignore errors while
5937         wl-message-redisplay-hook.
5938
5939 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5942
5943 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * wl.el (wl): inhibit-quit while wl-folder.
5946
5947 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5950         while msgdb access.
5951
5952 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5953
5954         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5955         even if no folder is not created.
5956
5957 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5960
5961         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5962         implementation.
5963         (wl-summary-target-mark-thread): Ditto.
5964
5965         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5966
5967 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5968
5969         * wl-util.el (wl-display-bytes): Remove unused function.
5970
5971 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5972
5973         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5974         seems critical one (partially reverse the change in 2002/03/17).
5975
5976 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5977
5978         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5979         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5980
5981 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5982
5983         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5984         is not writable.
5985         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5986         plugged status instead of `'force' as 2nd argument.
5987
5988         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5989         is not creatable.
5990
5991         * Version number is increased to 2.9.9.
5992
5993 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * wl-summary.el (wl-summary-suspend): New function.
5996
5997 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5998
5999         * wl.el (wl): Do not check variables if check is nil.
6000         * wl-utils.el (wl-collect-draft): New function.
6001         * wl-folder.el (wl-folder-suspend): Put summary buffers
6002         and draft buffers at the end of buffer list.
6003         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6004
6005 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6006
6007         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6008         loop instead of recursive call.
6009
6010         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6011         2nd argument.
6012
6013 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6014
6015         * wl-draft.el (wl-draft-create-contents): Don't take neither
6016         (function . args) nor (string . something) any more.
6017
6018         * wl-version.el (wl-generate-user-agent-string): Return string
6019         without header symbol.
6020         * wl-draft.el (wl-draft-default-headers): Use it.
6021
6022         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6023         `wl-draft-insert-ccs' and return field value instead of inserting
6024         the header. Abolish cc argument.
6025         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6026
6027         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6028         rather than one with string car.
6029
6030         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6031         * wl-draft.el (wl-draft-create-contents): Add it after the default
6032         headers.
6033
6034         * wl-draft.el (wl-draft-create-contents): For the case of
6035         (symbol-or-string . function) insert header only when the function
6036         returns string value.
6037
6038 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6039
6040         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6041         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6042
6043 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6044
6045         * wl.el (wl-check-environment): Don't check Message-ID when
6046         `wl-insert-message-id' is nil.
6047         Revive checking if `wl-message-id-domain' contains "@".
6048
6049 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl.el (wl-check-environment): Merge examination for "@" at
6052         inappropriate position into the first string-match.
6053
6054         * wl-summary.el (wl-summary-target-mark-print): New function.
6055         (wl-summary-pipe-message-subr): Extracted from
6056         `wl-summary-pipe-message'.
6057         (wl-summary-target-mark-pipe): New function.
6058         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6059         `wl-summary-target-mark-pipe'.
6060
6061 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6064
6065 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl.el (wl-check-environment): Use elmo-warning instead of
6068         error for non-critical ones.
6069         Remove trash folder check.
6070         (wl): Don't ignore error in wl-check-environment.
6071
6072         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6073         check, which is moved from `wl-check-environment'.
6074         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6075
6076 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6079         guess anything, call wl-summary-write.
6080         (wl-summary-write): Create draft with blank To field.
6081         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6082
6083 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6086         argument full as well for wl-folder-write-current-folder.
6087         If wl-*-write-current-folder cannot guess addressee, add blank
6088         To header.
6089         Rewrite condition for positioning cursor.
6090
6091 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6094         summary buffer is present, use it.
6095         (wl-folder-jump-to-previous-summary): Ditto.
6096
6097 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6100
6101         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6102         wl-summary-previous-buffer and wl-summary-next-buffer.
6103
6104         * wl-folder.el (wl-folder-mode-map): Bind
6105         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6106         (wl-folder-jump-to-next-summary): New function.
6107         (wl-folder-jump-to-previous-summary): Ditto.
6108
6109         * wl-draft.el (wl-draft): Rearranged.
6110
6111 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6112
6113         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6114         of header.
6115         (wl-draft): Collect arguments for the header as header-alist.
6116         (wl-draft-forward): Arrange arguments for wl-draft.
6117         (wl-draft-reply): Ditto.
6118         (wl-draft-edit-string): Ditto.
6119         * wl-summary.el (wl-summary-write): Ditto.
6120         (wl-summary-write-current-folder): Ditto.
6121
6122         * Version number is increased to 2.9.8.
6123
6124 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6125
6126         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6127
6128         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6129
6130         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6131         even if the guess failed.
6132
6133         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6134         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6135         wl-summary-write-current-folder.
6136         * wl-xmas.el: Ditto.
6137
6138 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6139
6140         * wl-summary.el (wl-summary-next-page): Force display message if
6141         message is not displayed yet.
6142         (wl-summary-prev-page): Ditto.
6143
6144 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6145
6146         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6147
6148 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6149
6150         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6151         add "Preview Message" and "Save Draft and Exit".
6152
6153 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6156         if addrmgr is called from draft in splitted window.
6157
6158         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6159         * wl-mule.el: Ditto.
6160         * wl-xmas.el: Ditto.
6161
6162 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6165
6166         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6167         * wl-xmas.el (wl-folder-toolbar): Ditto.
6168
6169 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6172         and wl-draft-save-and-exit.
6173         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6174         * wl-xmas.el: Ditto.
6175         * wl-mule.el: Ditto.
6176
6177         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6178         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6179
6180 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6181
6182         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6183         lists for saving buffer.
6184
6185 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6186
6187         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6188         parent-folder argument instead of it.
6189         (wl-draft-create-buffer): Ditto.
6190         (wl-draft-forward): Ditto.
6191         (wl-draft-reply): Ditto.
6192         * wl-summary.el (wl-summary-write): Ditto.
6193         (wl-summary-write-current-folder): Ditto.
6194
6195         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6196         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6197         Folder buffer after composing.
6198
6199 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6202         header if the file `wl-x-face-file' already contains it.
6203
6204 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205
6206         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6207         folder" entry.
6208         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6209         * wl-e21.el (wl-folder-toolbar): Ditto.
6210         * wl-xmas.el (wl-folder-toolbar): Ditto.
6211
6212 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6213
6214         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6215         wl-folder-goto-folder with sticky argument.
6216         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6217
6218 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6221         and wl-summary-previous-buffer.
6222         (wl-summary-next-buffer): New function.
6223         (wl-summary-previous-buffer): Ditto.
6224
6225 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6228         wl-folder-jump-to-current-entity-with-arg.
6229         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6230         `wl-folder-jump-to-current-entity'.
6231         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6232         `wl-summary-goto-folder-sticky'.
6233         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6234         `wl-summary-goto-folder'.
6235         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6236         Unless force-exit, do not clean temp. marks for sticky summary.
6237         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6238
6239 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6242         not entire.
6243
6244 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6245
6246         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6247         to `C-x C-s'.
6248         (wl-summary-save-status): New command.
6249         (wl-summary-exit): Don't clean-up temp marks when sticky.
6250         (Applied patch from Nakayama-san [wl: 09548])
6251         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6252         Do nothing when no mark data.
6253         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6254         Call `wl-summary-delete-all-temp-marks' before saving.
6255
6256 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6257
6258         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6259
6260 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6261
6262         * wl.el (wl-check-environment): Also cause error when (system-name)
6263         returns "localhost.localdomain". (Although it doesn't affect because
6264         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6265
6266 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6267
6268         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6269         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6270
6271         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6272         value.
6273
6274 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6275
6276         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6277         Likewise r-cc-list and r-ng-list.
6278
6279 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6282         only if it is bound as variable.
6283
6284         * wl-mime.el (wl-draft-preview-message): Ditto.
6285
6286 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6289         needless `goto-char'.
6290
6291         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6292         `wl-summary-redisplay-no-mime-internal' instead of
6293         `wl-summary-redisplay-no-mime'.
6294         (wl-summary-redisplay-no-mime): Changed argument;
6295         Call `wl-summary-redisplay-no-mime-internal'.
6296
6297         * wl-mime.el (wl-draft-preview-message): Bind
6298         `mime-header-encode-method-alist' locally.
6299
6300         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6301         (wl-draft-std11-parse-addresses): Added the first address check.
6302         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6303
6304         * Version number is increased to 2.9.7.
6305
6306 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6307
6308         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6309
6310 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6311
6312         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6313         related to scrollbar support, if there is no such a feature
6314         compiled in.
6315
6316 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6317
6318         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6319         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6320         for prefetch.
6321
6322 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-summary.el (wl-summary-pick): Fix for no match.
6325
6326 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6327
6328         * wl-draft.el (wl-draft-save):
6329         Override `mime-header-encode-method-alist'.
6330
6331 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6332
6333         * wl-folder.el (wl-folder-pick): New function.
6334         Define key as "?".
6335
6336 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6337
6338         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6339         Fix for unplugged.
6340
6341 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-folder.el (wl-folder-virtual): New function.
6344         Define key as "V".
6345
6346 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6349         multi folder if entity is group.
6350
6351 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6354         is nil.
6355
6356 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6359         (wl-summary-target-mark-msgs): Return the number of marked messages.
6360
6361 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6362
6363         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6364         "first:" is specified.
6365
6366 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6367
6368         * wl-vars.el (wl-from): Use return value of function
6369         user-full-name instead of the variable user-full-name since
6370         XEmacs-20.4 doesn't set this variable.
6371
6372 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6375         call `wl' directly.
6376
6377 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6378
6379         * wl-draft.el (wl-draft-reedit): Removed duplicated
6380         switch-to-buffers.
6381
6382 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6383
6384         * wl.el (wl-other-frame): Removed garbages.
6385
6386 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6389
6390         * wl-xmas.el (wl-draft-key-setup): Ditto.
6391
6392         * wl-mule.el (wl-draft-key-setup): Ditto.
6393
6394         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6395         (wl-draft-reedit): Ditto.
6396         (wl-draft-prepare-edit): Add `wl-draft-save' to
6397         `local-write-file-hooks'.
6398         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6399         (wl-draft-reedit): Set buffer-file-name.
6400         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6401
6402
6403         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6404         call it.
6405         (wl-delete-startup-frame-function): New variable.
6406         (wl-other-frame): New function
6407         (Original was written by Yamaoka san [wl: 09239]).
6408
6409         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6410         if `wl-folder-use-frame'.
6411
6412 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6415
6416 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6417
6418         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6419         New variable.
6420         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6421         (wl-message-buffer-prefetch-get-next): Use them.
6422         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6423
6424 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6427         with unwind-protect.
6428
6429         * wl-draft.el (wl-draft-reedit): Rewrite.
6430         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6431         (wl-draft-save): Insert header separator if it does not exist;
6432         Removed condition-case.
6433
6434         * wl-summary.el (wl-summary-reedit): Revert last change.
6435
6436         * wl-draft.el (wl-draft-save): Rewrite.
6437         (wl-draft-create-buffer): Set buffer-file-name as nil.
6438
6439         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6440
6441         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6442
6443         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6444         nil.
6445
6446 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6449         If count is nil, do not prefetch.
6450         (wl-message-buffer-prefetch-next): Next.
6451
6452 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6455
6456 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6459         `delete-backward-char'
6460         (wl-draft-prepare-edit): Check major-mode.
6461         (wl-draft-decode-header): Rewrite.
6462         (wl-draft): Fix.
6463
6464 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6467
6468 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6471         (wl-message-buffer-prefetch-get-next): Remove size checking.
6472         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6473
6474 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6477         (wl-draft-default-headers): Fix.
6478
6479 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6480
6481         * wl-draft.el (wl-draft-default-headers): Insert return value of
6482         `wl-generate-mailer-string-function'.
6483
6484 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6485
6486         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6487         (wl-draft-insert-mail-header-separator): Ditto.
6488
6489         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6490         again (Reverted the change on 2002-01-17 by OKADA san).
6491
6492 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-draft.el (wl-draft): Rewrite.
6495         (wl-draft-create-buffer): New function.
6496         (wl-draft-create-contents): Ditto.
6497         (wl-draft-prepare-edit): Ditto.
6498         (wl-draft-decode-header): Ditto.
6499         (wl-draft-decode-body): Ditto.
6500         (wl-draft-check-new-line): Ditto.
6501         (wl-draft-default-headers): Ditto.
6502         (wl-draft-insert-mail-header-separator): Ditto.
6503
6504 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * Version number is increased to 2.9.6.
6507
6508 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-draft.el (wl-draft-delete-field): Optional argument.
6511         (wl-draft-delete-fields): Ditto.
6512
6513 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-message.el (toplevel): Eliminated byte-compile warning.
6516         for `itimer-function', `delete-timer' and `itimer-list'.
6517
6518 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6519
6520         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6521         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6522         `wl-message-buffer-prefetch-threshold'.
6523         * wl-summary.el (wl-summary-redisplay-internal): Remove
6524         the check of `wl-message-buffer-prefetch-depth'.
6525
6526 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6527
6528         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6529         size of article.
6530         (wl-message-buffer-prefetch-subr): Remove size check.
6531
6532 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6533
6534         * wl-vars.el (wl-plugged): Make customizable.
6535
6536 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6537
6538         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6539         (wl-message-buffer-prefetch-set-timer): New function.
6540         (wl-message-buffer-prefetch-get-next): New function.
6541         (wl-message-buffer-prefetch): New function.
6542         (wl-message-buffer-prefetch-next): Rewrite.
6543         (wl-message-buffer-prefetch-subr): Rewrite.
6544         * wl-vars.el (wl-auto-prefetch-first): New variable.
6545         * wl-summary.el (wl-summary-goto-folder-subr): Call
6546         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6547
6548 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6551         `wl-summary-unread-message-hook'.
6552
6553 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6554
6555         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6556         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6557         if range is `cache-status'.
6558
6559 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6560
6561         * wl-message.el (wl-message-buffer-prefetch-subr):
6562         Improve debug message.
6563
6564 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6565
6566         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6567         `wl-mail-send-pre-hook'.
6568         (wl-draft-send-mail-with-qmail): Ditto.
6569         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6570
6571 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6572
6573         * wl-message.el (wl-message-buffer-prefetch-subr):
6574         Fix for cancel-function-timers bug.
6575         (wl-message-buffer-prefetch-debug): Default value is t.
6576
6577 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6578
6579         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6580         (wl-message-buffer-prefetch-subr): Rewrite.
6581         Rename from `wl-message-buffer-prefetch'.
6582
6583 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6584
6585         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6586         (wl-default-draft-cite-decorate-author): Ditto.
6587
6588         * wl-draft.el (wl-draft-cite-function): Removed.
6589         (wl-default-draft-cite-decorate-author): Ditto.
6590
6591 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6592
6593         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6594         (wl-default-draft-cite): Do not arrange author name if the value of
6595         `wl-default-draft-cite-decorate-author' is nil.
6596
6597 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6598
6599         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6600
6601         * wl-folder.el (wl-folder-check-one-entity): Don't care
6602         `elmo-folder-use-flag-p'.
6603
6604 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-folder (wl-folder-check-one-entity): Fix
6607         problem if unread is nil.
6608
6609 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6610
6611         * wl-address.el (wl-address-make-completion-list): Check whether
6612         the address is a group list.
6613         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6614
6615 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6616
6617         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6618         The number of the messages of new and unread does not count
6619         correctly.
6620
6621         * wl-summary.el (wl-summary-count-unread): Changed to return
6622         `(new . unread)' instead of total.
6623         (wl-summary-sync-update): Follow the change above.
6624
6625         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6626
6627 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6628
6629         * wl-address.el (wl-address-make-completion-list): Do not enclose
6630         address by " <" and ">" if associated realname is "".
6631         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6632         This is against the promblem with group list in .addresses pointed
6633         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6634
6635 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6636
6637         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6638         message is a format control string.
6639         * wl-expire.el (wl-expire-append-log): Ditto.
6640         * wl-mime.el (wl-summary-burst-subr): Ditto.
6641         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6642         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6643
6644 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6647         wl.el (wl-check-variables): Rename from `wl-check-type'.
6648         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6649         (wl-check-variables-2): New function.
6650         (wl): Call `wl-check-variables-2'.
6651
6652 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6653
6654         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6655         after renaming folder in access group.
6656
6657 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6658
6659         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6660         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6661         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6662         (wl-message-buffer-prefetch): Rewrite.
6663         (wl-message-buffer-prefetch-idle-time): Removed.
6664         * wl-summary.el (wl-summary-redisplay-internal):
6665         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6666         Error check for `wl-message-buffer-prefetch-depht'.
6667
6668 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6669
6670         * Version number is increased to 2.9.5.
6671         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6672
6673 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6674
6675         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6676         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6677         Based on the patch written by
6678         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6679
6680 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6681
6682         * wl-draft.el (wl-draft-raw-send): Fix for
6683         `wl-news-send-pre-hook'
6684
6685 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6686
6687         * wl-utils.el (wl-message-id-function): New variable.
6688         * wl-draft.el (wl-draft-insert-required-fields):
6689         Use `wl-message-id-function'.
6690
6691 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6692
6693         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6694         * wl-utils.el (wl-draft-make-message-id-string):
6695         Use `wl-from' for domain part of Message-ID
6696         if `wl-message-id-use-wl-from' if non-nil.
6697         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6698
6699 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6700
6701         * wl.el (wl): Call `wl-check-type'
6702         Do not 'condition-case'.
6703
6704 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl.el (wl-check-type): New function.
6707         (wl-check-type-variables): New variable.
6708
6709 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6712
6713 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6714
6715         * wl-draft.el (wl-smtp-password-key): New function.
6716         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6717         (wl-draft-send-mail-with-smtp): Ditto.
6718         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6719
6720 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6723         * wl-utils.el (wl-unique-id-suffix): Remove.
6724
6725 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * Version number is increased to 2.9.4.
6728
6729 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6730
6731         * wl-utils.el (wl-unique-id-suffix): New variable.
6732         (wl-unique-id): Use `wl-unique-id-suffix'
6733
6734 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6735
6736         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6737         instead of `elmo-msgdb-search'.
6738
6739         * Version number is increased to 2.9.3.
6740
6741 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6742
6743         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6744
6745 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6746
6747         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6748         (wl-draft-dispatch-message): Changed for send-later.
6749         (wl-draft-queue-flush): Ditto.
6750         (wl-draft): Clear `wl-sent-message-queued'.
6751         (wl-draft-reedit): Ditto.
6752         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6753         * wl-vars.el (wl-draft-force-queuing): New variable.
6754         (wl-draft-force-queuing-mail): New variable.
6755         (wl-draft-force-queuing-news): New variable.
6756
6757 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6758
6759         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6760         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6761
6762 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6763
6764         * Version number is increased to 2.9.2.
6765
6766 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6767
6768         * wl-draft.el (wl-draft-elide-region): New user command.
6769         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6770
6771         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6772         command `wl-draft-elide-region'.
6773         * wl-mule.el: Ditto.
6774         * wl-xmas.el: Ditto.
6775
6776 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6779         (wl-biff-check-folder-async): Removed needless let.
6780
6781 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6784         wl-folder-get-elmo-folder.
6785         (wl-biff-check-folder): Set `biff' argument of
6786         `wl-folder-check-one-entity'.
6787         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6788
6789         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6790         (wl-folder-check-one-entity): Added `biff' argument;
6791         Setup `biff' slot of folder.
6792
6793         * Version number is increased to 2.9.1.
6794
6795 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6796
6797         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6798         comment out and fixed.
6799         (wl-fldmgr-add-completion-subr): Ditto.
6800
6801         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6802         and msgdb.
6803
6804         * wl.el (wl-toggle-plugged): Save summary view.
6805
6806 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6809
6810 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6811
6812         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6813
6814 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6817         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6818         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6819
6820         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6821         if it was failed.
6822         (wl-demo): Disable undo in the demo buffer.
6823
6824 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-version.el (wl-version): Changed codename.
6827
6828         * Version number is increased to 2.9.0.
6829
6830 2001-12-14  Takuo KITAME <kitame@northeye.org>
6831
6832         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6833         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6834         (wl-folder-mark-as-read-all-current-entity): Ditto.
6835
6836 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-vars.el (wl-from-width): Define as obsolete variable.
6839         (wl-subject-length-limit): Ditto.
6840
6841         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6842
6843         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6844         wl-summary-save-view.
6845
6846         * wl.el (wl-save-status): Ditto.
6847         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6848
6849         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6850         (wl-summary-exit): Follow the change above.
6851         (wl-summary-goto-folder-subr): Ditto.
6852
6853         * wl-folder.el (wl-folder-create-subr): Don't use
6854         `elmo-folder-creatable-p'.
6855
6856 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6859
6860 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6863         rather than bitmap on Emacs 21.
6864         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6865         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6866         for xbm if the new redisplay engine is not available.
6867
6868 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6869
6870         * wl-folder.el (wl-folder-init-hook): New hook.
6871         (wl-folder-init): Run `wl-folder-init-hook'.
6872
6873 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6876
6877 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-acap.el (wl-acap-cache-filename): New variable.
6880         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6881         (wl-acap-init): Use cache if no ACAP server found.
6882
6883 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6884
6885         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6886         `wl-acap-original-msgdb-dir'.
6887
6888         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6889         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6890
6891         * wl-mime.el (wl-mime-save-directory): Renamed from
6892         `wl-mime-save-dir'.
6893
6894 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6897
6898         * wl-demo.el: Require `path-util'.
6899         (wl-demo-bitmap-mule-available-p): New internal variable.
6900         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6901         `module-installed-p' instead.
6902         (wl-demo-insert-image): Use *.img file for a bitmap image.
6903         (wl-demo): Don't call the ascii demo recursively.
6904
6905 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6906
6907         * Version number is increased to 2.7.7.
6908
6909 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6910
6911         * wl.el (wl-exit): Eliminated byte-compile warning.
6912
6913 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6914
6915         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6916         obsolete variable using `elmo-define-obsolete-variable'.
6917         (wl-fetch-confirm-threshold): Ditto.
6918         (wl-cache-prefetch-folder-type-list): Ditto.
6919         (wl-cache-prefetch-folder-list): Ditto.
6920
6921 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6922
6923         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6924         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6925         (wl-demo-insert-image): New function.
6926         (wl-demo-insert-text): New function.
6927         (wl-demo-image-type-alist): Redefine as a function.
6928         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6929         (wl-demo-with-temp-file-buffer): Removed.
6930         (wl-logo-xpm): Removed.
6931         (wl-logo-xbm): Removed.
6932         (wl-logo-bitmap): Removed.
6933
6934 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6935
6936         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6937         (wl-expire-localdir-get-folder-function): New user option.
6938         (wl-expire-localdir-get-folder): New function.
6939         (wl-expire-localdir-date): Ditto.
6940
6941 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6942
6943         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6944         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6945         Fixed unread number mismatch when all-unread < unread.
6946
6947 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6948
6949         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6950         (wl-fetch-confirm-threshold): Ditto.
6951
6952         * wl-summary.el (wl-summary-confirm-appends): Removed.
6953         (wl-summary-sync-update): Don't refer
6954         `wl-summary-update-confirm-threshold' (It is now abolished).
6955
6956         * wl-message.el (wl-message-display-internal): Don't refer
6957         `wl-fetch-confirm-threshold' (It is now abolished).
6958
6959 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6962
6963 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6964
6965         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6966         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6967         Change default value to nil.
6968         (wl-summary-indent-length-limit): The value can be nil, nil means
6969         unlimited.
6970
6971         * wl-summary.el: Don't set limit for indent length if the value of
6972         wl-summary-indent-length-limit is nil.
6973         If the value of wl-summary-width is nil, it means only that the width
6974         of summary is unlimited (nil doesn't mean that the indent length is
6975         unlimited).
6976
6977         * wl-thread.el: Ditto.
6978
6979 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6980
6981         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6982         be nil, nil means never confirm.
6983         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6984
6985 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6986
6987         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6988         means unlimited).
6989
6990 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6993         Use `with-temp-buffer'.
6994
6995 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6996
6997         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6998         with new backquote style).
6999         (wl-folder-get-entity-from-buffer): Ditto.
7000
7001 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7002
7003         * wl-version.el (nemacs-version): Eliminated.
7004         (wl-extended-emacs-version2): Ignore nemacs.
7005         (wl-extended-emacs-version3): Ditto.
7006
7007 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7008
7009         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7010         (wl-draft-add-in-reply-to): New variable.
7011         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7012         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7013         (wl-draft-yank-from-mail-reply-buffer): Use
7014         `wl-draft-add-in-reply-to'.
7015         (wl-draft-insert-current-message): Ditto.
7016
7017 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7018
7019         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7020         typo (kill->hide).
7021         (wl-message-buffer-prefetch-folder-type-list): Added elements
7022         `mark' and `cache' instead of `internal'.
7023
7024 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7027         resume msgdb directory.
7028
7029 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl.el (wl-exit): Call `wl-acap-exit'.
7032
7033         * wl-summary.el (wl-summary-message-string): New function.
7034         (wl-summary-reedit): Use it.
7035         (wl-summary-resend-bounced-mail): Remove needless let.
7036         (wl-summary-supersedes-message): Ditto.
7037         (wl-summary-save): Ditto.
7038
7039         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7040         (wl-acap-init): Set it.
7041         (wl-acap-exit): New function.
7042
7043 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7044
7045         * wl.el (wl-init): Revert (require 'mime-setup). move from
7046         toplevel.
7047
7048 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7049
7050         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7051         local variables.  Add error when guess function return invalid
7052         value.
7053
7054 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7057         Change local variable name.
7058         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7059         (wl-folder-get-newsgroups): Return nil when non-news folder.
7060         * wl-summary.el (wl-summary-write-current-folder): State through
7061         when guess-list return nil.
7062         (wl-summary-write-current-folder-functions): Fixed docstring.
7063
7064         * wl.el (wl-exit): Changed confirm message.
7065
7066         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7067         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7068
7069         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7070
7071 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7072
7073         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7074         user option (Renamed from wl-cache-prefetch-folder-type-list).
7075         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7076         from wl-cache-prefetch-folder-list).
7077
7078         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7079         Move to wl-vars.el.
7080         (wl-message-buffer-prefetch-p): Changed to enable
7081         `wl-message-buffer-prefetch-folder-list'.
7082
7083         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7084         `ignore-cache'.
7085
7086 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7087
7088         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7089         `part-top' and `part-bottom'.
7090         (wl-draft-config-sub-part-top): New function.
7091         (wl-draft-config-sub-part-bottom): New function.
7092
7093 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7094
7095         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7096
7097 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7098
7099         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7100
7101 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7102
7103         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7104
7105         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7106         (wl-summary-write-current-folder): Ditto.
7107
7108 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7109
7110         * wl-folder.el (wl-folder-get-newsgroups): Use
7111         `elmo-folder-newsgroups'.
7112
7113 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7114
7115         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7116         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7117         `wl-draft-config-sub-header-bottom'.
7118
7119 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7120
7121         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7122         localnews folder.
7123
7124 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7125
7126         * wl-summary.el (wl-summary-mode): Undo last change.
7127
7128         * wl-folder.el (wl-folder-mode): Ditto.
7129
7130 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7131
7132         * wl-summary.el (wl-summary-mode): Locally set
7133         truncate-partial-window-width to nil.
7134         (for XEmacs)
7135
7136         * wl-folder.el (wl-folder-mode): Ditto.
7137
7138 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7141
7142 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7143
7144         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7145         number.
7146
7147         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7148
7149         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7150
7151         * Version number is increased to 2.7.6.
7152
7153 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7156
7157 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-summary.el (wl-summary-sync-update): Enclose network
7160         related portion with `unwind-protect'.
7161
7162 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7163
7164         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7165
7166 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7167
7168         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7169         element.
7170         * wl-vars.el (wl-message-body-button-alist): Ditto.
7171
7172         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7173         max match length.
7174         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7175
7176         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7177         for the max match length;
7178         Use 4th element value for the button string regexp group.
7179
7180         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7181         candidate exists, prompt to select.
7182
7183 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7184
7185         * wl-summary.el (wl-summary-jump-to-msg): Search before
7186         calibration point by `beginning-of-line'.
7187
7188 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7189
7190         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7191         for access group.
7192
7193 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-message.el (wl-message-display-internal): Bind
7196         `default-mime-charset'.
7197
7198         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7199
7200         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7201
7202         * Version number is increased to 2.7.5.
7203
7204 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7205
7206         * wl-expire.el (wl-summary-archive): Fixed;
7207         Use `elmo-folder-name-internal'.
7208
7209 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7210
7211         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7212         from `elmo-folder-move-messages' caller.
7213         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7214
7215         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7216         related portions are changed).
7217
7218 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7219
7220         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7221         counter.
7222
7223 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7224
7225         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7226         buffer local and set it to nil.
7227
7228         * wl-message.el (wl-message-redisplay): Ditto.
7229
7230 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * wl-summary.el (wl-summary-mark-as-important): If message is
7233         already cached, set messag as read, otherwise encache and mark as read.
7234
7235 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7236
7237         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7238         point-min.
7239
7240 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7243         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7244         a keymap.
7245
7246 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7249         parent.
7250
7251         * wl-mule.el (wl-message-define-keymap): Ditto.
7252
7253         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7254
7255         * wl-xmas.el (wl-message-display-internal-hook): Define.
7256         (wl-xmas-setup-message-toolbar): Define as function.
7257         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7258         (wl-message-overload-functions): Abolished.
7259         (wl-message-define-keymap): New function.
7260
7261         * wl-vars.el (wl-message-display-internal-hook): New variable.
7262         (wl-message-header-button-alist): New variable (Renamed from
7263         wl-highlight-message-header-button-alist).
7264         (wl-message-body-button-alist): Ditto.
7265
7266         * wl-mule.el (wl-message-define-keymap): New function.
7267         (wl-message-overload-functions): Abolished.
7268
7269         * wl-message.el (wl-message-add-buttons-to-body): New function.
7270         (wl-message-redisplay): Don't call wl-message-overload-functions;
7271         Call wl-message-add-buttons-to-header and
7272         wl-message-add-buttons-to-body.
7273         (wl-message-display-internal): Set keymap argument for
7274         elmo-mime-display-as-is, elmo-mime-message-display;
7275         Run wl-message-display-internal-hook.
7276         (wl-message-refer-article-or-url): Abolished.
7277
7278         * wl-highlight.el (wl-highlight-headers): Don't call
7279         wl-highlight-message-add-buttons-to-header.
7280         (wl-highlight-message-add-buttons-to-header): Abolished.
7281
7282
7283         * wl-e21.el (wl-message-display-internal-hook): Define.
7284         (wl-e21-setup-toolbar): Deleted duplicated binding.
7285         (wl-e21-setup-message-toolbar): Define as function.
7286         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7287         (wl-message-define-keymap): New function.
7288         (wl-message-overload-functions): Abolished.
7289
7290 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7293         and elmo-folder-close.
7294
7295         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7296
7297 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7298
7299         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7300         boolean value.
7301         * wl-draft.el (wl-draft-do-fcc): Ditto.
7302
7303 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7304
7305         * wl-vars.el (wl-fcc-force-as-read): New variable.
7306         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7307         mark copied message as read.
7308
7309 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7310
7311         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7312
7313 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7314
7315         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7316         `wl-summary-target-above' instead of obsolete variable
7317         `wl-summary-temp-above'.
7318
7319         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7320         instead of `make-obsolete-variable'.
7321         * wl-refile.el (toplevel): Ditto.
7322
7323 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7326         with third argument t.
7327         (wl-draft): Set first argument for wl-plugged-init as t.
7328
7329         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7330         definition.
7331
7332 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7333
7334         * wl-vars.el: Tabify.
7335         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7336
7337         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7338         message.
7339
7340 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7341
7342         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7343         and set default to beep.
7344
7345 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7346
7347         * wl-vars.el (wl-draft-truncate-lines): New variable.
7348
7349         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7350         instead of wl-message-truncate-lines for truncate-lines.
7351
7352 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl-message.el (wl-message-display-internal): Call
7355         `wl-highlight-message' after `elmo-mime-display-as-is'.
7356
7357         * wl-mime.el (wl-mime-display-text/plain): New function.
7358         (wl-mime-display-header): Ditto.
7359         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7360         body-presentation-method for text/plain;
7361         Register `wl-mime-display-header' as a header-presentation-method;
7362         Don't set up `elmo-message-text-content-inserted-hook' and
7363         `elmo-message-header-inserted-hook'.
7364
7365         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7366         variable.
7367         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7368         as t if flag is 'all-header;
7369         Don't bind `elmo-message-ignored-field-list',
7370         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7371
7372 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7373
7374         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7375         for xemacs with non-mule environment.
7376
7377 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7380         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7381         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7382
7383 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7384
7385         * wl-vars.el (wl-interactive-send): Set default value as t.
7386
7387 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7390         (wl-addrmgr-method-list): Abolished.
7391         (wl-addrmgr-change-method): Follow above change.
7392
7393         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7394
7395 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7396
7397         * wl-vars.el (wl-message-truncate-lines): Change default value
7398         to default-truncate-lines.
7399
7400         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7401
7402 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7403
7404         * wl-vars.el (wl-message-truncate-lines): New variable.
7405
7406         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7407         wl-message-truncate-lines.
7408
7409 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7410
7411         * wl-acap.el (wl-acap-init): Remove period from error message.
7412         (wl-acap-find-acap-service): Remove period from message.
7413
7414 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7415
7416         * wl.el (wl-check-environment): Undo last change.
7417
7418         * wl-vars.el (wl-from): Changed default value.
7419
7420         * wl-util.el (toplevel): Don't require tm-edit.
7421
7422         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7423         `wl-folder-init';
7424         Don't set mark on mail body.
7425         (wl-draft-reedit): Ditto.
7426
7427         * wl-address.el (wl-address-quote-specials): Define as an alias for
7428         elmo-address-quote-specials.
7429
7430 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7431
7432         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7433
7434         * wl-vars.el (wl-from): Set default value as nil.
7435         (wl-organization): Set default value as ORGANIZATION environment
7436         variable.
7437
7438         * wl-draft.el (wl-smtp-extension-bind): Check value of
7439         wl-smtp-connection-type.
7440
7441         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7442         error.
7443
7444 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7445
7446         * Version number is increased to 2.7.4.
7447
7448         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7449         arguments from `wl-highlight-x-face-function' caller.
7450         Use x-face-1.3.6.12 or later.
7451
7452 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7453
7454         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7455
7456 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7457
7458         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7459         (wl-fcc): Fix to accept function.
7460         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7461
7462 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7463
7464         * wl-acap.el (toplevel): Added `product-provide' declare.
7465         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7466
7467 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7468
7469         * wl.el (wl): Changed order of calling `elmo-init'
7470         and `elmo-folder-init'.
7471
7472 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7473
7474         * wl-mime.el (wl-summary-burst): Extract message when content-type
7475         of root entity is not only `multipart' but also `message/rfc822'.
7476         (wl-summary-burst-subr): Ditto.
7477
7478 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-vars.el (toplevel): Require 'custom.
7481         (wl-trash-folder): Added to `wl-setting' group.
7482
7483         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7484         exists.
7485         (wl-addrmgr-draw): Insert empty line when no entry exists.
7486
7487         * wl-mule.el (wl-message-wheel-up): Fixed.
7488         (wl-message-wheel-down): Ditto.
7489
7490 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7491
7492         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7493         config is an anonymous lambda expression.
7494
7495 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7496
7497         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7498         when Mule 2 is running.
7499
7500 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7503
7504 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7507         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7508
7509         * wl-address.el (wl-address-specials-regexp): Eliminated.
7510         (wl-address-quote-specials): Rewrite.
7511
7512 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7513
7514         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7515         shy-groups for regexp.
7516
7517         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7518         character classes and Perl style shy-groups for regexp.
7519         (wl-highlight-plugged-current-line): Use Posix style character
7520         classes for regexp.
7521         (wl-e21-highlight-folder-by-numbers): Ditto.
7522         (wl-e21-display-image-p): Use `display-images-p' instead of
7523         `display-graphic-p'.
7524         (display-images-p): Make an alias to `display-graphic-p' if it is
7525         not available.  It is for Emacs version prior to 21.0.105.
7526
7527         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7528         `display-graphic-p'.
7529         (wl-demo-image-type-alist): Ditto.
7530         (display-images-p): Make an alias to `display-graphic-p' if it is
7531         not available.  It is for Emacs version prior to 21.0.105.
7532
7533 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7534
7535         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7536         support.
7537         (wl-generate-user-agent-string): Ditto.
7538
7539         * wl-version.el (wl-version): Update docsting.
7540         (wl-version-status): Ditto.
7541
7542 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7545         21.0.105.  For Emacs 21.0.104 or earlier.
7546
7547 2001-09-03  Takuo KITAME <kitame@northeye.org>
7548
7549         * wl-e21.el (wl-plugged-init-icons): Use
7550         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7551         (wl-biff-init-icons): Ditto.
7552
7553 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7554
7555         * wl-highlight.el (wl-highlight-summary-current-line):
7556         Fixed highlighting refile/copy destination.
7557
7558         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7559         (wl-acap-store): Encode string by wl-acap-coding-system.
7560
7561 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-acap.el (toplevel): Check and require 'un-define before
7564         'xemacs-ucs;
7565          Added checking for UTF-2000.
7566
7567 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7568
7569         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7570         Don't enclose with `eval-and-compile'.
7571
7572         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7573         wl-init is non-nil.
7574
7575         * wl-draft.el (wl-draft): Ditto.
7576
7577         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7578
7579         * wl-acap.el (toplevel): Require 'wl.
7580         (wl-acap-store): Call `elmo-init'.
7581
7582         * wl.el (wl): Changed position of `wl-check-environment'.
7583         (toplevel): Added autoload setting for wl-acap.
7584
7585         * wl-vars.el (wl-setting): New custom group.
7586         (wl-from): Added wl-setting group.
7587         (wl-user-mail-address-list): Ditto.
7588         (wl-organization): Ditto.
7589         (wl-subscribed-mailing-list): Ditto.
7590         (wl-envelope-from): Ditto.
7591         (wl-smtp-posting-user): Ditto.
7592         (wl-smtp-posting-server): Ditto.
7593         (wl-smtp-posting-port): Ditto.
7594         (wl-smtp-authenticate-type): Ditto.
7595         (wl-pop-before-smtp-user): Ditto.
7596         (wl-pop-before-smtp-server): Ditto.
7597         (wl-pop-before-smtp-port): Ditto.
7598         (wl-pop-before-smtp-authenticate-type): Ditto.
7599         (wl-nntp-posting-server): Ditto.
7600         (wl-nntp-posting-user): Ditto.
7601         (wl-nntp-posting-port): Ditto.
7602         (wl-fetch-confirm-threshold): Ditto.
7603         (wl-prefetch-threshold): Ditto.
7604         (wl-thread-insert-opened): Ditto.
7605         (wl-ldap-server): Ditto.
7606         (wl-ldap-port): Ditto.
7607         (wl-ldap-base): Ditto.
7608         (wl-ldap-objectclass): Ditto.
7609         (wl-use-ldap): Ditto.
7610         (wl-draft-config-alist): Ditto.
7611         (wl-draft-config-matchone): Ditto.
7612         (wl-template-alist): Ditto.
7613         (wl-message-sort-field-list): Ditto.
7614         (wl-message-ignored-field-list): Ditto.
7615         (wl-message-visible-field-list): Ditto.
7616         (wl-interactive-send): Ditto.
7617         (wl-summary-move-order): Ditto.
7618         (wl-auto-select-first): Ditto.
7619         (wl-auto-select-next): Ditto.
7620         (wl-interactive-save-folders): Ditto.
7621
7622         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7623         Initialization codes are moved from wl-local-folder-init.
7624         (wl-local-folder-init): Follow the change above.
7625         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7626
7627         * wl-acap.el: New file.
7628
7629         * Version number is increased to 2.7.3.
7630
7631 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7632
7633         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7634
7635 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7636
7637         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7638         (wl-addrmgr-address-entry-list): Ditto.
7639
7640 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7641
7642         * wl-e21.el (wl-draft-mode-map): Removed binding for
7643         `wl-draft-insert-x-face-field'.
7644
7645         * wl-mule.el (wl-draft-mode-map): Ditto.
7646
7647         * wl-xmas.el (wl-draft-mode-map): Ditto.
7648
7649         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7650         (wl-cs-autoconv): Ditto.
7651         (wl-cs-local): Ditto.
7652         (wl-use-scoring): Ditto.
7653         (wl-mime-charset): Ditto.
7654         (wl-folder-check-async): Ditto.
7655
7656         * wl.el (toplevel): Ignore nemacs and tm.
7657         (wl-exit): Ditto.
7658
7659         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7660         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7661         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7662         instead of wl-address-petname-add-or-change.
7663         (wl-summary-edit-addresses-subr): Use wl-address-delete
7664         instead of wl-address-petname-delete.
7665
7666         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7667
7668         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7669         if error occured.
7670
7671         * wl-message.el (require): Remove tm support.
7672
7673         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7674
7675         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7676         (wl-folder-jump-to-current-entity): Ditto.
7677         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7678
7679         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7680         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7681         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7682
7683         * wl-mule.el (wl-draft-key-setup): Ditto.
7684
7685         * wl-xmas.el (wl-draft-key-setup): Ditto.
7686
7687         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7688         (wl-draft-std11-parse-addresses): New function.
7689         (wl-draft-parse-mailbox-list): Use it.
7690         (wl-draft): Ignore nemacs.
7691         (wl-draft-reedit): Ditto.
7692
7693         * wl-addrmgr.el: New file.
7694         (Original is wl-rcpt.el written by
7695         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7696         Thanks Kitamoto-san.)
7697
7698         * wl-address.el (wl-address-make-address-list): Modified parsing
7699         process.
7700         (wl-address-delete): Renamed from `wl-address-petname-delete';
7701         Modify wl-address-list too.
7702         (wl-address-add-or-change): Renamed from
7703         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7704
7705 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7706
7707         * wl-highlight.el (wl-highlight-summary-current-line):
7708           Work with transient-mark-mode
7709
7710 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * Version number is increased to 2.7.2.
7713
7714         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7715         instead of elmo-dop-queue-method.
7716
7717 2001-08-06  SAITO Atsunori <sai@yedo.com>
7718
7719         * wl-vars.el (wl-ldap-objectclass): New user option.
7720
7721         * wl-address.el (wl-ldap-make-filter): Use it.
7722
7723 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7726
7727 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-folder.el (wl-folder): redisplay after folder insertion.
7730
7731         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7732
7733         * wl-summary.el (wl-summary-sync-update):
7734         Change status mark only when new-msgdb exists.
7735         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7736
7737 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7738
7739         * wl-summary.el (wl-summary-open-folder): New function.
7740         (wl-summary-goto-folder-subr): Use it.
7741         (wl-summary-mark-as-important): Fix;
7742         Encache only when no cache exists.
7743
7744 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7747         Use with-current-buffer.
7748
7749 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7750
7751         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7752         before call `get-buffer'. Fixed parenthesis.
7753         (wl-score-get-header-entry): Clear message and help window when
7754         keyboard quit.
7755         (wl-score-edit-insert-header): Ditto.
7756
7757 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7760         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7761         (wl-default-draft-cite): Fix.
7762
7763         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7764         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7765
7766 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7767
7768         * wl-message.el (wl-message-prev-page): Do same bahavior
7769         as summary when it is called in the message buffer.
7770         (wl-message-next-page): Ditto.
7771
7772 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-summary.el (wl-summary-forward): Use cache if it is not
7775         section cache.
7776
7777 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7780         Removed redundant require of elmo-vars.
7781         (wl-biff-state-indicator-on): Changed default value for
7782         xemacs with non-mule environment.
7783
7784         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7785         wl-message-buffer is nil;
7786         Hide progress bar after moving messages.
7787
7788 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7789
7790         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7791         message at cursor point is deleted.
7792
7793 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-vars.el: Changed file coding system to euc-japan.
7796         Added -*-coding:-*- magic to the first line.
7797
7798         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7799         Search parent from the first message.
7800
7801         * Version number is increased to 2.7.1.
7802
7803 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7804
7805         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7806
7807 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7810         refile/delete execution.
7811
7812         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7813         Fixed docstring.
7814
7815 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7818         do update process;
7819         Don't update marks when update process is interrupted.
7820
7821 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-summary.el (wl-summary-reply): Fixed problem when
7824         wl-draft-use-frame is non-nil.
7825         (wl-summary-forward): Ditto.
7826
7827         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7828         as nil.
7829         (wl-folder-mark-as-read-all-entity): Ditto.
7830         (wl-folder-prefetch-entity): Ditto.
7831
7832         * wl.el (wl): Check environment before wl-init.
7833
7834         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7835         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7836         instead of wl-summary-collect-unread.
7837         (wl-summary-reply): Split message window.
7838
7839 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7840
7841         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7842         only if current language environment is japanese,
7843
7844         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7845         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7846         (wl-folder-goto-folder-subr): Ditto.
7847
7848         * wl-draft.el (wl-draft-dispatch-message): Call
7849         `elmo-file-cache-get-path'.
7850
7851 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7852
7853         * wl-summary.el (wl-summary-cursor-move): If return value of
7854         wl-summary-next-message is not number, don't jump.
7855
7856 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7857
7858         * wl-summary.el (wl-summary-buffer-next-message-function): New
7859         variable.
7860         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7861         if it is bound.
7862
7863         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7864         string.
7865
7866         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7867         (wl-plugged-drawing): Ditto.
7868
7869 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7870
7871         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7872         process.
7873         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7874         with unwind-protect.
7875
7876         * wl.el (wl-init): Require mime-setup.
7877         (wl-check-environment): Don't require mime-setup.
7878
7879         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7880         instead of elmo-folder-type.
7881
7882         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7883         value as nil.
7884
7885 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * Version number is increased to 2.7.0.
7888
7889         * wl-version.el (wl-version): Changed codename.
7890
7891         * wl-summary.el (wl-summary-delete-cache): Fixed.
7892
7893         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7894         Workaround for net folders.
7895         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7896
7897         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7898         value to nil (According to the patch from
7899         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7900
7901         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7902         of elmo-folder-close.
7903
7904 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7905
7906         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7907         for postfix.
7908
7909 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl-summary.el (wl-summary-resend-message): Fixed.
7912
7913         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7914         Call wl-draft with `from' argument if its address is included in
7915         `wl-user-mail-address-list'.
7916         (wl-draft): Added `from' argument.
7917
7918         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7919         non-nil.
7920         (wl): Don't show demo if wl-demo is nil.
7921
7922         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7923         wl-summary-use-frame.
7924
7925         * wl-vars.el (wl-summary-use-frame): New user option.
7926         (wl-folder-use-frame): Changed docstring.
7927
7928         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7929         non-nil.
7930         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7931         wl-summary-use-frame.
7932
7933         * wl-vars.el (wl-folder-use-frame): New user option.
7934
7935         * wl-summary.el (wl-summary-exit): Back to folder frame if
7936         wl-folder-use-frame is non-nil.
7937         (wl-summary-redisplay-internal): Ignore cache if current folder
7938         is draft folder,
7939         (wl-summary-redisplay-no-mime): Ditto.
7940         (wl-summary-redisplay-all-header): Ditto.
7941
7942         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7943         if wl-folder-use-frame is non-nil.
7944
7945 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7946
7947         * wl-summary.el (wl-summary-sync-update): Bind
7948         elmo-folder-update-threshold.
7949         (wl-summary-mark-as-important): Enclosed server mark processing
7950         with `save-match-data'.
7951
7952         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7953         only when it is already defined.
7954
7955 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7956
7957         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7958         name of folder exclude localdir is wrong.
7959         * wl-folder.el (wl-folder-sync-entity):
7960         Set `wl-summary-always-sticky-folder-list' as nil.
7961         (wl-folder-mark-as-read-all-entity): Ditto.
7962         (wl-folder-prefetch-entity): Ditto.
7963
7964 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7965
7966         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7967         instead of `wl-summary-write-current-newsgroup'.
7968
7969 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7970
7971         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7972         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7973         non-nil and selected message is important, do not display.
7974
7975 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7976
7977         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7978
7979 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7980
7981         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7982
7983         * wl-summary.el (wl-summary-mark-as-important): Set message number
7984         using wl-summary-message-number.
7985
7986 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7987
7988         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7989         destination folder is 'null.
7990
7991 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7994         New function.
7995         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7996         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7997         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7998
7999 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-mime.el (wl-mime-setup): Added setting for
8002         `mime-setup-signature-key-alist' to avoid overriding key bind for
8003         `wl-draft-send'.
8004
8005         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8006         for `wl-draft-send'.
8007         * wl-mule.el (wl-draft-overload-functions): Ditto.
8008         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8009         * wl-draft.el (wl-draft-send): Ditto.
8010
8011         * wl-message.el (wl-message-display-internal):
8012         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8013         (Patch is provided by <kita@coe.nttdata.co.jp>).
8014
8015 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8018
8019 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8020
8021         * wl.el (wl): Fix for wl-demo.
8022
8023 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8026
8027 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8028
8029         * wl-folder.el (wl-folder-prefetch-entity): Use
8030         `wl-folder-get-elmo-folder'.
8031         (wl-folder-count-incorporates): Do not use
8032         `wl-folder-get-elmo-folder'.
8033
8034 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8037         instead of `elmo-folder-get-type'.
8038
8039 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8040
8041         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8042         position on Subject: field.
8043         (Advised by Mito <mit@nines.nec.co.jp>)
8044
8045 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8046
8047         * wl-folder.el (wl-folder-prefetch-entity): Use
8048         `wl-folder-get-elmo-folder'.
8049
8050 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8053
8054         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8055         `process-duplicates' slot.
8056
8057         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8058         if detection failed.
8059
8060 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8061
8062         * wl-version.el (wl-version-status): Set to "alpha".
8063
8064 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8067         Check wl-message-buffer lives before set-buffer.
8068
8069 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8070
8071         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8072         called in folder mode.
8073         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8074         * wl-summary.el (wl-summary-exit-pre-hook): Run
8075         `wl-summary-exit-pre-hook' before exit summary mode.
8076
8077 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl-version.el (wl-version-status): New variable.
8080         (wl-version-status-alist): Removed.
8081         (wl-version-status): Rule included.
8082
8083 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8084
8085         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8086         @sponichi.
8087
8088         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8089         when `mail-reply-buffer' is buffer-local variable.
8090         (Reported by <kita@coe.nttdata.co.jp>).
8091
8092 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-vars.el (toplevel): Require 'elmo-util.
8095
8096 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8099         (All other related portions are changed)
8100
8101         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8102
8103         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8104
8105 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8106
8107         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8108
8109 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8110
8111         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8112         Delete other windows to avoid an error.
8113         Use `point-marker' instead of `point' to remember the start point
8114         of body.
8115
8116         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8117
8118         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8119         number not to exceed all message number.
8120
8121 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8122
8123         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8124         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8125
8126 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8127
8128         * wl-summary.el (wl-summary-sync-force-update): Added argument
8129         no-check.
8130         (wl-summary-sync-update): Ditto.
8131         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8132         with `no-check'.
8133
8134         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8135         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8136         already running.
8137
8138 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8139
8140         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8141         `dst-folder-arg'.
8142         (wl-expire-archive-number1): Diito.
8143         (wl-expire-archive-number2): Diito.
8144         (wl-expire-archive-Date): Diito.
8145         (wl-archive-number1): Diito.
8146         (wl-archive-number2): Diito.
8147         (wl-archive-date): Diito.
8148         (wl-archive-folder-p): New function.
8149         (wl-summary-expire): Support of expand folder name at
8150         wl-expire-alist.
8151         * wl-util.el (wl-expand-newtext): Renamed from
8152         `wl-refile-expand-newtext'.
8153
8154 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8155
8156         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8157         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8158         `(elmo-msgdb-get-overview msgdb)'.
8159         (wl-summary-prefetch): Bind match data before call
8160         `wl-summay-prefetch-msg'.
8161         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8162         'off if `wl-summary-buffer-disp-msg' is non-nil.
8163         Fixed problem that couldn't show only one new or unread message when
8164         enter folder.
8165         (wl-summary-reply): Don't call `split-window-vertically' and other
8166         window.
8167
8168 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-expire.el (wl-expire-refile): Fixed.
8171
8172 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8175
8176         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8177         biff notification is removed.
8178
8179         * wl.el (wl): Changed position of `elmo-init'.
8180
8181         * wl-draft.el (wl-default-draft-cite): Use date field
8182         on the citation buffer.
8183
8184         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8185
8186         * wl-xmas.el (wl-folder-internal-icon-list): Added
8187         `wl-folder-shimbun-image'.
8188
8189         * wl-e21.el (wl-folder-internal-icon-list): Added
8190         `wl-folder-shimbun-image'.
8191
8192 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8193
8194         * wl.el (wl-init): Eliminated argument.
8195         (wl): Rewrite.
8196
8197         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8198         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8199         instead of `elmo-folder-msgdb-internal'.
8200         (wl-summary-sync-update): Ditto.
8201         (wl-summary-flush-pending-append-operations): Eliminated.
8202         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8203         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8204         `elmo-folder-open'.
8205
8206         * wl-mime.el (wl-summary-burst): Fixed.
8207
8208         * wl-folder.el (wl-folder-info-save): Check data type.
8209
8210         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8211         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8212         instead of `elmo-folder-msgdb-internal'.
8213         (wl-expire-hide): Ditto.
8214
8215
8216         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8217
8218 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8219
8220         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8221
8222 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8223
8224         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8225
8226 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8227
8228         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8229         Fixed `match-beginning' argument mismatch.
8230
8231 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8232
8233         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8234         the default value.
8235
8236 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8237
8238         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8239         instead of `elmo-nntp-default-port'.
8240
8241         * wl-vars.el: Fixed some doc strings.
8242
8243 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8244
8245         * wl-summary.el (wl-summary-prefetch-msg): Use
8246         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8247
8248         * wl-vars.el: Define *-func as obsolete variable using
8249         `elmo-define-obsolete-variable'.
8250
8251         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8252         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8253         instead of `wl-message-buffer-prefetch-threshold'.
8254
8255         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8256
8257         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8258
8259         * wl-draft.el (wl-caesar-region-func): Ditto.
8260
8261         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8262         Keep unread status in elmo-folder-move-messages.
8263         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8264
8265 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8266
8267         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8268         `wl-summary-buffer-exit-func'
8269         (wl-summary-buffer-message-redisplay-function): Renamed from
8270         `wl-summary-buffer-message-redisplay-func'
8271         (wl-summary-buffer-next-folder-function): Renamed from
8272         `wl-summary-buffer-next-folder-func'.
8273         (wl-summary-buffer-prev-folder-function): Renamed from
8274         `wl-summary-buffer-prev-folder-func'.
8275         (wl-summary-get-petname-function): Renamed from
8276         `wl-summary-get-petname-func'.
8277
8278         * wl-score.el (wl-score-edit-exit-function): Renamed from
8279         `wl-score-edit-exit-func'.
8280
8281         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8282         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8283
8284         * wl-util.el (wl-load-profile-function): Renamed from
8285         `wl-load-profile-func'.
8286
8287         * wl-folder.el (wl-folder-completion-function): Renamed from
8288         `wl-folder-completion-func'.
8289         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8290
8291         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8292         `wl-expire-archive-get-folder-func'.
8293         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8294         (wl-draft-send-mail-function): Renamed from
8295         `wl-draft-send-mail-func'.
8296         (wl-draft-send-news-function): Renamed from
8297         `wl-draft-send-news-func'.
8298         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8299         (wl-generate-mailer-string-function): Renamed from
8300         `wl-generate-mailer-string-func'.
8301         (wl-highlight-signature-search-function): Renamed from
8302         `wl-highlight-signature-search-func'.
8303         (wl-highlight-x-face-function): Renamed from
8304         `wl-highlight-x-face-func'
8305         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8306         (wl-ps-print-buffer-function): Renamed from
8307         `wl-ps-print-buffer-func'
8308         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8309         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8310         (wl-summary-subject-filter-function): Renamed from
8311         `wl-summary-subject-filter-func'.
8312
8313         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8314         `wl-draft-queue-flush-send-func'
8315         (wl-draft-cite-function): Renamed from
8316         `wl-draft-cite-func'
8317
8318         * wl-address.el (wl-address-init-function): Renamed from
8319         `wl-address-init-func'.
8320
8321 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-draft.el (wl-draft-queue-flush): Don't call
8324         `elmo-dop-unlock-message'.
8325         * wl-draft.el (wl-draft-queue-append): Don't call
8326         `elmo-dop-lock-message'.
8327
8328         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8329         (wl-summary-buffer-folder-name): Ditto.
8330         (wl-summary-message-regexp): Added '-' (all other related portions
8331         are changed).
8332         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8333         wl-summary-buffer-folder-name.
8334
8335 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8336
8337         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8338         the number of mails in the folder buffer is not updated by wl-biff.
8339
8340 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8341
8342         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8343         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8344
8345 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-summary.el (wl-summary-next-message):
8348         Return next message number when wl-summary-move-order is nil.
8349
8350 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8351
8352         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8353         `wl-summary-move-spec-alist'.
8354         (wl-summary-move-spec-unplugged-alist): New variable
8355         (Move spec for unplugged status).
8356         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8357         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8358
8359 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8360
8361         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8362         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8363
8364 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8365
8366         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8367         simple quotation to quote the anonymous function.
8368         * tm-wl.el (wl-draft-preview-message): Ditto.
8369
8370 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8371
8372         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8373         Eliminate redundant `save-excursion'.
8374         (wl-highlight-summary-current-line): Ditto.
8375
8376         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8377         accessing match data when `looking-at' failed.
8378
8379         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8380         `elmo-match-string' where users don't care about the speed.
8381         (wl-draft-save): Ditto.
8382
8383 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8384
8385         * wl-util.el (wl-regexp-opt): New function.
8386
8387         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8388         number from `wl-summary-buffer-number-list'.
8389         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8390         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8391         (wl-summary-move-spec-alist): Changed default setting.
8392
8393 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8394
8395         * wl-vars.el (wl-biff-notify-hook): New hook.
8396         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8397         the arrival of new mail.
8398         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8399         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8400
8401 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8404
8405 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8406
8407         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8408
8409         * Version number is increased to 2.5.8.
8410
8411         * wl-thread.el (toplevel): require 'cl.
8412         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8413         (wl-thread-make-number-list): New function.
8414         (wl-thread-entity-make-number-list-from-children): Ditto.
8415         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8416         (wl-thread-entity-insert-as-children): Likewise.
8417         (wl-thread-delete-message): Likewise.
8418         (wl-meaning-of-mark): Eliminated.
8419         (wl-thread-next-failure-mark-p): Ditto.
8420         (wl-thread-entity-get-mark): Ditto.
8421         (wl-thread-meaning-alist-get-result): Ditto.
8422         (wl-thread-entity-check-prev-mark): Ditto.
8423         (wl-thread-entity-check-next-mark): Ditto.
8424         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8425         (wl-thread-entity-get-prev-marked-entity): Ditto.
8426         (wl-thread-get-prev-unread): Ditto.
8427         (wl-thread-jump-to-prev-unread): Ditto.
8428         (wl-thread-get-next-unread): Ditto.
8429         (wl-thread-jump-to-next-unread): Ditto.
8430         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8431         (wl-thread-entity-get-next-marked-entity): Ditto.
8432
8433         * wl-summary.el (wl-summary-buffer-number-list):
8434         New bufer-local variable.
8435         (wl-summary-switch-to-clone-buffer): Clone
8436         `wl-summary-buffer-number-list'.
8437         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8438         (wl-summary-cursor-move-regex): Eliminated.
8439         (wl-summary-cursor-up): Rewrite.
8440         (wl-summary-cursor-down): Ditto.
8441         (wl-summary-mode-spec-alist): New variable.
8442         (wl-summary-next-message): New inline function.
8443         (wl-summary-cursor-move): New function.
8444         (wl-summary-default-get-next-msg): Rewrite.
8445         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8446         (wl-summary-rescan): Ditto.
8447         (wl-summary-sync-all-init): Ditto.
8448         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8449         summary is not thread view.
8450         (wl-summary-sync-update): Ditto.
8451         (wl-summary-rescan): Ditto.
8452         (wl-summary-make-number-list): New function.
8453
8454         * wl-draft.el: "FCC" -> "Fcc".
8455
8456 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-highlight.el (wl-highlight-summary-window):
8459         Call `set-buffer-modified-p'.
8460
8461         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8462         (wl): Call `elmo-init' and fix.
8463
8464         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8465         Use new variables.
8466
8467         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8468
8469 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8472
8473 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8474
8475         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8476
8477 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8478
8479         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8480         `wl-use-toolbar' nor `display-graphic-p'.
8481         (wl-e21-setup-message-toolbar): Ditto.
8482         (wl-e21-setup-summary-toolbar): Ditto.
8483         (wl-e21-setup-folder-toolbar): Ditto.
8484
8485         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8486         (wl-plugged-init-icons): Ditto.
8487
8488         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8489         `display-graphic-p'.
8490         (wl-plugged-set-folder-icon): Ditto.
8491         (wl-highlight-plugged-current-line): Ditto.
8492         (wl-highlight-folder-current-line): Ditto.
8493         (wl-e21-highlight-folder-group-line): Ditto.
8494         (wl-e21-setup-toolbar): Ditto.
8495         (wl-e21-display-image-p): New macro.
8496
8497         * wl-demo.el (wl-demo): Simplified.
8498         (wl-demo-image-type-alist): Use `image-type-available-p' for
8499         checking whether the image type `xbm' is available.
8500
8501 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8502
8503         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8504         (wl-summary-input-range): Ditto.
8505
8506 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8507
8508         * wl-summary.el (wl-summary-edit-addresses): Use
8509         `wl-summary-get-original-buffer'
8510         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8511         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8512         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8513         (wl-summary-get-newsgroups): Eliminated.
8514         (wl-summary-set-crosspost): Ditto.
8515         (wl-summary-is-crosspost-folder): Ditto.
8516         (wl-crosspost-alist-load): Ditto.
8517         (wl-crosspost-alist-save): Ditto.
8518
8519         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8520         `elmo-setup-subscribed-newsgroups' instead of
8521         `elmo-nntp-make-groups-hashtb'.
8522         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8523         instead of `wl-crosspost-alist-save'.
8524
8525         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8526         of `elmo-folder-message-appendable-p'.
8527         (wl-mime-header-presentation-method): Eliminated.
8528
8529         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8530         (Error occurs in emacs21).
8531
8532         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8533         the current buffer).
8534
8535         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8536         instead of `wl-crosspost-alist-save'.
8537         (wl-init): `elmo-crosspost-message-alist-load'
8538         instead of `wl-crosspost-alist-load'
8539
8540         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8541         (wl-parse-newsgroups): Likewise.
8542         (wl-biff-notify): Run `wl-biff-notify-hook'.
8543
8544 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8545
8546         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8547
8548         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8549         when `wl-summary-lazy-highlight' is non-nil.
8550         (wl-summary-goto-folder-subr): Highlight only when
8551         `wl-summary-lazy-highlight' is non-nil.
8552
8553         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8554         Don't display progress and highlight temp-mark when
8555         `wl-summary-lazy-highlight' is non-nil.
8556         (wl-highlight-summary-window): New function.
8557         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8558
8559 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8560
8561         * wl-summary.el (wl-summary-sync): Change `all-visible'
8562         from `all-shown'
8563         (wl-summary-input-range): Ditto.
8564
8565 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8566
8567         * wl-e21.el (wl-highlight-folder-current-line): Call
8568         `wl-folder-init-icons' when folder icons have not been initialized.
8569
8570         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8571
8572         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8573         (wl-demo-image-type-alist): New macro.
8574
8575 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8576
8577         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8578         display does not support graphics.
8579         (wl-plugged-init-icons): Ditto.
8580         (wl-folder-init-icons): Ditto.
8581
8582         * wl-demo.el (wl-demo): Chech closely whether the display
8583         supports graphics.
8584
8585 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8586
8587         * wl-summary.el (wl-summary-get-original-buffer): New function.
8588         (wl-summary-set-crosspost): Use it.
8589         (wl-summary-target-mark-uudecode): Ditto.
8590         (wl-summary-reedit): Ditto.
8591         (wl-summary-resend-bounced-mail): Ditto.
8592         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8593         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8594
8595         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8596         (wl-message-display-internal): Ditto.
8597
8598 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8601
8602 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8603
8604         * wl-summary.el (wl-summary-save-view): Renamed from
8605         `wl-summary-save-status'.
8606
8607 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8608
8609         * wl-summary.el (wl-summary-sync): Added `all-shown'
8610
8611 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8612
8613         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8614
8615 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8616
8617         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8618
8619 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8620
8621         * wl-highlight.el (wl-highlight-summary-line-string): Use
8622         `zerop' instead of `= 0'.
8623         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8624
8625         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8626         for comparing numbers.
8627         (wl-template-prev): Use `zerop' instead of `eq 0'.
8628
8629         * wl-draft.el (wl-draft-insert-current-message): Use
8630         `with-current-buffer' instead of `save-excursion'.
8631         Use `zerop' instead of `eq 0'.
8632
8633 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8634
8635         * wl-draft.el (wl-draft-insert-ccs): New function.
8636         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8637         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8638
8639 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8642
8643 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-expire.el (wl-expire-refile): Don't call
8646         elmo-msgdb-add-msgs-to-seen-list;
8647         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8648         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8649
8650 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8651
8652         * wl-message.el (wl-message-prev-page): Ignore errors while
8653         scroll-down.
8654
8655 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8656
8657         * wl-mime.el: Use elmo-original-message-mode instead of
8658         mmelmo-original-mode.
8659
8660         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8661         `elmo-folder-get-spec';
8662         (wl-fldmgr-add-completion-all-completions):
8663         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8664
8665         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8666         of `elmo-folder-get-type'.
8667
8668         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8669         `elmo-folder-get-spec';
8670         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8671         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8672         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8673         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8674         `elmo-read-msg-no-cache';
8675         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8676         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8677         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8678         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8679         `elmo-cache-save';
8680         (wl-draft-reedit): Use `elmo-message-file-name'.
8681
8682         * wl-expire.el: Use `elmo-folder-name-internal';
8683         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8684         Use macro `wl-summary-buffer-msgdb' instead of variable
8685         `wl-summary-buffer-msgdb';
8686         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8687         Use macro `wl-summary-buffer-folder-name' instead of variable
8688         `wl-summary-buffer-folder-name'.
8689         * wl-score.el: Likewise.
8690
8691         * wl-message.el: Rewrite for new message buffer cache mechanism.
8692         (wl-message-buffer-cache-buffer-get): New macro.
8693         (wl-message-buffer-cache-folder-get): Ditto.
8694         (wl-message-buffer-cache-message-get): Ditto.
8695         (wl-message-buffer-cache-entry-make): Ditto.
8696         (wl-message-buffer-cache-hit): Ditto.
8697         (wl-message-buffer-cache-sort): New function.
8698         (wl-message-buffer-cache-add): Ditto.
8699         (wl-message-buffer-cache-delete): Ditto.
8700         (wl-message-buffer-cache-clean-up): Ditto.
8701         (wl-message-buffer-window): Rewrite.
8702         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8703         (wl-message-buffer-display): New function.
8704         (wl-message-display-internal): New function.
8705
8706 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8707
8708         * wl-folder.el: Use `elmo-folder-name-internal';
8709         Use `wl-folder-get-elmo-folder';
8710         Use `elmo-folder-list-messages' instead of
8711         `elmo-list-folder';
8712         Use `elmo-folder-get-primitive-list' instead of
8713         `elmo-folder-get-primitive-spec-list';
8714         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8715         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8716         Use `elmo-folder-create' instead of `elmo-create-folder'.
8717         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8718         (wl-folder-get-elmo-folder): New macro.
8719         (wl-folder-elmo-folder-cache-get): Ditto.
8720         (wl-folder-elmo-folder-cache-put): Ditto.
8721         (wl-folder-suspend): Call `elmo-quit'.
8722
8723         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8724         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8725         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8726         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8727         (toplevel): require 'cl.
8728         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8729
8730         * wl-summary.el: Rewrite to use new elmo interface.
8731
8732 \f
8733 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8734
8735         * wl-mime.el (wl-draft-preview-message):
8736         Run `wl-draft-send-hook' before collecting recipients information;
8737         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8738
8739         * tm-wl.el (wl-draft-preview-message): Ditto.
8740
8741 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8744         wrong recipients are displayed when forwarded message.
8745
8746 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * Version number is increased to 2.5.7.
8749
8750 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8751
8752         * wl-message.el (wl-message-next-page): Bind
8753         `window-pixel-scroll-increment' to nil while scrolling up.
8754
8755 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8756
8757         * wl-vars.el (wl-save-hook): New hook.
8758         * wl.el (wl-save): Call `wl-save-hook'.
8759
8760 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8761
8762         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8763         Argument WITH-ARG instead of NO-ARG (negative mean).
8764         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8765         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8766         * wl-message.el (wl-message-follow-current-entity): Likewise.
8767
8768 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8769
8770         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8771         FROM was optional argument.
8772         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8773
8774 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * Version number is increased to 2.5.6.
8777
8778 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8779
8780         * wl-version.el (wl-version-show): Removed.
8781         (wl-version): Add `interactive'.
8782
8783 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8784
8785         * wl-summary.el (wl-summary-get-petname-func): New variable.
8786         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8787         instead of `wl-address-get-petname-1'.
8788         (wl-summary-simple-from): Ditto.
8789
8790         * wl-address.el (wl-address-get-petname-1): Define as function.
8791
8792 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8795         field in the original message.
8796         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8797
8798 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8799
8800         * wl-expire.el (wl-expire-hide):
8801         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8802
8803 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8804
8805         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8806         find decoder for To, Cc, and Subject.
8807
8808 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8809
8810         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8811         for checking `elmo-use-buffer-cache'.
8812         (wl-summary-mark-as-important): Fixed typo in comment.
8813
8814 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8817         field in the original message.
8818         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8819
8820 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8821
8822         * wl-expire.el (wl-expire-hide):
8823         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8824
8825 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8828         find decoder for To, Cc, and Subject.
8829
8830 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * Version number is increased to 2.5.5.
8833
8834         * wl-address.el (wl-address-specials-regexp): New constant.
8835         (wl-address-quote-specials): Use it.
8836
8837 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8838
8839         * wl-summary.el (wl-summary-rescan):
8840         Call `wl-summary-buffer-number-column-detect'.
8841         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8842
8843         * wl-message.el (wl-message-mode-map): Define.
8844         (wl-message-decode): Use it as local-map.
8845
8846 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8849         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8850
8851 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8854
8855         * wl-mule.el (wl-read-event-char): Ditto.
8856
8857         * wl-e21.el (wl-read-event-char): Ditto.
8858
8859         * wl-nemacs.el (wl-read-event-char): Ditto.
8860         (read-event): Removed.
8861
8862         * wl-util.el (toplevel): Removed dummy definition of
8863         `read-event'.
8864         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8865
8866 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8867
8868         * wl-nemacs.el (elmo-archive-call-process): Moved to
8869         elmo-archive.el.
8870
8871 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8872
8873         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8874         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8875
8876         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8877         instead of magic-number 6.  Use `not' instead of `null' for symbol
8878         `nil' check (not empty list).
8879         (wl-draft-insert-x-face-field): Fixed paren style.
8880
8881         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8882         one-branch conditional statement, instead of `and' and `if'.
8883         (wl-draft-forward): Likewise.
8884         (wl-draft-add-references): Likewise.
8885         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8886
8887         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8888         conditional steatment.  Use `cond' instead of `if'.
8889         (wl-draft-confirm): Likewise.
8890
8891 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8892
8893         * wl-version.el (wl-version-show): Use `product-string-1'
8894         instead of `wl-version'.
8895         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8896
8897         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8898
8899 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8900
8901         * wl-highlight.el (wl-highlight-headers): Revert
8902         `wl-highlight-x-face-func' argument (`beg' and `end').
8903
8904 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8905
8906         * wl.el (toplevel): Move `product-provide' declare.
8907         * wl-demo.el (toplevel): Ditto.
8908         * wl-dnd.el (toplevel): Ditto.
8909         * wl-highlight.el (toplevel): Ditto.
8910         * wl-message.el (toplevel): Ditto.
8911         * wl-refile.el (toplevel): Ditto.
8912         * wl-util.el (toplevel): Ditto.
8913
8914 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8915
8916         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8917         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8918         (wl-thread-close-all): keep cursor position.
8919
8920 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8921
8922         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8923         (eq x 0).
8924         (wl-generate-user-agent-string-1): Fix conditional statement.
8925
8926 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8927
8928         * wl.el (wl-check-environment): Additional check for
8929         'wl-local-domain' and `wl-message-id-domain'.
8930
8931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8932
8933         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8934
8935 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8936
8937         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8938         instead of `smtp-sasl-user-realm'.
8939
8940 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8941
8942         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8943
8944 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8945
8946         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8947         to the default value as well as `eword-lexical-analyzer'.
8948
8949 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8950
8951         * wl-version.el (wl-extended-emacs-version,
8952         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8953         `elmo-match-string' instead of `wl-match-string'.
8954
8955 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8956
8957         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8958         docstring.
8959
8960 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8961
8962         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8963
8964 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-highlight.el (wl-highlight-headers): Remove
8967         `wl-highlight-x-face-func' argument (`beg' and `end').
8968
8969 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8970
8971         * wl-summary.el (wl-summary-mark-as-important):
8972         Remove cache if folder is local.
8973
8974 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8975
8976         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8977         to get existing e-mail address string.
8978
8979 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-version.el (wl-generate-user-agent-string): Commentary.
8982         (wl-generate-user-agent-string-1): Use `when' for
8983         one-branch conditional statement, instead of `and' and `if'.
8984         (wl-extended-emacs-version, wl-extended-emacs-version2,
8985         wl-extended-emacs-version3): Ditto.
8986
8987 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8988
8989         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8990         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8991         condition-case; Remove initialization.
8992         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8993         (wl-summary-sync-update3): Added argument `sync-all';
8994         Eliminated local variable `msgdb';
8995         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8996         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8997         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8998
8999 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9000
9001         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9002         connection before call `wl-draft-send-mail-with-smtp'.
9003
9004 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9005
9006         * Version number is increased to 2.5.4.
9007
9008 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9009
9010         * wl.el (wl-check-environment): Additional check for
9011         'wl-local-domain' and `wl-message-id-domain'.
9012
9013 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9016         buffer as command specific.
9017         (wl-folder-mark-as-read-all-entity): Ditto.
9018         (wl-folder-prefetch-entity): Ditto.
9019         (wl-folder-drop-unsync-entity): Ditto.
9020
9021         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9022         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9023         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9024
9025         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9026         save-excursion.
9027
9028 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9029
9030         * Version number is increased to 2.5.3.
9031
9032         * wl-summary.el (wl-summary-save-view-cache):
9033         Delete duplicated `write-region';
9034         Use `write-region-as-binary' instead of `as-binary-output-file' and
9035         `write-region'.
9036
9037 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9038
9039         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9040
9041 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9044         instead of `smtp-via-smtp'.
9045
9046 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9047
9048         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9049
9050 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9051
9052         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9053         instead of `smtp-sasl-user-realm'.
9054
9055 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9056
9057         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9058
9059 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9060
9061         * Version number is increased to 2.5.2.
9062
9063 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9064
9065         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9066         does not exist.
9067         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9068         (wl-biff-start): Call `timer-activate' if timer already exists.
9069
9070         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9071         only when it is bound as function.
9072
9073 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * Version number is increased to 2.5.1.
9076
9077 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9078
9079         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9080         Print refile/copy destination.
9081
9082 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9083
9084         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9085         queue-flush-only is non-nil.
9086
9087         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9088
9089         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9090         checking cache folder.
9091
9092 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9093
9094         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9095         `regexp-quote'.
9096
9097 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9098
9099         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9100         function.
9101         * wl-summary.el (wl-summary-write-current-folder-functions):
9102         Change default value.  Use it.
9103
9104 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9105
9106         * Version number is increased to 2.5.0.
9107
9108         * wl-version.el (wl-version): Changed codename.
9109
9110 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9111
9112         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9113         (wl-summary-supersedes-message): Ditto.
9114
9115 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9116
9117         * wl-refile.el (wl-refile-guess-functions): Renamed from
9118         `wl-refile-guess-func-list'.
9119
9120 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9121
9122         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9123         Fixed problem when no rule was matched.
9124
9125 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9126
9127         * wl-summary.el (wl-summary-get-mark): Fixed
9128         `wl-summary-buffer-target-mark' check logic.
9129
9130 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9131
9132         * wl-folder.el (wl-folder-write-current-folder): Added group
9133         folder check.
9134
9135         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9136         `wl-summary-write-current-newsgroup'.
9137         (wl-summary-write-current-folder-functions): New variable.
9138         * wl-folder.el (wl-folder-get-newsgroups): New function.
9139         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9140         (wl-folder-write-current-folder): Renamed from
9141         `wl-folder-write-current-newsgroup'.
9142
9143 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9144
9145         * Version number is increased to 2.3.93.
9146
9147 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9148
9149         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9150         (wl-ldap-make-matched-value-list): Ditto.
9151         (wl-ldap-alias-safe-string): Split e-mail address.
9152
9153         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9154         petname folder default was selected.
9155         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9156         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9157
9158 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9161         to `wl-draft-config-exec'.
9162
9163         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9164         instead of calling `wl-draft-config-exec';
9165         Process group-list and show recipients in minibuffer.
9166
9167         * tm-wl.el (wl-draft-preview-message): Ditto.
9168
9169 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9170
9171         * wl.el (toplevel): Added (C) to copyright notice, and
9172         sync Author header.
9173         * tm-wl.el (toplevel): Ditto.
9174         * wl-address.el (toplevel): Ditto.
9175         * wl-demo.el (toplevel): Ditto.
9176         * wl-dnd.el (toplevel): Ditto.
9177         * wl-draft.el (toplevel): Ditto.
9178         * wl-e21.el (toplevel): Ditto.
9179         * wl-expire.el (toplevel): Ditto.
9180         * wl-folder.el (toplevel): Ditto.
9181         * wl-highlight.el (toplevel): Ditto.
9182         * wl-message.el (toplevel): Ditto.
9183         * wl-mime.el (toplevel): Ditto.
9184         * wl-mule.el (toplevel): Ditto.
9185         * wl-nemacs.el (toplevel): Ditto.
9186         * wl-refile.el (toplevel): Ditto.
9187         * wl-score.el (toplevel): Ditto.
9188         * wl-summary.el (toplevel): Ditto.
9189         * wl-template.el (toplevel): Ditto.
9190         * wl-thread.el (toplevel): Ditto.
9191         * wl-util.el (toplevel): Ditto.
9192         * wl-vars.el (toplevel): Ditto.
9193         * wl-xmas.el (toplevel): Ditto.
9194
9195 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9196
9197         * wl.el (wl-init): Added comment about `wl-init-hook'.
9198         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9199         * wl-vars.el (wl-init-hook): Added docs.
9200         (wl-make-plugged-hook): Removed useless docs.
9201         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9202         * wl-xmas.el (toplevel): Ditto.
9203
9204 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9205
9206         * wl-address.el (toplevel): Fixed multiple Author header format.
9207         * wl-demo.el (toplevel): Ditto.
9208         * wl-draft.el (toplevel): Ditto.
9209         * wl-folder.el (toplevel): Ditto.
9210         * wl-summary.el (toplevel): Ditto.
9211         * wl-thread.el (toplevel): Ditto.
9212         * wl-util.el (toplevel): Ditto.
9213         * wl-vars.el (toplevel): Ditto.
9214         * wl-version.el (toplevel): Ditto.
9215         * wl-xmas.el (toplevel): Ditto.
9216         * wl.el (toplevel): Ditto.
9217
9218         * wl-version.el (toplevel): Added require `elmo-version' for
9219         `product-version-as-string'.
9220
9221 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9222
9223         * wl-vars.el (wl-draft-send-hook): Changed default value to
9224         '(wl-draft-config-exec).
9225
9226         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9227         explicitly.
9228         (wl-draft): Set `wl-draft-config-exec-flag' before running
9229         `wl-mail-setup-hook'.
9230
9231         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9232         `wl-biff-init-icons' to `wl-init-hook' instead of
9233         `wl-make-plugged-hook'.
9234         (Because if `wl-draft' command is invoked at first,
9235         they are not initialized)
9236         Updated copyright notice.
9237
9238         * wl-e21.el (toplevel): Ditto;
9239
9240         * wl-demo.el (toplevel): Updated copyright notice.
9241         * wl-address.el (toplevel): Ditto.
9242         * wl-draft.el (toplevel): Ditto.
9243         * wl-version.el (toplevel): Ditto.
9244         * wl-folder.el (toplevel): Ditto.
9245         * wl-summary.el (toplevel): Ditto.
9246         * wl-thread.el (toplevel): Ditto.
9247         * wl-util.el (toplevel): Ditto.
9248         * wl-vars.el (toplevel): Ditto.
9249         * wl.el (toplevel): Ditto.
9250
9251 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9252
9253         * wl-highlight.el (wl-highlight-message): Fixed problem of
9254         highlighting failure which occured when the last field contains
9255         multiple lines in the draft buffer.
9256
9257         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9258         `wl-biff-start' if plugged.
9259
9260         * wl-util.el (wl-biff-check-folder): New function.
9261         (wl-biff-check-folders): Don't set session name prefix.
9262         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9263         (wl-biff-check-folder-async): Ditto.
9264
9265         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9266         in email address.
9267
9268 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9269
9270         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9271
9272         * wl-draft.el (wl-draft-strip-subject-re): New function.
9273
9274         * wl-draft.el (wl-draft-reply): Use it.
9275
9276 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-message.el (wl-mmelmo-message-redisplay): Use
9279         `mime-display-message' instead of `wl-mime-display-message'.
9280
9281         * wl-mime.el (toplevel): Removed compatibility workaround
9282         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9283         (wl-mime-display-message): Abolished.
9284         (wl-mime-entity-read-field): Ditto.
9285         (wl-mime-combine-message/partial-pieces): Use
9286         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9287
9288 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9289
9290         * wl-template.el: Doc fixes.
9291
9292 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9293
9294         * wl-e21.el (wl-message-overload-functions): Do nothing if
9295         `current-local-map' is not available.
9296         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9297
9298 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9299
9300         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9301         representation.
9302
9303         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9304         number.
9305         (wl-fldmgr-save-folders): Don't use `format' when insert
9306         `wl-fldmgr-folders-header'.
9307
9308 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9309
9310         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9311
9312 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9313
9314         * wl-highlight.el (wl-highlight-message):
9315         Use `std11-field-end' to detect end point of the header field.
9316         Refer `wl-highlight-max-header-size'.
9317
9318         * wl-vars.el (wl-highlight-max-header-size): New variable.
9319
9320         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9321
9322         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9323         Set `for-draft' argument of wl-highlight-headers.
9324         (wl-draft): Ditto.
9325         (wl-draft-reedit): Ditto.
9326         (wl-user-agent-compose-internal): Ditto.
9327
9328 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9329
9330         * wl-message.el (wl-message-add-button): Use overlay.
9331
9332 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9333
9334         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9335
9336         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9337         problem when group-list content is nothing.
9338         (Reported by Mito <mit@nines.nec.co.jp>)
9339
9340 2000-10-18  SAITO Atsunori <sai@yedo.com>
9341
9342         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9343
9344 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9345
9346         * tm-wl.el (toplevel): Use product-provide.
9347
9348 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9349
9350         * Version number is increased to 2.3.92.
9351
9352 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9353
9354         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9355         title text, use `display' property for left margin under Emacs 21.
9356
9357         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9358         properties.
9359         (wl-plugged-init-icons): Ditto.
9360
9361 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9362
9363         * wl.el (wl-save-status, wl-init): Remove last period in
9364         "...done." message.
9365         * tm-wl.el (wl-summary-burst): Ditto.
9366         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9367         wl-summary-resume-cache-status,
9368         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9369         wl-summary-sync-update3, wl-summary-highlight-msgs,
9370         wl-summary-flush-pending-append-operations,
9371         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9372         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9373         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9374         wl-thread-open-all): Ditto.
9375         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9376         * wl-mime.el (wl-summary-burst): Ditto.
9377         * wl-highlight.el (wl-highlight-summary): Ditto.
9378         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9379         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9380         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9381         * wl-address.el (wl-local-address-init): Ditto.
9382
9383 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9384
9385         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9386         `add-text-properties'.
9387         (wl-plugged-init-icons): Ditto.
9388         (wl-folder-init-icons): Use `propertize' instead of
9389         `put-text-property'.
9390         (wl-plugged-set-folder-icon): Ditto.
9391         (wl-e21-highlight-folder-group-line): Ditto.
9392
9393 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9394
9395         * wl-version.el (wl-version-status-alist): New variable.
9396         (wl-version-status): New function.
9397
9398         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9399         "Cc" part of the case "Reply-To".
9400
9401         * wl-draft.el (wl-draft-reply): Use result of
9402         `eword-extract-address-components'.
9403
9404         * wl-demo.el (wl-demo-icon-name): New constant.
9405         (wl-logo-xpm): Use it.
9406         (wl-logo-xbm): Ditto.
9407         (wl-logo-bitmap): Ditto.
9408
9409         * Version number is increased to 2.3.91.
9410
9411 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9412
9413         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9414         (wl-extended-emacs-version, wl-extended-emacs-version2,
9415         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9416         docstring.
9417
9418         * wl-version.el (wl-generate-user-agent-string-1): New function.
9419         (wl-generate-user-agent-string): Use it.
9420
9421         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9422         `mime-edit-insert-user-agent-field'.
9423         (wl-generate-user-agent-string): Check
9424         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9425
9426         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9427         instead of `if', when verbose case.
9428
9429 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9430
9431         * wl-expire.el (wl-summary-expire): Fix.
9432
9433 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9434
9435         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9436         and `elmo-lost+found-folder' if 'wl-draft.
9437         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9438
9439 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9440
9441         * wl-expire.el (wl-summary-expire): Change messages.
9442         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9443         `deleing-info' instead of "Deleting..."
9444
9445 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9446
9447         * wl-summary.el (wl-summary-refile-subr): Fix.
9448
9449 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9450
9451         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9452         if pipe folder.
9453
9454 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9455
9456         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9457
9458 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9459
9460         * wl-expire.el (wl-expire-hide): New function.
9461         (wl-summary-expire): Add `hide'.
9462
9463 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9464
9465         * wl-vars.el (wl-draft-reply-without-argument-list):
9466         Changed default value to consider `Reply-To:'.
9467         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9468
9469         * Version number is increased to 2.3.90.
9470
9471         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9472         elmo-imap4-get-session with unwind-protect.
9473         Don't cause error.
9474         (wl-summary-sync-marks): Don't check plugged nor folder type.
9475         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9476         (Always keep current buffer).
9477
9478 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9479
9480         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9481         Enclose with `save-excursion'.
9482
9483 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9484
9485         * wl-version.el (wl-version): Remove interactive.
9486
9487 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9488
9489         * wl-version.el (wl-generate-user-agent-string): Use
9490         `product-string-verbose' instead of `product-string-1'.
9491
9492 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9493
9494         * wl-vars.el (wl-draft-use-cache): New variable.
9495         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9496         if wl-draft-use-cache is non-nil.
9497
9498 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9499
9500         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9501         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9502
9503 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9504
9505         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9506         (wl-thread-msg-mark-as-unread): Ditto.
9507
9508         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9509         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9510         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9511         Don't set mark in summary if return value of `elmo-mark-as-read'
9512         is nil.
9513         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9514         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9515         instead of `wl-thread-msg-mark-as-read'.
9516         (wl-summary-mark-as-unread-region): Ditto.
9517         (wl-summary-target-mark-mark-as-read): Ditto.
9518
9519         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9520
9521 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9522
9523         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9524
9525         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9526
9527 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9528
9529         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9530         face.
9531
9532 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9533
9534         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9535         `running-xemacs'.
9536
9537 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9538
9539         * wl-version.el (toplevel): Use `product-version-as-string' for
9540         set verstion-string, if defined.
9541
9542         * wl-version.el (wl-version-show): Insert string at point, when
9543         call with argument.
9544
9545         * wl-version.el (wl-generate-user-agent-string): Use
9546         `product-string-1' instead of `wl-appname', `wl-version' and
9547         `wl-codename'.
9548
9549 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9550
9551         * wl-address.el (toplevel): Use product-provide.
9552         * wl-demo.el (toplevel): Ditto.
9553         * wl-dnd.el (toplevel): Ditto.
9554         * wl-draft.el (toplevel): Ditto.
9555         * wl-e21.el (toplevel): Ditto.
9556         * wl-expire.el (toplevel): Ditto.
9557         * wl-fldmgr.el (toplevel): Ditto.
9558         * wl-folder.el (toplevel): Ditto.
9559         * wl-highlight.el (toplevel): Ditto.
9560         * wl-message.el (toplevel): Ditto.
9561         * wl-mime.el (toplevel): Ditto.
9562         * wl-mule.el (toplevel): Ditto.
9563         * wl-nemacs.el (toplevel): Ditto.
9564         * wl-refile.el (toplevel): Ditto.
9565         * wl-score.el (toplevel): Ditto.
9566         * wl-summary.el (toplevel): Ditto.
9567         * wl-template.el (toplevel): Ditto.
9568         * wl-thread.el (toplevel): Ditto.
9569         * wl-util.el (toplevel): Ditto.
9570         * wl-vars.el (toplevel): Ditto.
9571         * wl-xmas.el (toplevel): Ditto.
9572         * wl.el (toplevel): Ditto.
9573
9574 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9575
9576         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9577         instead of product.
9578
9579         * wl-version.el (wl-version): Compile time evalution elmo-version.
9580
9581 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9582
9583         * wl-summary.el (wl-summary-sync-force-update): Append queue
9584         `mark-as-read'if unplugged.
9585
9586 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9587
9588         * wl-version.el: New file.  Use product.el.
9589         * wl.el: add (require 'wl-version).
9590         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9591         for ~/.folders header.
9592         (wl-fldmgr-folders-header): Changed.
9593         * wl-demo.el (wl-demo): Use product.el.
9594
9595         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9596         wl-version.el.
9597         * wl-util.el (wl-version, wl-version-show): Ditto.
9598
9599         * wl-util.el (wl-generate-user-agent-string,
9600         wl-extended-emacs-version, wl-extended-emacs-version2,
9601         wl-extended-emacs-version3): Move to wl-version.el.
9602         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9603         xemacs-codename, mime-edit-insert-user-agent-field,
9604         mime-edit-user-agent-value, mime-editor/version,
9605         mime-editor/codename): Compile warning killer move to
9606         wl-version.el
9607
9608 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9609
9610         * wl-summary.el (wl-summary-refile-subr): Fix.
9611
9612 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9613
9614         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9615         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9616
9617 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9618
9619         * wl.el (wl-check-environment): Check too many `@'.
9620
9621 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9622
9623         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9624
9625 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9626
9627         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9628         wl-draft-reply-myself-without-argument-list): Add variables.
9629         * wl-draft.el (wl-draft-reply): Use it.
9630
9631 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9632
9633         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9634         the 5th argument of `elmo-network-get-spec'.
9635
9636         * wl-thread.el (wl-thread-reparent-children): New inline function.
9637         (wl-thread-delete-message): Use it.
9638
9639         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9640         (wl-summary-score-update-all-lines): Don't use `dolist'.
9641
9642 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9643
9644         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9645         (require 'elmo-msgdb) for inline function.
9646
9647 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9648
9649         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9650
9651 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9652
9653         * wl-score.el (wl-score-headers): Fix for the confusing macro
9654         `elmo-kill-buffer'.
9655
9656 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9657
9658         * wl-summary.el: Don't use the 3rd argument of `require' because
9659         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9660         * wl-util.el: Ditto.
9661         * wl-draft.el: Ditto.
9662
9663 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9664
9665         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9666         window system is not used.
9667
9668 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9669
9670         * wl-thread.el: Don't use `mapcar' only for iteration.
9671         (wl-thread-resume-entity): Ditto.
9672         (wl-thread-delete-message): Ditto.
9673
9674         * wl-summary.el: Bind `dragdrop-drop-functions',
9675         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9676         of `require' for `timezone', `easymenu' and `ps-print';
9677         don't use `mapcar' only for iteration.
9678
9679         * wl-util.el: Bind `mule-version', `nemacs-version',
9680         `emacs-beta-version', `xemacs-codename',
9681         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9682         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9683         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9684         only for iteration.
9685
9686         * wl-score.el: Don't use `mapcar' only for iteration.
9687         (wl-score-simplify-buffer-fuzzy): Ditto.
9688         (wl-score-simplify-subject): Ditto.
9689         (wl-score-headers): Ditto.
9690         (wl-summary-score-update-all-lines): Ditto.
9691
9692         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9693         `enable-multibyte-characters' and `mule-version'.
9694
9695         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9696         `mapcar' only for iteration.
9697
9698         * wl-demo.el: Don't use `mapcar' only for iteration.
9699
9700         * wl-folder.el: Don't use `mapcar' only for iteration.
9701         (wl-folder-open-all): Ditto.
9702         (wl-folder-count-incorporates): Ditto.
9703
9704         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9705         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9706
9707         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9708         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9709         `smtp-connection-type'; specify 3rd argument of `require' for
9710         `timezone'; don't use `mapcar' only for iteration.
9711         (wl-draft-clone-local-variables): Don't use `mapcar'.
9712         (wl-draft-generate-clone-buffer): Ditto.
9713         (wl-user-agent-compose-internal): Ditto.
9714
9715         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9716
9717         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9718         (wl-save-status): Ditto.
9719
9720         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9721         for iteration.
9722
9723 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9724
9725         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9726         removed `Date'.
9727         (wl-fldmgr-make-filter-default): New user option.
9728
9729         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9730         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9731         (wl-fldmgr-filter-completion-alist): Abolish.
9732
9733         * wl.el (wl): Don't check servers if arg is non-nil.
9734
9735         * wl-draft.el (wl-draft-reply): Set only message-id string to
9736         In-Reply-To field.
9737
9738 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9739
9740         * wl-summary.el (wl-summary-pick): Rewrite.
9741
9742         * wl-draft.el (wl-draft-forward): Get references field from
9743         original buffer.
9744         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9745
9746 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9747
9748         * wl-draft.el (wl-draft-forward): Add references field.
9749
9750 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9753         (wl-draft-reply): Use it.
9754
9755 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9756
9757         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9758         when Emacs 21 is running.
9759
9760         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9761         bindings.
9762
9763 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9764
9765         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9766         XPM icons transparent.
9767
9768         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9769         Emacs 21.
9770
9771 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9774         nil.
9775
9776         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9777         when it is persistent.
9778         (wl-summary-sync-marks): Changed argument for
9779         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9780         (wl-summary-virtual): Use `elmo-read-search-condition'.
9781         (wl-summary-redisplay-internal): If folder is local, mark as read
9782         even when folder is plugged.
9783
9784 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9785
9786         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9787         of `tool-bar-lines' in the frame parameters.
9788         (after-make-frame-functions, post-command-hook): Don't modify the
9789         value.
9790         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9791         wl-e21-tool-bar-lines): Removed.
9792
9793 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9794
9795         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9796         properties `evaporate' and `wl-momentary-overlay' as well.
9797         (wl-highlight-summary-displaying): Ditto.
9798         (wl-delete-all-overlays): Don't delete overlay which does not have
9799         a property `wl-momentary-overlay'.
9800
9801         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9802         `display-mouse-p' and `display-graphic-p'.
9803         (wl-folder-init-icons): Don't search for XBM or the other files.
9804         (wl-plugged-set-folder-icon): Make icons if and only if
9805         `display-graphic-p' returns non-nil.
9806         (wl-highlight-plugged-current-line): Use `before-string' overlay
9807         property to show icon images.
9808         (wl-highlight-folder-current-line): Ditto.
9809         (wl-e21-highlight-folder-group-line): Ditto.
9810         (wl-e21-highlight-folder-by-numbers): Ditto.
9811         (wl-e21-insert-image): Removed.
9812         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9813         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9814         said.
9815         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9816         `wl-e21-force-switch-toolbar'.
9817         (wl-e21-make-icon-image): Removed.
9818         (wl-e21-setup-toolbar): Don't search for XBM files.
9819         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9820         the default value.
9821
9822 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9823
9824         * wl-util.el (wl-biff-check-folder-async): Set
9825         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9826
9827 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9828
9829         * wl-e21.el (after-make-frame-functions): Add
9830         `wl-e21-force-switch-toolbar'.
9831         (wl-e21-force-switch-toolbar): New function force to switch the
9832         toolbar appearance automatically.
9833         (post-command-hook): Add `wl-e21-switch-toolbar'.
9834         (wl-e21-switch-toolbar): New function to switch the toolbar
9835         appearance automatically.
9836         (wl-e21-tool-bar-lines): New buffer local variable.
9837
9838 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9839
9840         * wl-util.el (wl-biff-check-folders-running): New variable.
9841         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9842         (wl-biff-check-folder-async-callback):
9843         Set `wl-biff-check-folders-running'.
9844         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9845         with unwind-protect.
9846
9847         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9848         Enclose `wl-folder-auto-check' with unwind-protect.
9849
9850         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9851         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9852
9853         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9854
9855         * wl-util.el (wl-biff-notify): New inline function.
9856         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9857         locally.
9858         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9859         folder-list' is 1.
9860         Use `wl-biff-notify'.
9861         (wl-biff-check-folder-async-callback): New function.
9862         (wl-biff-check-folder-async): Ditto.
9863
9864         * wl-folder.el (wl-folder): Don't check folders.
9865         (wl-folder-auto-check): New function.
9866
9867 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9868
9869         * wl-util.el (wl-biff-start) [Emacs19+]:
9870         Use `timer-next-integral-multiple-of-time'.
9871         (wl-biff-check-folders): Use `wl-default-folder'
9872         if `wl-biff-check-folder-list' is nil.
9873
9874 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9875
9876         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9877         instead of `elmo-delete-lists'.
9878
9879 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9880
9881         * wl.el (wl-plugged-toggle-all): Set the value of
9882         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9883         (wl-plugged-toggle): Ditto.
9884         (wl-toggle-plugged): Ditto.
9885         (wl-plugged-init): Ditto.
9886
9887         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9888         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9889         instead of `wl-biff-state-indicator-off' and
9890         `wl-biff-state-indicator-on'; don't modify the value and the type
9891         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9892         (wl-plugged-init-icons): Set icons data to
9893         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9894         instead of `wl-plug-state-indicator-off' and
9895         `wl-plug-state-indicator-on'; don't modify the value and the type
9896         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9897
9898         * wl-vars.el (wl-modeline-biff-state-off,
9899         wl-modeline-biff-state-on, wl-modeline-biff-status,
9900         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9901         wl-modeline-plug-status): New internal variables.
9902         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9903         wl-biff-check-interval, wl-biff-check-folder-list): Change
9904         customization group from `wl-folder' to `wl-highlight'.
9905         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9906         wl-show-plug-status-on-modeline): Defcustomized.
9907
9908         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9909         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9910         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9911         a flag to `mode-line-buffer-identification'.
9912
9913         * wl-e21.el (wl-biff-init-icons): Set icons data to
9914         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9915         instead of `wl-biff-state-indicator-off' and
9916         `wl-biff-state-indicator-on'.
9917         (wl-plugged-init-icons): Set icons data to
9918         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9919         instead of `wl-plug-state-indicator-off' and
9920         `wl-plug-state-indicator-on'.
9921
9922 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9923
9924         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9925         excessive titles.
9926
9927 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9928
9929         * wl.el (wl-plugged-mode): Use revised
9930         `wl-mode-line-buffer-identification'.
9931         (wl-plugged-init): Don't use `force-mode-line-update'.
9932
9933         * wl-xmas.el (wl-draft-overload-functions): Use revised
9934         `wl-mode-line-buffer-identification'.
9935         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9936         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9937         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9938         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9939         `wl-make-plugged-hook';
9940         add `wl-folder-init-icons' and `wl-setup-folder' to
9941         `wl-folder-mode-hook'.
9942
9943         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9944         19 as well.
9945         (wl-mode-line-display-priority-list): New user option.
9946         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9947         Defcustomized.
9948         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9949         Add docs.
9950
9951         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9952         start.
9953         (wl-mode-line-buffer-identification): Revised as a function.
9954
9955         * wl-summary.el (wl-summary-mode): Use revised
9956         `wl-mode-line-buffer-identification'; don't call
9957         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9958         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9959         `wl-xmas-setup-summary'.
9960
9961         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9962         `wl-mode-line-buffer-identification'.
9963
9964         * wl-mule.el (wl-draft-overload-functions): Use revised
9965         `wl-mode-line-buffer-identification'.
9966
9967         * wl-folder.el (wl-make-plugged-alist): Don't call
9968         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9969         (wl-folder): Don't call `wl-folder-init-icons' directly.
9970         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9971         `wl-xmas-setup-folder' directly;
9972         use revised `wl-mode-line-buffer-identification'.
9973         (TopLevel): Don't bind `wl-biff-init-icons',
9974         `wl-plugged-init-icons', `wl-folder-init-icons',
9975         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9976
9977         * wl-e21.el (wl-draft-overload-functions): Use revised
9978         `wl-mode-line-buffer-identification'.
9979         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9980         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9981         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9982         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9983         `wl-make-plugged-hook';
9984         add `wl-folder-init-icons' and `wl-setup-folder' to
9985         `wl-folder-mode-hook'.
9986
9987 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9988             Katsumi Yamaoka    <yamaoka@jpl.org>
9989
9990         * wl.el (wl): Call `wl-biff-start'.
9991         (wl-exit): Call `wl-biff-stop'.
9992         (wl-plugged-mode): Show biff in modeline.
9993         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9994
9995         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9996         (wl-biff-init-icons): New function.
9997         (wl-plugged-init-icons): Don't make too much keymaps.
9998         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9999
10000         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10001         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10002         variables.
10003         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10004         options.
10005
10006         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10007         wl-biff-start, wl-biff-stop): New functions.
10008         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10009         (wl-biff-timer-name): New variable.
10010
10011         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10012
10013         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10014         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10015
10016         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10017         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10018
10019         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10020         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10021         `wl-folder-init-icons' to `ignore' if they are not available.
10022         (wl-folder-mode): Show biff in modeline.
10023
10024         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10025         (wl-biff-init-icons): New function.
10026         (wl-plugged-init-icons): Don't make too much keymaps.
10027         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10028
10029 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10030
10031         * wl-vars.el (wl-strict-diff-folders): Customization Type
10032         and doc fix.  Define as a list of regular expressions for
10033         folders or nil.
10034         * wl-folder.el (wl-folder-check-one-entity): Use
10035         `wl-string-match-member' instead of `wl-string-member' for
10036         `wl-strict-diff-folders'.
10037
10038 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10039
10040         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10041         (wl-highlight-folder-current-line): Use it; new implementation.
10042         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10043         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10044         `defsubst' instead of `defun'.
10045
10046         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10047         `wl-highlight-group-folder-by-numbers'; made it can also be a
10048         number.  See info for more details.
10049
10050         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10051         running.
10052
10053         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10054         to bind them.
10055
10056         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10057         (wl-highlight-folder-current-line): New implementation.
10058
10059         * wl-highlight.el (wl-highlight-folder-group-line): New
10060         implementation.
10061         (wl-delete-all-overlays): Rewrite as a marco.
10062         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10063
10064         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10065         running.
10066         (wl-folder-*-glyph): No need to bind them.
10067
10068         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10069         `wl-e21-highlight-folder-group-icon'; rewrite.
10070         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10071         `defsubst' instead of `defun'.
10072         (wl-folder-mode-map): Bind it when compiling.
10073
10074 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10075
10076         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10077
10078         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10079
10080 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10081
10082         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10083
10084 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10085
10086         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10087         (wl-highlight-folder-current-line): Use it.
10088
10089         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10090         in `id-name'.
10091
10092 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10093
10094         * wl.el: Require `wl-e21' when Emacs 21 is running.
10095
10096         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10097         default when Emacs 21 is running.
10098         (wl-use-highlight-mouse-line): Ditto.
10099         (wl-on-emacs21): New constant.
10100         (wl-on-emacs20): Removed.
10101
10102         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10103         Emacs 21 is running.
10104
10105         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10106         Emacs 21 is running.
10107
10108         * wl-e21.el: New file.
10109
10110 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10111
10112         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10113         (wl-toggle-plugged): Ditto.
10114         (wl-plugged-toggle): Ditto.
10115         (wl-plugged-toggle-all): Ditto.
10116
10117         * wl-vars.el (wl-plug-state-indicator): Refer
10118         `wl-plug-state-indicator-on' indirectly.
10119
10120 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10121
10122         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10123         Call `wl-folder-confirm-existence'.
10124
10125         * wl-folder.el (wl-folder-confirm-existence): Added optional
10126         argument `force'.
10127
10128 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10129
10130         * wl-summary.el (wl-summary-refile-subr): Assume
10131         `copy-or-refile' as symbol.
10132         (wl-summary-refile): Follow up above change.
10133         (wl-summary-copy): Ditto.  Doc fix.
10134
10135 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10136
10137         * wl-summary.el (wl-summary-pick): Don't bind
10138         `elmo-search-mime-charset'.
10139
10140         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10141         default using old backquote style.
10142         (wl-search-mime-charset): Abolished.
10143
10144         * wl-highlight.el (wl-highlight-headers):
10145         Call `point' after `re-search-forward'(for Nemacs).
10146
10147         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10148         for elmo-imap4.el.
10149
10150 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10151
10152         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10153         `wl-message-ignored-field-list' instead of
10154         `mime-view-ignored-field-list'.
10155
10156         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10157         Add interactive spec.
10158         (wl-folder-goto-bottom-of-current-folder): Ditto.
10159         (wl-folder-mode-map): Bind them.
10160
10161         * wl-vars.el (wl-message-ignored-field-list): New variable.
10162         (wl-message-visible-field-list): New variable.
10163
10164         * wl-mime.el (wl-mime-header-presentation-method): New function.
10165         (wl-mime-setup): Set header-presentation-method.
10166
10167 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10168
10169         * wl-nemacs.el (wl-draft-overload-functions): Set
10170         `mode-line-buffer-identification' instead of using
10171         `wl-make-modeline'.
10172
10173         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10174         instead of using `wl-make-modeline'.
10175
10176         * wl-xmas.el (wl-plugged-init-icons): Set up
10177         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10178         (wl-make-modeline): Abolish.
10179         (wl-draft-overload-functions): Set
10180         `mode-line-buffer-identification' instead of using
10181         `wl-make-modeline'.
10182
10183         * wl-util.el (wl-make-modeline-subr): Abolish.
10184         (wl-mode-line-buffer-identification): New alias.
10185
10186         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10187         (wl-summary-make-modeline): Abolish.
10188         (wl-summary-buffer-set-folder): Set
10189         `wl-summary-buffer-folder-indicator'.
10190         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10191         of using `wl-make-modeline'.
10192         (wl-summary-switch-to-clone-buffer): Don't set
10193         `mode-line-buffer-identification'.
10194         (wl-summary-goto-folder-subr): Ditto.
10195
10196         * wl-mule.el (wl-draft-overload-functions): Set
10197         `mode-line-buffer-identification' instead of using
10198         `wl-make-modeline'.
10199
10200         * wl-folder.el (wl-folder-mode): Set
10201         `mode-line-buffer-identification' instead of using
10202         `wl-make-modeline'.
10203         (wl-folder): Don't set `mode-line-buffer-identification'.
10204
10205 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10206
10207         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10208         instead of `member' for `wl-refile-guess-func-list' look-ups.
10209         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10210
10211 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10212
10213         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10214         `wl-message-button-dispatcher'.
10215
10216         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10217
10218         * wl-message.el (wl-message-button-dispatcher): Use it.
10219
10220         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10221         "In-Reply-To".
10222
10223         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10224         Bind `case-fold-search' to t.
10225
10226 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10227
10228         * wl-xmas.el (wl-message-overload-functions): Initialize
10229         `wl-message-button-map'.
10230
10231         * wl-mule.el (wl-message-overload-functions): Initialize
10232         `wl-message-button-map'.
10233
10234         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10235
10236         * wl-message.el (wl-message-button-map): New keymap.
10237         (wl-message-add-button): New function.
10238         (wl-message-button-dispatcher): New function.
10239         (wl-message-button-refer-article): New function.
10240
10241         * wl-highlight.el
10242         (wl-highlight-message-add-buttons-to-header): New function.
10243         (wl-highlight-headers): Use it.
10244
10245 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10246
10247         * wl-summary.el (wl-summary-default-from): Use
10248         `wl-address-get-petname-1'.
10249         (wl-summary-simple-from): Ditto.
10250
10251         * wl-address.el (wl-address-get-petname-1): New inline function.
10252         (wl-address-get-petname): Use it.
10253
10254 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10255
10256         * wl-summary.el (wl-summary-default-from): Return full-name part
10257         from the address if no petname was found.
10258         (wl-summary-simple-from): Ditto.
10259
10260         * wl-address.el (wl-address-get-petname): Return nil if no petname
10261         associated with the address was found.
10262
10263 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10264
10265         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10266         display is finished.
10267
10268 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10269
10270         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10271         `elmo-folder-exists-p' argument.
10272
10273 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10274
10275         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10276         the folder.
10277
10278 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10279
10280         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10281
10282         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10283         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10284
10285 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10286
10287         * wl-folder.el (wl-folder-create-subr): New function.
10288         (wl-folder-confirm-existence): Use it.
10289         (wl-folder-check-one-entity): Use it.
10290         Check the error symbol is derived from 'elmo-open-error.
10291
10292         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10293         `ignore-error'.
10294
10295 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10296
10297         * wl-util.el (toplevel): Add (eval-when-compile (require
10298         'elmo-util)).  (Maybe `provide' is typo.)
10299
10300 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10301
10302         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10303         (I don't know why this was needed.)
10304
10305         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10306         Follow up changes for stream-type.
10307
10308         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10309         (wl-draft-elmo-nntp-send): Ditto.
10310
10311         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10312         (wl-nntp-posting-stream-type): Ditto.
10313         (wl-pop-before-smtp-ssl): Abolished.
10314         (wl-nntp-posting-ssl): Ditto.
10315
10316         * wl-address.el (wl-address-quote-specials): New function.
10317         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10318
10319         * wl-draft.el (wl-draft-reply): Ditto.
10320
10321 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10322
10323         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10324         use function `wl-string-match-assoc'.
10325
10326 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10327
10328         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10329
10330         * wl-draft.el (wl-draft-deduce-address-list): New function.
10331         (wl-draft-parse-mailbox-list): Ditto.
10332         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10333         instead of `smtp-deduce-address-list'.
10334         (wl-draft-on-field-p): Follow group list.
10335
10336         * wl-address.el (wl-address-concat-token): New function.
10337         (wl-address-string-without-group-list-contents): Ditto.
10338         (wl-complete-field-body): Fixed problem of completion
10339         by japanese petname.
10340         (wl-address-make-completion-list): Rewrite.
10341
10342 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10343
10344         * wl-address.el (wl-address-make-completion-list): Completion by
10345         petname.
10346         (wl-complete-field-body): Likewise.
10347
10348 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10349
10350         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10351         contains invalid address syntax.
10352
10353 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10354
10355         * wl-folder.el (wl-folder-check-entity-async): Use
10356         `elmo-nntp-spec-hostname'.
10357
10358 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10359
10360         * wl-summary.el (wl-summary-msgdb-load-async): Use
10361         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10362
10363 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-draft.el (wl-draft-reply): Set argument
10366         `content-transfer-encoding' as nil.
10367
10368 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10369
10370         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10371         `wl-refile-alist'.
10372
10373 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10374
10375         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10376         (wl-draft-edit-string): Ditto.
10377         (wl-draft-forward): Ditto.
10378         * wl-summary.el (wl-summary-write): Ditto.
10379
10380 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10381
10382         * wl-summary.el (wl-summary-sync-update3): Call
10383         `wl-summary-buffer-number-column-detect'.
10384         (wl-summary-buffer-number-column-detect): Search from point-min.
10385
10386 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10387
10388         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10389         contains an address which is not included in original to or cc.
10390
10391 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10392
10393         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10394         begin-line does not exist.
10395         * wl-message.el (wl-message-uu-substring): Ditto.
10396
10397 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10398
10399         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10400         clear local variables.
10401         (wl-summary-exit): Call `elmo-commit'.
10402         (wl-summary-switch-to-clone-buffer): Call
10403         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10404         (wl-summary-goto-folder-subr): Ditto.
10405
10406         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10407         POP folder.
10408
10409 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10410
10411         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10412         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10413         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10414         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10415         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10416         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10417
10418         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10419
10420 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10421
10422         * wl-summary.el (wl-summary-search-by-subject):
10423         Search parent message from the latest one.
10424
10425 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10426
10427         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10428         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10429
10430         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10431         New user option.
10432
10433         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10434         if elmo-nntp-use-killed-list is nil.
10435         Use `elmo-msgdb-append-to-killed-list'.
10436         (Append numbers confirmed as disappeared to the killed list.)
10437         (wl-summary-confirm-appends): Don't display negative number.
10438
10439 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10440
10441         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10442
10443 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10444
10445         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10446         range is `all'.
10447         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10448         `elmo-list-bigger-diff'.
10449
10450 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10451
10452         * wl-summary.el (wl-summary-buffer-exit-func):
10453         New buffer local variable.
10454         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10455
10456 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10457
10458         * wl-demo.el (wl-demo): Fix the last change.
10459
10460 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10461
10462         * wl-demo.el (wl-demo): Don't use `eval'.
10463
10464 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10465
10466         * wl-summary.el (wl-summary-buffer-thread-modified):
10467         New buffer-local variable.
10468         (wl-summary-set-thread-modified): New function.
10469         (wl-summary-thread-modified-p): New function.
10470         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10471         (wl-summary-yank-saved-message): Use function
10472         `wl-summary-set-thread-modified'
10473         (wl-summary-switch-to-clone-buffer): Add
10474         `wl-summary-buffer-thread-modified'.
10475
10476         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10477         (wl-summary-buffer-mark-saved-hook): Ditto.
10478         * wl-summary.el (wl-summary-msgdb-save): New hook
10479         `wl-summary-buffer-message-saved-hook' and
10480         `wl-summary-buffer-mark-saved-hook'.
10481
10482 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10483
10484         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10485
10486 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10487
10488         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10489         don't hide scroll bars under FSF Emacsen because it may incur an
10490         undesirable redrawing.
10491
10492 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10493
10494         * wl-draft.el (wl-draft-edit-string): Call
10495         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10496
10497 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10498
10499         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10500
10501 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10502
10503         * wl-summary.el (wl-summary-msgdb-load-async): Call
10504         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10505
10506 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10507
10508         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10509         fringes in demo buffer; center bitmap logo correctly even if old
10510         Mule is used.
10511
10512 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10513
10514         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10515
10516         * wl-refile.el (wl-refile-subject-alist): New variable.
10517         (wl-refile-subject-alist-file-name): Ditto.
10518         (wl-refile-alist-setup): Rewrite.
10519         (wl-refile-alist-save): Use `elmo-object-save'.
10520         Eliminated arguments.
10521         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10522         (wl-refile-guess-by-subject): New function.
10523         (wl-refile-guess-func-list): Added it.
10524
10525 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10526
10527         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10528         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10529
10530 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10531
10532         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10533         New buffer-local variable.
10534         (wl-summary-buffer-next-folder-func): Ditto.
10535         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10536         if non-nil.
10537         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10538         if non-nil.
10539         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10540         if non-nil.
10541         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10542         if non-nil.
10543
10544 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10545
10546         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10547         permanently in the demo buffer.
10548
10549 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10550
10551         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10552         `mime-entity-fetch-field'.
10553
10554         * wl.el (wl-exit): Delete plugged buffer.
10555
10556         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10557         XEmacs has menubar feature.
10558
10559 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10562         cannot arrive at the beginning of the buffer under old Emacsen.
10563
10564 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10565
10566         * wl-address.el (wl-address-ldap-search):
10567         Call `ldap-search-entries' with `withdn' argument t.
10568         (wl-complete-field-body): Bind completion-ignore-case as t.
10569         Clear ldap search hash when it was sole completion.
10570         Use elmo-string for pattern string.
10571         (wl-ldap-alias-safe-string): Eliminated needless let.
10572
10573 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10574
10575         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10576         (wl-ldap-alias-sep): New constant.
10577         (wl-ldap-search-attribute-type-list): Ditto.
10578         (wl-ldap-get-value): New function.
10579         (wl-ldap-make-filter): Ditto.
10580         (wl-ldap-make-matched-value-list): Ditto.
10581         (wl-ldap-alias-safe-string): Ditto.
10582         (wl-ldap-register-dn-string): Ditto.
10583         (wl-address-ldap-search): Rewrite.
10584
10585 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10586
10587         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10588         thread is deleted.
10589         (wl-thread-delete-line-from-buffer): Ditto.
10590         (wl-thread-get-exist-children): New function.
10591
10592 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10593
10594         * wl-demo.el (wl-demo): Made it to select various image types.
10595         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10596         from `wl-title-logo'.
10597         (wl-logo-ascii): New variable.
10598         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10599         (wl-demo-copyright-notice): New constant.
10600
10601         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10602
10603 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10604
10605         * wl-vars.el (wl-summary-target-above): Renamed from
10606         wl-summary-temp-above.
10607         * wl-score.el (wl-score-get-score-alist): Use it.
10608         (wl-summary-score-update-all-lines): Use it.
10609         * wl-summary.el: Ditto. (make-variable-buffer-local).
10610
10611 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10612
10613         * wl-vars.el (wl-ldap-port): New user option.
10614
10615         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10616         Rewite whole implementation.
10617         (wl-complete-field-body): Fixed.
10618
10619 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10620
10621         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10622         Choose implementation at compile time.
10623
10624 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10625
10626         * wl-address.el (wl-ldap-search-internal): New function.
10627         (wl-complete-field-to): Use it.
10628
10629 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10630
10631         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10632         Use `let' instead of `let*'.
10633         Require 'wl-vars.
10634
10635         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10636         Define as defcustom.
10637         (wl-ldap-base): Ditto.
10638         (wl-use-ldap): Ditto.
10639
10640 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10641
10642         * wl-address.el (wl-ldap-search): New function.
10643         (wl-complete-field-body): Use `wl-ldap-search'.
10644         (wl-ldap-server): New variable.
10645         (wl-ldap-base): Ditto.
10646         (wl-use-ldap): Ditto.
10647
10648 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10649
10650         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10651         (Pointed out by Mito <mit@nines.nec.co.jp>).
10652         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10653         buffer-local variables like `wl-summary-redisplay-internal'.
10654         (wl-summary-redisplay-all-header): Likewise.  Update
10655         Summary view too.
10656
10657 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10658
10659         * wl-summary.el (wl-summary-jump-to-parent-message):
10660         Consider prefix argument.
10661
10662         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10663         when closed thread is deleted.
10664
10665 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10666
10667         * wl-summary.el (wl-summary-jump-to-parent-message):
10668         Consider thread modification.
10669
10670 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10671
10672         * wl-message.el (wl-message-normal-get-original-buffer): Use
10673         `save-excursion'.
10674
10675         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10676         (wl-summary-showto-folder-regexp): Ditto.
10677
10678 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10679
10680         * wl-util.el (wl-delete-alist): Doc fix.
10681         (wl-delete-associations): New function.
10682         (wl-inverse-alist): New function.
10683         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10684         Split temporary variables. Use `wl-delete-associations'
10685         and `wl-inverse-alist'.
10686         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10687
10688 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10689
10690         * wl-folder.el (wl-folder-prefetch-entity):
10691         Execute prefetching if new count is unknown.
10692
10693 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10694
10695         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10696
10697         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10698         delete entity.
10699         (wl-thread-set-parent): If insert as top, set linked as nil.
10700
10701         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10702         `wl-thread-cleanup-symbols' when view mode is thread.
10703
10704 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10705
10706         * wl-folder.el (wl-folder-create-folder-entity): Use
10707         with-current-buffer.
10708         (wl-local-folder-init): Call set-buffer to make sure we are in
10709         the Folder buffer. Don't touch buffer-local variables here.
10710         (wl-folder-mode): Initialize buffer-local variables here.
10711
10712         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10713         (wl-folder-entity-assign-id): Ditto.
10714         (wl-folder-create-entity-hashtb): Ditto.
10715         (wl-local-folder-init): Ditto.
10716         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10717
10718 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10719
10720         * wl-summary.el (wl-summary-default-from): Fix probrem when
10721         std11-extract-address-components return (nil "foo@bar").
10722
10723 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10724
10725         * wl-draft.el (wl-draft-clone-local-variables):
10726         Remove redundant `setq'.
10727
10728 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10729
10730         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10731         Bind wl-highlight-x-face-func as nil while highlighting header.
10732
10733 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10734
10735         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10736
10737 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10738
10739         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10740         elmo-msgdb-overview-hashtb from copy-variables.
10741         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10742         instead of `elmo-msgdb-overview-get-entity-by-number'.
10743         (wl-summary-auto-refile): Ditto.
10744
10745         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10746         `elmo-msgdb-overview-get-entity' instead of
10747         `elmo-msgdb-search-overview-entity'.  Use
10748         `elmo-msgdb-overview-get-entity' instead of
10749         `elmo-msgdb-overview-get-entity-by-number'.
10750         (wl-thread-insert-entity-sub): Ditto.
10751         (wl-thread-insert-message): Ditto.
10752
10753         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10754         `elmo-msgdb-overview-get-entity'.
10755         (wl-normal-message-redisplay): Ditto.
10756
10757 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10758
10759         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10760         `wl-thread-entities'.
10761         (wl-thread-delete-message): Fix remove top message from
10762         `wl-thread-entity-list'.
10763
10764         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10765         wl-append(nconc), because update-list is broken on Meadow.
10766
10767         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10768         updating process.
10769         (wl-summary-rescan): Ditto.
10770         (wl-summary-sync-update3): Ditto.
10771         * wl-thread.el (wl-thread-set-parent): Renamed from
10772         `wl-summary-set-parent'.
10773         (wl-thread-insert-message): Updating buffer faster.
10774         (wl-thread-delete-message): Updating buffer faster.
10775
10776         * wl-score.el (wl-summary-score-update-all-lines): Changed
10777         interval for display progress gauge.
10778
10779 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10780
10781         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10782         folder always-sticky.
10783         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10784         defmacro.
10785
10786 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10787
10788         * wl-vars.el (wl-draft-add-references): New user option.
10789
10790         * wl-draft.el (wl-draft-add-references): New function.
10791         (wl-draft-yank-from-mail-reply-buffer): Use it.
10792         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10793         as nil.
10794
10795 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10796
10797         * wl-thread.el (wl-thread-update-line-msgs): Called
10798         `wl-thread-update-line-on-buffer-sub'.
10799         (wl-thread-update-line-on-buffer): Delete routine of inserting
10800         thread.
10801         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10802         moved from `wl-thread-update-line-on-buffer'.
10803         Add threshold for displaying progress gauge.
10804         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10805         argument of `wl-thread-update-line-msgs'.
10806         Add threshold for displaying progress gauge.
10807         * wl-folder.el:
10808         Add threshold for displaying progress gauge.
10809         * wl-score.el: Ditto.
10810
10811         * wl-expire.el (wl-summary-expire): Display deleting info.
10812
10813 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10814
10815         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10816         `no-msg'.
10817         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10818         argument of `wl-thread-update-line-msgs'.
10819         (wl-summary-set-parent): Added optional argument `parent-number'.
10820         (wl-summary-buffer-saved-message): New buffer local variable.
10821         (wl-summary-save-current-message): New command.
10822         (wl-summary-yank-saved-message): Ditto.
10823         (wl-summary-mode-map): Added key binding for
10824         `wl-summary-save-current-message' (\ew) and
10825         `wl-summary-yank-saved-message' (\C-y).
10826         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10827
10828 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10829
10830         * wl-summary.el (wl-summary-mode-map): Added key binding for
10831         `wl-summary-set-parent' (ts).
10832
10833 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10834
10835         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10836         subject faster. If thread number is reverse, delayed updating
10837         thread.
10838         (wl-summary-search-by-subject): Ditto.
10839         (wl-summary-put-alike): Ditto.
10840         (wl-summary-get-alike): Ditto.
10841         (wl-summary-insert-headers): Insert header of all overview in
10842         buffer.
10843         (wl-summary-rescan): Delayed updating thread. Kill search subject
10844         buffer for wl-summary-search-by-subject.
10845         (wl-summary-sync-update3): Ditto.
10846         (wl-summary-exit): Ditto.
10847         (wl-summary-goto-bottom-of-current-thread): Change for linked
10848         thread.
10849         (wl-summary-overview-create-summary-line): Change line for linked
10850         thread.
10851
10852         * wl-summary.el (wl-summary-update-thread): Use
10853         wl-thread-maybe-get-children-num.
10854         (wl-summary-set-parent): If change parent, move sub thread.
10855         (wl-summary-redisplay-internal): Add horizontal recenter.
10856         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10857
10858         * wl-thread.el (wl-thread-entity-get-linked): New function.
10859         (wl-thread-entity-set-linked): New function.
10860         (wl-thread-create-entity): Add linked element.
10861         (wl-thread-entity-insert-as-top): Use wl-append.
10862         (wl-thread-maybe-get-children-num): If closing thread, return
10863         children msgs.
10864         (wl-thread-update-line-msgs): Displaying progress message.
10865         (wl-thread-update-line-on-buffer-sub): Use
10866         wl-thread-maybe-get-children-num.
10867         (wl-thread-update-line-on-buffer): If update line is not exists,
10868         insert thread.
10869         (wl-thread-delete-message): If delete top msg of thread, search
10870         parent by subject.
10871         (wl-thread-insert-entity): Use
10872         wl-thread-maybe-get-children-num.
10873
10874         * wl-highlight.el (wl-highlight-summary-current-line): change
10875         sregexp for linked thread.
10876         * wl-util.el (wl-count-lines): Count lines.
10877         (wl-horizontal-recenter): horizontal recenter.
10878         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10879         (wl-score-get-alike): Ditto.
10880         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10881         (wl-subject-length-limit): New variable.
10882         (wl-highlight-thread-indent-string-regexp): Changed for linked
10883         thread.
10884
10885 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10886
10887         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10888         New variable (revival).
10889         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10890         by subject matching if there's no in-reply-to nor references field
10891         (revival).
10892
10893 \f
10894 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10895
10896         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10897         message.
10898
10899 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10900
10901         * wl-summary.el (wl-summary-reply): Return t if there was a
10902         message at cursor point.
10903         Added unwind-protect.
10904         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10905         returns t.
10906         (wl-summary-cancel-message): Do nothing when there's no message at
10907         cursor point.
10908         (wl-summary-forward): Ditto.
10909         (wl-summary-jump-to-parent-message): Ditto.
10910         (wl-summary-reedit): Ditto.
10911         (wl-summary-edit-addresses): Ditto.
10912         (wl-summary-pipe-message): Ditto.
10913         (wl-summary-print-message-with-ps-print): Ditto.
10914         (wl-summary-print-message): Ditto.
10915         (wl-summary-mark-as-important): Ditto.
10916         (wl-summary-mark-as-unread): Ditto.
10917
10918         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10919         message at cursor point.
10920         (wl-summary-reply-with-citation): Remove unwind-protect.
10921
10922         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10923         subject searching feature.
10924         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10925         Eliminated.
10926
10927 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10928
10929         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10930         New variable.
10931         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10932         by subject matching if there's no in-reply-to nor references field.
10933
10934         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10935
10936         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10937         when display is finished.
10938         (wl-folder-open-all): Ditto.
10939         (wl-folder-update-access-group): Ditto.
10940         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10941         * wl-thread.el (wl-thread-close-all): Ditto.
10942
10943         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10944         progress gauge only when it was displayed.
10945         * wl-folder.el (wl-folder-insert-entity): Ditto.
10946
10947 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10948
10949         * wl-summary.el (wl-summary-incorporate): Enclose
10950         `wl-summary-sync-force-update' with save-excursion.
10951
10952 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10953
10954         * wl-summary.el (wl-summary-prefetch-region):
10955         Pass current cursor point to `pos-visible-in-window-p' after
10956         moving cursor to the started point.
10957
10958 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10959
10960         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10961
10962         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10963         fields from the forwarding message.
10964         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10965         `ignored-fields'.
10966
10967 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10968
10969         * wl-mime.el (wl-message-request-partial):
10970         Eliminated argument `msgdb'.
10971         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10972         (wl-mime-combine-message/partial-pieces): Likewise.
10973         * tm-wl.el (wl-message-request-partial): Likewise.
10974         (wl-mime-combine-message/partial-pieces): Likewise.
10975
10976 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10977
10978         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10979         when display is finished.
10980
10981 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10982
10983         * wl-summary.el (wl-summary-goto-folder-subr):
10984         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10985
10986 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10987
10988         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10989         when cursor point is visible.
10990
10991 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10992
10993         * wl-expire.el (wl-expire-archive-get-max-number):
10994         Don't use `file-name-directory'.
10995
10996 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10997
10998         * wl-expire.el (wl-expire-archive-get-max-number):
10999         Use `file-name-directory'.
11000
11001 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11002
11003         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11004         only when there is progress.
11005
11006 2000-04-13  Mito <mit@nines.nec.co.jp>
11007
11008         * wl-summary.el (wl-summary-sync-marks): Display progress.
11009
11010 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11011
11012         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11013         (wl-summary-prev): Move cursor regardless of unread status.
11014         (wl-summary-next): Ditto.
11015
11016 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11017
11018         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11019         Added argument `target' and `number'.
11020         * tm-wl.el (wl-summary-burst-subr): New function.
11021         (wl-summary-burst): Use it.
11022
11023 2000-04-10  Mito <mit@nines.nec.co.jp>
11024
11025         * wl-mime.el (wl-burst): New function.
11026         (wl-summary-burst): Use it.
11027
11028 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11029
11030         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11031         as petname when there's no candidate.
11032
11033 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11034
11035         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11036         New variable.
11037         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11038
11039         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11040
11041         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11042
11043 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11044
11045         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11046         Use substring of `original' instead of buffer-substring.
11047         (wl-refile-evaluate-rule):
11048         Set `original' argument of wl-refile-expand-newtext.
11049
11050         * wl-summary.el
11051         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11052         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11053         (wl-summary-auto-refile): Check existence of destination folder just
11054         before marking.
11055
11056 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11057
11058         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11059         when wl-refile-get-field-value return nil.
11060
11061 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11062
11063         * wl-refile.el
11064         (wl-refile-expand-newtext): New function imported from Gnus.
11065         (wl-refile-evaluate-rule): Use it.
11066
11067 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11068
11069         * wl-summary.el (wl-summary-print-destination):
11070         Duplicate folder string to avoid putting text-property on
11071         original string.
11072
11073         * wl-refile.el (wl-refile-get-field-value): New function.
11074         (wl-refile-evaluate-rule): New function;
11075         Evaluate refile rule recursively.
11076         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11077         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11078         New function; Check existence of a target folder recursively.
11079         (wl-summary-auto-refile-check-refile-rule-alist):
11080         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11081
11082 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11083
11084         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11085
11086         * wl-folder.el (wl-create-folder-entity-from-buffer):
11087         Fixed problem when '}' character is contained in folder name.
11088
11089         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11090
11091 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11092
11093         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11094         (wl-fldmgr-add-completion-all-completions):
11095         Use wl-fldmgr-add-completion-hashtb.
11096
11097 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11098
11099         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11100         wl-fldmgr-add-completion-subr): New functions.
11101         * wl-folder.el (wl-folder-completion-func): New variable.
11102         * wl-summary.el (wl-summary-read-folder):
11103         Use wl-folder-completion-func.
11104
11105         * wl-refile.el: Eliminate throw & catch.
11106
11107         * wl.el (wl-plugged-sending-queue-status): Fixed.
11108
11109 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11110
11111         * wl-draft.el (wl-draft): Put category property on
11112         mail-header-separator.