* wl-draft.el (wl-draft-generate-clone-buffer, wl-draft-config-exec): Suppress compil...
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
4
5         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
6         of `goto-line'.
7
8         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
9         symbol.
10
11         * wl.el (wl-plugged-change): Suppress compile warnings; Use
12         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
13         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
14         * wl-address.el (wl-complete-window-show): Ditto.
15         * wl-message.el (wl-message-select-buffer): Ditto.
16         * wl-template.el (wl-template-show): Ditto.
17         * wl-util.el (wl-collect-summary): Ditto.
18         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete): Ditto.
19         * wl-draft.el (wl-draft-send-mail-with-smtp, wl-draft-send)
20         (wl-draft-do-fcc): Ditto.
21         * wl-draft.el (wl-draft-generate-clone-buffer)
22         (wl-draft-config-exec): Ditto.
23         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
24         (wl-score-edit-insert-number): Ditto.
25
26         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
27
28         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
29
30 2009-12-16  Lloyd Zusman <ljz@asfast.com>
31
32         * wl-summary.el (wl-summary-detect-mark-position): Force
33         the temporary buffer to enable the use of multibyte characters
34         within searches [wl-en:2460].
35
36 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
37
38         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
39         of `beginning-of-buffer'.
40
41 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
42
43         * wl-summary.el (wl-summary-display-raw): New function, display
44         message in raw format.
45
46 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
47
48         * Version number is increased to 2.15.7.
49
50 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
51
52         * wl-summary.el (wl-summary-previous-message-number): New function.
53         (wl-summary-next-message-number): Ditto.
54         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
55         `wl-summary-next-message-number'.
56         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
57         Inline temporary variable `cur-id'.
58         (wl-summary-get-next-unread-folder): Ditto.
59         (wl-summary-get-next-folder): Ditto.
60         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
61
62 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
65
66 2008-09-05  Kenichi Okada  <okada@opaopa.org>
67
68         * wl-summary.el (wl-summary-buffer-folder-name)
69         (wl-draft-config-body-goto-header): Use backquote instead of quote.
70         * wl-draft.el (wl-draft-body-goto-top)
71         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
72
73 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
74
75         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
76         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
77
78 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
79
80         * wl-expire.el: Fix Comentary section.
81
82 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
83
84         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
85         Require mime-parse, elmo-mime, and wl-util.
86
87         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
88
89         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
90
91 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl-template.el: Require elmo-util and wl-vars.
94
95         * wl-mime.el (wl-mime-display-header): Revert last change.
96         Remove `delete-matching-lines "^$"'.
97
98 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
99
100         * wl-mime.el (wl-define-dummy-functions): Split
101         `eval-when-compile' form for avoid error; when `make
102         compile-strict.
103
104         * wl-util.el: Move (eval-when-compile (require 'static)).
105         * wl-dnd.el: Add (eval-when-compile (require 'static)).
106         * wl-message.el: Ditto.
107
108         * wl-mime.el (wl-message-delete-current-part): Use
109         `insert-buffer-substring' instead of `insert-buffer'.
110         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
111         * wl-draft.el (wl-draft-generate-clone-buffer)
112         (wl-draft-do-mime-bcc): Ditto.
113
114         * wl-address.el: Add (eval-when-compile (require 'cl)).
115         * wl-addrmgr.el: Ditto.
116         * wl-mime.el: Ditto.
117         * wl-util.el: Ditto.
118         * wl-score.el: Ditto.
119
120 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
121
122         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
123         `string-to-int'.
124
125         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
126         `string-to-int'.
127
128         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
129         `string-to-number' instead of `string-to-int'.
130
131         * wl-summary.el (wl-summary-get-list-info)
132         (wl-summary-message-number): Use `string-to-number' instead of
133         `string-to-int'.
134
135         * wl-score.el (wl-score-overview-entity-get-lines)
136         (wl-score-set-mark-below, wl-score-set-expunge-below)
137         (wl-summary-increase-score, wl-score-get-header-entry): Use
138         `string-to-number' instead of `string-to-int'.
139
140         * wl-folder.el (wl-folder-update-diff-line): Use
141         `string-to-number' instead of `string-to-int'.
142
143         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
144         instead of `string-to-int'.
145
146         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
147         instead of `string-to-int'.
148
149         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
150         `string-to-int'.
151
152 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
153
154         * wl-util.el (wl-match-string, wl-match-buffer)
155         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
156         (wl-kill-buffers, wl-local-variable-p)
157         (wl-line-formatter-setup): New backquote style.
158         (wl-count-lines): Use quote instead of backquote.
159
160         * wl-summary.el (wl-summary-buffer-folder-name)
161         (wl-summary-get-alike): Use quote instead of backquote.
162         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
163         backquote style.
164
165         * wl-message.el (wl-message-buffer-cache-buffer-get)
166         (wl-message-buffer-cache-folder-get)
167         (wl-message-buffer-cache-message-get)
168         (wl-message-buffer-cache-entry-make)
169         (wl-message-buffer-cache-hit): New backquote style.
170
171         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
172         backquote.
173         (wl-folder-unread-regex, wl-folder-entity-exists-p)
174         (wl-folder-clear-entity-info)
175         (wl-folder-get-entity-info, wl-folder-set-entity-info)
176         (wl-folder-elmo-folder-cache-get)
177         (wl-folder-elmo-folder-cache-put): New backquote style.
178
179         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
180         (wl-fldmgr-assign-id): Ditto.
181         (wl-fldmgr-delete-line): Use quote instead of backquote.
182         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
183
184         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
185         (wl-draft-set-sent-message): New backquote style.
186         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
187         (wl-draft-config-body-goto-header): Use quote instead of backquote.
188
189 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
190
191         * wl-address.el (wl-address-concat-token): Fix typo.
192
193 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
194
195         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
196         (wl-score-get-alike): Ditto.
197
198         * wl-vars.el: New backquote style.
199         (wl-message-header-button-alist): Use quote instead of backquote.
200
201         * wl.el (wl-plugged-string): New backquote style.
202
203         * wl-address.el (wl-address-concat-token): New backquote style.
204
205         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
206
207 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
208
209         * wl-highlight.el (wl-highlight-folder-opened-regexp)
210         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
211
212         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
213         in the character alternative.
214
215 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * Version number is increased to 2.15.6.
218
219 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
220
221         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
222         optional 3rd argument of epg-context-set-progress-callback; it was
223         temporarily removed in the Emacs trunk due to copyright problem.
224         (wl-mime-pgp-verify-region-with-epg): Ditto.
225
226 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
227
228         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
229
230 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
231
232         * wl-util.el (wl-biff-check-folders): Set biff flag.
233         (from Naoto Morishima [wl:14031])
234
235 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * wl.el (wl-plugged-server-indent): Use quote instead of
238         backquote.
239
240 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
241
242         * wl-score.el (wl-score-insert-header): Add guard for
243         `std11-unfold-string'.
244         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
245         TYPE artgument when TO or CC field.
246
247 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * wl-summary.el (wl-summary-goto-folder-subr): Call
250         `elmo-folder-close' instead of `elmo-folder-commit' if discard
251         current summary.
252
253 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
254
255         * wl-util.el (wl-read-shell-commande): New function or alias.
256
257         * wl-summary.el (wl-summary-pipe-message): Use
258         `wl-read-shell-command' instead of `read-string'.
259         (wl-summary-target-mark-pipe): Ditto.
260
261 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
262
263         * wl-summary.el (wl-summary-reply): Fix docstring.
264         * wl-draft.el (wl-draft-reply): Ditto.
265
266 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-mime.el (wl-summary-extract-attachments): New command.
269         (wl-summary-extract-attachments-1): New internal function.
270
271 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
272
273         * wl-expire.el (wl-expire-folder): New function (split from
274         wl-summary-expire).
275         (wl-summary-expire): Use it. Add argument `all' instead of remove
276         `nolist'. Cause an error only if this function is calling
277         interactively.
278
279 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
280
281         * wl-expire.el (wl-expire-refile): Display progress message.
282         (wl-summary-expire): Simplify.
283
284         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
285         unused argument `deleting-info'.
286
287 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-vars.el (wl-message-popup-buffers): New user option.
290
291         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
292         (wl-message-delete-popup-windows): New function that substitues
293         above one.
294         (wl-mime-setup): Follow the above change.
295
296 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
297
298         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
299
300 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
301
302         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
303         "tkm" to wl-thread-spam.
304
305 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
306
307         * wl-thread.el (wl-thread-entity-insert-as-children): Use
308         wl-thread-entity-set-children.
309         (wl-thread-insert-message, wl-thread-insert-entity-sub,
310         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
311         Use wl-thread-entity-get-*.
312
313 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-mime.el (wl-epg-progress-callback): New function.
316         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
317         with `elmo-with-progress-display'. Set a progress callback
318         function to epg-context.
319         (wl-mime-pgp-verify-region-with-epg): Ditto.
320
321 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-util.el (wl-completing-read-multiple): Define as an alias of
324         `completing-read-multiple' if emacs-version is not less than 22.
325
326 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
329         change.
330
331 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * wl-summary.el (wl-summary-sync-update): Move
334         `wl-thread-update-indent-string-thread' to outside of
335         `elmo-with-progress-display'.
336
337 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-message.el (wl-message-exit): Check buffer existence.
340
341 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
342
343         * wl-util.el (wl-simple-display-progress): New function.
344         (wl-display-progress-with-gauge): Ditto.
345         (wl-progress-callback-function): Ditto.
346
347         * wl.el (wl-init): Set `elmo-progress-callback-function' as
348         `wl-progress-callback-function'
349
350         * wl-vars.el (wl-display-progress-threshold): New user option.
351         (wl-display-progress-function): Ditto.
352
353         * Version number is increased to 2.15.5.
354
355 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
356
357         * wl-thread.el (wl-thread-close-children): New function.
358         (wl-thread-open-children): Ditto.
359         * wl-action.el (wl-summary-set-mark): Redo the last change by
360         using it.
361
362         * wl-action.el (wl-summary-set-mark): Undo the last change.
363         Forbid interactive call.
364
365 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
366
367         * wl-mime.el (wl-define-dummy-functions): New macro.
368         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
369         `wl-mime-pgp-decrypt-region'.
370         (wl-mime-pgp-verify-region-with-epg): Renamed from
371         `wl-mime-pgp-verify-region'.
372         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
373         `wl-mime-pgp-decrypt-region'.
374         (wl-mime-pgp-verify-region-with-pgg): Renamed from
375         `wl-mime-pgp-verify-region'.
376         (wl-mime-pgp-decrypt-region): New function; To select dispatch
377         function at runtime.
378         (wl-mime-pgp-verify-region): Ditto.
379
380         * wl-vars.el (wl-use-pgp-module): New user option.
381
382 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
383
384         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
385         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
386
387 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
390         even if there are target marks only.
391
392 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * Version number is increased to 2.15.4.
395
396 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-folder.el (wl-folder-check-one-entity): Simplify.
399
400 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
403         variable.
404
405 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
406
407         * wl-spam.el (wl-thread-test-spam): New function.
408         (wl-spam-setup): Bind "tkc".
409
410 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-expire.el (wl-folder-expire-entity): Rewite without
413         `wl-summary-goto-folder-subr'.
414         (wl-folder-expire-current-entity): Don't kill summary buffer.
415
416 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-folder.el (wl-folder-sync-entity): Rewrite without
419         `wl-summary-goto-folder-subr'.
420         (wl-folder-mark-as-read-all-entity): Likewise.
421
422         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
423
424 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-thread.el (wl-thread-force-open): Arranged.
427
428 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
429
430         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
431         from regexp.
432
433         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
434         (wl-read-search-condition-internal): Append them.
435
436 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-vars.el (wl-additional-search-condition-fields):
439         New user option.
440
441         * wl-util.el (wl-search-condition-fields): New function; export
442         from `wl-read-search-condition-internal'.
443         (wl-read-search-condition-internal): Use it.
444
445         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
446
447 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
448
449         * wl-summary.el (wl-summary-define-sort-command): New function.
450         (wl-summary-sort-by-date, wl-summary-sort-by-number)
451         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
452         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
453         define by `wl-summary-define-sort-command' at runtime.
454
455         * wl.el (wl-init): Call wl-summary-define-sort-command.
456
457 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
458
459         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
460         properties at the decrypting region.
461
462 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-util.el (wl-find-region): New function.
465
466         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
467         coding system.
468         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
469         property `wl-mime-decoded-coding-system'.
470         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
471         property `wl-mime-decoded-coding-system' to encode text.
472
473         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
474         message.
475         (wl-mime-pgp-verify-region): Ditto.
476
477 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
480         buffer. Use epa-display-verify-result.
481
482 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-draft.el (wl-draft-send): Continue even if setting parent
485         flag was failed.
486
487 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-message.el (wl-message-flag-indicator): Fixed the problem
490         of returning string only of parentheses.
491
492 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-summary.el (wl-summary-write): Add argument `folder'.
495         (wl-summary-write-current-folder): Change argument `folder' from
496         optional to require.
497         (wl-summary-get-buffer): Return the buffer associated folder only.
498
499         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
500         change.
501         (wl-folder-toggle-disp-summary): Ditto.
502
503         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
504         current summary as parent-folder.
505
506 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
507
508         * wl-draft.el (wl-draft-reedit): Don't overwrite
509         wl-draft-parent-folder.
510
511 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
514         (wl-mime-pgp-verify-region): Ditto.
515         (wl-message-decrypt-pgp-nonmime): Use the above function.
516         (wl-message-verify-pgp-nonmime): Likewise.
517         (wl-mime-preview-application/pgp): Likewise.
518
519 2006-04-20  Kenichi Okada  <okada@opaopa.org>
520
521         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
522         Fix about the order of `wl-nntp-posting-port' and
523         `wl-nntp-posting-stream-type'.
524         * wl.el (wl-plugged-port-label-alist): Add smtp.
525
526 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-summary.el (wl-summary-message-status): New macro.
529
530         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
531         (wl-summary-killed-mark): New user option.
532
533         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
534         API change.
535         (wl-thread-insert-entity-sub): Ditto.
536         (wl-thread-recover-messages): New command.
537
538         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
539         Don't call `wl-highlight-summary-current-line' directly.
540         (wl-summary-buffer-attach): Connect to signal `status-changed'
541         instead of `cache-changed'.
542         (wl-summary-buffer-detach): Follow the above change.
543         (wl-summary-detect-mark-position): Follow the API change.
544         (wl-summary-rescan-message): Ditto.
545         (wl-summary-insert-sequential): Ditto.
546         (wl-summary-update-thread): Ditto.
547         (wl-summary-message-mark): Ditto.
548         (wl-summary-persistent-mark): Ditto.
549         (wl-summary-create-line): Ditto.
550         (wl-summary-prefetch-region-no-mark): Call
551         `wl-summary-persistent-mark' with number.
552         (wl-summary-recover-messages-region): New command.
553         (wl-summary-target-mark-recover): Ditto.
554         (wl-summary-recover-message): Ditto.
555         (wl-summary-persistent-mark-string): Add argument `status' instead
556         of remove arguments `flags' and `cached'.  Treat killed status.
557         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
558
559         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
560         (wl-highlight-summary-line-face-spec): Treat killed status.
561         (wl-highlight-summary-line-string): Follow the API change.
562         (wl-highlight-summary-current-line): Ditto.
563
564         * Version number is increased to 2.15.3.
565
566 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
567
568         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
569         of symbolp to test whether the condition is function.
570
571 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
574         to nil.
575
576 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-summary.el (wl-summary-buffer-message-ring): New internal
579         variable.
580         (wl-summary-buffer-last-displayed-msg): Abolish.
581         (wl-summary-push-message): New function.
582         (wl-summary-pop-message): Ditto.
583         (wl-summary-goto-folder-subr): Reset
584         `wl-summary-buffer-message-ring'.
585         (wl-summary-pop-to-last-message): New command.
586         (wl-summary-goto-last-displayed-msg): Call
587         wl-summary-pop-to-last-message if optional argument is non-nil or
588         the last command is itself.
589         (wl-summary-redisplay-internal): Push last message number into
590         `wl-summary-buffer-message-ring'.
591
592         * wl-vars.el (wl-summary-message-ring-max): New user option.
593
594 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
595
596         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
597         from `wl-draft-reply').
598         (wl-draft-reply): Use it.
599         (wl-draft-find-reply-headers): Avoid compile warning.
600
601 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
604
605 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
606
607         * wl-message.el (wl-message-flag-indicator): New function.
608         (wl-message-redisplay): Use it.
609
610 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
613
614 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
617         instead of `read-event'.
618
619         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
620
621         * wl-mule.el (wl-read-event-char): Ditto.
622
623         * wl-e21.el (wl-read-event-char): Ditto.
624
625 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
626
627         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
628
629 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
630
631         * wl-vars.el (wl-draft-send-confirm-type): New user option.
632
633         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
634
635         * wl-draft.el (wl-draft-send-confirm): Confirmation by
636         `wl-draft-send-confirm-type'
637
638 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
639
640         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
641         Avoid error when the buffer name is already used.
642
643 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
644
645         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
646         the change of elmo-nmz -> elmo-search.
647         (wl-highlight-summary-line-help-echo-alist): Ditto.
648         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
649         (wl-nmz-folder-icon): Define as obsolete.
650         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
651         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
652
653 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-summary.el (wl-summary-get-list-info): Rewrite with
656         `elmo-find-list-match-value'
657
658 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
659
660         * wl-summary.el (wl-summary-get-list-info): Optimize.
661         Use List-Id and List-Post also.
662
663 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
666
667 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
668
669         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
670
671 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-util.el (wl-completing-read-multiple-1): New internal function.
674         (wl-completing-read-multiple-2): Ditto.
675         (wl-completing-read-multiple): Define use above functions.
676
677         * wl-summary.el (wl-summary-sort): Removed the workaround for a
678         bug of `completing-read-multiple' about default value.
679
680         * wl-xmas.el (wl-completing-read-multiple): Removed.
681
682         * wl-mule.el (wl-completing-read-multiple): Ditto.
683
684         * wl-e21.el (wl-completing-read-multiple): Ditto.
685
686 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-util.el (wl-filter-associations): New function.
689
690         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
691         (wl-spam-ignored-folder-list): Ditto.
692         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
693         (wl-spam-string-member-p): New function.
694         (wl-spam-domain): Use it.
695         (wl-spam-split-numbers): New function.
696         (wl-spam-apply-partitions): Ditto.
697         (wl-spam-register-spam-messages): Use `folder' instead of
698         `wl-summary-buffer-elmo-folder'.
699         (wl-spam-register-good-messages): Ditto.
700         (wl-summary-exec-action-spam): Decide a domain by real folder of
701         message.
702         (wl-summary-exec-action-refile-with-register): Likewise.
703
704 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-e21.el (wl-e21-find-image): New function.
707         (wl-e21-setup-toolbar): Use it instead of `find-image'.
708         (wl-e21-highlight-folder-group-line): Ditto.
709         (wl-folder-init-icons): Ditto.
710         (wl-plugged-init-icons): Ditto.
711         (wl-biff-init-icons): Ditto.
712
713 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
716         (wl-inhibit-save-drafts): New internal variable.
717         (wl-disable-auto-save): Ditto.
718         (wl-save-drafts): Treat above variables.
719         (wl-auto-save-drafts): New function.
720         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
721         `wl-stop-save-drafts'.
722         (wl-start-save-drafts): New function.
723         (wl-stop-save-drafts): Ditto.
724         (wl-set-auto-save-draft): New command.
725
726         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
727         `wl-set-save-drafts'.
728
729 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
732         `make-local-variable' instead of `make-variable-buffer-local'.
733
734 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
737
738 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
739
740         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
741
742 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
745         of working buffer.
746
747 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
750
751         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
752         value into recipients; Bind `wl-draft-remove-group-list-contents'
753         as nil.
754
755 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
756
757         * wl-summary.el (wl-summary-sort): Fixed the last change.
758
759         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
760         (wl-summary-sort-messages): Ditto.
761         (wl-summary-rescan): Use it.
762         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
763         `completing-read'; Append candidates for reverse order.
764
765 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * Version number is increased to 2.15.2.
768
769 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
772         "Smaller".
773         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
774
775 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
776
777         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
778
779 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-vars.el (wl-draft-additional-header-alist): Add into the
782         customize group `wl-draft'.
783         (wl-draft-add-in-reply-to): Move customize group from `wl' to
784         `wl-draft'.
785         (wl-draft-add-references): Ditto.
786
787         * wl-action.el (wl-summary-print-argument): Rename argument from
788         `folder' to `data'.
789
790 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-summary.el (wl-summary-rescan-message): Call
793         `wl-thread-cleanup-symbols' before insert thread.
794
795 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
796
797         * wl.el (wl-init): Set `elmo-get-folder-function' as
798         `wl-folder-make-elmo-folder'.
799
800         * wl-spam.el (wl-summary-exec-action-spam): Use
801         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
802
803         * wl-folder.el (wl-folder-make-elmo-folder): New function.
804         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
805         `elmo-make-folder'.
806         (wl-folder-get-elmo-folder): Ditto.
807         (wl-folder-create-subr): Simplify.
808
809 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
812
813 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
816         contents in message buffer instead of original buffer. If optional
817         argument specified, ask coding system for encode.
818
819 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
820
821         * wl-spam.el (wl-summary-test-spam-region): New function.
822         (wl-spam-setup): Bind "rkc".
823
824 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
825
826         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
827
828 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
829
830         * wl-spam.el (wl-summary-test-spam): Fix typo.
831         (wl-message-check-spam): Ditto.
832
833 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
834
835         * wl-summary.el (wl-summary-default-from): Simplify.
836
837 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
838
839         * wl-action.el (wl-summary-exec-action-refile): Simplify.
840         (wl-summary-exec-action-copy): Ditto.
841         (wl-summary-auto-refile): Check existence of temporary mark.
842
843 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
844
845         * wl-summary.el (wl-summary-create-line): Use
846         `elmo-time-to-datevec'.
847
848         * wl-expire.el (wl-expire-archive-date): Ditto.
849         (wl-expire-localdir-date): Ditto.
850
851         * wl-util.el (wl-day-number): Abolish.
852
853         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
854         of `wl-day-number'.
855         (wl-score-followup): Ditto.
856         (wl-score-add-followups): Ditto.
857         (wl-score-get-latest-msgs): Ditto.
858         (wl-score-get-header-entry): Ditto.
859         (wl-score-edit-insert-date): Ditto.
860
861 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
862
863         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
864         `elmo-message-entity-field' with 2nd argument `type'.
865
866 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
867
868         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
869
870 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-thread.el (wl-thread-delete-message): Delete descendant
873         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
874
875 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
876
877         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
878
879 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
880
881         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
882         `Access folder'.
883
884 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-vars.el (wl-access-folder-icon): New user option.
887
888         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
889         `Access folder'.
890
891 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-buffer-set-folder): Use
894         `wl-folder-mime-charset'.
895
896         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
897         `mime-charset'.
898         (wl-folder-get-elmo-folder): Ditto.
899         (wl-folder-mime-charset): New function.
900
901 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-util.el (wl-parse-addresses): Define alias of
904         `elmo-parse-addresses' (move to `elmo-util.el').
905
906         * wl-summary.el (wl-summary-default-from): Follow the API change.
907         (wl-summary-overview-entity-compare-by-date): Ditto.
908         (wl-summary-overview-entity-compare-by-from): Ditto.
909         (wl-summary-get-list-info): Get value of `ml-info' field from
910         entity at first.
911         (wl-summary-rescan-message): Treat prefix argument.
912         (wl-summary-prefetch-msg): Follow the API change.
913         (wl-summary-search-by-subject): Ditto.
914         (wl-summary-insert-thread): Ditto.
915         (wl-summary-line-subject): Ditto.
916         (wl-summary-line-from): Ditto.
917         (wl-summary-create-line): Ditto.
918         (wl-summary-print-message-with-ps-print): Ditto.
919
920         * wl-score.el (wl-score-ov-entity-get): Ditto.
921         (wl-score-followup): Ditto.
922         (wl-score-add-followups): Use `elmo-message-entity-field' instead
923         of `car'.
924         (wl-score-get-latest-msgs): Follow the API change.
925         (wl-score-get-header): Ditto.
926
927         * wl-refile.el (wl-refile-learn): Ditto.
928         (wl-refile-subject-learn): Ditto.
929         (wl-refile-get-field-value): Ditto.
930         (wl-refile-guess-by-history): Ditto.
931         (wl-refile-guess-by-subject): Ditto.
932
933         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
934
935         * wl-expire.el (wl-expire-date-p): Removed.
936         (wl-expire-archive-date): Follow the API change.
937         (wl-expire-localdir-date): Ditto.
938         (wl-summary-expire): Ditto.
939
940         * Version number is increased to 2.15.1.
941
942 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
943
944         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
945         group is access or not (it is not strict, like wl-fldmgr-rename).
946
947 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
950         duplicate call of `wl-summary-print-argument' on the wrong line.
951
952 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
955         even if argument `number' is nil.
956         (wl-summary-insert-line): Print action argument if current message
957         has it.
958
959 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
962         (wl-draft-reply): Ditto.
963         (wl-draft): Add optional argument `parent-number' and call
964         `wl-draft-create-buffer' with it.
965         (wl-draft-create-buffer): Add optional argument
966         `parent-number'. Set wl-draft-parent-number as it.
967
968 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
969
970         * wl-folder.el (wl-folder-set-persistent-mark): If summary
971         buffer is not for given folder, don't use it.
972
973 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
974
975         * Version number is increased to 2.15.0.
976
977 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
980
981         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
982         (wl-highlight-get-face-by-name): New internal function.
983         (wl-highlight-summary-line-face-spec): Use it and fixed.
984
985 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-sync-update): Use
988         `elmo-message-entity-field' instead of `car' to get message-id
989         from overview entity.
990
991         * wl-summary.el (wl-summary-rescan-message): Call
992         `wl-highlight-summary-displaying' when displaying a message.
993
994 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
995
996         * wl-draft.el (wl-draft-config-info-filename): Extracted from
997         `wl-draft-config-info-operation'.
998         (wl-draft-buffer-change-number): New function.
999         (wl-draft-rename-saved-config): Ditto.
1000         * wl.el (wl-init): Connect slot for message-number-changed.
1001         (toplevel): Add autoload for wl-draft-rename-saved-config.
1002
1003 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1004
1005         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1006         `update-overview'
1007         (wl-summary-buffer-detach): Disconnect from it.
1008         (wl-summary-rescan-message): Use command.
1009
1010         * wl-message.el (wl-message-buffer-display): Use
1011         `with-current-buffer' instead of `save-excursion'.
1012
1013 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1014
1015         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1016         wl-draft-preview-attributes-list from distraction.
1017
1018 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1021         `elmo-list-diff'.
1022
1023 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1024
1025         * wl-summary.el
1026         (wl-summary-edit-addresses-collect-candidate-fields): Use
1027         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1028
1029         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1030         instead of `elmo-set-work-buf'.
1031
1032         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1033         (wl-address-make-address-list): Ditto.
1034
1035         * Version number is increased to 2.13.3.
1036
1037 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1038
1039         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1040         user option.
1041
1042         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1043         argument `5'.
1044
1045         * wl-message.el (wl-message-display-no-merge-p): New function.
1046         (wl-message-buffer-display): Check whether the message is
1047         reassembled and follow the API change.
1048
1049 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1050
1051         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1052         multibyte on working buffer and removed unnecessary
1053         `buffer-disable-undo'.
1054
1055 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1058         change.
1059
1060 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1061
1062         * wl-util.el (wl-read-search-condition-internal): Protect
1063         elmo-global-flags from distraction.
1064
1065 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1066
1067         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1068
1069         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1070         (wl-summary-event-handler): Ditto.
1071         (wl-summary-update-persistent-mark-on-event): New
1072         function (renamed from `elmo-event-handler-flag-changed').
1073         (wl-summary-buffer-attach): New function.
1074         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1075         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1076         instead of `elmo-folder-add-handler'.
1077
1078         * Version number is increased to 2.13.2.
1079
1080 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1081
1082         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1083         and "\177" to the `wl-news-previous-page'.
1084         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1085         (wl-news-previous-page): New function.
1086
1087 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1088
1089         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1090         instead of `write-region' and simplify.
1091
1092 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1093
1094         * wl-template.el (wl-template-select): Cause error if
1095         `wl-template-alist' is nil.
1096
1097 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1098
1099         * wl-news.el.in: Set file variable `no-byte-compile'.
1100
1101 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1104         whether a target message is within displaying area.
1105         (elmo-event-handler-cache-changed): Ditto.
1106
1107 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1108
1109         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1110         to `defun'.  Use `nconc' instead of `append' to collect descendant
1111         message numbers.
1112
1113 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1114
1115         * wl-thread.el (wl-thread-save-top-list)
1116         (wl-thread-save-entities): Use `with-temp-buffer'.
1117         * wl-news.el.in (wl-news-previous-version-load):
1118         (wl-news-previous-version-save): Ditto.
1119         * wl-summary.el (wl-summary-load-file-object)
1120         (wl-summary-save-view-cache): Ditto.
1121
1122 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-util.el (toplevel): Require 'elmo-flag'.
1125         (wl-read-search-condition): New function (Renamed from
1126         `elmo-read-search-condition').
1127         (wl-read-search-condition-internal): Likewise.
1128
1129         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1130         invalid.
1131         (wl-summary-pick): Use `wl-read-search-condition' instead of
1132         `elmo-read-search-condition'.
1133         (wl-summary-virtual): Ditto.
1134
1135         * wl-folder.el (wl-folder-virtual): Ditto.
1136         (wl-folder-pick): Ditto.
1137
1138         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1139
1140 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1141
1142         * wl-summary.el (wl-summary-reedit): Call
1143         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1144
1145 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1146
1147         * wl-mime.el (toplevel): Require wl-vars.
1148
1149         * wl-message.el (toplevel): Require cl at compile.
1150
1151         * wl-draft.el (toplevel): Require elmo.
1152
1153 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1154
1155         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1156         and do nothing when it is not positive.
1157         (wl-message-buffer-prefetch-next): Ditto.
1158
1159 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1160
1161         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1162         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1163         (wl-summary-redisplay-internal): Ditto.
1164
1165         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1166         message (the condition is borrowed from `wl-check-variables-2').
1167         (wl-summary-redisplay-internal): Ditto.
1168
1169 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1170
1171         * wl-mime.el (wl-draft-nntp-attribute): New function.
1172         (wl-draft-attribute-nntp-posting-server): Use it.
1173         (wl-draft-attribute-nntp-posting-port): Ditto.
1174
1175         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1176         (wl-draft-show-attributes-buffer): Ditto.
1177         (wl-draft-hide-attributes-buffer): Ditto.
1178         (wl-draft-attribute-newsgroups): Ditto.
1179         (wl-draft-attribute-nntp-posting-server): Ditto.
1180         (wl-draft-attribute-nntp-posting-port): Ditto.
1181         (wl-draft-preview-message): Use there functions.
1182
1183         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1184         value.
1185
1186 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1187
1188         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1189         (wl-draft-reedit): Ditto.
1190         (wl-draft-queue-flush): Ditto.
1191
1192         * wl-mime.el (wl-message-request-partial): Ditto.
1193         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1194         instead of `elmo-message-fetch'.
1195
1196         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1197
1198         * wl-summary.el (wl-summary-message-string): Ditto.
1199
1200 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-util.el (wl-current-message-buffer): Follow the API change.
1203
1204         * wl-summary.el (wl-summary-redisplay-internal): Call
1205         `wl-summary-mark-as-read' with 2nd argument as nil and update
1206         unread count instead of persistent mark.
1207
1208         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1209         variable.
1210         (wl-message-redisplay): Follow the API change.
1211         (wl-message-buffer-display): Managed mime-entity directly and
1212         return preview buffer only.
1213         (wl-message-display-internal): Rewrite.
1214         (wl-message-buffer-prefetch-subr): Not save return value of
1215         `wl-message-buffer-display'.
1216
1217         * Version number is increased to 2.13.1.
1218
1219 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1222         'elmo-multiple-fields-body-list' with boundary specified.
1223
1224 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1225
1226         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1227         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1228         cache if `wl-summary-resend-use-cache' is non-nil.
1229
1230 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1231
1232         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1233         (wl-nntp-posting-stream-type): Ditto.
1234
1235 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1236
1237         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1238
1239 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1240
1241         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1242         message.
1243
1244 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1245
1246         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1247         Abolish.
1248         (wl-summary-buffer-persistent-mark-version): New internal
1249         variable.
1250         (wl-summary-update-mark-and-highlight-window): Check by
1251         wl-summary-persistent-mark-invalid-p.
1252         (wl-summary-update-status-marks): Ditto.
1253         (elmo-event-handler-flag-changed): Rewrite.
1254         (elmo-event-handler-cache-changed): Define.
1255         (wl-summary-prefetch-msg): Does not update persistent mark here.
1256         (wl-summary-delete-cache): Ditto.
1257         (wl-summary-resume-cache-status): Ditto.
1258         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1259         (wl-summary-persistent-mark-invalid-p): New function.
1260         (wl-summary-validate-persistent-mark): Ditto.
1261         (wl-summary-validate-persistent-mark-string): Ditto.
1262         (wl-summary-invalidate-persistent-mark): Ditto.
1263         (wl-summary-update-persistent-mark): Call
1264         `wl-summary-validate-persistent-mark'.
1265         (wl-summary-create-line): Call
1266         `wl-summary-validate-persistent-mark-string'.
1267
1268         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1269         status as t if cache used.
1270
1271 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1272
1273         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1274         only if the target is group.
1275         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1276
1277 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1278
1279         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1280
1281 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1282
1283         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1284
1285         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1286
1287 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1290         (Thanks to Yoichi NAKAYAMA).
1291
1292 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-util.el (wl-save-drafts): Restore echo area.
1295
1296 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * Version number is increased to 2.13.0.
1299
1300         * wl-util.el (wl-biff-check-folder-async): Use
1301         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1302
1303 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1304
1305         * wl-message.el (wl-message-display-internal): Does not put
1306         wl-message-display-type property on message buffer.
1307         (wl-message-buffer-display-type): New function.
1308
1309         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1310
1311         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1312         `wl-summary-buffer-detach'.
1313         (wl-summary-message-display-type): Use
1314         `wl-summary-buffer-display-type'.
1315
1316 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1317
1318         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1319         buffer-local.
1320
1321         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1322         kill-buffer-hook instead of make-local-variable.
1323         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1324
1325 2004-12-12  Scott Renfro <scott@renfro.org>
1326
1327         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1328         regex for square-branket.
1329
1330 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1331
1332         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1333         `wl-message-mime-analysis-p' with argument `header'.
1334
1335 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1336
1337         * wl-mime.el (wl-draft-yank-current-message-entity): 
1338         Switch to no-mime following method according to wl-message-display-type
1339         property.
1340         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1341
1342         * wl-message.el (wl-message-display-internal): 
1343         Put wl-message-display-type property on message buffer.
1344
1345         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1346         (wl-message-display-internal): Ditto;
1347
1348         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1349
1350 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-message.el (wl-message-make-display-type): New function.
1353         (wl-message-display-type-property): Ditto.
1354         (wl-message-mime-analysys-p): Ditto.
1355         (wl-message-display-all-header-p): Ditto.
1356         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1357         added `display-type'.
1358         (wl-message-buffer-display): Likewise.
1359         (wl-message-display-internal): Likewise.
1360         (wl-message-buffer-display-type): Abolish.
1361         (wl-message-buffer-prefetch-subr): Follow the API changed.
1362
1363         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1364         from wl-summary-buffer-display-all-header and changed default value.
1365         (wl-summary-message-display-type): New function.
1366         (wl-summary-buffer-display-mime-mode): Ditto.
1367         (wl-summary-buffer-display-header-mode): Ditto.
1368         (wl-summary-toggle-mime): Rewrite with above functions.
1369         (wl-summary-toggle-all-header): Ditto.
1370         (wl-summary-redisplay): Force redisplay with default mode.
1371         (wl-summary-redisplay-internal): Renamed argument from `mode',
1372         `all-header' to `mime-mode', `header-mode'.
1373         Use `wl-message-make-display-type'.
1374
1375         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1376         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1377
1378 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1379
1380         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1381
1382 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1385         in original message buffer.
1386         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1387         buffer.
1388
1389 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1390
1391         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1392
1393 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1394
1395         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1396
1397 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1398
1399         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1400         when actions succeeded.
1401         (wl-summary-exec-action-copy): Likewise.
1402
1403 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1404
1405         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1406         there is switch-to-buffer at the end of wl-message-select-buffer.
1407         (wl-summary-reply): Ditto.
1408
1409 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-summary.el (wl-summary-forward): Put subject in original
1412         message buffer as argument of wl-draft-forward.
1413         * wl-draft.el (wl-draft-forward): Decode subject as in
1414         wl-draft-reply.
1415
1416 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1417
1418         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1419         a folder under access group.
1420
1421 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1422
1423         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1424         wl-message-buffer-display.
1425
1426         * wl-util.el (wl-set-save-drafts): Fix typo.
1427
1428 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1429
1430         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1431         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1432         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1433         the way to measure the width of a bitmap image; don't put face on
1434         ascii and bitmap images; put the mark which should not use the
1435         variable-pitch face on ascii and bitmap images.
1436         (wl-demo-setup-properties): Don't use the variable-pitch face on
1437         ascii and bitmap images; made it work on Emacs 20 and earlier.
1438         (wl-demo-insert-text): End with a newline at the bottom; don't put
1439         face on text.
1440
1441         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1442
1443 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1444
1445         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1446
1447         * wl-util.el (wl-save-drafts): Moved from sample setting.
1448         (wl-set-save-drafts): New function to set idle timer.
1449         * wl-draft.el (wl-draft): Call it.
1450         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1451
1452 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1453
1454         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1455         a summary which has toggle display status off.
1456
1457 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1458
1459         * wl-draft.el (wl-draft-do-fcc): No cache save.
1460
1461 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1462
1463         * wl-summary.el (elmo-event-handler-flag-changed): Use
1464         `set-buffer' instead of `with-current-buffer'.
1465
1466 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-summary.el (wl-summary-after-resize-function): New function.
1469         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1470         window-size-change-functions.
1471
1472 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1473
1474         * wl-draft.el (wl-draft-create-buffer): Bind
1475         `change-major-mode-hook' after current buffer is changed.
1476
1477         * wl-summary.el (wl-summary-buffer-detach): New function.
1478         (wl-summary-buffer-set-folder): Call it.
1479         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1480         change-major-mode-hook and kill-buffer-hook.
1481         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1482         (wl-summary-switch-to-clone-buffer): Ditto.
1483         (wl-summary-goto-folder-subr): Ditto.
1484
1485 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1486
1487         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1488         after boundp check.
1489
1490 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1491
1492         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1493         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1494         for `kill-buffer'.
1495
1496         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1497         handler of current buffer from elmo-folder.
1498
1499 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1500
1501         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1502
1503 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1504
1505         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1506         variable.
1507         (wl-summary-event-handler): New class.
1508         (elmo-event-handler-flag-changed): Define to update persistent
1509         mark.
1510         (wl-summary-buffer-set-folder): Register event handler to
1511         elmo-folder.
1512         (wl-summary-exit): Unregister event handler.
1513         (wl-summary-goto-folder-subr): Ditto.
1514         (wl-summary-mark-as-read-all): Does not call
1515         `wl-summary-update-persistent-mark' directly.
1516         (wl-summary-mark-as-read-internal): Ditto.
1517         (wl-summary-set-persistent-mark-internal): Ditto.
1518         (wl-summary-set-flags-internal): Ditto.
1519
1520         * Version number is increased to 2.11.33.
1521
1522 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1523
1524         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1525         to nil.
1526
1527 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * wl-spam.el (wl-spam-setup): Add hook
1530         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1531         instead of `wl-summary-prepare-hook'.
1532
1533         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1534         if folder type is `'flag'.
1535         (wl-summary-mark-as-important): Ditto.
1536
1537 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1538
1539         * wl-address.el (wl-address-minibuffer-history): New variable.
1540         (wl-address-minibuffer-local-map): New keymap.
1541         (wl-address-read-from-minibuffer): New function.
1542
1543         * wl-action.el (wl-summary-get-resend-address): Use
1544         `wl-address-read-from-minibuffer' instead of `completing-read'.
1545
1546 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1547
1548         * Version number is increased to 2.11.32.
1549
1550 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1553         without mule to iso-8859-1.
1554         (wl-draft-add-in-reply-to): Add note in description.
1555         (wl-draft-add-references): Ditto.
1556
1557 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1560         definition for `m'.
1561         (wl-summary-mode-line-format): Add '[%m]'.
1562         (wl-message-mode-line-format-spec-alist): Ditto.
1563         (wl-summary-display-mime-mode-list): New variable.
1564
1565         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1566         from wl-summary-buffer-display-as-is.
1567         (wl-summary-buffer-display-all-header): New buffer local variable.
1568         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1569         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1570         instead of wl-summary-buffer-display-as-is.
1571         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1572         (wl-summary-set-persistent-mark): Ditto.
1573         (wl-summary-set-message-buffer-or-redisplay): Just call
1574         `wl-summary-redisplay-internal' without optional arguments.
1575         (wl-summary-toggle-mime): Rewrite.
1576         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1577         (wl-summary-toggle-all-header): New function.
1578         (wl-summary-redisplay-internal): Treat mime mode.
1579
1580         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1581         to wl-mime-preview-follow-no-mime.
1582         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1583         accodring to the display-mode.
1584
1585         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1586         (wl-message-buffer-display): Changed argument name from `as-is' to
1587         `mode'.
1588         (wl-message-display-internal): Ditto;
1589         Bind elmo-mime-display-header-analysis according to the mode.
1590         (wl-message-display-internal): Put wl-message-display-mime-mode
1591         property on entire buffer.
1592
1593 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1594
1595         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1596
1597 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1600         Don't extract mail address.
1601         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1602
1603         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1604
1605         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1606
1607 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1608
1609         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1610         wl-fldmgr-cut-entity-list on confirmation.
1611
1612 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1613
1614         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1615         (wl-mime-quit-preview): Check existence of
1616         mime-edit-temp-message-buffer here.
1617
1618 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1619
1620         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1621         after deletion.
1622
1623         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1624         before calling wl-mime-quit-preview.
1625
1626 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-summary.el (wl-summary-pick): If call it with prefix
1629         argument, set `delete-marks' as non-nil. Pick from only visible
1630         messages.
1631         (wl-summary-check-target-mark): New function.
1632         (wl-summary-target-mark-mark-as-read): Use it.
1633         (wl-summary-target-mark-mark-as-unread): Ditto.
1634         (wl-summary-target-mark-operation): Ditto.
1635         (wl-summary-target-mark-set-flags): Ditto.
1636         (wl-summary-target-mark-save): Ditto.
1637         (wl-summary-target-mark-pick): Ditto.
1638         (wl-summary-target-mark-forward): Ditto.
1639         (wl-summary-target-mark-reply-with-citation): Ditto.
1640         (wl-summary-target-mark-print): Ditto.
1641         (wl-summary-target-mark-uudecode): Ditto.
1642
1643         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1644         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1645         with `ask-coding' is non-nil.
1646
1647 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1648
1649         * wl-thread.el (wl-thread-set-parent): If parent is a message
1650         which is identified by references, set linked as nil.
1651
1652 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1653
1654         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1655         (wl-message-mode-line-format-spec-alist): Ditto.
1656         (wl-message-mode-line-format): Ditto.
1657         (wl-summary-mode-line-format): Ditto for docstring.
1658         (wl-summary-no-mime-folder-list): Fix typo.
1659
1660         * wl-util.el (wl-current-message-buffer): Call
1661         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1662
1663         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1664         variable.
1665         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1666         of `wl-summary-redisplay-no-mime'.
1667         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1668         (wl-summary-toggle-mime): New function.
1669         (wl-summary-redisplay-all-header): Rewrite.
1670         (wl-summary-redisplay-no-mime): Ditto.
1671         (wl-summary-redisplay-internal): Added argument `as-is' and
1672         `all-header'.
1673
1674         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1675         New variable.
1676         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1677         bottom.
1678         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1679         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1680         "/" unconditionally.
1681
1682         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1683         wl-mime-preview-follow-no-mime for as-is content.
1684         (wl-mime-preview-follow-no-mime): New function.
1685         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1686
1687         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1688         and added `as-is', `all-header'.
1689         (wl-message-buffer-display): Ditto.
1690         (wl-message-buffer-display-type): New function.
1691
1692 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-vars.el (wl-message-header-button-alist): Change default
1695         value.
1696         (wl-message-body-button-alist): Ditto.
1697
1698 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1701
1702 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1703
1704         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1705
1706 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1709         is always true.
1710
1711 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1714         on null entity.
1715
1716 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1719
1720 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1721
1722         * wl-vars.el (wl-summary-resend-hook): New hook.
1723
1724         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1725         `wl-summary-resend-hook'.
1726
1727 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1728
1729         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1730         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1731         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1732         (wl-summary-new-cached-mark): Changed default value to 'n'.
1733         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1734         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1735         (wl-folder-sync-range-alist): Remove spec for 'flag.
1736         (wl-summary-force-prefetch-folder-list): New user option.
1737
1738         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1739         `wl-summary-toggle-persistent-mark'.
1740         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1741         number is nil.
1742         (wl-summary-mark-as-answered-region): Set interactive argument of
1743         `wl-summary-set-persistent-mark-internal'.
1744         (wl-summary-mark-as-important-region): Ditto.
1745         (wl-summary-unset-persistent-mark): Ditto.
1746         (wl-summary-set-persistent-mark): Ditto.
1747         (wl-summary-mark-as-answered): Ditto.
1748         (wl-summary-mark-as-important): Ditto.
1749         (wl-summary-set-persistent-mark-internal): Do nothing
1750         when `elmo-message-flag-available-p' is nil.
1751         (wl-summary-toggle-persistent-mark): New function.
1752         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1753         when the folder matches `wl-summary-force-prefetch-folder-list'.
1754
1755
1756         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1757         when number is nil.
1758         (wl-highlight-summary-forwarded-face): New face.
1759
1760 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * Version number is increased to 2.11.31.
1763
1764 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1767         (wl-biff-check-folder-async): Ditto.
1768         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1769
1770 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1771
1772         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1773         Add an argument `reverse'.  All callers are updated.
1774         (wl-summary-sort): Add a prefix argument `reverse' to specify
1775         reverse sorting.
1776         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1777         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1778         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1779
1780 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-message.el (wl-message-redisplay): Does not narrow header if
1783         disply-type is all-header or as-is.
1784
1785         * wl-summary.el (wl-summary-enter-handler): Use
1786         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1787
1788 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1789
1790         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1791         after adding wl-draft-parent-variables.
1792         (wl-draft-forward): Ditto.
1793
1794 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1795
1796         * wl-summary.el (wl-summary-sync-marks): Call
1797         `wl-summary-set-persistent-mark' and
1798         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1799         (wl-summary-set-persistent-mark-internal): Add 4th argument
1800         `no-server'.
1801         (wl-summary-unset-persistent-mark): Ditto.
1802         (wl-summary-set-persistent-mark): Ditto.
1803         (wl-summary-add-flags-internal): Abolish.
1804         (wl-summary-remove-flags-internal): Ditto.
1805         (wl-summary-mark-as-important-internal): Ditto.
1806         (wl-summary-mark-as-important): Use
1807         `wl-summary-set-persistent-mark' instead of
1808         `wl-summary-add-flags-internal'.
1809         (wl-summary-mark-as-important-region): Ditto.
1810
1811         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1812
1813         * wl-summary.el (wl-summary-get-available-flags): New function.
1814         (wl-summary-sync-marks): Use it and simplified.
1815         (wl-summary-unset-persistent-mark): Use
1816         `wl-summary-get-available-flags'.
1817         (wl-summary-set-persistent-mark): Ditto.
1818
1819 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1822         id.
1823
1824 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1825
1826         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1827         number, call `wl-summary-prev-line-content'. Show message when the
1828         message is not found.
1829
1830 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1833         wl-summary-enter-handler.
1834         (wl-summary-enter-handler): New command.
1835
1836         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1837         docstring and custom spec.
1838
1839         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1840         flags too; Don't treat Cached and New.
1841         (wl-summary-set-persistent-mark): Ditto.
1842
1843         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1844         `wl-folder-set-flag'.
1845
1846         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1847         instead of `wl-folder-set-flag'.
1848
1849         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1850         for completion.
1851         (wl-summary-set-persistent-mark): Ditto.
1852
1853         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1854         instead of `wl-draft-quit-preview'.
1855
1856         * wl-mime.el (toplevel): Avoid compile warning.
1857         (wl-mime-quit-preview): New function
1858         (formarly defined as `wl-draft-quit-preview').
1859         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1860         quitting method.
1861
1862         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1863
1864         * wl-folder.el (wl-folder-set-flag): Renamed from
1865         `wl-draft-set-flag-on-parent'.
1866
1867         * wl-draft.el (wl-draft-quit-preview): New function.
1868         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1869         (wl-draft-send): Call `wl-folder-set-flag' instead of
1870         `wl-draft-set-flag-on-parent'.
1871         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1872
1873 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1874
1875         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1876         (wl-draft-send): Ditto.
1877
1878 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1879
1880         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1881         (wl-draft-kill-pre-hook): Set default value as nil.
1882         (wl-summary-reply-hook): Ditto.
1883         (wl-draft-kill-flags): Abolish.
1884
1885         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1886         (wl-draft-parent-variables): Renamed from
1887         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1888         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1889         argument; Add wl-draft-parent-variables to
1890         wl-draft-config-variables.
1891         (wl-draft-reply): Likewise.
1892         (wl-draft-kill-flags): Abolish.
1893         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1894         (wl-draft-set-flag-on-parent): New function.
1895         (wl-draft-setup-parent-flag): Ditto.
1896
1897 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1898
1899         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1900         `wl-draft-parent-folder' is "".
1901
1902 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1903
1904         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1905         (wl-summary-digit-jump): New function.
1906         (Adviced by John Owens and Hiroya Murata)
1907
1908         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1909         (Adviced by John Owens)
1910
1911         * wl-xmas.el (wl-message-define-keymap): Ditto.
1912
1913         * wl-mule.el (wl-message-define-keymap): Ditto.
1914
1915 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1916
1917         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1918         change of return value of elmo-folder-count-flags.
1919
1920         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1921         (wl-summary-mark-as-read-internal): Ditto.
1922         (wl-summary-set-persistent-mark-internal): Ditto.
1923         (wl-summary-folder-info-update): Ditto.
1924         (wl-summary-sync-update): Fixed the last change.
1925
1926         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1927
1928 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1929
1930         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1931         (wl-draft-kill-flags): Fixed docstring.
1932
1933         * wl-draft.el (wl-draft-kill-flags): New function.
1934         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1935
1936 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1937
1938         * wl-vars.el (wl-reply-hook): Abolish.
1939         (wl-draft-reply-hook): New hook.
1940         (wl-summary-reply-hook): Ditto.
1941         (wl-draft-forward-hook): Ditto.
1942         (wl-summary-forward-hook): Ditto.
1943         (wl-draft-kill-flags): New variable.
1944
1945         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1946         wl-summary-set-persistent-mark-internal.
1947         (wl-summary-sync-marks): Use elmo-preserved-flags.
1948         (wl-summary-update-persistent-mark): Make it interactive.
1949         (wl-summary-set-persistent-mark-internal): New inline function.
1950         (wl-summary-mark-as-answered): Use it.
1951         (wl-summary-mark-as-unanswered): Ditto.
1952         (wl-summary-unset-persistent-mark): New function.
1953         (wl-summary-set-persistent-mark): Ditto.
1954         (wl-summary-reply): Don't set answered flag;
1955         Run wl-summary-reply-hook instead.
1956         (wl-summary-forward): Call wl-draft-forward with number.
1957         Run wl-summary-forward-hook.
1958
1959         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1960         (wl-highlight-summary-line-face-spec): Use it as a default
1961         persistent mark face.
1962
1963         * wl-draft.el (wl-draft-forward): Added optional argument number;
1964         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1965         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1966         (wl-draft-kill): Use wl-draft-kill-flags.
1967
1968         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1969
1970         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1971         of return value of elmo-folder-count-flags.
1972
1973         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1974
1975         * wl-summary.el (wl-summary-count-unread): Ditto.
1976         (wl-summary-sync-update): Follow the change above.
1977         (wl-summary-force-prefetch): New function.
1978
1979 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1980
1981         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1982         variable `buf' with `let' instead of `setq'.
1983
1984 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1985
1986         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1987         add Content-Disposition heaeder on the deleted part.
1988
1989 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1990
1991         * wl-draft.el (wl-draft-save): Encode address list under edit by
1992         `eword-encode-unstructured-field-body'.
1993
1994         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1995
1996 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1999         wl-current-summary-buffer.
2000
2001 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2002
2003         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2004         `numbers' is ignored.
2005
2006 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2007
2008         * wl-folder.el (wl-folder-open-folder): Avoid error.
2009         Reported by John Owens, [wl-en:815]
2010
2011         * wl.el (wl): Set timer for biff process even if prefix argument
2012         is given or auto-checking is quitted.
2013
2014         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2015         immediately.
2016         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2017         (wl-toggle-plugged): Ditto.
2018
2019         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2020         * wl-util.el (wl-biff-start): Use idle timer if
2021         `wl-biff-use-idle-timer' is non-nil.
2022
2023 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2024
2025         * wl-highlight.el (wl-highlight-message): Fix description.
2026
2027 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2030         tty.
2031
2032 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-action.el (wl-summary-exec): Print failure count.
2035
2036 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2037
2038         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2039         to `defun', remove interactive form.
2040         Set elmo-message-fetch-confirm when force-reload is non-nil.
2041
2042 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2043
2044         * wl-summary.el (toplevel): Removed unnecessary autoload.
2045
2046 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2047
2048         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2049         the buffer is generated from another message buffer.
2050
2051 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2054         extracted from `wl-fldmgr-save-folders'.
2055         (wl-fldmgr-delete): Call it after deletion.
2056
2057 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2058
2059         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2060         multi-tty support.
2061
2062 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2063
2064         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2065
2066 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2067
2068         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2069         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2070
2071 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2072
2073         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2074         unsubscribe list only if argument CLEAR is nil.
2075
2076 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2077
2078         * wl-draft.el (wl-draft-reply): Decode subject before removing
2079         Re: prefix.
2080
2081 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2082
2083         * wl-summary.el (wl-summary-sort-by-size): New command.
2084
2085 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2086
2087         * wl-summary.el (wl-summary-number-list-from-region): New
2088         function.
2089         (wl-summary-mark-as-read-region): Use it.
2090         (wl-summary-mark-as-unread-region): Ditto.
2091         (wl-summary-set-flags-region): Ditto and add optional argument
2092         remove.
2093         (wl-summary-mark-as-answered-region): Ditto.
2094         (wl-summary-mark-as-important-region): Ditto.
2095         (wl-summary-target-mark-mark-as-important): Added optional
2096         argument remove.
2097         (wl-summary-target-mark-mark-as-answered): Ditto.
2098         (wl-summary-target-mark-set-flags): Ditto.
2099
2100 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2101
2102         * wl-summary.el (wl-summary-set-flags-region): Call
2103         `wl-summary-set-flags-internal' with number list instead of call
2104         one by each message.
2105         (wl-summary-target-mark-set-flags): Likewise.
2106
2107 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2108
2109         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2110         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2111         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2112         (wl-summary-target-mark-mark-as-answered): Likewise.
2113
2114 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-summary.el (wl-summary-target-mark-forward): Use
2117         `wl-summary-delete-all-target-marks' instead of
2118         `wl-summary-delete-all-temp-marks'.
2119         (wl-summary-target-mark-reply-with-citation): Ditto.
2120         (wl-summary-target-mark-uudecode): Ditto.
2121         (wl-summary-target-mark-set-flags): Ditto and remove needless
2122         cursor move.
2123
2124 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2125
2126         * wl-summary.el (wl-summary-target-mark-forward): Protect
2127         wl-summary-buffer-target-mark-list from nreverse.
2128         (wl-summary-target-mark-reply-with-citation): Ditto.
2129
2130 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2133         `elmo-display-progress-threshold'.
2134
2135 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2136
2137         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2138         check `wl-summary-highlight'.
2139         (wl-summary-window-scroll-functions): Respect value of
2140         `wl-summary-highlight'.
2141         (wl-summary-sync-update): Run hooks
2142         `wl-summary-buffer-window-scroll-functions' at any time.
2143
2144 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2145
2146         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2147         from `wl-summary-cleanup-temp-marks'.
2148         (wl-summary-cleanup-temp-marks): Abolish argument.
2149         * wl.el (wl-save-status): Revert previous change.
2150         (wl-execute-temp-marks): New function, call
2151         `wl-summary-exec-with-confirmation'.
2152         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2153         (wl-folder-save-and-exec-marks): Abolished.
2154
2155 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-e21.el (wl-e21-display-image-p): Respect
2158         `wl-highlight-folder-with-icon'.
2159         (wl-e21-highlight-folder-group-line): Highlight mouse line
2160         even if wl-e21-display-image-p is nil.
2161
2162         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2163         Respect value of `wl-summary-highlight'.
2164
2165         * wl.el (wl-save-status): Remove unused variable.
2166
2167         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2168         (wl-folder-mode-map): Bind it to "x".
2169
2170 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2173
2174         * wl-thread.el (wl-thread-get-parent-list): Don't check
2175         disconnected ancestors, neglecting needless work in
2176         `wl-thread-update-indent-string-thread'.
2177
2178         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2179         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2180         argument, add argument default-keep to keep marks by default.
2181
2182         * Version number is increased to 2.11.30.
2183
2184         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2185         customization type and docstring.
2186         (wl-draft-reply-without-argument-list): Ditto.
2187
2188 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2189
2190         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2191
2192         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2193
2194 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2195
2196         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2197
2198 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2201         save-excursion so as not to include run-hooks.
2202
2203 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2204
2205         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2206         Clarify that marks are going to be cleared.
2207
2208 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2209
2210         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2211         according to 3rd element of wl-summary-flag-mark.
2212
2213         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2214
2215 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2216
2217         * wl-action.el (wl-summary-target-mark-all): Don't set
2218         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2219
2220 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2221
2222         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2223         (wl-forward-subject-prefix): Ditto.
2224         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2225         (wl-draft-reply-make-subject): Ditto.
2226
2227         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2228         `wl-draft-forward'.
2229         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2230
2231 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2234         target message does not exist.
2235
2236 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2237
2238         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2239         `wl-subject-prefix-regexp'.
2240         (wl-subject-forward-prefix-regexp): New variable.
2241         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2242         `wl-draft-strip-subject-re' and take regexp as argument.
2243         (wl-draft-forward): Use it.
2244         (wl-draft-reply): Ditto.
2245
2246 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2247
2248         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2249         emacs multi-tty support.
2250
2251 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2252
2253         * wl-e21.el (wl-e21-display-image-p): Don't call
2254         `display-images-p'.
2255         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2256         support.
2257         (wl-highlight-folder-current-line): Ditto.
2258         (wl-folder-init-icons): Ditto.
2259
2260 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2263         the last line of summary in unplugged mode.
2264
2265 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2266
2267         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2268
2269 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2270
2271         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2272         * wl-address.el (wl-address-user-mail-address-p): Use it.
2273         (wl-address-delete-user-mail-addresses): Ditto.
2274         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2275
2276         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2277         (wl-address-delete-user-mail-addresses): Ditto.
2278
2279         * wl-address.el (wl-address-delete-user-mail-addresses): New
2280         function.
2281         * wl-refile.el (wl-refile-guess-by-history): Use it.
2282         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2283         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2284
2285         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2286         use wl-address-user-mail-address-p.
2287
2288 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2289
2290         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2291         after opening group.
2292
2293 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2296         of elmo-set-buffer-multibyte.
2297
2298         * wl-message.el (wl-original-message-mode): Ditto.
2299
2300         * wl-score.el (wl-score-insert-header): Ditto.
2301
2302         * wl-summary.el
2303         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2304         (wl-summary-goto-folder-subr): Ditto.
2305         (wl-summary-insert-headers): Ditto.
2306
2307         * wl-util.el (wl-set-string-width): Ditto.
2308
2309         * Version number is increased to 2.11.29.
2310
2311 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2314         (wl-highlight-summary-line-help-echo-alist): New variable.
2315         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2316         into `wl-highlight-summary-line-help-echo' and
2317         `wl-highlight-flag-folder-help-echo'.
2318         (wl-highlight-summary-line-string): Change accordingly.
2319         (wl-highlight-summary-current-line): Ditto.
2320
2321 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2322
2323         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2324         at the beginning of field body (Thanks to Markus Knittig).
2325
2326         * wl-draft.el (wl-draft-insert-current-message): Also check
2327         summary buffer, remove unnecessary tag.
2328
2329 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2330
2331         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2332         when wl-message-buffer is nil.
2333
2334         * wl-folder.el (wl-folder): Abolish unused argument.
2335         Call wl-folder-init when wl-folder-entity is nil.
2336         * wl.el (wl): Change accordingly.
2337
2338 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2341         multibyte string before insert into draft buffer.
2342         (wl-draft-create-buffer): Always enable multibyte characters for
2343         draft buffer.
2344
2345         * Version number is increased to 2.11.28.
2346
2347 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-folder.el (wl-folder-open-close): Handle blank line.
2350         (wl-folder-jump-to-current-entity): Ditto.
2351
2352 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * Version number is increased to 2.11.27.
2355
2356 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2357
2358         * wl-thread.el (wl-thread-insert-message): When the thread is
2359         devided by wl-summary-max-thread-depth, insert line at the end of
2360         buffer.
2361
2362 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2363
2364         * Version number is increased to 2.11.26.
2365
2366 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2367
2368         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2369
2370 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2373         value of stream-type and session.
2374
2375 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * Version number is increased to 2.11.25.
2378
2379 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2380
2381         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2382         in a quit message.
2383
2384 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2385
2386         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2387         (wl-summary-redisplay-no-mime-internal): Ditto.
2388
2389 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2392         * wl-vars.el (wl-smtp-connection-type): Ditto.
2393
2394 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2395
2396         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2397         for the separator line and quote mail-header-separator.
2398
2399 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2402         result message.
2403
2404         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2405         `elmo-multiple-fields-body-list' with boundary as
2406         mail-header-separator.
2407
2408 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2409
2410         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2411
2412 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2413
2414         * wl-util.el (wl-list-diff): Remove unused function.
2415
2416         * wl-draft.el (wl-draft-send-confirm): Discard input before
2417         confirmation.
2418
2419 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2420
2421         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2422         order of flag and new.
2423
2424 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2425
2426         * wl-vars.el (wl-refile-policy-alist): Abolished.
2427
2428         * wl-action.el (wl-summary-set-action-refile): Follow the change
2429         above.
2430
2431 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2432
2433         * wl-highlight.el (wl-highlight-signature-search): Don't use
2434         re-search-backward for a long word since it is possible to crash
2435         XEmacs because of a bug.
2436
2437 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2438
2439         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2440
2441 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2442
2443         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2444         argument for wl-summary-sync-force-update.
2445
2446 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2447
2448         * wl-summary.el (wl-summary-mode-map): Revival of
2449         wl-summary-mark-as-important related bindings;
2450         Bind 'F','tF','mF','rF','m&'.
2451         (wl-summary-mark-as-important-region): Revival.
2452         (wl-summary-target-mark-mark-as-important): Ditto.
2453         (wl-summary-target-mark-operation): New function.
2454         (wl-summary-target-mark-mark-as-answered): Use it.
2455         (wl-summary-decide-flag): Don't set Important as default.
2456         (wl-summary-mark-as-important-internal): Revival.
2457         (wl-summary-mark-as-important): Ditto.
2458
2459         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2460
2461         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2462         instead of facep.
2463
2464 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2465
2466         * wl-dnd.el (wl-dnd-drop-func): Fix.
2467
2468         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2469         mouse-set-point instead of posn-point.
2470
2471         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2472
2473         * wl-mule.el (wl-completing-read-multiple): Ditto.
2474
2475 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2476
2477         * wl-demo.el (face-background-name): Defalias to avoid compile
2478         warning.
2479
2480 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl-summary.el (wl-summary-decide-flag): Use
2483         wl-completing-read-multiple instead of completing-read-multiple.
2484
2485         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2486         New alias.
2487
2488         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2489         Use face-background-name instead of face-background.
2490
2491         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2492
2493         * wl-summary.el (wl-summary-save): Use it.
2494         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2495
2496         * wl-mime.el (wl-mime-save-content): Fix last change.
2497
2498 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2499
2500         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2501         New function.
2502         (wl-summary-sort-specs): Added sort.
2503         * wl-mime.el (wl-mime-save-content): Expand file name.
2504
2505 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2506
2507         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2508
2509         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2510
2511 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2512
2513         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2514         for flag if it is not defined.
2515
2516 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2517
2518         * wl-e21.el (wl-highlight-folder-current-line): Use
2519         elmo-folder-type-internal when elmo-folder-type returns nil.
2520
2521         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2522
2523         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2524
2525         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2526
2527         * wl-e21.el (wl-summary-toolbar): Ditto.
2528
2529         * wl-vars.el (wl-demo-background-color): Abolished.
2530         (wl-summary-persistent-mark-priority-list): Renamed from
2531         wl-summary-flag-priority-list.
2532         (wl-summary-flag-alist): New user option.
2533         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2534         (wl-message-mode-line-format-spec-alist): Added 'F'.
2535         (wl-message-mode-line-format): Likewise.
2536         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2537         instead of wl-summary-important-mark.
2538         (wl-file-folder-icon): New variable.
2539
2540         * wl-thread.el (wl-thread-set-flags): Renamed from
2541         wl-thread-mark-as-important.
2542
2543         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2544         warning.
2545         (wl-summary-mode-menu-spec): Follow the change of 
2546         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2547         (wl-summary-mode-map): Follow the change of
2548         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2549         (wl-summary-detect-mark-position): Follow the variable name change.
2550         (wl-summary-set-flags-region): New function for the replacement of
2551         wl-summary-mark-as-important-region.
2552         (wl-summary-sync-marks): Sync all global-flags.
2553         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2554         instead of elmo-message-flagged-p.
2555         (wl-summary-persistent-mark-string): Follow the variable name change;
2556         Put wl-summary-flag-mark if the message has global-flag.
2557         (wl-summary-target-mark-set-flags): Renamed from 
2558         wl-summary-target-mark-mark-as-important.
2559         (wl-summary-decide-flag): New function.
2560         (wl-summary-set-flags-internal): Renamed from
2561         wl-summary-mark-as-important-internal.
2562         (wl-summary-add-flags-internal): New function.
2563         (wl-summary-remove-flags-internal): Ditto.
2564         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2565         (wl-summary-mark-as-unimportant): Abolish.
2566         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2567         (wl-summary-next-message): List flagged messages in the msgdb.
2568
2569         * wl-score.el (wl-summary-score-update-all-lines): Use
2570         wl-summary-add-flags-internal instead of 
2571
2572         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2573
2574         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2575         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2576         (wl-message-buffer-require-all-header): Renamed from
2577         wl-message-buffer-all-header-flag (Ditto).
2578         (wl-message-buffer-flag-indicator): New variable.
2579         (wl-message-redisplay): Changed local varibale name from `flag' to
2580         `display-type'; Set up wl-message-buffer-flag-indicator.
2581         (wl-message-buffer-display): Changed varibale name from `flag' to
2582         `display-type'.
2583         (wl-message-display-internal): Likewise.
2584
2585         * wl-highlight.el (wl-highlight-demo-face): Define default background
2586         color.
2587         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2588
2589         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2590
2591         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2592         (wl-demo-setup-properties): Renamed from
2593         `wl-demo-set-background-color'.
2594         (wl-demo): Follow the change above.
2595         
2596         * Version number is increased to 2.11.24.
2597
2598 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2599
2600         * wl-summary.el (wl-summary-toggle-thread): Call
2601         `wl-summary-rescan' with disable-thread as non-nil.
2602         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2603
2604 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2607         foreground property of the face.
2608         (wl-demo-insert-text): Don't set up face property here.
2609         (wl-demo): Call wl-demo-set-background-color, anyway.
2610
2611 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2612
2613         * wl-vars.el (wl-demo-background-color): The value can be nil.
2614
2615 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2618         to wl-summary-wheel-dispatcher.
2619
2620         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2621         wl-message-wheel-dispatcher.
2622         (wl-message-wheel-dispatcher): New function.
2623         (wl-summary-wheel-dispatcher): Ditto.
2624
2625 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-action.el (wl-summary-target-mark-all): List messages which are
2628         not in the killed-list.
2629
2630         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2631         only when the folder is 'flag/important.
2632
2633         * wl-address.el (wl-complete-field-body): Complete if the last
2634         character is a space.
2635
2636 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-folder.el (wl-folder-clear-entity-info): Use
2639         elmo-clear-hash-val.
2640
2641         * wl-fldmgr.el (wl-fldmgr-rename): Set
2642         wl-folder-info-alist-modified as t.
2643
2644 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2647
2648 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2649
2650         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2651         (wl-folder-buffer-last-visited-entity-id): New buffer local
2652         variable.
2653         (wl-folder-revisit-last-visited-folder): New function.
2654         (wl-folder-mode-map): Bind it to "C-i".
2655         (wl-folder-set-current-entity-id): Set last visited folder.
2656         * wl-summary.el (wl-summary-exit): Ditto.
2657
2658 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2661         before calling `recenter' in order to cope with an XEmacs bug.
2662
2663 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2664
2665         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2666         to the default value.
2667
2668 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2669
2670         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2671         change.
2672         (wl-summary-sync-marks): Ditto.
2673         (wl-summary-mark-as-read-internal): Ditto.
2674         (wl-summary-mark-as-answered-internal): Ditto.
2675         (wl-summary-mark-as-important-internal): Ditto.
2676         (wl-summary-reply): Ditto.
2677
2678         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2679         instead of `elmo-folder-unflag-answered'.
2680
2681         * Version number is increased to 2.11.23.
2682
2683         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2684         the last change.
2685
2686 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2687
2688         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2689         Specify "spam" or "good".
2690
2691 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-spam.el (wl-summary-exec-action-spam): Call
2694         wl-folder-confirm-existence for spam folder.
2695         (wl-spam-setup): Bind "mk".
2696
2697 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2698
2699         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2700
2701 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2702
2703         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2704         destination folder is empty.
2705
2706 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2707
2708         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2709         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2710
2711         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2712         (wl-summary-refile-prev-destination-region): New function.
2713         (wl-thread-refile-prev-destination): Ditto.
2714         (wl-summary-target-mark-refile-prev-destination): Ditto.
2715
2716 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2717
2718         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2719         (wl-demo-background-color): Changed default value.
2720
2721         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2722         color.
2723
2724         * wl-demo.el (wl-demo-set-background-color): New function.
2725         (wl-demo): Call it.
2726
2727 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2728
2729         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2730         * wl-address.el (wl-address-add-or-change): Don't add empty
2731         address.
2732
2733 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2734
2735         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2736
2737 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2738
2739         * wl-vars.el (wl-demo-image-filter-alist): New variable
2740         (wl-demo-background-color): Ditto.
2741
2742         * wl-demo.el (wl-demo-xpm-set-background): New function.
2743         (wl-demo-image-filter): Ditto.
2744         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2745
2746         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2747
2748         * wl-demo.el (wl-demo-icon-name): Define as function.
2749         (wl-demo-insert-image): Use it.
2750
2751 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2752
2753         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2754
2755 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2756
2757         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2758
2759 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2760
2761         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2762
2763 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-thread.el (wl-thread-mark-as-answered): New function.
2766
2767         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2768         answered" entry.
2769         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2770         "r&" and wl-thread-mark-as-answered to "t&".
2771         (wl-summary-mark-as-important-region): Refine to toggle mark.
2772         (wl-summary-mark-as-answered-region): New function.
2773         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2774         and 3rd argument.
2775         (wl-summary-mark-as-important-internal): Likewise.
2776
2777 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2778
2779         * wl-template.el (wl-template-preview): New internal variable.
2780         (wl-template-preview-p): New function.
2781         (wl-template-show): Bind `wl-template-preview' as t.
2782
2783 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2784
2785         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2786         `elmo-message-entity-field' with 3rd argument which is non-nil.
2787
2788 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2789
2790         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2791         Removed duplicate local bind `folder'.
2792
2793 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2796
2797 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2800         duplicate definition.
2801
2802 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2805         non-nil, use it; Don't fetch message if there's no message in the
2806         current cursor position.
2807
2808 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2809
2810         * wl-util.el (wl-region-exists-p): Use region-active-p.
2811         (wl-deactivate-region): New function.
2812         * wl-message.el (wl-message-redisplay): Deactivate region.
2813
2814         * wl-summary.el (wl-summary-reply): Call
2815         `wl-summary-set-message-buffer-or-redisplay' instead of
2816         `wl-summary-redisplay-internal', don't move point.
2817
2818 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2819
2820         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2821         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2822         by regexp.
2823
2824 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2825
2826         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2827         if no need.
2828
2829 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2832         default value to nil.
2833         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2834         `wl-summary-prepare-hook'; Replace refile action to
2835         `wl-summary-exec-action-refile-with-register'.
2836
2837         * Version number is increased to 2.11.22.
2838
2839 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2840
2841         * wl-summary.el (wl-summary-detect-mark-position): Set
2842         `wl-summary-buffer-weekday-name-lang'.
2843
2844 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2845
2846         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2847         (wl-summary-mark-as-read-all): Ditto.
2848         (wl-summary-delete-messages-on-buffer): Ditto.
2849         (wl-summary-sync-update): Ditto.
2850         (wl-summary-mark-as-read-internal): Ditto.
2851         (wl-summary-mark-as-answered-internal): Ditto.
2852         (wl-summary-update-folder-info): Abolished.
2853
2854 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2855
2856         * wl-summary.el (wl-summary-mark-as-read-all): Use
2857         `wl-summary-update-folder-info' instead of
2858         `wl-folder-update-unread'.
2859
2860 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2861
2862         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2863         `wl-summary-folder-info-update'.
2864         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2865         instead of `wl-summary-folder-info-update'.
2866         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2867         `wl-folder-set-folder-updated'.
2868         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2869         instead of `wl-folder-update-unread'.
2870         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2871         the value of `wl-summary-buffer-unread-count' for the second parameter of
2872         `wl-folder-update-unread'.
2873
2874         * Version number is increased to 2.11.21.
2875
2876 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2877
2878         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2879         a local variable.
2880
2881 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2882
2883         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2884         interactively.
2885
2886         * wl-summary.el (wl-summary-mark-as-important-internal): New
2887         internal function.
2888         (wl-summary-mark-as-important): Use it.
2889         (wl-summary-mark-as-unimportant): New function.
2890         (wl-summary-sync-marks): Follow the API change.
2891
2892         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2893
2894         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2895
2896 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2897
2898         * wl-folder.el (wl-folder-update-unread): Re-indent.
2899         Narrow the scope of a local variable.
2900
2901 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2904         (wl-addrmgr-merge-entries): Ditto.
2905         (wl-addrmgr): Added to address entry which exists in draft buffer
2906         if no entry is in original.
2907
2908 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-batch.el: New file.
2911
2912 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2913
2914         * wl-vars.el (wl-use-semi): Remove unused variable.
2915
2916 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2919         "?".
2920
2921 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2924         wl-summary-new-mark.
2925         (wl-summary-new-cached-mark): New user option.
2926         (wl-summary-score-marks): Follow the change above.
2927         (wl-summary-auto-refile-skip-marks): Ditto.
2928         (wl-summary-incorporate-marks): Ditto.
2929         (wl-summary-expire-reserve-marks): Ditto.
2930
2931         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2932
2933         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2934         (wl-summary-persistent-mark-string): Distinguished between cached
2935         and uncached mark when the message is new.
2936
2937 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-spam.el (wl-spam-domain): Renamed from
2940         `wl-spam-folder-guess-domain'.
2941         (wl-summary-exec-action-spam): Register as spam if domain of the
2942         source folder is good.
2943         (wl-summary-exec-action-refile-with-register): Register message if
2944         domain of the source folder is not undecided.
2945
2946 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2947
2948         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2949         detect thread loop.
2950
2951 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2954         and wl-summary-skip-mark-list.
2955
2956 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2959
2960         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2961
2962         * wl-spam.el (toplevel): Require wl-highlight.
2963         (wl-spam-auto-check-policy-alist): Abolish.
2964         (wl-spam-auto-check-folder-regexp-list): New user option.
2965         (wl-spam-auto-check-marks): Ditto.
2966         (wl-spam-mark-action-list): Ditto.
2967         (wl-highlight-summary-spam-face): New face.
2968         (wl-spam-auto-check-message-p): New function.
2969         (wl-spam-map-spam-messages): Fixed message.
2970         (wl-spam-register-spam-messages): Ditto.
2971         (wl-spam-register-good-messages): Ditto.
2972         (wl-summary-spam-map): Add and remove keybind.
2973         (wl-summary-target-mark-spam): Abolish.
2974         (wl-summary-refile-spam): Ditto.
2975         (wl-summary-test-spam): New function.
2976         (wl-summary-mark-spam): Ditto.
2977         (wl-summary-auto-check-spam): Follow the above change.
2978         (wl-summary-exec-action-spam): New function.
2979         (wl-summary-exec-action-refile-with-register): Fixed message.
2980         (wl-message-check-spam): New function.
2981         (wl-spam-setup): Ditto.
2982         (toplevel): Call it if this file is loaded interactivity.
2983
2984         * Version number is increased to 2.11.20.
2985
2986 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2989         when new optional argument `force' is non nil or modified.
2990
2991 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl.el (toplevel): Require wl-spam when compile.
2994         (wl-save-status): Call wl-spam-save-status.
2995
2996         * wl-spam.el (wl-spam-register-spam-messages): New function.
2997         (wl-spam-register-good-messages): Ditto.
2998         (wl-spam-save-status): Ditto.
2999         (wl-summary-mode-map): Bind
3000         wl-summary-target-mark-register-as-spam to "ms" and
3001         wl-summary-target-mark-register-as-good to "mn".
3002         (wl-summary-register-as-spam): Abolish optional argument; Use
3003         wl-spam-register-spam-messages.
3004         (wl-summary-register-as-spam-all): Use
3005         wl-spam-register-spam-messages.
3006         (wl-summary-register-as-good): Abolish optional argument; Use
3007         wl-spam-register-good-messages.
3008         (wl-summary-register-as-good-all): Use
3009         wl-spam-register-good-messages.
3010         (wl-summary-target-mark-register-as-spam): New funtion.
3011         (wl-summary-target-mark-register-as-good): Ditto.
3012
3013 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3014
3015         * wl-spam.el: New file.
3016
3017 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3020
3021         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3022         (wl-summary-auto-refile): Call wl-refile-guess with
3023         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3024
3025 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3028         with disable-thread argument non-nil.
3029
3030 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3031
3032         * wl-summary.el (wl-summary-rescan): Added optional argument
3033         disable-thread.
3034         (wl-summary-sync): Call wl-summary-rescan with argument
3035         disable-thread.
3036         (wl-summary-input-range): Added new range `rescan-thread'.
3037
3038 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3039
3040         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3041
3042 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3045         internal variable.
3046         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3047         wl-summary-search-parent-by-subject-regexp and
3048         wl-summary-divide-thread-when-subject-changed as nil.
3049         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3050         (wl-summary-insert-thread): Search parent entity from
3051         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3052         thread loop.
3053
3054 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3055
3056         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3057
3058         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3059
3060         * wl-util.el (wl-require-update-all-folder-p): New function.
3061         (wl-get-assoc-list-value): Added `function' to match directive.
3062         (wl-collect-draft): Rewrite.
3063
3064         * wl-summary.el (wl-summary-sync-update): Clear faces
3065         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3066         are non-nil.
3067         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3068         argument as function.
3069         (wl-summary-input-range): Ditto.
3070
3071         * wl-folder.el (wl-draft-get-folder): New function.
3072         (wl-folder-get-elmo-folder): Consider draft folder.
3073
3074         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3075         (wl-draft-buffer-message-number): New buffer local variable.
3076         (wl-draft-folder-internal): New internal variable.
3077         (wl-draft-delete): Rewrite.
3078         (wl-draft-save): Ditto.
3079         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3080         wl-folder-get-elmo-folder.
3081         (wl-draft-config-info-operation): Ditto.
3082         (wl-jump-to-draft-folder): Ditto.
3083         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3084         (wl-draft-reedit): Rewrite.
3085
3086         * Version number is increased to 2.11.19.
3087         
3088 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3089
3090         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3091         variable.
3092
3093 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3094
3095         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3096         Use ignore-errors instead of unwind-protect.
3097
3098 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3099
3100         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3101         for updating `wl-thread-entity-list'.
3102
3103 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3104
3105         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3106         parameter from calling `wl-thread-entity-get-older-brothers' and
3107         `wl-thread-entity-get-younger-brothers'.
3108         Replace nested `append' with a single one.
3109
3110 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl-summary.el (wl-summary-mode): Don't use the return value of
3113         `make-local-hook'.
3114
3115 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3116
3117         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3118         instead of `let*'.
3119         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3120         of local variables.
3121
3122 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3123
3124         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3125         Renamed from wl-summary-window-scroll-functions.
3126         (wl-summary-window-scroll-functions): Don't set to variable.
3127         (wl-summary-display-top): Use run-hooks.
3128         (wl-summary-display-bottom): Ditto.
3129         (wl-summary-toggle-disp-msg): Ditto.
3130         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3131         Use it instead of wl-summary-window-scroll-functions.
3132         (wl-summary-goto-folder-subr): Don't call
3133         wl-summary-window-scroll-functions, use
3134         wl-summary-buffer-window-scroll-functions instead.
3135
3136 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3139         make-local-variable.
3140
3141 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3142
3143         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3144         set-buffer-modified-p.
3145         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3146         (wl-summary-display-bottom): Ditto.
3147         (wl-summary-toggle-disp-msg): Ditto.
3148
3149 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3150
3151         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3152
3153         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3154         (wl-summary-forward): Use elmo-message-entity-field instead of
3155         elmo-message-field.
3156
3157         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3158
3159 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-window-scroll-functions): No use
3162         `append'.
3163
3164 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3165
3166         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3167         function.
3168         (wl-summary-window-scroll-functions): Call it when both
3169         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3170         (wl-summary-temp-mark): Added optional argument number.
3171         (wl-summary-message-mark): Added optional argument flag.
3172         (wl-summary-persistent-mark): Added optional argument number and flag.
3173         (wl-summary-update-persistent-mark): Ditto.
3174         (wl-summary-update-status-marks): Set "r" for interactive spec.
3175
3176         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3177         argument number and flag.
3178
3179         * wl-action.el (wl-summary-registered-temp-mark): 
3180         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3181
3182 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3185         internal variable (buffer local).
3186         (wl-summary-window-scroll-functions): New function.
3187         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3188         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3189         as nil.
3190         (wl-summary-update-status-marks): Added arguments beg, end and
3191         check.
3192         (wl-summary-update-mark-window): Use function.
3193         (wl-summary-sync-update): Follow the change above.
3194         (wl-summary-switch-to-clone-buffer): Copy
3195         wl-summary-buffer-unsync-mark-number-list.
3196         (wl-summary-goto-folder-subr): Set
3197         wl-summary-buffer-unsync-mark-number-list and
3198         use wl-summary-window-scroll-functions instead of
3199         wl-summary-lazy-highlight.
3200
3201         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3202
3203 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3204
3205         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3206
3207         * wl-summary.el (wl-summary-update-persistent-mark): Call
3208         wl-summary-set-message-modified.
3209
3210         * wl-summary.el (wl-summary-sync-update): Don't call
3211         wl-summary-update-status-marks.
3212
3213         * Version number is increased to 2.11.18.
3214
3215 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3216
3217         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3218         (wl-message-next-page): Ditto.
3219
3220 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3221
3222         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3223         local variable.  Change the order of a collected list into the
3224         same as the specified range.  Remove nil from a collected list.
3225
3226 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3227
3228         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3229         argument for elmo-folder-list-messages.
3230
3231 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3232
3233         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3234         change (wl-summary-count-unreads return a list instead of a cons
3235         cell).
3236
3237 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3238
3239         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3240         `wl-summary-folder-info-update'.
3241
3242 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3243
3244         * wl-summary.el (wl-summary-set-message-modified): No use
3245         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3246         (wl-summary-set-mark-modified): Abolish.
3247         (wl-summary-mark-modified-p): Ditto.
3248         (wl-summary-save-view): Follow the change above.
3249
3250         * wl-expire.el (wl-summary-expire): Likewise.
3251
3252 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3253
3254         * wl-summary.el (wl-summary-detect-mark-position): Use
3255         modb-entity-handler.
3256         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3257
3258         * Version number is increased to 2.11.17.
3259
3260 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3261
3262         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3263         entity field value.
3264         (wl-summary-prefetch-msg): Ditto.
3265         (wl-summary-print-message-with-ps-print): Ditto.
3266
3267 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3268
3269         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3270         for dummy entity.
3271         (wl-summary-insert-thread): Use elmo-message-entity-field.
3272         (wl-summary-update-thread): Use elmo-message-entity-field and
3273         elmo-message-entity-number.
3274         (wl-summary-line-number):  Use elmo-message-entity-number.
3275         (wl-summary-line-size): Use elmo-message-entity-field.
3276         (wl-summary-line-subject): Ditto.
3277         (wl-summary-line-from): Ditto.
3278         (wl-summary-line-attached): Ditto.
3279         (wl-summary-create-line): Ditto.
3280         (wl-summary-create-line): Use elmo-message-entity-number.
3281         (wl-summary-print-message-with-ps-print): Use
3282         elmo-message-entity-field.
3283
3284 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3285
3286         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3287         change in elmo-msgdb-make-message-entity.
3288         (wl-summary-buffer-set-folder): Don't call
3289         wl-summary-detect-mark-position here.
3290         (wl-summary-rescan): Call elmo-message-entity-number.
3291         (wl-summary-sync-update): Ditto.
3292         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3293
3294         * wl-score.el (wl-score-header-index): Redefine 2th element.
3295         (wl-score-overview-entity-get-extra): Abolish.
3296         (wl-score-ov-entity-get): Rewrite.
3297         (wl-score-string-index<, wl-score-string-func<): Abolish.
3298         (wl-score-string<): New function.
3299         (wl-score-string-sort): Use it.
3300
3301         * wl-refile.el (wl-refile-guess-by-history): Use
3302         elmo-message-entity-field.
3303         (wl-refile-guess-by-from): Ditto.
3304         (wl-refile-guess-by-msgid): Ditto.
3305
3306         * Version number is increased to 2.11.16.
3307
3308 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3309
3310         * wl-folder.el (wl-folder-confirm-existence): Don't call
3311         file-exists-p if msgdb-path is nil.
3312         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3313         `wl-read-folder-hist' to `wl-read-folder-history'.
3314
3315 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3316
3317         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3318         `y-or-n-p'.
3319
3320 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3321
3322         * wl-score.el (wl-score-headers): Don't use
3323         elmo-folder-do-each-message-entity.
3324
3325         * Version number is increased to 2.11.15.
3326
3327 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3328
3329         * wl-summary.el (wl-summary-delete-all-msgs): Use
3330         elmo-folder-move-messages instead of elmo-folder-delete-messages
3331         and elmo-folder-detach-messages.
3332         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3333
3334         * wl-expire.el (wl-expire-delete): Ditto.
3335         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3336
3337 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3338
3339         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3340         (wl-message-header-narrowing-fields): Ditto.
3341         (wl-message-header-narrowing-lines): Ditto.
3342         (wl-message-header-narrowing-string): Ditto.
3343
3344         * wl-summary.el (wl-summary-mode-map): Bind
3345         wl-summary-toggle-header-narrowing to "C-cC-f".
3346         (wl-summary-toggle-header-narrowing): New function.
3347
3348         * wl-message.el (wl-message-buffer-create): Call
3349         wl-message-header-narrowing-setup.
3350         (wl-message-redisplay): Call wl-message-header-narrowing.
3351         (wl-message-header-narrowing): New function.
3352         (wl-message-header-narrowing-map): New keymap.
3353         (wl-message-header-narrowing-widen-map): New keymap.
3354         (wl-message-header-narrowing-again-at-mouse): New function.
3355         (wl-message-header-narrowing-1): Ditto.
3356         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3357         (wl-message-header-narrowing-setup): Ditto.
3358         (wl-message-header-narrowing-toggle): Ditto.
3359         
3360         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3361
3362         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3363         'flag as all.
3364         (wl-use-flag-folder-help-echo): New user option.
3365
3366         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3367         wl-summary-highlight as nil.
3368         (wl-summary-set-mark-modified): Follow the API change.
3369         (wl-summary-mark-modified-p): Ditto.
3370         (wl-summary-mark-as-read-all): Ditto.
3371         (wl-summary-sync-marks): Don't call
3372         elmo-folder-list-messages-with-global-mark.
3373         (wl-summary-mark-as-read-internal): Follow the API change.
3374         (wl-summary-mark-as-answered-internal): Ditto.
3375         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3376         Follow the API change.
3377         (wl-summary-create-line): Call with number argument.
3378         (wl-summary-reply): Follow the API change.
3379
3380         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3381         function.
3382         (wl-highlight-summary-line-string): Call it when
3383         wl-use-flag-folder-help-echo is non-nil.
3384         (wl-highlight-summary-current-line): Ditto.
3385         (elmo-flag-folder-referrer): Added autoload setting.
3386
3387         * wl-draft.el (wl-draft-kill): Follow the API change.
3388
3389         * Version number is increased to 2.11.14.
3390         
3391 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3392
3393         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3394
3395 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3396
3397         * Version number is increased to 2.11.13.
3398
3399 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-draft.el (wl-draft-previous-history-element): Fixed
3402         unbalanced parenthesis and bind unbound local variables.
3403
3404 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3405
3406         * wl-draft.el (wl-draft-previous-history-element): New function.
3407         (wl-draft-next-history-element): Ditto.
3408         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3409         them to M-p and M-n.
3410
3411 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3412
3413         * Version number is increased to 2.11.12.
3414
3415 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3416
3417         * wl-draft.el (wl-draft-hide): Select buffer-window.
3418
3419 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3420
3421         * wl-summary.el (wl-summary-narrow-to-region): New function.
3422         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3423         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3424         (wl-summary-save-region): Use it.
3425         * wl-action.el (wl-summary-collect-numbers-region)
3426         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3427
3428 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * wl-folder.el (wl-folder-count-incorporates): Don't use
3431         `elmo-msgdb-mark-load'
3432
3433         * Version number is increased to 2.11.11.
3434
3435 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3436
3437         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3438         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3439
3440 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3443
3444 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3445
3446         * Version number is increased to 2.11.10.
3447
3448 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3449
3450         * wl-mime.el (wl-draft-attribute-value): Fixed.
3451
3452 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3453
3454         * wl-util.el (wl-copy-local-variables): New function.
3455
3456         * wl-mime.el (wl-draft-attribute-recipients): New function.
3457         (wl-draft-attribute-envelope-from): Ditto.
3458         (wl-draft-attribute-smtp-posting-server): Ditto.
3459         (wl-draft-attribute-smtp-posting-port): Ditto.
3460         (wl-draft-attribute-value): Ditto.
3461         (wl-draft-preview-message): Use it to get value for
3462         attributes. Reflect result of `wl-draft-config'.
3463
3464         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3465         and call `wl-summary-mark-as-read' before to call
3466         `wl-summary-unset-mark'.
3467         (wl-summary-target-mark-mark-as-unread): Likewise.
3468         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3469
3470 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-mime.el (wl-draft-preview-message): Use actual value for
3473         attributes; Fix for small window.
3474
3475 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3476
3477         * wl-refile.el (wl-refile-get-field-value): Call
3478         `elmo-message-entity-field' with 3rd argument is non-nil.
3479
3480 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3481
3482         * wl-vars.el (wl-draft-preview-attributes): New user option.
3483         (wl-draft-preview-attributes-list): Ditto.
3484         (wl-draft-preview-attributes-buffer-lines): Ditto.
3485         (wl-draft-preview-attributes-buffer-name): Ditto.
3486
3487         * wl-mime.el (wl-draft-preview-message): Display attributes.
3488
3489 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3490
3491         * wl-summary.el (wl-summary-detect-mark-position): Bind
3492         wl-summary-flag-priority-list to '(new).
3493
3494 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3495
3496         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3497         funtion.
3498         (wl-highlight-summary-line-string): Use it.
3499         (wl-highlight-summary-current-line): Ditto.
3500
3501 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3504         line even when the mark string is not changed.
3505
3506         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3507         argument change in the wl-summary-create-line.
3508         (wl-thread-insert-entity-sub): Ditto.
3509
3510         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3511         argument change in the wl-summary-create-line.
3512         (wl-summary-insert-sequential): Ditto.
3513         (wl-summary-update-thread): Ditto.
3514         (wl-summary-persistent-mark-string): New inline function.
3515         (wl-summary-message-mark): Use it.
3516         (wl-summary-create-line): Abolish argument wl-persistent-mark
3517         and added wl-flags, wl-cached.
3518
3519         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3520         mark to flags.
3521         (wl-highlight-summary-current-line): Decide the face not by the 
3522         persistent mark but flags.
3523
3524 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3525
3526         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3527         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3528         wl-summary-read-uncached-mark): Revive.
3529         (wl-summary-answered-cached-mark,
3530         wl-summary-answered-uncached-mark): New user option.
3531         (wl-summary-score-marks): Follow the change above.
3532         (wl-summary-auto-refile-skip-marks): Ditto.
3533         (wl-summary-incorporate-marks): Ditto.
3534         (wl-summary-expire-reserve-marks): Ditto.
3535         (wl-summary-flag-priority-list): New user option.
3536
3537         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3538         changes.
3539         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3540         of elmo-message-mark.
3541         (wl-summary-mark-as-read-internal): Ditto.
3542         (wl-summary-mark-as-answered): Ditto.
3543         (wl-summary-mark-as-important): Ditto.
3544         (wl-summary-redisplay-internal): Ditto.
3545         (wl-summary-redisplay-no-mime-internal): Ditto.
3546         (wl-summary-message-mark): New function.
3547         (wl-summary-insert-sequential): Use wl-summary-message-mark
3548         instead of elmo-message-mark.
3549         (wl-summary-update-thread): Ditto.
3550         (wl-summary-persistent-mark): Ditto.
3551         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3552         instead of elmo-message-mark.
3553
3554         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3555         wl-summary-message-mark instead of elmo-message-mark.
3556         (wl-thread-insert-entity-sub): Ditto.
3557         (wl-thread-get-children-msgs-uncached): Ditto.
3558
3559         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3560         variable name changes.
3561         (wl-highlight-summary-current-line): Ditto.
3562
3563         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3564         wl-summary-message-mark instead of elmo-message-mark.
3565
3566         * wl-expire.el (wl-expire-message-p): Ditto.
3567
3568         * wl-score.el (wl-score-headers): Ditto.
3569
3570         * Version number is increased to 2.11.9.
3571
3572         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3573         (wl-summary-sync-update): Follow the change above.
3574         (wl-summary-switch-to-clone-buffer): Ditto.
3575         (wl-summary-open-folder): Ditto.
3576
3577 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3578
3579         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3580         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3581
3582         * Version number is increased to 2.11.8.
3583
3584         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3585
3586         * wl-expire.el (wl-expire-refile): Follow the API change on
3587         `elmo-folder-move-messages'.
3588         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3589
3590         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3591         (wl-summary-exec-action-refile): Ditto.
3592         (wl-summary-exec-action-copy): Ditto.
3593         (wl-summary-no-auto-refile-message-p): No use
3594         `wl-summary-buffer-msgdb'.
3595         (wl-summary-auto-refile): Ditto.
3596
3597 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3598
3599         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3600
3601 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3602
3603         * wl-summary.el (wl-summary-sync): Treat no-sync.
3604
3605         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3606         (wl-default-sync-range): Ditto.
3607
3608 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3609
3610         * wl-refile.el (wl-refile-subject-learn): Call
3611         `elmo-message-entity-field' with 3rd argument is non-nil.
3612         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3613         instead of `elmo-msgdb-overview-entity-get-subject'.
3614
3615 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3616
3617         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3618         scan-type is rescan.
3619         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3620         new optional argument force is non-nil.
3621         (wl-summary-save-view-cache): Call it with force argument non-nil.
3622
3623         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3624
3625 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3626
3627         * wl-action.el (wl-summary-print-argument): Fixed last change.
3628
3629 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3630
3631         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3632         simplified.
3633         (wl-summary-target-mark-mark-as-unread): Likewise.
3634         (wl-summary-target-mark-mark-as-important): Likewise.
3635
3636 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3637
3638         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3639         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3640         (wl-summary-mark-as-important-region): Change accordingly.
3641         (wl-summary-target-mark-mark-as-important): Ditto.
3642
3643 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3644
3645         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3646
3647         * wl-action.el (wl-summary-print-argument): Print argument to
3648         right side of window if `wl-summary-print-argument-within-window'
3649         is non-nil.
3650
3651 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-action.el (wl-summary-set-mark): Use
3654         `wl-summary-message-visible-p' to check visibility of the message
3655         and jump to message only when the message line is visible and have
3656         different number; Call wl-summary-unset-mark with number argument.
3657         (wl-summary-unset-mark): 
3658         Use `wl-summary-message-visible-p'
3659         to check visibility of the message and jump to message only when
3660         the message line is visible and have different number;
3661
3662 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3663
3664         * Version number is increased to 2.11.7.
3665
3666         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3667         and wl-folder-summary-line-format.
3668
3669         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3670         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3671         (wl-summary-set-score-mark): Use it.
3672         (wl-summary-target-mark-mark-as-read): Ditto.
3673         (wl-summary-target-mark-mark-as-unread): Ditto.
3674         (wl-summary-target-mark-mark-as-important): Ditto.
3675         (wl-summary-target-mark-msgs): Simplified.
3676         (wl-summary-detect-mark-position): Fixed problem when
3677         summary-line-format no contain persisten/temp mark spec.
3678         (wl-summary-temp-mark): Ditto.
3679         (wl-summary-persistent-mark): Ditto.
3680         (wl-summary-update-persistent-mark): Ditto.
3681
3682         * wl-action.el (wl-summary-set-mark): Ditto.
3683         (wl-summary-unset-mark): Ditto.
3684         All other related portions are changed.
3685
3686 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * Version number is increased to 2.11.6.
3689
3690 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-util.el (wl-current-message-buffer): Define as function;
3693         Don't use the value of wl-messge-buffer.
3694
3695         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3696         persistent mark.
3697
3698         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3699         no current message, cause an error.
3700
3701 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-summary.el (wl-summary-set-message-modified): Use
3704         elmo-folder-set-message-modified instead of
3705         elmo-folder-set-message-modified-internal.
3706
3707 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3710         interactively.
3711         (wl-summary-sync): nokill->entirely.
3712         (wl-summary-sync-marks): Fixed message.
3713         (wl-summary-input-range): Added mark, nokill->entirely.
3714
3715         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3716         messages as read.
3717
3718 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3721         update-noscore.
3722         (wl-summary-sync): Follow the change above.
3723
3724 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3725
3726         * wl-action.el (wl-summary-target-mark-all): Use
3727         elmo-folder-list-messages.
3728
3729 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3730
3731         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3732         (wl-summary-rescan): Set wl-summary-scored as nil.
3733         (wl-summary-sync-force-update): Follow the change above.
3734         (wl-summary-sync): Ditto.
3735         (wl-summary-sync-update): Added argument disable-killed.
3736         (wl-summary-insert-headers): Set visible-only argument for
3737         elmo-folder-list-messages.
3738         (wl-summary-input-range): Added update-nokill, update-noscore,
3739         all-nokill, all-noscore and mark.
3740
3741         * Version number is increased to 2.11.5.
3742
3743         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3744
3745 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3746
3747         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3748         (wl-summary-prefetch-region-no-mark): Change accordingly.
3749         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3750
3751 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3752
3753         * wl-address.el (wl-complete-field-to): Abolished.
3754         (wl-complete-address): Completion function for completing-read.
3755         * wl-action.el (wl-summary-get-resend-address): Use it.
3756
3757         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3758         wl-summary-update-mark and abolish unused argument.
3759         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3760         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3761         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3762         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3763         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3764         * wl-draft.el (wl-draft-kill): Ditto.
3765
3766         * wl-summary.el: Remove unused binding of case-fold-search.
3767         (wl-summary-replace-status-marks): Abolished.
3768
3769 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3770
3771         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3772         is specified or folder length is zero.
3773
3774 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3775
3776         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3777         (wl-folder-archive-current-entity): Ditto.
3778
3779 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3780
3781         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3782         retrieving message mark.
3783         (wl-summary-redisplay-internal): Ditto.
3784
3785         * wl-message.el (wl-message-buffer-display): Ignore errors while
3786         retrieving message-id field.
3787
3788         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3789         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3790         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3791         order of the arguments for `wl-expire-message-p'.
3792         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3793
3794         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3795         Check return value of wl-summary-reply.
3796         (wl-summary-reply): Recover window configuration when an error occured.
3797
3798 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3799
3800         * wl-summary.el (wl-summary-resend-message): Abolished, the
3801         feature is inherited by wl-summary-resend (put resend mark).
3802
3803 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3804
3805         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3806         wl-message-buffer to nil when the message is hide.
3807
3808 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3809
3810         * .cvsignore: New file.
3811
3812 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3813
3814         * wl-action.el (wl-summary-action-docstring): Add more info.
3815         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3816         duplicate definition.
3817         (wl-summary-define-mark-action): Functions wl-summary-*-region
3818         keep current position.
3819         (wl-summary-unregister-target-mark): Store result to the variable.
3820
3821 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * Version number is increased to 2.11.4.
3824
3825 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3826
3827         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3828         wl-summary-delete-all-temp-marks.
3829         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3830
3831         * wl-action.el (wl-summary-set-mark): Changed terminology
3832         refile-destination -> action-argument.
3833         (wl-summary-unset-mark): Ditto.
3834         (wl-summary-remove-argument): Ditto.
3835         (wl-summary-print-argument): Ditto.
3836
3837         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3838         (wl-thread-remove-argument-region): Ditto.
3839         (wl-thread-print-argument-region): Ditto.
3840         (wl-thread-close): Ditto.
3841         (wl-thread-open): Ditto.
3842
3843         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3844         (wl-highlight-refile-destination-face is abolished)
3845         (wl-highlight-action-argument-string): Ditto.
3846         (wl-highlight-summary-current-line): Highlight action argument.
3847
3848         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3849         color for light backgrounds.
3850         (wl-highlight-summary-answered-face): Ditto.
3851
3852 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3855
3856         * wl-score.el (wl-summary-score-update-all-lines): Use
3857         wl-summary-set-mark.
3858         (wl-summary-score-update-all-lines): Kill expunged messages.
3859
3860         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3861
3862 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3863
3864         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3865         directly.
3866         (wl-score-overview-entity-get-lines): Ditto.
3867         (wl-score-overview-entity-get-xref): Ditto.
3868         (wl-score-get-latest-msgs): Ditto.
3869         (wl-summary-rescore): Ditto.
3870
3871         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3872         to "&".
3873         (wl-summary-mark-as-answered-internal): New inline function.
3874         (wl-summary-mark-as-answered): New function.
3875         (wl-summary-mark-as-unanswered): Ditto.
3876         (wl-summary-sync-marks): Modified for answered-mark synching.
3877
3878 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3879
3880         * wl-action.el (wl-summary-set-mark): Fixed last change.
3881
3882 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3883
3884         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3885         behavior of wl-summary-unread-message-hook
3886         (Pointed out by akira yamada <akira@arika.org>).
3887
3888 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3889
3890         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3891         wl-summary-delete.
3892         * wl-xmas.el (wl-summary-toolbar): Ditto.
3893
3894         * wl-action.el (wl-summary-set-mark): Don't override current
3895         temp-mark.
3896
3897         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3898
3899 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3900
3901         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3902         (wl-refile-msgid-learn): Ditto.
3903         (wl-refile-get-field-value): Ditto.
3904
3905         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3906
3907         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3908         (wl-expire-delete-reserved-messages): Renamed from
3909         wl-expire-reserve-marked-msgs-from-list.
3910         (wl-expire-delete): Removed argument `msgdb'.
3911         (wl-expire-refile): Ditto.
3912         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3913         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3914         mark-alist as argument.
3915         (wl-expire-archive-number1): Removed argument `msgdb'.
3916         (wl-expire-archive-number2): Ditto.
3917         (wl-expire-archive-date): Ditto.
3918         (wl-expire-localdir-date): Ditto.
3919         (wl-expire-hide): Ditto.
3920         (wl-archive-number1): Ditto.
3921         (wl-archive-number2): Ditto.
3922         (wl-archive-date): Ditto.
3923         (wl-archive-folder): Ditto.
3924         All other related portions are changed.
3925
3926 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3927
3928         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3929         mean move up and down. (suggested by Takashi Kawachi)
3930
3931 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3932
3933         * wl-acap.el (toplevel): Don't require un-define.
3934
3935 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3936
3937         * wl-thread.el (wl-thread-delete-message): Always update
3938         wl-summary-buffer-number-list.
3939
3940         * wl-action.el (wl-summary-print-destination): 
3941         Do nothing when folder is nil.
3942
3943 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3944
3945         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3946         persistent mark when prefetch is succeeded.
3947
3948 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3949
3950         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3951         instead of elmo-msgdb-delete-msgs.
3952         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3953         (wl-expire-hide): Ditto.
3954
3955         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3956
3957         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3958         elmo-msgdb interface.
3959         (wl-thread-get-exist-children): Likewise.
3960         (wl-thread-insert-message): Likewise.
3961         (wl-thread-msg-mark-as-important): Likewise.
3962         (wl-thread-insert-entity-sub): Likewise.
3963         (wl-thread-get-children-msgs-uncached): Likewise.
3964
3965         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3966         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3967         (wl-summary-sync-update): Likewise.
3968         (wl-summary-auto-select-msg-p): Likewise.
3969         (wl-summary-update-thread): Likewise.
3970         (wl-summary-mark-as-important): Likewise.
3971         (wl-summary-jump-to-msg-internal): Likewise.
3972         (wl-summary-redisplay-internal): Likewise.
3973         (wl-summary-print-message-with-ps-print): Likewise.
3974         (wl-summary-folder-info-update): Likewise.
3975
3976         * wl-folder.el (wl-folder-check-one-entity):
3977         elmo-folder-count-flags instead of wl-summary-count-unread.
3978
3979         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3980
3981         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3982
3983         * wl-summary.el (wl-summary-set-message-modified): 
3984         Call wl-summary-set-mark-modified.
3985         (wl-summary-delete-messages-on-buffer): Call
3986         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3987         (wl-summary-sync-update): Call elmo-folder-length instead of
3988         elmo-folder-messages.
3989         (wl-summary-insert-headers): Don't call
3990         elmo-folder-list-message-entities.
3991
3992 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3993
3994         * wl-action.el (wl-summary-define-mark-action): Call
3995         `wl-summary-set-mark' with argument `data'.
3996         (wl-summary-auto-refile): Fixed order of arguments when call
3997         `wl-summary-refile'.
3998
3999 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4000
4001         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4002
4003         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4004
4005         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4006         (Renamed from wl-highlight-summary-deleted-face).
4007         (wl-highlight-summary-resend-face): New face.
4008
4009         (wl-highlight-summary-deleted-face): Renamed from
4010         wl-highlight-summary-erased-face.
4011
4012         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4013
4014         * wl-action.el (wl-summary-get-resend-address): New function.
4015         (wl-summary-exec-action-resend): Ditto.
4016         (wl-summary-exec-action-resend-subr): Ditto.
4017
4018         * w-thread.el (wl-thread-copy): Removed definition.
4019         (wl-thread-refile): Ditto.
4020         (wl-thread-delete): Ditto.
4021         (wl-thread-target-mark): Ditto.
4022
4023         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4024         (wl-summary-target-mark-set-action): Fixed.
4025         (wl-summary-define-mark-action): Fixed quotation.
4026         (wl-summary-move-mark-list-messages): Display message.
4027         (wl-summary-define-mark-action): Define thread functions.
4028         (wl-summary-exec-action-refile): Changed message.
4029         (wl-summary-exec): Ditto.
4030
4031 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4032         
4033         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4034         '%%'.
4035
4036 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl.el (toplevel): Require wl-action.
4039         (wl-init): Call wl-summary-define-mark-action.
4040
4041         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4042
4043         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4044         wl-summary-delete and wl-summary-erase.
4045         (wl-summary-mode-map): Ditto.
4046
4047         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4048         wl-delete-folder-alist.
4049
4050         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4051         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4052         (toplevel): Moved mark & action related functions to the wl-action.el.
4053
4054         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4055         in wl-summary-mark-action-list.
4056         (wl-highlight-summary-current-line): Ditto.
4057
4058         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4059         empty lines.
4060
4061         * wl-action.el: New file. 
4062
4063 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4064
4065         * wl-summary.el (wl-summary-target-mark-replace): New function.
4066         (wl-summary-target-mark-prefetch): Use it.
4067         (wl-summary-target-mark-delete): Ditto.
4068         (toplevel): Rearranged definition order.
4069         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4070         (wl-summary-target-mark-erase): Rewrite.
4071         (wl-summary-erase-region): New function.
4072         (wl-summary-exec-action-erase): Changed message.
4073         (wl-summary-move-mark-list-messages): New function.
4074         (wl-summary-exec-action-delete): Use it.
4075         (wl-summary-exec-action-erase): Ditto.
4076
4077         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4078         (wl-summary-skip-mark-list): Added "d".
4079
4080         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4081         while searching.
4082
4083         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4084         and define using defcustom;
4085         Define 4th element as a face.
4086         
4087         * wl-summary.el (wl-summary-incorporate): Use 
4088         `wl-summary-prefetch-region-no-mark' instead of
4089         `wl-summary-prefetch-region'.
4090         (wl-summary-prefetch-region-no-mark): Revival of old
4091         `wl-summary-prefetch-region'.
4092         (wl-summary-mark-action-list): Moved to wl-vars.el
4093
4094         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4095         face according to the `wl-summary-mark-action-list'.
4096         (wl-highlight-summary-current-line): Ditto;
4097         Removed destination highlighting.
4098
4099         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4100         (wl-highlight-summary-line-string): Highlight for "i" mark.
4101         (wl-highlight-summary-current-line): Ditto.
4102
4103         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4104         no destination.
4105
4106         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4107         exists, just go ahead.
4108         (wl-summary-prefetch-region): Rewrite.
4109         (wl-summary-prefetch): Ditto.
4110         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4111         (wl-summary-exec-action-prefetch): New function.
4112         (wl-summary-target-mark-prefetch): Rewrite.
4113
4114 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4115
4116         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4117         (wl-highlight-summary-line-string): Added "d" and "D".
4118         (wl-highlight-summary-current-line): Ditto.
4119
4120         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4121         in wl-summary.el.
4122         (wl-thread-insert-entity-sub): Ditto.
4123         (wl-thread-remove-destination-region): Ditto.
4124         (wl-thread-print-destination-region): Ditto.
4125
4126         * wl-summary.el (wl-summary-buffer-refile-list,
4127         wl-summary-buffer-delete-list,
4128         wl-summary-buffer-copy-list): Abolish.
4129         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4130         All other related portions are changed.
4131         (wl-summary-mark-action-list): New variable.
4132         (wl-summary-set-mark): New function.
4133         (wl-summary-register-target-mark): Ditto.
4134         (wl-summary-unregister-target-mark): Ditto.
4135         (wl-summary-have-target-mark-p): Ditto.
4136         (wl-summary-register-temp-mark): Ditto.
4137         (wl-summary-unregister-temp-mark): Ditto.
4138         (wl-summary-registered-temp-mark): Ditto.
4139         (wl-summary-collect-temp-mark): Ditto.
4140         (wl-summary-unset-mark): Ditto.
4141         (wl-summary-set-target-mark): Ditto.
4142         (wl-summary-unset-target-mark): Ditto.
4143         (wl-summary-set-action-generic): Ditto.
4144         (wl-summary-unset-action-generic): Ditto.
4145         (wl-summary-exec-action-delete): Ditto.
4146         (wl-summary-exec-action-erase): Ditto.
4147         (wl-summary-set-action-refile): Ditto.
4148         (wl-summary-set-action-refile-subr): Ditto.
4149         (wl-summary-unset-action-refile): Ditto.
4150         (wl-summary-make-destination-numbers-list): Ditto.
4151         (wl-summary-exec-action-refile): Ditto.
4152         (wl-summary-set-action-copy): Ditto.
4153         (wl-summary-unset-action-copy): Ditto.
4154         (wl-summary-exec-action-copy): Ditto.
4155         (wl-summary-collect-numbers-region): Ditto.
4156         (wl-summary-delete): Rewrite.
4157         (wl-summary-erase): Ditto.
4158         (wl-summary-remove-destination): Ditto.
4159         (wl-summary-exec): Ditto.
4160         (wl-summary-exec-region): Ditto.
4161         (wl-summary-target-mark-erase): Ditto.
4162         (wl-summary-refile): Ditto.
4163         (wl-summary-copy): Ditto.
4164         (wl-summary-unmark): Ditto.
4165         (wl-summary-delete-all-mark): Ditto.
4166         (wl-summary-mark-line): Don't highlight.
4167         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4168         (wl-summary-target-mark-refile-subr): Rewrite.
4169
4170         (wl-summary-copy-prev-destination): Abolish.
4171
4172 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4173
4174         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4175         default values along the value of wl-on-mule.
4176         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4177         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4178         It is not used anywhere.
4179
4180 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4181
4182         * wl-summary.el (wl-summary-print-destination): Keep position.
4183         (wl-summary-cursor-move-surface): Keep horizontal position.
4184
4185 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4186
4187         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4188         write sendlog.
4189
4190 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4191
4192         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4193         `wl-summary-highlight'.
4194
4195 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4196
4197         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4198         trivial condition for temp-mark.
4199
4200 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4201
4202         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4203         when it hits killed buffer.
4204
4205 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4206
4207         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4208         * wl-news.el.in: `message' and `error' take format string.
4209
4210 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4211
4212         * wl-folder (wl-folder-insert-entity): Display a message,
4213         `...done', when the work finish.
4214         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4215
4216 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4217
4218         * wl-message.el (wl-message-redisplay): Remove unused local
4219         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4220
4221 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4222
4223         * wl-summary.el (wl-summary-replace-status-marks): Disable
4224         interactive use.
4225         (wl-summary-reedit): Check message existence at first.
4226         (wl-summary-mark-line): Fix doc, return value is indefinite.
4227
4228         * wl-highlight.el (wl-highlight-message): Arranged.
4229
4230         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4231         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4232         check temp-mark by wl-summary-temp-mark always.
4233         (wl-highlight-summary): Change accordingly.
4234         * wl-summary.el (wl-summary-mark-as-read-all)
4235         (wl-summary-delete-cache, wl-summary-set-score-mark)
4236         (wl-summary-mark-as-unread, wl-summary-unmark)
4237         (wl-summary-mark-line, wl-summary-mark-as-read)
4238         (wl-summary-mark-as-important): Ditto.
4239
4240         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4241         end of the window if possible.
4242         * wl-summary.el (wl-summary-sync-update): Support lazy
4243         highlighting.
4244         (wl-summary-toggle-disp-msg): Ditto.
4245
4246 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4247
4248         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4249
4250 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4251
4252         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4253         change.
4254
4255 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4256
4257         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4258         API.
4259         (wl-summary-sync-update): Ditto.
4260
4261         * wl-score.el (wl-score-get-score-alist): Changed argument.
4262         (wl-summary-rescore-msgs): Likewise.
4263         (wl-summary-score-headers): Likewise.
4264         (wl-score-headers): Likewise;
4265         Use elmo-folder-do-each-message-entity, etc.
4266         (wl-summary-score-effect): Follow the changes above.
4267         (wl-summary-rescore): Ditto.
4268         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4269         (wl-score-get-overview): Abolish.
4270
4271         * wl-summary.el (wl-summary-default-from): Follow the API change in
4272         elmo-msgdb.
4273         (wl-summary-count-unread): Ditto.
4274         (wl-summary-detect-mark-position): Ditto.
4275         (wl-summary-overview-entity-compare-by-date): Ditto.
4276         (wl-summary-overview-entity-compare-by-number): Ditto.
4277         (wl-summary-overview-entity-compare-by-from): Ditto.
4278         (wl-summary-overview-entity-compare-by-subject): Ditto.
4279         (wl-summary-get-list-info): Ditto.
4280         (wl-summary-rescan): Ditto.
4281         (wl-summary-jump-to-msg-by-message-id): Ditto.
4282         (wl-summary-sync-update): Ditto; Removed comment.
4283         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4284         (wl-summary-insert-message): Use wl-summary-insert
4285         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4286         (wl-summary-insert-headers): Changed argument overview to folder.
4287         (wl-summary-search-by-subject): Likewise.
4288         (wl-summary-insert-thread): Renamed from 
4289         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4290
4291         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4292         too.
4293
4294         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4295         wl-string-member.
4296
4297 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4298
4299         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4300         elmo-folder-append-buffer.
4301         (wl-draft-queue-append): Likewise.
4302
4303         * wl-mime.el (wl-message-delete-current-part): Ditto.
4304         (wl-summary-burst-subr): Ditto.
4305
4306         * wl-news.el.in (wl-news-send-news): Ditto.
4307
4308 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4309
4310         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4311         function.
4312         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4313         (wl-summary-update-mark): Enclose with save-excursion.
4314         (wl-summary-mark-as-read-internal): Fixed last change.
4315         (wl-summary-mark-as-important): Use 3rd argument of
4316         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4317         Don't use elmo-msgdb-set-mark.
4318         (wl-summary-redisplay-internal): If msgdb flag is already read,
4319         just update the mark on buffer.
4320
4321 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4322
4323         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4324         cut visible folder when elmo-folder-delete returns non-nil value.
4325
4326 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4327
4328         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4329         by Kenichi OKADA <okada@opaopa.org>).
4330
4331 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4332
4333         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4334
4335 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4336
4337         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4338         Fixed the last change, search group entity by its real name.
4339         (Thanks to: KOBAYASHI Shinji)
4340
4341 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4342
4343         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4344         (wl-fldmgr-access-display-all): Don't refer visible name.
4345         * wl-expire.el (wl-folder-archive-current-entity)
4346         (wl-folder-expire-current-entity): Ditto.
4347         * wl-folder.el (wl-folder-jump-to-current-entity)
4348         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4349         (wl-folder-open-folder-sub,wl-folder-open-all)
4350         (wl-folder-write-current-folder): Ditto.
4351         (wl-folder-insert-entity): Don't use petname for normal group.
4352         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4353         is the real name.
4354         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4355         Abolished.
4356
4357 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4358
4359         * wl-draft.el (wl-draft-create-buffer): Add
4360         `wl-summary-reply-with-citation'
4361
4362 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4363
4364         * wl-draft.el (wl-draft-reply): Fixed.
4365
4366 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4367
4368         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4369         when `wl-draft-send-confirm-with-preview' is non-nil.
4370         You can scroll up/down by j/k.
4371         (wl-draft-send-confirm-with-preview): New variable (default=t).
4372
4373 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4376         (wl-fldmgr-save-folders): Fix comment.
4377
4378 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4379
4380         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4381         along the last change in `wl-folder-buffer-group-p'.
4382
4383 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4384
4385         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4386         folder.
4387
4388         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4389         the default value.
4390
4391         * wl-mime.el (wl-summary-burst): Update summary only when target
4392         folder equals current folder.
4393
4394 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4397
4398 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4401         value.
4402
4403 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4406         `map-extents' instead of `extent-at' repeatedly.
4407         (wl-highlight-folder-current-line): Ditto.
4408
4409         * wl-highlight.el: Remove useless dummy functions.
4410
4411 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4412
4413         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4414         (wl-folder-put-folder-property): New function to put text property.
4415         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4416         (wl-folder-insert-entity, wl-folder-update-diff-line)
4417         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4418         * wl-e21.el, wl-xmas.el, wl-mule.el
4419         (wl-highlight-folder-current-line): Ditto.
4420         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4421         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4422         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4423         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4424
4425 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4426
4427         * Version number is increased to 2.11.3.
4428
4429 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4432         Resume current-buffer since it is assumed by remaining tasks.
4433
4434 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4435
4436         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4437         (wl-folder-completion-function): Abolished.
4438         (wl-folder-complete-folder): New function.
4439         (wl-folder-complete-filter-condition): Ditto.
4440         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4441         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4442
4443 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-draft.el (wl-draft-send-confirm): New function.
4446         (wl-draft-send): Use it.
4447
4448         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4449         cursor-in-echo-area while confirming.
4450
4451         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4452
4453         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4454         searching via nntp if wl-summary-search-via-nntp is 'force.
4455         Otherwise, invoke searching in nntp folder only.
4456         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4457
4458         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4459         explicitly for mime-make-text-tag.
4460
4461 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4462
4463         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4464         `mime-make-text-tag' instead of `mime-create-tag'.
4465
4466 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4467
4468         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4469         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4470
4471 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-score.el (wl-score-save): Bind print-length and print-level.
4474         (wl-score-pretty-print): Ditto.
4475         (wl-score-edit-insert-header-entry): Ditto.
4476
4477         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4478         "From" entry to be treated with wl-draft-eword-encode-address-list.
4479         * wl-mime.el (wl-draft-preview-message): Ditto.
4480
4481         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4482         (wl-summary-mark-as-unread): Ditto.
4483         (wl-summary-mark-as-read-region): Change accordingly.
4484         (wl-summary-mark-as-unread-region): Ditto.
4485         (wl-summary-target-mark-mark-as-read): Ditto.
4486         (wl-summary-target-mark-mark-as-unread): Ditto.
4487
4488 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * Version number is increased to 2.11.2.
4491
4492 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-news.el.in (wl-news-previous-version-save): Bind
4495         print-length and print-level.
4496         * wl-thread.el (wl-thread-save-entities): Ditto.
4497         (wl-thread-save-top-list): Bind print-length.
4498
4499 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-highlight.el (wl-highlight-summary-line-string): Use
4502         wl-summary-score-below-mark, wl-summary-score-over-mark.
4503         (wl-highlight-summary-current-line): Ditto.
4504
4505 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4508         insert it.
4509
4510 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4513
4514 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4515
4516         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4517         message without msgid.
4518         Rewrite with elmo-folder-move-messages.
4519         Set wl-message-buffer to nil.
4520
4521         * wl-summary.el (wl-summary-erase-subr): New function. Use
4522         elmo-folder-move-messages.
4523         (wl-summary-erase): Call it.
4524         (wl-summary-target-mark-erase): Ditto.
4525
4526 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4527
4528         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4529         it is not up-tp-date.
4530
4531 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4532
4533         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4534         buffer after calling `wl-summary-goto-folder-subr' without the
4535         argument `interactive'.
4536         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4537
4538 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4539
4540         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4541         `mime-create-tag'. Use `string=' instead of `looking-at'.
4542
4543 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4544
4545         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4546         to avoid compile warning.
4547
4548         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4549         entity-id when folder is given.
4550         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4551         save-excursion, use save-selected-window instead.
4552         Select folder buffer window if exists.
4553         (To correct behavior with wl-folder-move-cur-folder.)
4554
4555 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4556
4557         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4558
4559 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4560
4561         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4562         list-count instead of %d.
4563
4564 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4567         (wl-news): Set it.
4568         (wl-news-append-to-folder): Use it.
4569
4570         * wl-news.el.in (wl-news-send-news): Append to specified folder
4571         instead of wl-default-folder.
4572         (wl-news-append-to-folder): Show error message with specified folder.
4573
4574         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4575                 In most major modes, Emacs assumes that any opening
4576                 delimiter found at the left margin is the start of a
4577                 top-level definition, or defun. Therefore, *never put an
4578                 opening delimiter at the left margin unless it should have
4579                 that significance.*
4580
4581         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4582
4583 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4584
4585         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4586
4587 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4588
4589         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4590
4591 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4592
4593         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4594         for sequential numbering case.
4595
4596 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4597
4598         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4599         value.
4600         (wl-draft-reply-without-argument-list): Ditto.
4601         (wl-draft-reply-myself-with-argument-list): Abolish.
4602         (wl-draft-reply-myself-without-argument-list): Ditto.
4603         * wl-draft.el (wl-draft-self-reply-p): New function.
4604         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4605
4606 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4609         (avoid error for the case without byte-compiling)
4610
4611 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4612
4613         * wl-news.el.in (wl-news-append-to-folder): New function.
4614         (wl-news-exit): Rewrite.
4615         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4616
4617 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4618
4619         * wl-draft.el (wl-draft-reply-position): New function.
4620         (wl-draft-reply-position): Fix.
4621         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4622         (wl-summary-target-mark-reply-with-citation): Ditto.
4623         (wl-summary-reply-with-citation): Ditto.
4624         * wl-vars.el (wl-draft-reply-default-position): New variable.
4625
4626 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-draft.el (wl-draft-send): Preview when interactive send.
4629
4630 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4631
4632         * wl-draft.el (wl-draft-reply): Set default position.
4633         * wl-summary.el (wl-summary-reply): Ditto.
4634         (wl-summary-reply-with-citation): Ditto.
4635         (wl-summary-target-mark-reply-with-citation): Ditto.
4636
4637 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4638
4639         * wl-news.el.in (wl-news-lang): Set default value according to
4640         current-language-environment.
4641         (wl-news-append-news): Do nothing when news-list is nil.
4642
4643 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4646         (wl-news): Change message.
4647         (wl-news-exit): Check buffer.
4648         (wl-news-force-exit): New function.
4649         (wl-news-show-all): New function.
4650         (wl-news-discard-and-exit): Fix.
4651
4652 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4653
4654         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4655         according to current-language-environment.
4656
4657         * wl-news.el.in (wl-news): If arg, show all NEWS after
4658         wl-news-default-previous-version.
4659
4660 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4661
4662         * wl-news.el.in (wl-news-check): Rewritten.
4663         (wl-news-previous-version-load): Change data type.
4664         (wl-news-previous-version-save): Change data type.
4665         (wl-news-append-news): Add return value.
4666         (wl-news-check-news): New function.
4667         (wl-news-already-current-p): New function.
4668         (wl-news-send-news): Rewritten.
4669         (wl-news-mode-map): Add new keybind.
4670         (wl-news): Rewritten.
4671         (wl-news-exit): Rewritten.
4672         (wl-news-discard-and-mail): New function.
4673         (wl-news-send-to-address): Abolished.
4674         * wl.el (wl-init): Delete a message.
4675
4676 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * wl-news.el.in (wl-news-exit): Update previous version.
4679         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4680
4681 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4682
4683         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4684
4685 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4686
4687         * wl-news.el.in (wl-news): New function.
4688         (wl-news-mode): New function.
4689         (wl-news-next-line): New function.
4690         (wl-news-next-page): New function.
4691         (wl-news-exit): New function.
4692         (wl-news-buf-name): New variable.
4693         (wl-news-mode-map): New variable.
4694         (wl-news-winconf): New variable.
4695         (wl-news-append-news): Add an option.
4696
4697 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4698
4699         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4700
4701 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-news.el.in (wl-news-send-to-address): New variable.
4704         (wl-news-send-news): Use it.
4705         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4706         Return updating status.
4707         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4708
4709 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-news.el.in (wl-news-send-news): Delete
4712         Organization and X-Face.
4713
4714 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4715
4716         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4717         (wl-news-append-news): New function.
4718         (wl-news-send-news): New function.
4719
4720 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4721
4722         * Version number is increased to 2.11.1.
4723
4724 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-news.el.in : New file.
4727
4728 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4729
4730         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4731         default value.
4732         (wl-draft-reply-without-argument-list): Ditto.
4733
4734 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4737         (wl-message-buffer-prefetch-idle-time): Ditto.
4738         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4739
4740 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4741
4742         * wl-thread.el (wl-thread-insert-message): Use
4743         wl-summary-max-thread-depth.
4744
4745         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4746         loop detection.
4747
4748         * wl-message.el (wl-message-buffer-display): Back to the first page
4749         when cache is hit.
4750
4751 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4752
4753         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4754
4755         * wl-summary.el (wl-summary-insert-thread-entity):
4756         If the thread depth is reached to wl-summary-max-thread-depth,
4757         divide the thread.
4758
4759 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4760
4761         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4762         for elmo-remove-passwd.
4763
4764 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4767         folder is sticky.
4768         (wl-folder-mark-as-read-all-entity): Ditto.
4769         (wl-folder-prefetch-entity): Ditto.
4770
4771 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4772
4773         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4774
4775 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4778         Delete messages on buffer for unplugged operation.
4779         (wl-summary-erase): Ditto.
4780
4781 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4784         take nil so as not to search parent by subject.
4785
4786 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4787
4788         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4789         (wl-folder-get-next-folder): Ditto.
4790         (wl-folder-get-path): Ditto.
4791
4792 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4795         system and encode the region with it before verifying.
4796
4797 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4798
4799         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4800         system of the echo buffer before decoding.
4801
4802 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4803
4804         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4805         original contents.
4806
4807 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4810         with argument 'any-exists.
4811
4812 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4815         Use `wl-cs-autoconv'.
4816
4817 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4818
4819         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4820         by `mime-view-automatic-conversion'.
4821
4822         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4823         (wl-message-verify-pgp-nonmime): Ditto.
4824         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4825         Bind them to C-c:d and C-c:v respectively.
4826
4827         Merge following code by Teranishi-san from [wl-en:00167].
4828         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4829         (wl-mime-preview-application/pgp-encrypted): Ditto.
4830         (wl-mime-setup): Add entry.
4831
4832 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4833
4834         * wl-summary.el (wl-summary-target-mark-erase): New function.
4835         Bind it to "mD".
4836
4837 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * wl-vars.el (wl-draft-write-file-function): Fix.
4840         (wl-draft-reedit-hook): Changed default value.
4841
4842         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4843         wl-draft-reedit-hook.
4844         (wl-draft-remove-text-plain-tag): New function.
4845         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4846
4847         * wl-vars.el (wl-draft-write-file-function): New user option.
4848
4849         * wl-draft.el (wl-draft-prepare-edit): Use it for
4850         local-write-file-hooks.
4851         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4852
4853         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4854         (wl-draft-insert-mail-header-separator): Return the body beginning
4855         point.
4856         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4857         text/plain.
4858         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4859
4860 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4861
4862         * wl-summary.el (wl-summary-erase): New function to erase message
4863         without moving it to trash. Bind to "D".
4864
4865         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4866         as `keep' unless switch-function.
4867
4868 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4871         message buffer by using `wl-summary-toggle-disp-msg'.
4872         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4873         buffer window.
4874         (wl-summary-supresedes-message): Ditto.
4875
4876         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4877         Do not delete other windows.
4878         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4879         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4880         (wl-draft-create-buffer): Set reply-or-forward also for target
4881         mark commands.
4882
4883 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4884
4885         * wl-draft.el (wl-user-agent-compose): Delete special case for
4886         switch-to-buffer-other-window.
4887
4888         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4889         (wl-summary-forward): Ditto.
4890
4891         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4892         function.
4893         (wl-draft-buffer-style): New use option.
4894
4895         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4896         (wl-draft): Follow the change above.
4897         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4898         wl-draft-buffer-style.
4899         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4900         switch-function.
4901
4902 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4903
4904         * wl-address.el (wl-address-make-completion-entry): Extracted from
4905         `wl-address-make-completion-list'.
4906         (wl-address-enable-strict-loading): New variable.
4907         (wl-address-make-completion-list): Revive petname duplication
4908         inquiry, and enable it if `wl-address-enable-strict-loading'.
4909         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4910
4911 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4912
4913         * wl-message.el (wl-message-get-original-buffer): Avoid
4914         'Selecting deleted buffer' error when original buffer is killed.
4915
4916 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-summary.el (wl-summary-next-message): Use
4919         elmo-message-accessible-p instead of elmo-message-cached-p.
4920
4921 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4922
4923         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4924
4925         * wl-thread.el (wl-thread-open-all-unread): Use
4926         elmo-folder-list-flagged instead of
4927         elmo-folder-list-messages-mark-match.
4928
4929         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4930         instead of elmo-folder-list-messages-mark-match.
4931         (wl-summary-move-spec-alist): New variable.
4932         (wl-summary-move-spec-plugged-alist,
4933         wl-summary-move-spec-unplugged-alist): Abolish.
4934         (wl-summary-next-message): Follow the change above.
4935         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4936         with 'no-msg' argument.
4937
4938         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4939         variable.
4940         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4941         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4942         (wl-message-buffer-prefetch-get-next): Follow the change above.
4943
4944 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-version.el (wl-version): Changed codename.
4947
4948         * Version number is increased to 2.11.0.
4949
4950 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4951
4952         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4953         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4954         `wl-draft-config-variables'.
4955         (wl-draft-kill): Fixed problem when the draft is reedit.
4956
4957 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4958
4959         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4960         buffer-modified status (Thanks to
4961         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4962
4963 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4964
4965         * wl-util.el (wl-region-exists-p): New function.
4966
4967         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4968         Remove defvars for byte-compile warnings.
4969
4970 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4973         defvar-maybe. Removed unused bind.
4974
4975 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4978         summary buffer window before creating new frame.
4979         (wl-draft-reply): Ditto.
4980
4981 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4982
4983         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4984
4985 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4986
4987         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4988
4989 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4990
4991         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4992         instead of `kill-region'.
4993
4994 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4997         (wl-highlight-summary-line-string): Use it.
4998         (wl-highlight-summary-current-line): Ditto.
4999
5000         * wl-mime.el (wl-message-delete-current-part): Check the class of
5001         mime-entity.
5002
5003         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5004
5005         * wl-summary.el (wl-summary-make-number-list): Initialize.
5006         (wl-summary-update-mark): New function.
5007         (wl-summary-reply): Put `answered' mark on the message.
5008         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5009
5010         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5011         (wl-draft-reply): Added optional argument `number';
5012         Set wl-draft-parent-number.
5013         (wl-draft-kill): Delete answered mark if it is a reply.
5014
5015 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5018         that originates in mime-preview-follow-current-entity.
5019         (wl-draft-yank-current-message-entity): Use it if region is active.
5020
5021         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5022         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5023         `wl-message-delete-current-part'.
5024         * wl-mule.el (wl-message-define-keymap): Ditto.
5025         * wl-xmas.el (wl-message-define-keymap): Ditto.
5026
5027 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-mime.el (wl-message-delete-current-part): New function.
5030         (wl-mime-node-id-to-string): Ditto.
5031
5032         * wl-mime.el (wl-message-delete-current-part): Use existing
5033         original buffer which corresponds current mime-view buffer.
5034         (fetched buffer might have different structure, possibly)
5035
5036         * wl-mime.el (wl-message-delete-current-part): Quit if the
5037         message content differs from the actual message.
5038
5039 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5042         order.
5043         (wl-summary-search-by-subject): Search parent message from tail;
5044         Check the existence of the parent message on the current thread tree.
5045         (wl-summary-update-thread): Check whether the line is inserted.
5046
5047 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5048
5049         * wl-vars.el (wl-summary-line-format): Undo last change.
5050         * wl-summary.el (wl-summary-print-destination): Do not put
5051         invisible property when `wl-summary-width' is nil.
5052         (wl-summary-line-subject-minimum-length): Abolished.
5053         (wl-summary-line-subject): Ditto.
5054
5055 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-vars.el (wl-summary-line-format): Change default value.
5058         (wl-summary-subject-length-limit): Abolished.
5059         * wl-summary.el (wl-summary-line-subject): Ditto.
5060
5061 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5062
5063         * wl-template.el (wl-template-select): Added optional argument.
5064         If optional argument is specified, reverse
5065         `wl-template-visible-select'.
5066
5067 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5068
5069         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5070         Take prefix argument to force asking the destination folder.
5071
5072 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5073
5074         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5075         count and update status.
5076
5077 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-summary.el (wl-summary-redisplay-internal): If
5080         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5081         after fetching.
5082
5083 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5084
5085         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5086         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5087
5088         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5089
5090 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5093         (All other related portions are changed).
5094         (wl-summary-mark-as-read-all): Rewrite.
5095
5096 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5099         `wl-summary-mark-as-read'.
5100         (wl-summary-mark-as-unread): Rewrite.
5101         (wl-summary-mark-as-read): Added no-modeline argument.
5102         (wl-summary-resume-cache-status): Rewrite.
5103         (wl-summary-exec-subr): Remove unused local variable.
5104
5105 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5106
5107         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5108         logic to call `wl-summary-buffer-prev-folder-function'.
5109         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5110
5111 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5112
5113         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5114         is nil.
5115
5116 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5119         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5120         (wl-mime-setup): Add its entry.
5121
5122 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5125         (wl-summary-delete-cache): Likewise.
5126         (wl-summary-mark-as-read): Rewrite.
5127
5128 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5131         `wl-summary-count-unread'.
5132
5133         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5134
5135         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5136
5137 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5138
5139         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5140         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5141         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5142         Renamed to the elmo-msgdb-*-mark.
5143         (wl-summary-score-marks): Follow the change above.
5144         (wl-summary-auto-refile-skip-marks): Ditto.
5145         (wl-summary-incorporate-marks): Ditto.
5146         (wl-summary-expire-reserve-marks): Ditto.
5147
5148         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5149         changes.
5150         (wl-thread-insert-top): Changed updating message.
5151
5152         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5153         variable.
5154         (wl-summary-count-unread): Count answered marks.
5155         (wl-summary-rescan): Call wl-summary-insert-message instead of
5156         wl-summary-append-message-func-internal.
5157         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5158         (wl-summary-prefetch-msg): Follow the variable name changes.
5159         (wl-summary-prefetch-region): Ditto.
5160         (wl-summary-mark-as-read-all): Follow the API changes;
5161         Don't call elmo-folder-replace-marks.
5162         (wl-summary-delete-cache): Follow the variable name changes.
5163         (wl-summary-resume-cache-status): Ditto.
5164         (wl-summary-update-status-marks): New function.
5165         (wl-summary-insert-message): New function.
5166         (wl-summary-sync-marks): Follow the variable name changes.
5167         (wl-summary-sync-update): Synchronize to the msgdb, too;
5168         Changed update messages.
5169         (wl-summary-make-number-list): Rewrite.
5170         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5171         (wl-summary-mark-as-unread): Follow the API changes.
5172         (wl-summary-exec-subr): Follow the variable name changes.
5173         (wl-summary-mark-as-read): Ditto.
5174         (wl-summary-move-spec-plugged-alist): Ditto.
5175         (wl-summary-move-spec-unplugged-alist): Ditto.
5176         (wl-summary-cursor-move-surface): Ditto.
5177
5178         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5179         variable name changes.
5180         (wl-highlight-summary-current-line): Ditto.
5181
5182         * wl-expire.el (wl-expire-refile): Follow the API change in
5183         elmo-folder-move-messages.
5184         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5185         (wl-summary-archive): Use elmo-folder-msgdb instead of
5186         elmo-msgdb-load.
5187
5188 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5189
5190         * wl-mime.el (wl-draft-preview-message): Restore the position
5191         before evaluating wl-draft-send-hook in preview buffer.
5192
5193 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5196         when it creates new draft buffer.
5197
5198         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5199         without argument.
5200
5201         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5202         Evaluate content and if the value is string, insert it.
5203         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5204         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5205         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5206         wl-draft-config-sub-part-bottom): Use it.
5207
5208         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5209         with the folder name. The question was unintelligible when it is
5210         called from wl-save-status.
5211
5212 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5213
5214         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5215         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5216         cannot take second argument).
5217
5218 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5219
5220         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5221         as t. Since type and subtype are not case sensitive (RFC 2045).
5222
5223 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5224
5225         * wl-vars.el (wl-message-mode-line-format): New variable.
5226         (wl-message-mode-line-format-spec-alist): Ditto.
5227         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5228         (wl-message-redisplay): Use wl-message-mode-line-format.
5229
5230 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5233
5234 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5235
5236         * wl-summary.el (wl-summary-default-from): Write description.
5237
5238 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5239
5240         * wl-vars.el (wl-ldap-objectclass): Abolish.
5241
5242         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5243         (wl-ldap-make-filter): Removed condition for objectclass.
5244         (wl-ldap-make-matched-value-list): Remove meaningless process.
5245         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5246         (wl-address-ldap-search): Don't add `*' to `pat' string;
5247         use ignore-errors; added `email';
5248         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5249         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5250         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5251
5252
5253 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5254
5255         * wl-draft.el (wl-draft-parent-folder): Write description.
5256         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5257
5258 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5261         as "" (zero-length string) if no parent.
5262         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5263
5264 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5265
5266         * wl-address.el (wl-address-make-completion-list): Skip duplication
5267         checking.
5268         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5269         `append'.
5270
5271 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5272
5273         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5274         instead of `beginning-of-buffer'.
5275
5276 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5279
5280 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5283         Refer wl-message-buffer-name.
5284         (wl-message-wheel-down): Ditto.
5285
5286 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-vars.el (wl-message-buffer-name): New user option.
5289
5290         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5291         directly instead of making alist dinamically.
5292
5293         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5294         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5295         wl-message-buffer-cache-name.
5296         (wl-message-buffer-cache-clean-up): Ditto.
5297
5298         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5299
5300         * Version number is increased to 2.9.15.
5301
5302 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5303
5304         * wl-vars.el (wl-summary-default-view-alist): New user option.
5305
5306         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5307
5308         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5309         while deleting address.
5310         (wl-draft-delete-myself-from-cc): Ditto.
5311
5312         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5313         If optional argument is specified, reverse sort order.
5314
5315         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5316
5317 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl-thread.el (wl-thread-insert-message): Return parent number if
5320         exists.
5321         (wl-thread-update-indent-string-region): Use
5322         wl-thread-update-line-on-buffer-sub instead of
5323         wl-thread-update-line-on-buffer.
5324
5325 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5326
5327         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5328         (wl-folder-close-all): Ditto.
5329
5330 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5331
5332         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5333         and mailing-list:.
5334         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5335         value.
5336         (wl-summary-line-list-info): Print mailing-list name even when 
5337         list-number is empty.
5338
5339 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5340
5341         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5342
5343         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5344         (wl-draft-open-file): Ditto.
5345         (wl-draft-random-alphabet): Ditto.
5346
5347         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5348         bindings.
5349
5350 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5351
5352         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5353         * wl-vars.el (wl-draft-config-alist): Ditto.
5354
5355 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * Version number is increased to 2.9.14.
5358
5359         * wl.el (wl): Don't set wl-init as nil when error occured while
5360         auto-checking folders.
5361
5362         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5363         `elmo-expand-newtext'.
5364
5365 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5366
5367         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5368         `this-command' so that `wl-folder-goto-folder' contained in
5369         `wl-summary-keep-cursor-command' work.
5370
5371 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5372
5373         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5374         message buffer displaying state.
5375
5376 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-vars.el (wl-summary-default-view): New variable to specify
5379         default value for `wl-summary-buffer-view' instead of using
5380         set-default.
5381         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5382
5383 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5384
5385         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5386
5387         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5388
5389 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5390
5391         * wl-vars.el (wl-forward-subject-prefix): New variable.
5392         * wl-draft.el (wl-draft-forward): Use it.
5393
5394 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5395
5396         * wl-message.el (wl-message-prev-page): When it is called without
5397         lines argument, scroll down by wl-message-scroll-amount lines.
5398         (wl-message-next-page): Ditto.
5399         * wl-vars.el (wl-message-scroll-amount): Change default value
5400         to preserve current behavior.
5401
5402 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5403
5404         * wl-summary.el (wl-summary-prefetch-msg): Bind
5405         `wl-message-entity' to call `wl-summary-from-function'.
5406
5407 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-message.el (wl-message-buffer-create): Run
5410         wl-message-buffer-created-hook.
5411
5412 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5413
5414         * wl-summary.el (wl-summary-sort-specs): New variable.
5415         (wl-summary-default-sort-spec): Ditto.
5416         (wl-summary-sort): Rewrite.
5417         (wl-summary-sort-by-list-info): New function.
5418
5419 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5420
5421         * wl-summary.el (wl-summary-get-list-info): New function.
5422         (wl-summary-sort): Rewrite.
5423         (wl-summary-line-list-info): Ditto.
5424         (wl-summary-line-list-count): Ditto.
5425         (wl-summary-refile-region): Fixed docstring.
5426
5427 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5430         `wl-folder-entity-hashtb' as completion table.
5431
5432 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5433
5434         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5435         only when this command is called interactively; silence the byte-
5436         compiler.
5437
5438 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5439
5440         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5441         active in XEmacs.
5442
5443 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5444
5445         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5446         plural lines.
5447
5448 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5449
5450         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5451         of current line when the cursor is on the header name.
5452         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5453
5454 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5455
5456         * wl-util.el (wl-read-directory-name): Return displayed directory
5457         as the default value also on XEmacs.
5458
5459 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5460
5461         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5462         formatting.
5463
5464 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5467         argument and when it is non-nil, check face property before
5468         highlighting for each line.
5469         (wl-highlight-summary-window): Set it.
5470
5471 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5474         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5475
5476         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5477         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5478         (wl-draft-get-fcc-list): Likewise.
5479
5480 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5481
5482         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5483         (wl-thread-entity-cur): Ditto.
5484         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5485         wl-thread-indent-regexp setting.
5486         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5487
5488         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5489         wl-summary-lazy-highlight.
5490         (wl-summary-display-bottom): Ditto.
5491
5492         * wl-thread.el (wl-thread-open-close): Likewise.
5493
5494         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5495         from and subject;
5496         Bind wl-draft-use-frame;
5497         Enclose with save-window-excursion;
5498         Use wl-draft-create-buffer instead of with-temp-buffer;
5499         Use wl-draft-prepare-edit;
5500         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5501         Use wl-draft-send instead of wl-draft-raw-send.
5502
5503 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5506         of using wl-from.
5507
5508 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5511         insert-buffer instead of clone-buffer.
5512         (wl-draft-doing-mime-bcc): New variable.
5513         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5514         infinite loop.
5515         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5516
5517         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5518         (wl-draft-mime-bcc-body): Ditto.
5519
5520         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5521         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5522         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5523         wl-draft-do-mime-bcc.
5524         (wl-draft-mime-bcc-field): New function.
5525         (wl-draft-do-mime-bcc): Ditto.
5526
5527         * wl-address.el (wl-address-complete-header-list): New variable.
5528         (wl-address-complete-header-regexp): Changed default value.
5529
5530         * Version number is increased to 2.9.13.
5531
5532 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5535         it is differed.
5536
5537 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5538
5539         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5540         (wl-summary-line-list-count): Ditto.
5541
5542 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5543
5544         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5545         (wl-nntp-posting-function): New variable.
5546         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5547         `wl-nntp-posting-config-alist'.
5548
5549 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5550
5551         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5552         FLIM.
5553
5554 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5555
5556         * wl-summary.el (wl-summary-target-mark-refile-sub):
5557         Remove a nuisance funcall.
5558
5559 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5560
5561         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5562         as t for `try-completion'.
5563
5564 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-summary.el (wl-summary-default-from): Use
5567         wl-address-header-extract-address instead of
5568         std11-extract-address-components.
5569         (wl-summary-simple-from): Ditto.
5570         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5571         (wl-summary-insert-headers): Show message.
5572         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5573         for whole line.
5574         (wl-summary-default-from): Revert last change.
5575         (wl-summary-simple-from): Ditto.
5576         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5577         (wl-summary-mark-as-read-region): Follow the change above.
5578         (wl-summary-sync-marks): Ditto.
5579         (wl-summary-target-mark-mark-as-read): Ditto.
5580         (wl-summary-redisplay-internal): Ditto.
5581         (wl-summary-redisplay-no-mime-internal): Ditto.
5582         (wl-summary-redisplay-all-header): Ditto.
5583         (wl-summary-mark-as-read): Removed argument `cached';
5584         Use current cache status to set cache mark.
5585         (wl-summary-redisplay-internal): Follow the change above.
5586         (wl-summary-redisplay-no-mime-internal): Ditto.
5587         (wl-summary-redisplay-all-header): Ditto.
5588
5589         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5590
5591         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5592         Don't call itself recursively (Adviced by Yamaoka-san).
5593
5594 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5595
5596         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5597         bind wl-summary-highlight as nil to avoid error caused by missing
5598         local variables.
5599
5600 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5601
5602         * wl-vars.el (wl-invalid-character-message): New user option.
5603
5604         * wl-util.el (wl-set-string-width): If truncated string-width is
5605         larger than specified width, use `wl-invalid-character-message'.
5606
5607 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5608
5609         * wl-summary.el (wl-summary-prefetch-msg): 
5610         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5611
5612 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-vars.el (wl-summary-check-line-format): New user option.
5615         (wl-summary-line-format-file): Ditto.
5616
5617         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5618         variable.
5619         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5620         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5621         and `wl-summary-view-old-p' to check whether do a rescan or not.
5622         (wl-summary-view-old-p): New function.
5623         (wl-summary-line-format-changed-p): Ditto.
5624         (wl-summary-line-format-save): Ditto.
5625         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5626
5627         * wl-util.el (wl-set-string-width): Avoid using negative number
5628         for make-string.
5629
5630 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5631
5632         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5633         return value.
5634
5635         * wl-util.el (wl-set-string-width): Added optional argument
5636         `padding' (All other related portions are changed).
5637         (wl-line-parse-format): If the first letter of column number is
5638         `0', zero-padding the result (ex: "%05l").
5639
5640         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5641
5642 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5643
5644         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5645         sequential summary view.
5646
5647 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5648
5649         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5650         if it doesn't have a -unix version.
5651
5652 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5653
5654         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5655
5656 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5657
5658         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5659         content.
5660         (wl-draft): Follow the change above.
5661
5662         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5663
5664         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5665         and wl-folder-summary-line-format-alist contain %T and %P.
5666
5667         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5668         (wl-summary-mode-line-format): New user option.
5669         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5670         (wl-summary-line-format): Changed default value.
5671         (wl-summary-lazy-highlight): Changed default value.
5672
5673         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5674         change in wl-summary-create-line.
5675         (wl-thread-insert-entity-sub): Ditto.
5676
5677         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5678         (wl-summary-buffer-unread-status): Ditto.
5679         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5680         (wl-summary-buffer-persistent-mark-column): Ditto.
5681         (wl-summary-buffer-mode-line-formatter): Ditto.
5682         (wl-summary-buffer-mode-line): Ditto.
5683         (wl-summary-message-regexp): Abolished.
5684         (All other related portions are changed.)
5685         (wl-summary-detect-mark-position): New function.
5686         (wl-summary-buffer-set-folder): Setup
5687         wl-summary-buffer-mode-line-formatter.
5688         (wl-summary-mode): Setup selective-display;
5689         Setup pre-idle-hook when xemacs.
5690         (wl-summary-update-modeline): Rewrite.
5691         (wl-summary-jump-to-msg): Define as function;
5692         Changed regexp for searching messages.
5693         (wl-summary-message-number): Rewrite.
5694         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5695         Do rescan when old type summary cache.
5696         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5697         (wl-summary-remove-destination): Use '\r' to detect EOL.
5698         (wl-summary-print-destination): Ditto.
5699         (wl-summary-temp-mark): New inline function.
5700         (wl-summary-persistent-mark): Ditto.
5701         (wl-summary-line-number): New function.
5702         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5703         (wl-summary-line-list-count): New function.
5704         (wl-summary-create-line): Added argument persistent-mark.
5705         (All other related portions are changed)
5706         (wl-summary-create-line): Insert '\r'.
5707         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5708         (wl-summary-cursor-move-surface): New inline function.
5709         (wl-summary-prev): Use it.
5710         (wl-summary-next): Ditto.
5711
5712         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5713         wl-summary-message-regexp.
5714         (wl-highlight-summary): Delete progress message.
5715         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5716
5717         * Version number is increased to 2.9.12.
5718
5719 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5720
5721         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5722         variable (nil: no minimum).
5723         (wl-summary-line-subject): Add some spaces after subject by
5724         wl-summary-line-subject-minimum-length.
5725
5726 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5727
5728         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5729         and removed `F'.
5730         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5731         change above).
5732
5733 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5734
5735         * wl-summary.el (wl-summary-line-list-count): Reverted.
5736         (example setting in samples/*/dot.wl is also updated)
5737
5738 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5739
5740         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5741
5742         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5743
5744         * wl-vars.el (wl-summary-line-format): Addes some description to the
5745         docstring.
5746
5747         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5748         (wl-summary-line-close-bracket): Ditto.
5749         (wl-summary-line-children-number): Ditto.
5750         (wl-summary-line-thread-indent): Ditto.
5751         (wl-summary-line-children-and-from): Ditto.
5752
5753         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5754         't', 'c', 'F' and added 'C'.
5755
5756         * wl-util.el (wl-set-string-width): Accept negative value.
5757         (wl-line-parse-format): Added "%number(" and "%)".
5758
5759 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5760
5761         * wl-summary.el (wl-summary-line-list-count): Change format of the
5762         return value.
5763
5764 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5765
5766         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5767         from the recent message.el.
5768         (wl-draft-point-in-header-p): Ditto.
5769         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5770         wl-draft-beginning-of-line.
5771         * wl-e21.el (wl-draft-mode-map): Ditto.
5772         * wl-xmas.el (wl-draft-mode-map): Ditto.
5773
5774         * wl-folder.el: Sort macrodefs by dependencies.
5775
5776 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5777
5778         * wl-summary.el (wl-summary-prev): Fixed regexp.
5779         (wl-summary-next): Ditto.
5780
5781 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5782
5783         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5784
5785 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5786
5787         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5788         for backward compatibility.
5789
5790 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5791
5792         * wl-summary.el (wl-summary-line-list-count): New function, merged
5793         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5794         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5795         list counts.
5796
5797 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-summary.el (wl-summary-create-line): Ignore errors while
5800         timezone-fix-time.
5801
5802         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5803
5804         * wl-summary.el (wl-summary-sync-update): Ditto.
5805         (wl-summary-default-from): Use wl-message-entity
5806         instead of entity.
5807
5808         * wl-summary.el (wl-summary-create-line): Fix.
5809
5810         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5811         (wl-summary-line-format): New user option.
5812         (wl-folder-summary-line-format-alist): Ditto.
5813         (wl-summary-from-width): Abolished.
5814
5815         * wl-util.el (toplevel): Require 'bytecomp.
5816         (wl-line-parse-format): New function.
5817         (wl-line-formatter-setup): New macro.
5818
5819         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5820         (wl-summary-buffer-line-formatter): New buffer local variable.
5821         (wl-summary-switch-to-clone-buffer): Follow the change above.
5822         (wl-summary-message-regexp): Fix.
5823         (wl-summary-from-func-internal): Abolished.
5824         (wl-summary-subject-func-internal): Ditto.
5825         (wl-summary-subject-filter-func-internal): Ditto.
5826         (All other related portions are changed.)
5827         (wl-summary-buffer-set-folder):
5828         Set up wl-summary-buffer-number-column and 
5829         wl-summary-buffer-line-formatter
5830         (All other related portions are changed.)
5831         (wl-summary-buffer-number-column-detect): Abolished.
5832         (All other related portions are changed.)
5833         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5834         (wl-summary-delete-all-temp-marks-on-buffer): Use
5835         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5836         (wl-summary-target-mark-delete): Ditto.
5837         (wl-summary-target-mark-refile-subr): Ditto.
5838         (wl-summary-target-mark-mark-as-read): Ditto.
5839         (wl-summary-target-mark-mark-as-unread): Ditto.
5840         (wl-summary-target-mark-mark-as-important): Ditto.
5841         (wl-summary-target-mark-save): Ditto.
5842         (wl-summary-replace-status-marks): Renamed from
5843         wl-summary-set-status-marks-on-buffer;
5844         Use wl-summary-message-regexp instead of
5845         wl-summary-buffer-number-regexp.
5846         (wl-summary-sync-update): Follow the change above.
5847         (wl-summary-goto-previous-message-beginning): New function.
5848         (wl-summary-mark-as-unread): Use it.
5849         (wl-summary-mark-as-important): Ditto.
5850         (wl-summary-line-formatter): New variable.
5851         (wl-summary-line-year): New function.
5852         (wl-summary-line-day): Ditto.
5853         (wl-summary-line-day-of-week): Ditto.
5854         (wl-summary-line-hour): Ditto.
5855         (wl-summary-line-minute): Ditto.
5856         (wl-summary-line-open-bracket): Ditto.
5857         (wl-summary-line-close-bracket): Ditto.
5858         (wl-summary-line-children-number): Ditto.
5859         (wl-summary-line-thread-indent): Ditto.
5860         (wl-summary-line-size): Ditto.
5861         (wl-summary-line-subject): Ditto.
5862         (wl-summary-line-from): Ditto.
5863         (wl-summary-line-children-and-from): Ditto.
5864         (wl-summary-create-line): Rewritten.
5865         (wl-summary-format-date): Abolished.
5866
5867         * wl-highlight.el (wl-highlight-summary-current-line): Use
5868         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5869         Use thread structure to detect thread top message.
5870
5871         * wl-draft.el (wl-default-draft-cite): Don't use
5872         wl-summary-from-func-internal.
5873
5874         * wl-refile.el (wl-refile-subject-learn): Don't use
5875         wl-summary-subject-filter-func-internal.
5876         (wl-refile-guess-by-subject): Ditto.
5877
5878         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5879         parameters.
5880
5881         * wl-thread.el (wl-thread-update-indent-string-region):
5882         Use wl-thread-update-line-on-buffer instead of
5883         wl-thread-update-indent-string.
5884         (wl-thread-update-children-number): Redefine using
5885         wl-thread-update-line-on-buffer.
5886         (wl-thread-update-indent-string): Abolished.
5887
5888         * Version number is increased to 2.9.11.
5889
5890 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5891
5892         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5893         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5894         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5895
5896         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5897         as nil.
5898
5899         * wl-thread.el (wl-thread-open-all-unread): Use 
5900         elmo-folder-list-messages-mark-match.
5901         (wl-thread-insert-message): Removed argument `mark-alist'.
5902         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5903         elmo-msgdb-set-mark.
5904         (wl-thread-get-children-msgs-uncached): Likewise.
5905         (wl-thread-get-exist-children): Added argument include-self.
5906         (wl-thread-delete-message): Follow the change above.
5907
5908         * wl-summary.el (wl-summary-count-unread): Removed argument.
5909         (wl-summary-rescan): Follow the change above.
5910         (wl-summary-mark-as-read-region): Ditto
5911         (wl-summary-mark-as-unread-region): Ditto.
5912         (wl-summary-delete-messages-on-buffer): Ditto.
5913         (wl-summary-sync-update): Ditto.
5914         (wl-summary-switch-to-clone-buffer): Ditto.
5915         (wl-summary-goto-folder-subr): Ditto.
5916         (wl-summary-target-mark-mark-as-read): Ditto.
5917         (wl-summary-target-mark-mark-as-unread): Ditto.
5918         (wl-summary-target-mark-mark-as-important): Ditto.
5919         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5920         (wl-summary-update-thread): Removed argument `mark-alist'.
5921         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5922         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5923         (wl-summary-resume-cache-status): Likewise.
5924         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5925         elmo-msgdb-set-mark.
5926         (wl-summary-mark-as-read-all): Likewise.
5927         (wl-summary-delete-cache): Ditto.
5928         (wl-summary-auto-select-msg-p): Ditto.
5929         (wl-summary-mark-as-unread): Ditto.
5930         (wl-summary-no-auto-refile-message-p): Ditto.
5931         (wl-summary-mark-as-read): Ditto.
5932         (wl-summary-mark-as-important): Ditto.
5933         (wl-summary-auto-refile): Follow the change above.
5934         (wl-summary-delete-all-marks): Removed.
5935         (wl-summary-resume-marks-and-highlight): Ditto.
5936         (wl-summary-resume-marks): Ditto.
5937         (wl-summary-delete-important-msgs-from-list): Ditto.
5938         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5939
5940         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5941         wl-summary-count-unread.
5942
5943         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5944         (wl-summary-score-update-all-lines): Use
5945         elmo-msgdb-set-mark.
5946
5947 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5948
5949         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5950         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5951         (wl-summary-create-line): Renamed from
5952         wl-summary-overview-create-summary-line;
5953         Argument rearrangement.
5954         (wl-summary-update-thread): Follow the change above.
5955
5956         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5957         (wl-thread-insert-entity-sub): Likewise.
5958
5959         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5960         argument `overview', `mark-alist' and added `msgdb'.
5961
5962         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5963
5964         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5965         (wl-summary-rescan): Follow the change above.
5966         (wl-summary-sync-update): Ditto.
5967         (wl-summary-insert-thread-entity): Ditto;
5968         Don't use `let*' in every while loop;
5969         Detect infinite loop of threads.
5970         (wl-summary-update-thread): Removed argument `overview'.
5971
5972         * wl-thread.el (wl-thread-insert-message): Ditto.
5973
5974         * Version number is increased to 2.9.10.
5975
5976         * wl-message.el (wl-message-redisplay): Ignore errors while
5977         wl-message-redisplay-hook.
5978
5979 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5980
5981         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5982
5983 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5984
5985         * wl.el (wl): inhibit-quit while wl-folder.
5986
5987 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5988
5989         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5990         while msgdb access.
5991
5992 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5993
5994         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5995         even if no folder is not created.
5996
5997 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6000
6001         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6002         implementation.
6003         (wl-summary-target-mark-thread): Ditto.
6004
6005         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6006
6007 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6008
6009         * wl-util.el (wl-display-bytes): Remove unused function.
6010
6011 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6014         seems critical one (partially reverse the change in 2002/03/17).
6015
6016 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6017
6018         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6019         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6020
6021 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6022
6023         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6024         is not writable.
6025         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6026         plugged status instead of `'force' as 2nd argument.
6027
6028         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6029         is not creatable.
6030
6031         * Version number is increased to 2.9.9.
6032
6033 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6034
6035         * wl-summary.el (wl-summary-suspend): New function.
6036
6037 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6038
6039         * wl.el (wl): Do not check variables if check is nil.
6040         * wl-utils.el (wl-collect-draft): New function.
6041         * wl-folder.el (wl-folder-suspend): Put summary buffers
6042         and draft buffers at the end of buffer list.
6043         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6044
6045 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6046
6047         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6048         loop instead of recursive call.
6049
6050         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6051         2nd argument.
6052
6053 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6054
6055         * wl-draft.el (wl-draft-create-contents): Don't take neither
6056         (function . args) nor (string . something) any more.
6057
6058         * wl-version.el (wl-generate-user-agent-string): Return string
6059         without header symbol.
6060         * wl-draft.el (wl-draft-default-headers): Use it.
6061
6062         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6063         `wl-draft-insert-ccs' and return field value instead of inserting
6064         the header. Abolish cc argument.
6065         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6066
6067         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6068         rather than one with string car.
6069
6070         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6071         * wl-draft.el (wl-draft-create-contents): Add it after the default
6072         headers.
6073
6074         * wl-draft.el (wl-draft-create-contents): For the case of
6075         (symbol-or-string . function) insert header only when the function
6076         returns string value.
6077
6078 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6079
6080         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6081         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6082
6083 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6084
6085         * wl.el (wl-check-environment): Don't check Message-ID when
6086         `wl-insert-message-id' is nil.
6087         Revive checking if `wl-message-id-domain' contains "@".
6088
6089 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6090
6091         * wl.el (wl-check-environment): Merge examination for "@" at
6092         inappropriate position into the first string-match.
6093
6094         * wl-summary.el (wl-summary-target-mark-print): New function.
6095         (wl-summary-pipe-message-subr): Extracted from
6096         `wl-summary-pipe-message'.
6097         (wl-summary-target-mark-pipe): New function.
6098         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6099         `wl-summary-target-mark-pipe'.
6100
6101 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6102
6103         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6104
6105 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6106
6107         * wl.el (wl-check-environment): Use elmo-warning instead of
6108         error for non-critical ones.
6109         Remove trash folder check.
6110         (wl): Don't ignore error in wl-check-environment.
6111
6112         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6113         check, which is moved from `wl-check-environment'.
6114         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6115
6116 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6119         guess anything, call wl-summary-write.
6120         (wl-summary-write): Create draft with blank To field.
6121         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6122
6123 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6124
6125         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6126         argument full as well for wl-folder-write-current-folder.
6127         If wl-*-write-current-folder cannot guess addressee, add blank
6128         To header.
6129         Rewrite condition for positioning cursor.
6130
6131 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6132
6133         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6134         summary buffer is present, use it.
6135         (wl-folder-jump-to-previous-summary): Ditto.
6136
6137 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6140
6141         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6142         wl-summary-previous-buffer and wl-summary-next-buffer.
6143
6144         * wl-folder.el (wl-folder-mode-map): Bind
6145         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6146         (wl-folder-jump-to-next-summary): New function.
6147         (wl-folder-jump-to-previous-summary): Ditto.
6148
6149         * wl-draft.el (wl-draft): Rearranged.
6150
6151 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6152
6153         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6154         of header.
6155         (wl-draft): Collect arguments for the header as header-alist.
6156         (wl-draft-forward): Arrange arguments for wl-draft.
6157         (wl-draft-reply): Ditto.
6158         (wl-draft-edit-string): Ditto.
6159         * wl-summary.el (wl-summary-write): Ditto.
6160         (wl-summary-write-current-folder): Ditto.
6161
6162         * Version number is increased to 2.9.8.
6163
6164 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6167
6168         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6169
6170         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6171         even if the guess failed.
6172
6173         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6174         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6175         wl-summary-write-current-folder.
6176         * wl-xmas.el: Ditto.
6177
6178 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6179
6180         * wl-summary.el (wl-summary-next-page): Force display message if
6181         message is not displayed yet.
6182         (wl-summary-prev-page): Ditto.
6183
6184 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6185
6186         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6187
6188 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6191         add "Preview Message" and "Save Draft and Exit".
6192
6193 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6196         if addrmgr is called from draft in splitted window.
6197
6198         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6199         * wl-mule.el: Ditto.
6200         * wl-xmas.el: Ditto.
6201
6202 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6203
6204         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6205
6206         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6207         * wl-xmas.el (wl-folder-toolbar): Ditto.
6208
6209 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6210
6211         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6212         and wl-draft-save-and-exit.
6213         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6214         * wl-xmas.el: Ditto.
6215         * wl-mule.el: Ditto.
6216
6217         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6218         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6219
6220 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6223         lists for saving buffer.
6224
6225 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6228         parent-folder argument instead of it.
6229         (wl-draft-create-buffer): Ditto.
6230         (wl-draft-forward): Ditto.
6231         (wl-draft-reply): Ditto.
6232         * wl-summary.el (wl-summary-write): Ditto.
6233         (wl-summary-write-current-folder): Ditto.
6234
6235         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6236         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6237         Folder buffer after composing.
6238
6239 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6242         header if the file `wl-x-face-file' already contains it.
6243
6244 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6245
6246         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6247         folder" entry.
6248         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6249         * wl-e21.el (wl-folder-toolbar): Ditto.
6250         * wl-xmas.el (wl-folder-toolbar): Ditto.
6251
6252 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6253
6254         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6255         wl-folder-goto-folder with sticky argument.
6256         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6257
6258 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6261         and wl-summary-previous-buffer.
6262         (wl-summary-next-buffer): New function.
6263         (wl-summary-previous-buffer): Ditto.
6264
6265 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6266
6267         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6268         wl-folder-jump-to-current-entity-with-arg.
6269         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6270         `wl-folder-jump-to-current-entity'.
6271         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6272         `wl-summary-goto-folder-sticky'.
6273         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6274         `wl-summary-goto-folder'.
6275         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6276         Unless force-exit, do not clean temp. marks for sticky summary.
6277         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6278
6279 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6282         not entire.
6283
6284 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6285
6286         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6287         to `C-x C-s'.
6288         (wl-summary-save-status): New command.
6289         (wl-summary-exit): Don't clean-up temp marks when sticky.
6290         (Applied patch from Nakayama-san [wl: 09548])
6291         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6292         Do nothing when no mark data.
6293         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6294         Call `wl-summary-delete-all-temp-marks' before saving.
6295
6296 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6297
6298         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6299
6300 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6301
6302         * wl.el (wl-check-environment): Also cause error when (system-name)
6303         returns "localhost.localdomain". (Although it doesn't affect because
6304         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6305
6306 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6307
6308         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6309         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6310
6311         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6312         value.
6313
6314 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6315
6316         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6317         Likewise r-cc-list and r-ng-list.
6318
6319 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6320
6321         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6322         only if it is bound as variable.
6323
6324         * wl-mime.el (wl-draft-preview-message): Ditto.
6325
6326 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6329         needless `goto-char'.
6330
6331         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6332         `wl-summary-redisplay-no-mime-internal' instead of
6333         `wl-summary-redisplay-no-mime'.
6334         (wl-summary-redisplay-no-mime): Changed argument;
6335         Call `wl-summary-redisplay-no-mime-internal'.
6336
6337         * wl-mime.el (wl-draft-preview-message): Bind
6338         `mime-header-encode-method-alist' locally.
6339
6340         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6341         (wl-draft-std11-parse-addresses): Added the first address check.
6342         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6343
6344         * Version number is increased to 2.9.7.
6345
6346 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6349
6350 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6351
6352         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6353         related to scrollbar support, if there is no such a feature
6354         compiled in.
6355
6356 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6357
6358         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6359         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6360         for prefetch.
6361
6362 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-summary.el (wl-summary-pick): Fix for no match.
6365
6366 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-draft.el (wl-draft-save):
6369         Override `mime-header-encode-method-alist'.
6370
6371 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6372
6373         * wl-folder.el (wl-folder-pick): New function.
6374         Define key as "?".
6375
6376 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6377
6378         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6379         Fix for unplugged.
6380
6381 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6382
6383         * wl-folder.el (wl-folder-virtual): New function.
6384         Define key as "V".
6385
6386 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6387
6388         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6389         multi folder if entity is group.
6390
6391 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6394         is nil.
6395
6396 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6397
6398         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6399         (wl-summary-target-mark-msgs): Return the number of marked messages.
6400
6401 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6402
6403         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6404         "first:" is specified.
6405
6406 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6407
6408         * wl-vars.el (wl-from): Use return value of function
6409         user-full-name instead of the variable user-full-name since
6410         XEmacs-20.4 doesn't set this variable.
6411
6412 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6413
6414         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6415         call `wl' directly.
6416
6417 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6418
6419         * wl-draft.el (wl-draft-reedit): Removed duplicated
6420         switch-to-buffers.
6421
6422 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * wl.el (wl-other-frame): Removed garbages.
6425
6426 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6427
6428         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6429
6430         * wl-xmas.el (wl-draft-key-setup): Ditto.
6431
6432         * wl-mule.el (wl-draft-key-setup): Ditto.
6433
6434         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6435         (wl-draft-reedit): Ditto.
6436         (wl-draft-prepare-edit): Add `wl-draft-save' to
6437         `local-write-file-hooks'.
6438         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6439         (wl-draft-reedit): Set buffer-file-name.
6440         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6441
6442
6443         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6444         call it.
6445         (wl-delete-startup-frame-function): New variable.
6446         (wl-other-frame): New function
6447         (Original was written by Yamaoka san [wl: 09239]).
6448
6449         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6450         if `wl-folder-use-frame'.
6451
6452 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6455
6456 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6459         New variable.
6460         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6461         (wl-message-buffer-prefetch-get-next): Use them.
6462         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6463
6464 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6467         with unwind-protect.
6468
6469         * wl-draft.el (wl-draft-reedit): Rewrite.
6470         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6471         (wl-draft-save): Insert header separator if it does not exist;
6472         Removed condition-case.
6473
6474         * wl-summary.el (wl-summary-reedit): Revert last change.
6475
6476         * wl-draft.el (wl-draft-save): Rewrite.
6477         (wl-draft-create-buffer): Set buffer-file-name as nil.
6478
6479         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6480
6481         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6482
6483         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6484         nil.
6485
6486 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6489         If count is nil, do not prefetch.
6490         (wl-message-buffer-prefetch-next): Next.
6491
6492 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6495
6496 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6497
6498         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6499         `delete-backward-char'
6500         (wl-draft-prepare-edit): Check major-mode.
6501         (wl-draft-decode-header): Rewrite.
6502         (wl-draft): Fix.
6503
6504 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6507
6508 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6509
6510         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6511         (wl-message-buffer-prefetch-get-next): Remove size checking.
6512         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6513
6514 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6517         (wl-draft-default-headers): Fix.
6518
6519 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6520
6521         * wl-draft.el (wl-draft-default-headers): Insert return value of
6522         `wl-generate-mailer-string-function'.
6523
6524 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6525
6526         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6527         (wl-draft-insert-mail-header-separator): Ditto.
6528
6529         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6530         again (Reverted the change on 2002-01-17 by OKADA san).
6531
6532 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-draft.el (wl-draft): Rewrite.
6535         (wl-draft-create-buffer): New function.
6536         (wl-draft-create-contents): Ditto.
6537         (wl-draft-prepare-edit): Ditto.
6538         (wl-draft-decode-header): Ditto.
6539         (wl-draft-decode-body): Ditto.
6540         (wl-draft-check-new-line): Ditto.
6541         (wl-draft-default-headers): Ditto.
6542         (wl-draft-insert-mail-header-separator): Ditto.
6543
6544 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * Version number is increased to 2.9.6.
6547
6548 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6549
6550         * wl-draft.el (wl-draft-delete-field): Optional argument.
6551         (wl-draft-delete-fields): Ditto.
6552
6553 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6554
6555         * wl-message.el (toplevel): Eliminated byte-compile warning.
6556         for `itimer-function', `delete-timer' and `itimer-list'.
6557
6558 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6559
6560         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6561         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6562         `wl-message-buffer-prefetch-threshold'.
6563         * wl-summary.el (wl-summary-redisplay-internal): Remove
6564         the check of `wl-message-buffer-prefetch-depth'.
6565
6566 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6567
6568         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6569         size of article.
6570         (wl-message-buffer-prefetch-subr): Remove size check.
6571
6572 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6573
6574         * wl-vars.el (wl-plugged): Make customizable.
6575
6576 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6577
6578         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6579         (wl-message-buffer-prefetch-set-timer): New function.
6580         (wl-message-buffer-prefetch-get-next): New function.
6581         (wl-message-buffer-prefetch): New function.
6582         (wl-message-buffer-prefetch-next): Rewrite.
6583         (wl-message-buffer-prefetch-subr): Rewrite.
6584         * wl-vars.el (wl-auto-prefetch-first): New variable.
6585         * wl-summary.el (wl-summary-goto-folder-subr): Call
6586         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6587
6588 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6589
6590         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6591         `wl-summary-unread-message-hook'.
6592
6593 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6594
6595         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6596         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6597         if range is `cache-status'.
6598
6599 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6600
6601         * wl-message.el (wl-message-buffer-prefetch-subr):
6602         Improve debug message.
6603
6604 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6605
6606         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6607         `wl-mail-send-pre-hook'.
6608         (wl-draft-send-mail-with-qmail): Ditto.
6609         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6610
6611 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-message.el (wl-message-buffer-prefetch-subr):
6614         Fix for cancel-function-timers bug.
6615         (wl-message-buffer-prefetch-debug): Default value is t.
6616
6617 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6618
6619         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6620         (wl-message-buffer-prefetch-subr): Rewrite.
6621         Rename from `wl-message-buffer-prefetch'.
6622
6623 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6624
6625         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6626         (wl-default-draft-cite-decorate-author): Ditto.
6627
6628         * wl-draft.el (wl-draft-cite-function): Removed.
6629         (wl-default-draft-cite-decorate-author): Ditto.
6630
6631 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6634         (wl-default-draft-cite): Do not arrange author name if the value of
6635         `wl-default-draft-cite-decorate-author' is nil.
6636
6637 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6638
6639         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6640
6641         * wl-folder.el (wl-folder-check-one-entity): Don't care
6642         `elmo-folder-use-flag-p'.
6643
6644 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6645
6646         * wl-folder (wl-folder-check-one-entity): Fix
6647         problem if unread is nil.
6648
6649 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6650
6651         * wl-address.el (wl-address-make-completion-list): Check whether
6652         the address is a group list.
6653         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6654
6655 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6656
6657         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6658         The number of the messages of new and unread does not count
6659         correctly.
6660
6661         * wl-summary.el (wl-summary-count-unread): Changed to return
6662         `(new . unread)' instead of total.
6663         (wl-summary-sync-update): Follow the change above.
6664
6665         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6666
6667 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6668
6669         * wl-address.el (wl-address-make-completion-list): Do not enclose
6670         address by " <" and ">" if associated realname is "".
6671         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6672         This is against the promblem with group list in .addresses pointed
6673         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6674
6675 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6676
6677         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6678         message is a format control string.
6679         * wl-expire.el (wl-expire-append-log): Ditto.
6680         * wl-mime.el (wl-summary-burst-subr): Ditto.
6681         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6682         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6683
6684 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6685
6686         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6687         wl.el (wl-check-variables): Rename from `wl-check-type'.
6688         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6689         (wl-check-variables-2): New function.
6690         (wl): Call `wl-check-variables-2'.
6691
6692 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6693
6694         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6695         after renaming folder in access group.
6696
6697 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6700         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6701         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6702         (wl-message-buffer-prefetch): Rewrite.
6703         (wl-message-buffer-prefetch-idle-time): Removed.
6704         * wl-summary.el (wl-summary-redisplay-internal):
6705         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6706         Error check for `wl-message-buffer-prefetch-depht'.
6707
6708 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6709
6710         * Version number is increased to 2.9.5.
6711         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6712
6713 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6714
6715         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6716         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6717         Based on the patch written by
6718         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6719
6720 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl-draft.el (wl-draft-raw-send): Fix for
6723         `wl-news-send-pre-hook'
6724
6725 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl-utils.el (wl-message-id-function): New variable.
6728         * wl-draft.el (wl-draft-insert-required-fields):
6729         Use `wl-message-id-function'.
6730
6731 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6732
6733         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6734         * wl-utils.el (wl-draft-make-message-id-string):
6735         Use `wl-from' for domain part of Message-ID
6736         if `wl-message-id-use-wl-from' if non-nil.
6737         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6738
6739 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6740
6741         * wl.el (wl): Call `wl-check-type'
6742         Do not 'condition-case'.
6743
6744 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl.el (wl-check-type): New function.
6747         (wl-check-type-variables): New variable.
6748
6749 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6752
6753 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6754
6755         * wl-draft.el (wl-smtp-password-key): New function.
6756         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6757         (wl-draft-send-mail-with-smtp): Ditto.
6758         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6759
6760 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6763         * wl-utils.el (wl-unique-id-suffix): Remove.
6764
6765 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6766
6767         * Version number is increased to 2.9.4.
6768
6769 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6770
6771         * wl-utils.el (wl-unique-id-suffix): New variable.
6772         (wl-unique-id): Use `wl-unique-id-suffix'
6773
6774 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6775
6776         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6777         instead of `elmo-msgdb-search'.
6778
6779         * Version number is increased to 2.9.3.
6780
6781 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6782
6783         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6784
6785 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6786
6787         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6788         (wl-draft-dispatch-message): Changed for send-later.
6789         (wl-draft-queue-flush): Ditto.
6790         (wl-draft): Clear `wl-sent-message-queued'.
6791         (wl-draft-reedit): Ditto.
6792         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6793         * wl-vars.el (wl-draft-force-queuing): New variable.
6794         (wl-draft-force-queuing-mail): New variable.
6795         (wl-draft-force-queuing-news): New variable.
6796
6797 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6800         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6801
6802 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6803
6804         * Version number is increased to 2.9.2.
6805
6806 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * wl-draft.el (wl-draft-elide-region): New user command.
6809         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6810
6811         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6812         command `wl-draft-elide-region'.
6813         * wl-mule.el: Ditto.
6814         * wl-xmas.el: Ditto.
6815
6816 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6819         (wl-biff-check-folder-async): Removed needless let.
6820
6821 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6824         wl-folder-get-elmo-folder.
6825         (wl-biff-check-folder): Set `biff' argument of
6826         `wl-folder-check-one-entity'.
6827         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6828
6829         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6830         (wl-folder-check-one-entity): Added `biff' argument;
6831         Setup `biff' slot of folder.
6832
6833         * Version number is increased to 2.9.1.
6834
6835 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6838         comment out and fixed.
6839         (wl-fldmgr-add-completion-subr): Ditto.
6840
6841         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6842         and msgdb.
6843
6844         * wl.el (wl-toggle-plugged): Save summary view.
6845
6846 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6847
6848         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6849
6850 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6851
6852         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6853
6854 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6857         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6858         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6859
6860         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6861         if it was failed.
6862         (wl-demo): Disable undo in the demo buffer.
6863
6864 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6865
6866         * wl-version.el (wl-version): Changed codename.
6867
6868         * Version number is increased to 2.9.0.
6869
6870 2001-12-14  Takuo KITAME <kitame@northeye.org>
6871
6872         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6873         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6874         (wl-folder-mark-as-read-all-current-entity): Ditto.
6875
6876 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6877
6878         * wl-vars.el (wl-from-width): Define as obsolete variable.
6879         (wl-subject-length-limit): Ditto.
6880
6881         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6882
6883         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6884         wl-summary-save-view.
6885
6886         * wl.el (wl-save-status): Ditto.
6887         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6888
6889         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6890         (wl-summary-exit): Follow the change above.
6891         (wl-summary-goto-folder-subr): Ditto.
6892
6893         * wl-folder.el (wl-folder-create-subr): Don't use
6894         `elmo-folder-creatable-p'.
6895
6896 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6897
6898         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6899
6900 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6903         rather than bitmap on Emacs 21.
6904         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6905         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6906         for xbm if the new redisplay engine is not available.
6907
6908 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6909
6910         * wl-folder.el (wl-folder-init-hook): New hook.
6911         (wl-folder-init): Run `wl-folder-init-hook'.
6912
6913 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6914
6915         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6916
6917 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-acap.el (wl-acap-cache-filename): New variable.
6920         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6921         (wl-acap-init): Use cache if no ACAP server found.
6922
6923 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6924
6925         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6926         `wl-acap-original-msgdb-dir'.
6927
6928         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6929         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6930
6931         * wl-mime.el (wl-mime-save-directory): Renamed from
6932         `wl-mime-save-dir'.
6933
6934 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6937
6938         * wl-demo.el: Require `path-util'.
6939         (wl-demo-bitmap-mule-available-p): New internal variable.
6940         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6941         `module-installed-p' instead.
6942         (wl-demo-insert-image): Use *.img file for a bitmap image.
6943         (wl-demo): Don't call the ascii demo recursively.
6944
6945 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6946
6947         * Version number is increased to 2.7.7.
6948
6949 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6950
6951         * wl.el (wl-exit): Eliminated byte-compile warning.
6952
6953 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6954
6955         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6956         obsolete variable using `elmo-define-obsolete-variable'.
6957         (wl-fetch-confirm-threshold): Ditto.
6958         (wl-cache-prefetch-folder-type-list): Ditto.
6959         (wl-cache-prefetch-folder-list): Ditto.
6960
6961 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6962
6963         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6964         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6965         (wl-demo-insert-image): New function.
6966         (wl-demo-insert-text): New function.
6967         (wl-demo-image-type-alist): Redefine as a function.
6968         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6969         (wl-demo-with-temp-file-buffer): Removed.
6970         (wl-logo-xpm): Removed.
6971         (wl-logo-xbm): Removed.
6972         (wl-logo-bitmap): Removed.
6973
6974 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6975
6976         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6977         (wl-expire-localdir-get-folder-function): New user option.
6978         (wl-expire-localdir-get-folder): New function.
6979         (wl-expire-localdir-date): Ditto.
6980
6981 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6984         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6985         Fixed unread number mismatch when all-unread < unread.
6986
6987 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6988
6989         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6990         (wl-fetch-confirm-threshold): Ditto.
6991
6992         * wl-summary.el (wl-summary-confirm-appends): Removed.
6993         (wl-summary-sync-update): Don't refer
6994         `wl-summary-update-confirm-threshold' (It is now abolished).
6995
6996         * wl-message.el (wl-message-display-internal): Don't refer
6997         `wl-fetch-confirm-threshold' (It is now abolished).
6998
6999 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7002
7003 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7004
7005         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7006         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7007         Change default value to nil.
7008         (wl-summary-indent-length-limit): The value can be nil, nil means
7009         unlimited.
7010
7011         * wl-summary.el: Don't set limit for indent length if the value of
7012         wl-summary-indent-length-limit is nil.
7013         If the value of wl-summary-width is nil, it means only that the width
7014         of summary is unlimited (nil doesn't mean that the indent length is
7015         unlimited).
7016
7017         * wl-thread.el: Ditto.
7018
7019 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7020
7021         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7022         be nil, nil means never confirm.
7023         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7024
7025 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7026
7027         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7028         means unlimited).
7029
7030 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7031
7032         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7033         Use `with-temp-buffer'.
7034
7035 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7038         with new backquote style).
7039         (wl-folder-get-entity-from-buffer): Ditto.
7040
7041 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7042
7043         * wl-version.el (nemacs-version): Eliminated.
7044         (wl-extended-emacs-version2): Ignore nemacs.
7045         (wl-extended-emacs-version3): Ditto.
7046
7047 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7048
7049         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7050         (wl-draft-add-in-reply-to): New variable.
7051         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7052         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7053         (wl-draft-yank-from-mail-reply-buffer): Use
7054         `wl-draft-add-in-reply-to'.
7055         (wl-draft-insert-current-message): Ditto.
7056
7057 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7058
7059         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7060         typo (kill->hide).
7061         (wl-message-buffer-prefetch-folder-type-list): Added elements
7062         `mark' and `cache' instead of `internal'.
7063
7064 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7065
7066         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7067         resume msgdb directory.
7068
7069 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7070
7071         * wl.el (wl-exit): Call `wl-acap-exit'.
7072
7073         * wl-summary.el (wl-summary-message-string): New function.
7074         (wl-summary-reedit): Use it.
7075         (wl-summary-resend-bounced-mail): Remove needless let.
7076         (wl-summary-supersedes-message): Ditto.
7077         (wl-summary-save): Ditto.
7078
7079         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7080         (wl-acap-init): Set it.
7081         (wl-acap-exit): New function.
7082
7083 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7084
7085         * wl.el (wl-init): Revert (require 'mime-setup). move from
7086         toplevel.
7087
7088 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7089
7090         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7091         local variables.  Add error when guess function return invalid
7092         value.
7093
7094 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7095
7096         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7097         Change local variable name.
7098         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7099         (wl-folder-get-newsgroups): Return nil when non-news folder.
7100         * wl-summary.el (wl-summary-write-current-folder): State through
7101         when guess-list return nil.
7102         (wl-summary-write-current-folder-functions): Fixed docstring.
7103
7104         * wl.el (wl-exit): Changed confirm message.
7105
7106         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7107         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7108
7109         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7110
7111 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7112
7113         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7114         user option (Renamed from wl-cache-prefetch-folder-type-list).
7115         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7116         from wl-cache-prefetch-folder-list).
7117
7118         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7119         Move to wl-vars.el.
7120         (wl-message-buffer-prefetch-p): Changed to enable
7121         `wl-message-buffer-prefetch-folder-list'.
7122
7123         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7124         `ignore-cache'.
7125
7126 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7127
7128         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7129         `part-top' and `part-bottom'.
7130         (wl-draft-config-sub-part-top): New function.
7131         (wl-draft-config-sub-part-bottom): New function.
7132
7133 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7134
7135         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7136
7137 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7138
7139         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7140
7141 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7142
7143         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7144
7145         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7146         (wl-summary-write-current-folder): Ditto.
7147
7148 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7149
7150         * wl-folder.el (wl-folder-get-newsgroups): Use
7151         `elmo-folder-newsgroups'.
7152
7153 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7154
7155         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7156         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7157         `wl-draft-config-sub-header-bottom'.
7158
7159 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7160
7161         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7162         localnews folder.
7163
7164 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7165
7166         * wl-summary.el (wl-summary-mode): Undo last change.
7167
7168         * wl-folder.el (wl-folder-mode): Ditto.
7169
7170 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7171
7172         * wl-summary.el (wl-summary-mode): Locally set
7173         truncate-partial-window-width to nil.
7174         (for XEmacs)
7175
7176         * wl-folder.el (wl-folder-mode): Ditto.
7177
7178 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7181
7182 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7183
7184         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7185         number.
7186
7187         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7188
7189         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7190
7191         * Version number is increased to 2.7.6.
7192
7193 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7194
7195         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7196
7197 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-summary.el (wl-summary-sync-update): Enclose network
7200         related portion with `unwind-protect'.
7201
7202 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7203
7204         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7205
7206 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7209         element.
7210         * wl-vars.el (wl-message-body-button-alist): Ditto.
7211
7212         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7213         max match length.
7214         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7215
7216         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7217         for the max match length;
7218         Use 4th element value for the button string regexp group.
7219
7220         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7221         candidate exists, prompt to select.
7222
7223 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7224
7225         * wl-summary.el (wl-summary-jump-to-msg): Search before
7226         calibration point by `beginning-of-line'.
7227
7228 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7229
7230         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7231         for access group.
7232
7233 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7234
7235         * wl-message.el (wl-message-display-internal): Bind
7236         `default-mime-charset'.
7237
7238         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7239
7240         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7241
7242         * Version number is increased to 2.7.5.
7243
7244 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7245
7246         * wl-expire.el (wl-summary-archive): Fixed;
7247         Use `elmo-folder-name-internal'.
7248
7249 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7250
7251         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7252         from `elmo-folder-move-messages' caller.
7253         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7254
7255         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7256         related portions are changed).
7257
7258 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7259
7260         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7261         counter.
7262
7263 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7264
7265         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7266         buffer local and set it to nil.
7267
7268         * wl-message.el (wl-message-redisplay): Ditto.
7269
7270 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7271
7272         * wl-summary.el (wl-summary-mark-as-important): If message is
7273         already cached, set messag as read, otherwise encache and mark as read.
7274
7275 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7276
7277         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7278         point-min.
7279
7280 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7281
7282         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7283         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7284         a keymap.
7285
7286 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7289         parent.
7290
7291         * wl-mule.el (wl-message-define-keymap): Ditto.
7292
7293         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7294
7295         * wl-xmas.el (wl-message-display-internal-hook): Define.
7296         (wl-xmas-setup-message-toolbar): Define as function.
7297         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7298         (wl-message-overload-functions): Abolished.
7299         (wl-message-define-keymap): New function.
7300
7301         * wl-vars.el (wl-message-display-internal-hook): New variable.
7302         (wl-message-header-button-alist): New variable (Renamed from
7303         wl-highlight-message-header-button-alist).
7304         (wl-message-body-button-alist): Ditto.
7305
7306         * wl-mule.el (wl-message-define-keymap): New function.
7307         (wl-message-overload-functions): Abolished.
7308
7309         * wl-message.el (wl-message-add-buttons-to-body): New function.
7310         (wl-message-redisplay): Don't call wl-message-overload-functions;
7311         Call wl-message-add-buttons-to-header and
7312         wl-message-add-buttons-to-body.
7313         (wl-message-display-internal): Set keymap argument for
7314         elmo-mime-display-as-is, elmo-mime-message-display;
7315         Run wl-message-display-internal-hook.
7316         (wl-message-refer-article-or-url): Abolished.
7317
7318         * wl-highlight.el (wl-highlight-headers): Don't call
7319         wl-highlight-message-add-buttons-to-header.
7320         (wl-highlight-message-add-buttons-to-header): Abolished.
7321
7322
7323         * wl-e21.el (wl-message-display-internal-hook): Define.
7324         (wl-e21-setup-toolbar): Deleted duplicated binding.
7325         (wl-e21-setup-message-toolbar): Define as function.
7326         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7327         (wl-message-define-keymap): New function.
7328         (wl-message-overload-functions): Abolished.
7329
7330 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7333         and elmo-folder-close.
7334
7335         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7336
7337 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7338
7339         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7340         boolean value.
7341         * wl-draft.el (wl-draft-do-fcc): Ditto.
7342
7343 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7344
7345         * wl-vars.el (wl-fcc-force-as-read): New variable.
7346         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7347         mark copied message as read.
7348
7349 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7350
7351         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7352
7353 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7356         `wl-summary-target-above' instead of obsolete variable
7357         `wl-summary-temp-above'.
7358
7359         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7360         instead of `make-obsolete-variable'.
7361         * wl-refile.el (toplevel): Ditto.
7362
7363 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7364
7365         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7366         with third argument t.
7367         (wl-draft): Set first argument for wl-plugged-init as t.
7368
7369         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7370         definition.
7371
7372 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-vars.el: Tabify.
7375         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7376
7377         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7378         message.
7379
7380 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7381
7382         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7383         and set default to beep.
7384
7385 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7386
7387         * wl-vars.el (wl-draft-truncate-lines): New variable.
7388
7389         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7390         instead of wl-message-truncate-lines for truncate-lines.
7391
7392 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-message.el (wl-message-display-internal): Call
7395         `wl-highlight-message' after `elmo-mime-display-as-is'.
7396
7397         * wl-mime.el (wl-mime-display-text/plain): New function.
7398         (wl-mime-display-header): Ditto.
7399         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7400         body-presentation-method for text/plain;
7401         Register `wl-mime-display-header' as a header-presentation-method;
7402         Don't set up `elmo-message-text-content-inserted-hook' and
7403         `elmo-message-header-inserted-hook'.
7404
7405         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7406         variable.
7407         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7408         as t if flag is 'all-header;
7409         Don't bind `elmo-message-ignored-field-list',
7410         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7411
7412 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7413
7414         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7415         for xemacs with non-mule environment.
7416
7417 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7418
7419         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7420         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7421         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7422
7423 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7424
7425         * wl-vars.el (wl-interactive-send): Set default value as t.
7426
7427 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7428
7429         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7430         (wl-addrmgr-method-list): Abolished.
7431         (wl-addrmgr-change-method): Follow above change.
7432
7433         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7434
7435 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7436
7437         * wl-vars.el (wl-message-truncate-lines): Change default value
7438         to default-truncate-lines.
7439
7440         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7441
7442 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7443
7444         * wl-vars.el (wl-message-truncate-lines): New variable.
7445
7446         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7447         wl-message-truncate-lines.
7448
7449 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7450
7451         * wl-acap.el (wl-acap-init): Remove period from error message.
7452         (wl-acap-find-acap-service): Remove period from message.
7453
7454 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * wl.el (wl-check-environment): Undo last change.
7457
7458         * wl-vars.el (wl-from): Changed default value.
7459
7460         * wl-util.el (toplevel): Don't require tm-edit.
7461
7462         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7463         `wl-folder-init';
7464         Don't set mark on mail body.
7465         (wl-draft-reedit): Ditto.
7466
7467         * wl-address.el (wl-address-quote-specials): Define as an alias for
7468         elmo-address-quote-specials.
7469
7470 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7471
7472         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7473
7474         * wl-vars.el (wl-from): Set default value as nil.
7475         (wl-organization): Set default value as ORGANIZATION environment
7476         variable.
7477
7478         * wl-draft.el (wl-smtp-extension-bind): Check value of
7479         wl-smtp-connection-type.
7480
7481         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7482         error.
7483
7484 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7485
7486         * Version number is increased to 2.7.4.
7487
7488         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7489         arguments from `wl-highlight-x-face-function' caller.
7490         Use x-face-1.3.6.12 or later.
7491
7492 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7493
7494         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7495
7496 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7497
7498         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7499         (wl-fcc): Fix to accept function.
7500         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7501
7502 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7503
7504         * wl-acap.el (toplevel): Added `product-provide' declare.
7505         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7506
7507 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl.el (wl): Changed order of calling `elmo-init'
7510         and `elmo-folder-init'.
7511
7512 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7513
7514         * wl-mime.el (wl-summary-burst): Extract message when content-type
7515         of root entity is not only `multipart' but also `message/rfc822'.
7516         (wl-summary-burst-subr): Ditto.
7517
7518 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7519
7520         * wl-vars.el (toplevel): Require 'custom.
7521         (wl-trash-folder): Added to `wl-setting' group.
7522
7523         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7524         exists.
7525         (wl-addrmgr-draw): Insert empty line when no entry exists.
7526
7527         * wl-mule.el (wl-message-wheel-up): Fixed.
7528         (wl-message-wheel-down): Ditto.
7529
7530 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7531
7532         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7533         config is an anonymous lambda expression.
7534
7535 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7536
7537         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7538         when Mule 2 is running.
7539
7540 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7543
7544 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7547         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7548
7549         * wl-address.el (wl-address-specials-regexp): Eliminated.
7550         (wl-address-quote-specials): Rewrite.
7551
7552 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7555         shy-groups for regexp.
7556
7557         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7558         character classes and Perl style shy-groups for regexp.
7559         (wl-highlight-plugged-current-line): Use Posix style character
7560         classes for regexp.
7561         (wl-e21-highlight-folder-by-numbers): Ditto.
7562         (wl-e21-display-image-p): Use `display-images-p' instead of
7563         `display-graphic-p'.
7564         (display-images-p): Make an alias to `display-graphic-p' if it is
7565         not available.  It is for Emacs version prior to 21.0.105.
7566
7567         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7568         `display-graphic-p'.
7569         (wl-demo-image-type-alist): Ditto.
7570         (display-images-p): Make an alias to `display-graphic-p' if it is
7571         not available.  It is for Emacs version prior to 21.0.105.
7572
7573 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7574
7575         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7576         support.
7577         (wl-generate-user-agent-string): Ditto.
7578
7579         * wl-version.el (wl-version): Update docsting.
7580         (wl-version-status): Ditto.
7581
7582 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7583
7584         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7585         21.0.105.  For Emacs 21.0.104 or earlier.
7586
7587 2001-09-03  Takuo KITAME <kitame@northeye.org>
7588
7589         * wl-e21.el (wl-plugged-init-icons): Use
7590         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7591         (wl-biff-init-icons): Ditto.
7592
7593 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7594
7595         * wl-highlight.el (wl-highlight-summary-current-line):
7596         Fixed highlighting refile/copy destination.
7597
7598         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7599         (wl-acap-store): Encode string by wl-acap-coding-system.
7600
7601 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7602
7603         * wl-acap.el (toplevel): Check and require 'un-define before
7604         'xemacs-ucs;
7605          Added checking for UTF-2000.
7606
7607 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7608
7609         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7610         Don't enclose with `eval-and-compile'.
7611
7612         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7613         wl-init is non-nil.
7614
7615         * wl-draft.el (wl-draft): Ditto.
7616
7617         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7618
7619         * wl-acap.el (toplevel): Require 'wl.
7620         (wl-acap-store): Call `elmo-init'.
7621
7622         * wl.el (wl): Changed position of `wl-check-environment'.
7623         (toplevel): Added autoload setting for wl-acap.
7624
7625         * wl-vars.el (wl-setting): New custom group.
7626         (wl-from): Added wl-setting group.
7627         (wl-user-mail-address-list): Ditto.
7628         (wl-organization): Ditto.
7629         (wl-subscribed-mailing-list): Ditto.
7630         (wl-envelope-from): Ditto.
7631         (wl-smtp-posting-user): Ditto.
7632         (wl-smtp-posting-server): Ditto.
7633         (wl-smtp-posting-port): Ditto.
7634         (wl-smtp-authenticate-type): Ditto.
7635         (wl-pop-before-smtp-user): Ditto.
7636         (wl-pop-before-smtp-server): Ditto.
7637         (wl-pop-before-smtp-port): Ditto.
7638         (wl-pop-before-smtp-authenticate-type): Ditto.
7639         (wl-nntp-posting-server): Ditto.
7640         (wl-nntp-posting-user): Ditto.
7641         (wl-nntp-posting-port): Ditto.
7642         (wl-fetch-confirm-threshold): Ditto.
7643         (wl-prefetch-threshold): Ditto.
7644         (wl-thread-insert-opened): Ditto.
7645         (wl-ldap-server): Ditto.
7646         (wl-ldap-port): Ditto.
7647         (wl-ldap-base): Ditto.
7648         (wl-ldap-objectclass): Ditto.
7649         (wl-use-ldap): Ditto.
7650         (wl-draft-config-alist): Ditto.
7651         (wl-draft-config-matchone): Ditto.
7652         (wl-template-alist): Ditto.
7653         (wl-message-sort-field-list): Ditto.
7654         (wl-message-ignored-field-list): Ditto.
7655         (wl-message-visible-field-list): Ditto.
7656         (wl-interactive-send): Ditto.
7657         (wl-summary-move-order): Ditto.
7658         (wl-auto-select-first): Ditto.
7659         (wl-auto-select-next): Ditto.
7660         (wl-interactive-save-folders): Ditto.
7661
7662         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7663         Initialization codes are moved from wl-local-folder-init.
7664         (wl-local-folder-init): Follow the change above.
7665         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7666
7667         * wl-acap.el: New file.
7668
7669         * Version number is increased to 2.7.3.
7670
7671 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7672
7673         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7674
7675 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7676
7677         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7678         (wl-addrmgr-address-entry-list): Ditto.
7679
7680 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-e21.el (wl-draft-mode-map): Removed binding for
7683         `wl-draft-insert-x-face-field'.
7684
7685         * wl-mule.el (wl-draft-mode-map): Ditto.
7686
7687         * wl-xmas.el (wl-draft-mode-map): Ditto.
7688
7689         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7690         (wl-cs-autoconv): Ditto.
7691         (wl-cs-local): Ditto.
7692         (wl-use-scoring): Ditto.
7693         (wl-mime-charset): Ditto.
7694         (wl-folder-check-async): Ditto.
7695
7696         * wl.el (toplevel): Ignore nemacs and tm.
7697         (wl-exit): Ditto.
7698
7699         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7700         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7701         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7702         instead of wl-address-petname-add-or-change.
7703         (wl-summary-edit-addresses-subr): Use wl-address-delete
7704         instead of wl-address-petname-delete.
7705
7706         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7707
7708         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7709         if error occured.
7710
7711         * wl-message.el (require): Remove tm support.
7712
7713         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7714
7715         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7716         (wl-folder-jump-to-current-entity): Ditto.
7717         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7718
7719         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7720         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7721         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7722
7723         * wl-mule.el (wl-draft-key-setup): Ditto.
7724
7725         * wl-xmas.el (wl-draft-key-setup): Ditto.
7726
7727         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7728         (wl-draft-std11-parse-addresses): New function.
7729         (wl-draft-parse-mailbox-list): Use it.
7730         (wl-draft): Ignore nemacs.
7731         (wl-draft-reedit): Ditto.
7732
7733         * wl-addrmgr.el: New file.
7734         (Original is wl-rcpt.el written by
7735         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7736         Thanks Kitamoto-san.)
7737
7738         * wl-address.el (wl-address-make-address-list): Modified parsing
7739         process.
7740         (wl-address-delete): Renamed from `wl-address-petname-delete';
7741         Modify wl-address-list too.
7742         (wl-address-add-or-change): Renamed from
7743         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7744
7745 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7746
7747         * wl-highlight.el (wl-highlight-summary-current-line):
7748           Work with transient-mark-mode
7749
7750 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * Version number is increased to 2.7.2.
7753
7754         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7755         instead of elmo-dop-queue-method.
7756
7757 2001-08-06  SAITO Atsunori <sai@yedo.com>
7758
7759         * wl-vars.el (wl-ldap-objectclass): New user option.
7760
7761         * wl-address.el (wl-ldap-make-filter): Use it.
7762
7763 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7764
7765         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7766
7767 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-folder.el (wl-folder): redisplay after folder insertion.
7770
7771         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7772
7773         * wl-summary.el (wl-summary-sync-update):
7774         Change status mark only when new-msgdb exists.
7775         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7776
7777 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-summary.el (wl-summary-open-folder): New function.
7780         (wl-summary-goto-folder-subr): Use it.
7781         (wl-summary-mark-as-important): Fix;
7782         Encache only when no cache exists.
7783
7784 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7787         Use with-current-buffer.
7788
7789 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7790
7791         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7792         before call `get-buffer'. Fixed parenthesis.
7793         (wl-score-get-header-entry): Clear message and help window when
7794         keyboard quit.
7795         (wl-score-edit-insert-header): Ditto.
7796
7797 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7798
7799         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7800         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7801         (wl-default-draft-cite): Fix.
7802
7803         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7804         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7805
7806 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-message.el (wl-message-prev-page): Do same bahavior
7809         as summary when it is called in the message buffer.
7810         (wl-message-next-page): Ditto.
7811
7812 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7813
7814         * wl-summary.el (wl-summary-forward): Use cache if it is not
7815         section cache.
7816
7817 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7820         Removed redundant require of elmo-vars.
7821         (wl-biff-state-indicator-on): Changed default value for
7822         xemacs with non-mule environment.
7823
7824         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7825         wl-message-buffer is nil;
7826         Hide progress bar after moving messages.
7827
7828 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7831         message at cursor point is deleted.
7832
7833 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * wl-vars.el: Changed file coding system to euc-japan.
7836         Added -*-coding:-*- magic to the first line.
7837
7838         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7839         Search parent from the first message.
7840
7841         * Version number is increased to 2.7.1.
7842
7843 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7844
7845         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7846
7847 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7850         refile/delete execution.
7851
7852         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7853         Fixed docstring.
7854
7855 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7858         do update process;
7859         Don't update marks when update process is interrupted.
7860
7861 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7862
7863         * wl-summary.el (wl-summary-reply): Fixed problem when
7864         wl-draft-use-frame is non-nil.
7865         (wl-summary-forward): Ditto.
7866
7867         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7868         as nil.
7869         (wl-folder-mark-as-read-all-entity): Ditto.
7870         (wl-folder-prefetch-entity): Ditto.
7871
7872         * wl.el (wl): Check environment before wl-init.
7873
7874         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7875         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7876         instead of wl-summary-collect-unread.
7877         (wl-summary-reply): Split message window.
7878
7879 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7880
7881         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7882         only if current language environment is japanese,
7883
7884         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7885         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7886         (wl-folder-goto-folder-subr): Ditto.
7887
7888         * wl-draft.el (wl-draft-dispatch-message): Call
7889         `elmo-file-cache-get-path'.
7890
7891 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7892
7893         * wl-summary.el (wl-summary-cursor-move): If return value of
7894         wl-summary-next-message is not number, don't jump.
7895
7896 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7897
7898         * wl-summary.el (wl-summary-buffer-next-message-function): New
7899         variable.
7900         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7901         if it is bound.
7902
7903         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7904         string.
7905
7906         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7907         (wl-plugged-drawing): Ditto.
7908
7909 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7910
7911         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7912         process.
7913         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7914         with unwind-protect.
7915
7916         * wl.el (wl-init): Require mime-setup.
7917         (wl-check-environment): Don't require mime-setup.
7918
7919         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7920         instead of elmo-folder-type.
7921
7922         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7923         value as nil.
7924
7925 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7926
7927         * Version number is increased to 2.7.0.
7928
7929         * wl-version.el (wl-version): Changed codename.
7930
7931         * wl-summary.el (wl-summary-delete-cache): Fixed.
7932
7933         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7934         Workaround for net folders.
7935         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7936
7937         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7938         value to nil (According to the patch from
7939         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7940
7941         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7942         of elmo-folder-close.
7943
7944 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7945
7946         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7947         for postfix.
7948
7949 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-summary.el (wl-summary-resend-message): Fixed.
7952
7953         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7954         Call wl-draft with `from' argument if its address is included in
7955         `wl-user-mail-address-list'.
7956         (wl-draft): Added `from' argument.
7957
7958         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7959         non-nil.
7960         (wl): Don't show demo if wl-demo is nil.
7961
7962         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7963         wl-summary-use-frame.
7964
7965         * wl-vars.el (wl-summary-use-frame): New user option.
7966         (wl-folder-use-frame): Changed docstring.
7967
7968         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7969         non-nil.
7970         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7971         wl-summary-use-frame.
7972
7973         * wl-vars.el (wl-folder-use-frame): New user option.
7974
7975         * wl-summary.el (wl-summary-exit): Back to folder frame if
7976         wl-folder-use-frame is non-nil.
7977         (wl-summary-redisplay-internal): Ignore cache if current folder
7978         is draft folder,
7979         (wl-summary-redisplay-no-mime): Ditto.
7980         (wl-summary-redisplay-all-header): Ditto.
7981
7982         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7983         if wl-folder-use-frame is non-nil.
7984
7985 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7986
7987         * wl-summary.el (wl-summary-sync-update): Bind
7988         elmo-folder-update-threshold.
7989         (wl-summary-mark-as-important): Enclosed server mark processing
7990         with `save-match-data'.
7991
7992         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7993         only when it is already defined.
7994
7995 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7996
7997         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7998         name of folder exclude localdir is wrong.
7999         * wl-folder.el (wl-folder-sync-entity):
8000         Set `wl-summary-always-sticky-folder-list' as nil.
8001         (wl-folder-mark-as-read-all-entity): Ditto.
8002         (wl-folder-prefetch-entity): Ditto.
8003
8004 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8005
8006         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8007         instead of `wl-summary-write-current-newsgroup'.
8008
8009 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8010
8011         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8012         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8013         non-nil and selected message is important, do not display.
8014
8015 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8018
8019 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8020
8021         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8022
8023         * wl-summary.el (wl-summary-mark-as-important): Set message number
8024         using wl-summary-message-number.
8025
8026 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8027
8028         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8029         destination folder is 'null.
8030
8031 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8032
8033         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8034         New function.
8035         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8036         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8037         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8038
8039 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8040
8041         * wl-mime.el (wl-mime-setup): Added setting for
8042         `mime-setup-signature-key-alist' to avoid overriding key bind for
8043         `wl-draft-send'.
8044
8045         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8046         for `wl-draft-send'.
8047         * wl-mule.el (wl-draft-overload-functions): Ditto.
8048         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8049         * wl-draft.el (wl-draft-send): Ditto.
8050
8051         * wl-message.el (wl-message-display-internal):
8052         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8053         (Patch is provided by <kita@coe.nttdata.co.jp>).
8054
8055 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8056
8057         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8058
8059 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8060
8061         * wl.el (wl): Fix for wl-demo.
8062
8063 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8064
8065         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8066
8067 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8068
8069         * wl-folder.el (wl-folder-prefetch-entity): Use
8070         `wl-folder-get-elmo-folder'.
8071         (wl-folder-count-incorporates): Do not use
8072         `wl-folder-get-elmo-folder'.
8073
8074 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8075
8076         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8077         instead of `elmo-folder-get-type'.
8078
8079 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8080
8081         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8082         position on Subject: field.
8083         (Advised by Mito <mit@nines.nec.co.jp>)
8084
8085 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8086
8087         * wl-folder.el (wl-folder-prefetch-entity): Use
8088         `wl-folder-get-elmo-folder'.
8089
8090 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8093
8094         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8095         `process-duplicates' slot.
8096
8097         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8098         if detection failed.
8099
8100 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8101
8102         * wl-version.el (wl-version-status): Set to "alpha".
8103
8104 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8107         Check wl-message-buffer lives before set-buffer.
8108
8109 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8110
8111         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8112         called in folder mode.
8113         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8114         * wl-summary.el (wl-summary-exit-pre-hook): Run
8115         `wl-summary-exit-pre-hook' before exit summary mode.
8116
8117 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8118
8119         * wl-version.el (wl-version-status): New variable.
8120         (wl-version-status-alist): Removed.
8121         (wl-version-status): Rule included.
8122
8123 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8126         @sponichi.
8127
8128         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8129         when `mail-reply-buffer' is buffer-local variable.
8130         (Reported by <kita@coe.nttdata.co.jp>).
8131
8132 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8133
8134         * wl-vars.el (toplevel): Require 'elmo-util.
8135
8136 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8139         (All other related portions are changed)
8140
8141         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8142
8143         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8144
8145 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8146
8147         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8148
8149 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8150
8151         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8152         Delete other windows to avoid an error.
8153         Use `point-marker' instead of `point' to remember the start point
8154         of body.
8155
8156         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8157
8158         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8159         number not to exceed all message number.
8160
8161 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8162
8163         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8164         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8165
8166 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8167
8168         * wl-summary.el (wl-summary-sync-force-update): Added argument
8169         no-check.
8170         (wl-summary-sync-update): Ditto.
8171         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8172         with `no-check'.
8173
8174         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8175         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8176         already running.
8177
8178 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8179
8180         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8181         `dst-folder-arg'.
8182         (wl-expire-archive-number1): Diito.
8183         (wl-expire-archive-number2): Diito.
8184         (wl-expire-archive-Date): Diito.
8185         (wl-archive-number1): Diito.
8186         (wl-archive-number2): Diito.
8187         (wl-archive-date): Diito.
8188         (wl-archive-folder-p): New function.
8189         (wl-summary-expire): Support of expand folder name at
8190         wl-expire-alist.
8191         * wl-util.el (wl-expand-newtext): Renamed from
8192         `wl-refile-expand-newtext'.
8193
8194 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8195
8196         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8197         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8198         `(elmo-msgdb-get-overview msgdb)'.
8199         (wl-summary-prefetch): Bind match data before call
8200         `wl-summay-prefetch-msg'.
8201         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8202         'off if `wl-summary-buffer-disp-msg' is non-nil.
8203         Fixed problem that couldn't show only one new or unread message when
8204         enter folder.
8205         (wl-summary-reply): Don't call `split-window-vertically' and other
8206         window.
8207
8208 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-expire.el (wl-expire-refile): Fixed.
8211
8212 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8213
8214         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8215
8216         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8217         biff notification is removed.
8218
8219         * wl.el (wl): Changed position of `elmo-init'.
8220
8221         * wl-draft.el (wl-default-draft-cite): Use date field
8222         on the citation buffer.
8223
8224         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8225
8226         * wl-xmas.el (wl-folder-internal-icon-list): Added
8227         `wl-folder-shimbun-image'.
8228
8229         * wl-e21.el (wl-folder-internal-icon-list): Added
8230         `wl-folder-shimbun-image'.
8231
8232 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl.el (wl-init): Eliminated argument.
8235         (wl): Rewrite.
8236
8237         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8238         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8239         instead of `elmo-folder-msgdb-internal'.
8240         (wl-summary-sync-update): Ditto.
8241         (wl-summary-flush-pending-append-operations): Eliminated.
8242         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8243         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8244         `elmo-folder-open'.
8245
8246         * wl-mime.el (wl-summary-burst): Fixed.
8247
8248         * wl-folder.el (wl-folder-info-save): Check data type.
8249
8250         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8251         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8252         instead of `elmo-folder-msgdb-internal'.
8253         (wl-expire-hide): Ditto.
8254
8255
8256         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8257
8258 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8259
8260         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8261
8262 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8263
8264         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8265
8266 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8267
8268         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8269         Fixed `match-beginning' argument mismatch.
8270
8271 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8272
8273         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8274         the default value.
8275
8276 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8277
8278         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8279         instead of `elmo-nntp-default-port'.
8280
8281         * wl-vars.el: Fixed some doc strings.
8282
8283 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-prefetch-msg): Use
8286         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8287
8288         * wl-vars.el: Define *-func as obsolete variable using
8289         `elmo-define-obsolete-variable'.
8290
8291         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8292         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8293         instead of `wl-message-buffer-prefetch-threshold'.
8294
8295         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8296
8297         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8298
8299         * wl-draft.el (wl-caesar-region-func): Ditto.
8300
8301         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8302         Keep unread status in elmo-folder-move-messages.
8303         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8304
8305 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8306
8307         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8308         `wl-summary-buffer-exit-func'
8309         (wl-summary-buffer-message-redisplay-function): Renamed from
8310         `wl-summary-buffer-message-redisplay-func'
8311         (wl-summary-buffer-next-folder-function): Renamed from
8312         `wl-summary-buffer-next-folder-func'.
8313         (wl-summary-buffer-prev-folder-function): Renamed from
8314         `wl-summary-buffer-prev-folder-func'.
8315         (wl-summary-get-petname-function): Renamed from
8316         `wl-summary-get-petname-func'.
8317
8318         * wl-score.el (wl-score-edit-exit-function): Renamed from
8319         `wl-score-edit-exit-func'.
8320
8321         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8322         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8323
8324         * wl-util.el (wl-load-profile-function): Renamed from
8325         `wl-load-profile-func'.
8326
8327         * wl-folder.el (wl-folder-completion-function): Renamed from
8328         `wl-folder-completion-func'.
8329         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8330
8331         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8332         `wl-expire-archive-get-folder-func'.
8333         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8334         (wl-draft-send-mail-function): Renamed from
8335         `wl-draft-send-mail-func'.
8336         (wl-draft-send-news-function): Renamed from
8337         `wl-draft-send-news-func'.
8338         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8339         (wl-generate-mailer-string-function): Renamed from
8340         `wl-generate-mailer-string-func'.
8341         (wl-highlight-signature-search-function): Renamed from
8342         `wl-highlight-signature-search-func'.
8343         (wl-highlight-x-face-function): Renamed from
8344         `wl-highlight-x-face-func'
8345         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8346         (wl-ps-print-buffer-function): Renamed from
8347         `wl-ps-print-buffer-func'
8348         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8349         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8350         (wl-summary-subject-filter-function): Renamed from
8351         `wl-summary-subject-filter-func'.
8352
8353         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8354         `wl-draft-queue-flush-send-func'
8355         (wl-draft-cite-function): Renamed from
8356         `wl-draft-cite-func'
8357
8358         * wl-address.el (wl-address-init-function): Renamed from
8359         `wl-address-init-func'.
8360
8361 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8362
8363         * wl-draft.el (wl-draft-queue-flush): Don't call
8364         `elmo-dop-unlock-message'.
8365         * wl-draft.el (wl-draft-queue-append): Don't call
8366         `elmo-dop-lock-message'.
8367
8368         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8369         (wl-summary-buffer-folder-name): Ditto.
8370         (wl-summary-message-regexp): Added '-' (all other related portions
8371         are changed).
8372         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8373         wl-summary-buffer-folder-name.
8374
8375 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8376
8377         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8378         the number of mails in the folder buffer is not updated by wl-biff.
8379
8380 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8381
8382         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8383         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8384
8385 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8386
8387         * wl-summary.el (wl-summary-next-message):
8388         Return next message number when wl-summary-move-order is nil.
8389
8390 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8391
8392         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8393         `wl-summary-move-spec-alist'.
8394         (wl-summary-move-spec-unplugged-alist): New variable
8395         (Move spec for unplugged status).
8396         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8397         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8398
8399 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8400
8401         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8402         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8403
8404 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8405
8406         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8407         simple quotation to quote the anonymous function.
8408         * tm-wl.el (wl-draft-preview-message): Ditto.
8409
8410 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8411
8412         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8413         Eliminate redundant `save-excursion'.
8414         (wl-highlight-summary-current-line): Ditto.
8415
8416         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8417         accessing match data when `looking-at' failed.
8418
8419         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8420         `elmo-match-string' where users don't care about the speed.
8421         (wl-draft-save): Ditto.
8422
8423 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8424
8425         * wl-util.el (wl-regexp-opt): New function.
8426
8427         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8428         number from `wl-summary-buffer-number-list'.
8429         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8430         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8431         (wl-summary-move-spec-alist): Changed default setting.
8432
8433 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8434
8435         * wl-vars.el (wl-biff-notify-hook): New hook.
8436         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8437         the arrival of new mail.
8438         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8439         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8440
8441 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8444
8445 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8448
8449         * Version number is increased to 2.5.8.
8450
8451         * wl-thread.el (toplevel): require 'cl.
8452         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8453         (wl-thread-make-number-list): New function.
8454         (wl-thread-entity-make-number-list-from-children): Ditto.
8455         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8456         (wl-thread-entity-insert-as-children): Likewise.
8457         (wl-thread-delete-message): Likewise.
8458         (wl-meaning-of-mark): Eliminated.
8459         (wl-thread-next-failure-mark-p): Ditto.
8460         (wl-thread-entity-get-mark): Ditto.
8461         (wl-thread-meaning-alist-get-result): Ditto.
8462         (wl-thread-entity-check-prev-mark): Ditto.
8463         (wl-thread-entity-check-next-mark): Ditto.
8464         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8465         (wl-thread-entity-get-prev-marked-entity): Ditto.
8466         (wl-thread-get-prev-unread): Ditto.
8467         (wl-thread-jump-to-prev-unread): Ditto.
8468         (wl-thread-get-next-unread): Ditto.
8469         (wl-thread-jump-to-next-unread): Ditto.
8470         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8471         (wl-thread-entity-get-next-marked-entity): Ditto.
8472
8473         * wl-summary.el (wl-summary-buffer-number-list):
8474         New bufer-local variable.
8475         (wl-summary-switch-to-clone-buffer): Clone
8476         `wl-summary-buffer-number-list'.
8477         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8478         (wl-summary-cursor-move-regex): Eliminated.
8479         (wl-summary-cursor-up): Rewrite.
8480         (wl-summary-cursor-down): Ditto.
8481         (wl-summary-mode-spec-alist): New variable.
8482         (wl-summary-next-message): New inline function.
8483         (wl-summary-cursor-move): New function.
8484         (wl-summary-default-get-next-msg): Rewrite.
8485         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8486         (wl-summary-rescan): Ditto.
8487         (wl-summary-sync-all-init): Ditto.
8488         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8489         summary is not thread view.
8490         (wl-summary-sync-update): Ditto.
8491         (wl-summary-rescan): Ditto.
8492         (wl-summary-make-number-list): New function.
8493
8494         * wl-draft.el: "FCC" -> "Fcc".
8495
8496 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8497
8498         * wl-highlight.el (wl-highlight-summary-window):
8499         Call `set-buffer-modified-p'.
8500
8501         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8502         (wl): Call `elmo-init' and fix.
8503
8504         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8505         Use new variables.
8506
8507         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8508
8509 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8512
8513 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8514
8515         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8516
8517 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8518
8519         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8520         `wl-use-toolbar' nor `display-graphic-p'.
8521         (wl-e21-setup-message-toolbar): Ditto.
8522         (wl-e21-setup-summary-toolbar): Ditto.
8523         (wl-e21-setup-folder-toolbar): Ditto.
8524
8525         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8526         (wl-plugged-init-icons): Ditto.
8527
8528         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8529         `display-graphic-p'.
8530         (wl-plugged-set-folder-icon): Ditto.
8531         (wl-highlight-plugged-current-line): Ditto.
8532         (wl-highlight-folder-current-line): Ditto.
8533         (wl-e21-highlight-folder-group-line): Ditto.
8534         (wl-e21-setup-toolbar): Ditto.
8535         (wl-e21-display-image-p): New macro.
8536
8537         * wl-demo.el (wl-demo): Simplified.
8538         (wl-demo-image-type-alist): Use `image-type-available-p' for
8539         checking whether the image type `xbm' is available.
8540
8541 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8544         (wl-summary-input-range): Ditto.
8545
8546 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-summary.el (wl-summary-edit-addresses): Use
8549         `wl-summary-get-original-buffer'
8550         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8551         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8552         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8553         (wl-summary-get-newsgroups): Eliminated.
8554         (wl-summary-set-crosspost): Ditto.
8555         (wl-summary-is-crosspost-folder): Ditto.
8556         (wl-crosspost-alist-load): Ditto.
8557         (wl-crosspost-alist-save): Ditto.
8558
8559         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8560         `elmo-setup-subscribed-newsgroups' instead of
8561         `elmo-nntp-make-groups-hashtb'.
8562         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8563         instead of `wl-crosspost-alist-save'.
8564
8565         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8566         of `elmo-folder-message-appendable-p'.
8567         (wl-mime-header-presentation-method): Eliminated.
8568
8569         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8570         (Error occurs in emacs21).
8571
8572         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8573         the current buffer).
8574
8575         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8576         instead of `wl-crosspost-alist-save'.
8577         (wl-init): `elmo-crosspost-message-alist-load'
8578         instead of `wl-crosspost-alist-load'
8579
8580         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8581         (wl-parse-newsgroups): Likewise.
8582         (wl-biff-notify): Run `wl-biff-notify-hook'.
8583
8584 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8587
8588         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8589         when `wl-summary-lazy-highlight' is non-nil.
8590         (wl-summary-goto-folder-subr): Highlight only when
8591         `wl-summary-lazy-highlight' is non-nil.
8592
8593         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8594         Don't display progress and highlight temp-mark when
8595         `wl-summary-lazy-highlight' is non-nil.
8596         (wl-highlight-summary-window): New function.
8597         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8598
8599 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8600
8601         * wl-summary.el (wl-summary-sync): Change `all-visible'
8602         from `all-shown'
8603         (wl-summary-input-range): Ditto.
8604
8605 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8606
8607         * wl-e21.el (wl-highlight-folder-current-line): Call
8608         `wl-folder-init-icons' when folder icons have not been initialized.
8609
8610         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8611
8612         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8613         (wl-demo-image-type-alist): New macro.
8614
8615 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8616
8617         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8618         display does not support graphics.
8619         (wl-plugged-init-icons): Ditto.
8620         (wl-folder-init-icons): Ditto.
8621
8622         * wl-demo.el (wl-demo): Chech closely whether the display
8623         supports graphics.
8624
8625 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8626
8627         * wl-summary.el (wl-summary-get-original-buffer): New function.
8628         (wl-summary-set-crosspost): Use it.
8629         (wl-summary-target-mark-uudecode): Ditto.
8630         (wl-summary-reedit): Ditto.
8631         (wl-summary-resend-bounced-mail): Ditto.
8632         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8633         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8634
8635         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8636         (wl-message-display-internal): Ditto.
8637
8638 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8641
8642 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8643
8644         * wl-summary.el (wl-summary-save-view): Renamed from
8645         `wl-summary-save-status'.
8646
8647 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8648
8649         * wl-summary.el (wl-summary-sync): Added `all-shown'
8650
8651 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8652
8653         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8654
8655 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8656
8657         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8658
8659 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8660
8661         * wl-highlight.el (wl-highlight-summary-line-string): Use
8662         `zerop' instead of `= 0'.
8663         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8664
8665         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8666         for comparing numbers.
8667         (wl-template-prev): Use `zerop' instead of `eq 0'.
8668
8669         * wl-draft.el (wl-draft-insert-current-message): Use
8670         `with-current-buffer' instead of `save-excursion'.
8671         Use `zerop' instead of `eq 0'.
8672
8673 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8674
8675         * wl-draft.el (wl-draft-insert-ccs): New function.
8676         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8677         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8678
8679 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8682
8683 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * wl-expire.el (wl-expire-refile): Don't call
8686         elmo-msgdb-add-msgs-to-seen-list;
8687         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8688         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8689
8690 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8691
8692         * wl-message.el (wl-message-prev-page): Ignore errors while
8693         scroll-down.
8694
8695 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8696
8697         * wl-mime.el: Use elmo-original-message-mode instead of
8698         mmelmo-original-mode.
8699
8700         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8701         `elmo-folder-get-spec';
8702         (wl-fldmgr-add-completion-all-completions):
8703         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8704
8705         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8706         of `elmo-folder-get-type'.
8707
8708         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8709         `elmo-folder-get-spec';
8710         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8711         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8712         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8713         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8714         `elmo-read-msg-no-cache';
8715         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8716         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8717         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8718         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8719         `elmo-cache-save';
8720         (wl-draft-reedit): Use `elmo-message-file-name'.
8721
8722         * wl-expire.el: Use `elmo-folder-name-internal';
8723         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8724         Use macro `wl-summary-buffer-msgdb' instead of variable
8725         `wl-summary-buffer-msgdb';
8726         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8727         Use macro `wl-summary-buffer-folder-name' instead of variable
8728         `wl-summary-buffer-folder-name'.
8729         * wl-score.el: Likewise.
8730
8731         * wl-message.el: Rewrite for new message buffer cache mechanism.
8732         (wl-message-buffer-cache-buffer-get): New macro.
8733         (wl-message-buffer-cache-folder-get): Ditto.
8734         (wl-message-buffer-cache-message-get): Ditto.
8735         (wl-message-buffer-cache-entry-make): Ditto.
8736         (wl-message-buffer-cache-hit): Ditto.
8737         (wl-message-buffer-cache-sort): New function.
8738         (wl-message-buffer-cache-add): Ditto.
8739         (wl-message-buffer-cache-delete): Ditto.
8740         (wl-message-buffer-cache-clean-up): Ditto.
8741         (wl-message-buffer-window): Rewrite.
8742         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8743         (wl-message-buffer-display): New function.
8744         (wl-message-display-internal): New function.
8745
8746 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-folder.el: Use `elmo-folder-name-internal';
8749         Use `wl-folder-get-elmo-folder';
8750         Use `elmo-folder-list-messages' instead of
8751         `elmo-list-folder';
8752         Use `elmo-folder-get-primitive-list' instead of
8753         `elmo-folder-get-primitive-spec-list';
8754         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8755         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8756         Use `elmo-folder-create' instead of `elmo-create-folder'.
8757         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8758         (wl-folder-get-elmo-folder): New macro.
8759         (wl-folder-elmo-folder-cache-get): Ditto.
8760         (wl-folder-elmo-folder-cache-put): Ditto.
8761         (wl-folder-suspend): Call `elmo-quit'.
8762
8763         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8764         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8765         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8766         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8767         (toplevel): require 'cl.
8768         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8769
8770         * wl-summary.el: Rewrite to use new elmo interface.
8771
8772 \f
8773 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8774
8775         * wl-mime.el (wl-draft-preview-message):
8776         Run `wl-draft-send-hook' before collecting recipients information;
8777         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8778
8779         * tm-wl.el (wl-draft-preview-message): Ditto.
8780
8781 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8782
8783         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8784         wrong recipients are displayed when forwarded message.
8785
8786 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * Version number is increased to 2.5.7.
8789
8790 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8791
8792         * wl-message.el (wl-message-next-page): Bind
8793         `window-pixel-scroll-increment' to nil while scrolling up.
8794
8795 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8796
8797         * wl-vars.el (wl-save-hook): New hook.
8798         * wl.el (wl-save): Call `wl-save-hook'.
8799
8800 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8801
8802         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8803         Argument WITH-ARG instead of NO-ARG (negative mean).
8804         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8805         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8806         * wl-message.el (wl-message-follow-current-entity): Likewise.
8807
8808 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8809
8810         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8811         FROM was optional argument.
8812         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8813
8814 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8815
8816         * Version number is increased to 2.5.6.
8817
8818 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8819
8820         * wl-version.el (wl-version-show): Removed.
8821         (wl-version): Add `interactive'.
8822
8823 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8824
8825         * wl-summary.el (wl-summary-get-petname-func): New variable.
8826         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8827         instead of `wl-address-get-petname-1'.
8828         (wl-summary-simple-from): Ditto.
8829
8830         * wl-address.el (wl-address-get-petname-1): Define as function.
8831
8832 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8833
8834         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8835         field in the original message.
8836         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8837
8838 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8839
8840         * wl-expire.el (wl-expire-hide):
8841         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8842
8843 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8846         find decoder for To, Cc, and Subject.
8847
8848 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8851         for checking `elmo-use-buffer-cache'.
8852         (wl-summary-mark-as-important): Fixed typo in comment.
8853
8854 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8855
8856         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8857         field in the original message.
8858         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8859
8860 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8861
8862         * wl-expire.el (wl-expire-hide):
8863         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8864
8865 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8866
8867         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8868         find decoder for To, Cc, and Subject.
8869
8870 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8871
8872         * Version number is increased to 2.5.5.
8873
8874         * wl-address.el (wl-address-specials-regexp): New constant.
8875         (wl-address-quote-specials): Use it.
8876
8877 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-summary.el (wl-summary-rescan):
8880         Call `wl-summary-buffer-number-column-detect'.
8881         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8882
8883         * wl-message.el (wl-message-mode-map): Define.
8884         (wl-message-decode): Use it as local-map.
8885
8886 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8889         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8890
8891 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8894
8895         * wl-mule.el (wl-read-event-char): Ditto.
8896
8897         * wl-e21.el (wl-read-event-char): Ditto.
8898
8899         * wl-nemacs.el (wl-read-event-char): Ditto.
8900         (read-event): Removed.
8901
8902         * wl-util.el (toplevel): Removed dummy definition of
8903         `read-event'.
8904         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8905
8906 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl-nemacs.el (elmo-archive-call-process): Moved to
8909         elmo-archive.el.
8910
8911 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8912
8913         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8914         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8915
8916         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8917         instead of magic-number 6.  Use `not' instead of `null' for symbol
8918         `nil' check (not empty list).
8919         (wl-draft-insert-x-face-field): Fixed paren style.
8920
8921         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8922         one-branch conditional statement, instead of `and' and `if'.
8923         (wl-draft-forward): Likewise.
8924         (wl-draft-add-references): Likewise.
8925         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8926
8927         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8928         conditional steatment.  Use `cond' instead of `if'.
8929         (wl-draft-confirm): Likewise.
8930
8931 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8932
8933         * wl-version.el (wl-version-show): Use `product-string-1'
8934         instead of `wl-version'.
8935         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8936
8937         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8938
8939 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8940
8941         * wl-highlight.el (wl-highlight-headers): Revert
8942         `wl-highlight-x-face-func' argument (`beg' and `end').
8943
8944 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8945
8946         * wl.el (toplevel): Move `product-provide' declare.
8947         * wl-demo.el (toplevel): Ditto.
8948         * wl-dnd.el (toplevel): Ditto.
8949         * wl-highlight.el (toplevel): Ditto.
8950         * wl-message.el (toplevel): Ditto.
8951         * wl-refile.el (toplevel): Ditto.
8952         * wl-util.el (toplevel): Ditto.
8953
8954 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8957         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8958         (wl-thread-close-all): keep cursor position.
8959
8960 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8961
8962         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8963         (eq x 0).
8964         (wl-generate-user-agent-string-1): Fix conditional statement.
8965
8966 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8967
8968         * wl.el (wl-check-environment): Additional check for
8969         'wl-local-domain' and `wl-message-id-domain'.
8970
8971 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8972
8973         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8974
8975 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8976
8977         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8978         instead of `smtp-sasl-user-realm'.
8979
8980 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8981
8982         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8983
8984 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8985
8986         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8987         to the default value as well as `eword-lexical-analyzer'.
8988
8989 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8990
8991         * wl-version.el (wl-extended-emacs-version,
8992         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8993         `elmo-match-string' instead of `wl-match-string'.
8994
8995 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8996
8997         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8998         docstring.
8999
9000 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9001
9002         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9003
9004 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9005
9006         * wl-highlight.el (wl-highlight-headers): Remove
9007         `wl-highlight-x-face-func' argument (`beg' and `end').
9008
9009 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-summary.el (wl-summary-mark-as-important):
9012         Remove cache if folder is local.
9013
9014 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9015
9016         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9017         to get existing e-mail address string.
9018
9019 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9020
9021         * wl-version.el (wl-generate-user-agent-string): Commentary.
9022         (wl-generate-user-agent-string-1): Use `when' for
9023         one-branch conditional statement, instead of `and' and `if'.
9024         (wl-extended-emacs-version, wl-extended-emacs-version2,
9025         wl-extended-emacs-version3): Ditto.
9026
9027 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9030         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9031         condition-case; Remove initialization.
9032         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9033         (wl-summary-sync-update3): Added argument `sync-all';
9034         Eliminated local variable `msgdb';
9035         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9036         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9037         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9038
9039 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9040
9041         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9042         connection before call `wl-draft-send-mail-with-smtp'.
9043
9044 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9045
9046         * Version number is increased to 2.5.4.
9047
9048 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9049
9050         * wl.el (wl-check-environment): Additional check for
9051         'wl-local-domain' and `wl-message-id-domain'.
9052
9053 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9054
9055         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9056         buffer as command specific.
9057         (wl-folder-mark-as-read-all-entity): Ditto.
9058         (wl-folder-prefetch-entity): Ditto.
9059         (wl-folder-drop-unsync-entity): Ditto.
9060
9061         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9062         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9063         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9064
9065         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9066         save-excursion.
9067
9068 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9069
9070         * Version number is increased to 2.5.3.
9071
9072         * wl-summary.el (wl-summary-save-view-cache):
9073         Delete duplicated `write-region';
9074         Use `write-region-as-binary' instead of `as-binary-output-file' and
9075         `write-region'.
9076
9077 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9078
9079         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9080
9081 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9082
9083         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9084         instead of `smtp-via-smtp'.
9085
9086 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9087
9088         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9089
9090 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9091
9092         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9093         instead of `smtp-sasl-user-realm'.
9094
9095 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9096
9097         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9098
9099 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9100
9101         * Version number is increased to 2.5.2.
9102
9103 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9106         does not exist.
9107         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9108         (wl-biff-start): Call `timer-activate' if timer already exists.
9109
9110         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9111         only when it is bound as function.
9112
9113 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9114
9115         * Version number is increased to 2.5.1.
9116
9117 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9118
9119         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9120         Print refile/copy destination.
9121
9122 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9123
9124         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9125         queue-flush-only is non-nil.
9126
9127         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9128
9129         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9130         checking cache folder.
9131
9132 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9133
9134         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9135         `regexp-quote'.
9136
9137 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9138
9139         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9140         function.
9141         * wl-summary.el (wl-summary-write-current-folder-functions):
9142         Change default value.  Use it.
9143
9144 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9145
9146         * Version number is increased to 2.5.0.
9147
9148         * wl-version.el (wl-version): Changed codename.
9149
9150 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9151
9152         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9153         (wl-summary-supersedes-message): Ditto.
9154
9155 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9156
9157         * wl-refile.el (wl-refile-guess-functions): Renamed from
9158         `wl-refile-guess-func-list'.
9159
9160 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9161
9162         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9163         Fixed problem when no rule was matched.
9164
9165 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9166
9167         * wl-summary.el (wl-summary-get-mark): Fixed
9168         `wl-summary-buffer-target-mark' check logic.
9169
9170 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9171
9172         * wl-folder.el (wl-folder-write-current-folder): Added group
9173         folder check.
9174
9175         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9176         `wl-summary-write-current-newsgroup'.
9177         (wl-summary-write-current-folder-functions): New variable.
9178         * wl-folder.el (wl-folder-get-newsgroups): New function.
9179         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9180         (wl-folder-write-current-folder): Renamed from
9181         `wl-folder-write-current-newsgroup'.
9182
9183 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9184
9185         * Version number is increased to 2.3.93.
9186
9187 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9188
9189         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9190         (wl-ldap-make-matched-value-list): Ditto.
9191         (wl-ldap-alias-safe-string): Split e-mail address.
9192
9193         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9194         petname folder default was selected.
9195         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9196         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9197
9198 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9199
9200         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9201         to `wl-draft-config-exec'.
9202
9203         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9204         instead of calling `wl-draft-config-exec';
9205         Process group-list and show recipients in minibuffer.
9206
9207         * tm-wl.el (wl-draft-preview-message): Ditto.
9208
9209 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9210
9211         * wl.el (toplevel): Added (C) to copyright notice, and
9212         sync Author header.
9213         * tm-wl.el (toplevel): Ditto.
9214         * wl-address.el (toplevel): Ditto.
9215         * wl-demo.el (toplevel): Ditto.
9216         * wl-dnd.el (toplevel): Ditto.
9217         * wl-draft.el (toplevel): Ditto.
9218         * wl-e21.el (toplevel): Ditto.
9219         * wl-expire.el (toplevel): Ditto.
9220         * wl-folder.el (toplevel): Ditto.
9221         * wl-highlight.el (toplevel): Ditto.
9222         * wl-message.el (toplevel): Ditto.
9223         * wl-mime.el (toplevel): Ditto.
9224         * wl-mule.el (toplevel): Ditto.
9225         * wl-nemacs.el (toplevel): Ditto.
9226         * wl-refile.el (toplevel): Ditto.
9227         * wl-score.el (toplevel): Ditto.
9228         * wl-summary.el (toplevel): Ditto.
9229         * wl-template.el (toplevel): Ditto.
9230         * wl-thread.el (toplevel): Ditto.
9231         * wl-util.el (toplevel): Ditto.
9232         * wl-vars.el (toplevel): Ditto.
9233         * wl-xmas.el (toplevel): Ditto.
9234
9235 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9236
9237         * wl.el (wl-init): Added comment about `wl-init-hook'.
9238         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9239         * wl-vars.el (wl-init-hook): Added docs.
9240         (wl-make-plugged-hook): Removed useless docs.
9241         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9242         * wl-xmas.el (toplevel): Ditto.
9243
9244 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9245
9246         * wl-address.el (toplevel): Fixed multiple Author header format.
9247         * wl-demo.el (toplevel): Ditto.
9248         * wl-draft.el (toplevel): Ditto.
9249         * wl-folder.el (toplevel): Ditto.
9250         * wl-summary.el (toplevel): Ditto.
9251         * wl-thread.el (toplevel): Ditto.
9252         * wl-util.el (toplevel): Ditto.
9253         * wl-vars.el (toplevel): Ditto.
9254         * wl-version.el (toplevel): Ditto.
9255         * wl-xmas.el (toplevel): Ditto.
9256         * wl.el (toplevel): Ditto.
9257
9258         * wl-version.el (toplevel): Added require `elmo-version' for
9259         `product-version-as-string'.
9260
9261 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9262
9263         * wl-vars.el (wl-draft-send-hook): Changed default value to
9264         '(wl-draft-config-exec).
9265
9266         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9267         explicitly.
9268         (wl-draft): Set `wl-draft-config-exec-flag' before running
9269         `wl-mail-setup-hook'.
9270
9271         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9272         `wl-biff-init-icons' to `wl-init-hook' instead of
9273         `wl-make-plugged-hook'.
9274         (Because if `wl-draft' command is invoked at first,
9275         they are not initialized)
9276         Updated copyright notice.
9277
9278         * wl-e21.el (toplevel): Ditto;
9279
9280         * wl-demo.el (toplevel): Updated copyright notice.
9281         * wl-address.el (toplevel): Ditto.
9282         * wl-draft.el (toplevel): Ditto.
9283         * wl-version.el (toplevel): Ditto.
9284         * wl-folder.el (toplevel): Ditto.
9285         * wl-summary.el (toplevel): Ditto.
9286         * wl-thread.el (toplevel): Ditto.
9287         * wl-util.el (toplevel): Ditto.
9288         * wl-vars.el (toplevel): Ditto.
9289         * wl.el (toplevel): Ditto.
9290
9291 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-highlight.el (wl-highlight-message): Fixed problem of
9294         highlighting failure which occured when the last field contains
9295         multiple lines in the draft buffer.
9296
9297         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9298         `wl-biff-start' if plugged.
9299
9300         * wl-util.el (wl-biff-check-folder): New function.
9301         (wl-biff-check-folders): Don't set session name prefix.
9302         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9303         (wl-biff-check-folder-async): Ditto.
9304
9305         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9306         in email address.
9307
9308 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9309
9310         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9311
9312         * wl-draft.el (wl-draft-strip-subject-re): New function.
9313
9314         * wl-draft.el (wl-draft-reply): Use it.
9315
9316 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * wl-message.el (wl-mmelmo-message-redisplay): Use
9319         `mime-display-message' instead of `wl-mime-display-message'.
9320
9321         * wl-mime.el (toplevel): Removed compatibility workaround
9322         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9323         (wl-mime-display-message): Abolished.
9324         (wl-mime-entity-read-field): Ditto.
9325         (wl-mime-combine-message/partial-pieces): Use
9326         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9327
9328 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9329
9330         * wl-template.el: Doc fixes.
9331
9332 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9333
9334         * wl-e21.el (wl-message-overload-functions): Do nothing if
9335         `current-local-map' is not available.
9336         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9337
9338 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9339
9340         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9341         representation.
9342
9343         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9344         number.
9345         (wl-fldmgr-save-folders): Don't use `format' when insert
9346         `wl-fldmgr-folders-header'.
9347
9348 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9349
9350         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9351
9352 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9353
9354         * wl-highlight.el (wl-highlight-message):
9355         Use `std11-field-end' to detect end point of the header field.
9356         Refer `wl-highlight-max-header-size'.
9357
9358         * wl-vars.el (wl-highlight-max-header-size): New variable.
9359
9360         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9361
9362         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9363         Set `for-draft' argument of wl-highlight-headers.
9364         (wl-draft): Ditto.
9365         (wl-draft-reedit): Ditto.
9366         (wl-user-agent-compose-internal): Ditto.
9367
9368 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9369
9370         * wl-message.el (wl-message-add-button): Use overlay.
9371
9372 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9375
9376         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9377         problem when group-list content is nothing.
9378         (Reported by Mito <mit@nines.nec.co.jp>)
9379
9380 2000-10-18  SAITO Atsunori <sai@yedo.com>
9381
9382         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9383
9384 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9385
9386         * tm-wl.el (toplevel): Use product-provide.
9387
9388 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9389
9390         * Version number is increased to 2.3.92.
9391
9392 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9393
9394         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9395         title text, use `display' property for left margin under Emacs 21.
9396
9397         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9398         properties.
9399         (wl-plugged-init-icons): Ditto.
9400
9401 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9402
9403         * wl.el (wl-save-status, wl-init): Remove last period in
9404         "...done." message.
9405         * tm-wl.el (wl-summary-burst): Ditto.
9406         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9407         wl-summary-resume-cache-status,
9408         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9409         wl-summary-sync-update3, wl-summary-highlight-msgs,
9410         wl-summary-flush-pending-append-operations,
9411         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9412         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9413         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9414         wl-thread-open-all): Ditto.
9415         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9416         * wl-mime.el (wl-summary-burst): Ditto.
9417         * wl-highlight.el (wl-highlight-summary): Ditto.
9418         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9419         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9420         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9421         * wl-address.el (wl-local-address-init): Ditto.
9422
9423 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9424
9425         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9426         `add-text-properties'.
9427         (wl-plugged-init-icons): Ditto.
9428         (wl-folder-init-icons): Use `propertize' instead of
9429         `put-text-property'.
9430         (wl-plugged-set-folder-icon): Ditto.
9431         (wl-e21-highlight-folder-group-line): Ditto.
9432
9433 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9434
9435         * wl-version.el (wl-version-status-alist): New variable.
9436         (wl-version-status): New function.
9437
9438         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9439         "Cc" part of the case "Reply-To".
9440
9441         * wl-draft.el (wl-draft-reply): Use result of
9442         `eword-extract-address-components'.
9443
9444         * wl-demo.el (wl-demo-icon-name): New constant.
9445         (wl-logo-xpm): Use it.
9446         (wl-logo-xbm): Ditto.
9447         (wl-logo-bitmap): Ditto.
9448
9449         * Version number is increased to 2.3.91.
9450
9451 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9452
9453         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9454         (wl-extended-emacs-version, wl-extended-emacs-version2,
9455         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9456         docstring.
9457
9458         * wl-version.el (wl-generate-user-agent-string-1): New function.
9459         (wl-generate-user-agent-string): Use it.
9460
9461         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9462         `mime-edit-insert-user-agent-field'.
9463         (wl-generate-user-agent-string): Check
9464         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9465
9466         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9467         instead of `if', when verbose case.
9468
9469 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9470
9471         * wl-expire.el (wl-summary-expire): Fix.
9472
9473 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9474
9475         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9476         and `elmo-lost+found-folder' if 'wl-draft.
9477         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9478
9479 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9480
9481         * wl-expire.el (wl-summary-expire): Change messages.
9482         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9483         `deleing-info' instead of "Deleting..."
9484
9485 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9486
9487         * wl-summary.el (wl-summary-refile-subr): Fix.
9488
9489 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9490
9491         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9492         if pipe folder.
9493
9494 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9495
9496         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9497
9498 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9499
9500         * wl-expire.el (wl-expire-hide): New function.
9501         (wl-summary-expire): Add `hide'.
9502
9503 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9504
9505         * wl-vars.el (wl-draft-reply-without-argument-list):
9506         Changed default value to consider `Reply-To:'.
9507         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9508
9509         * Version number is increased to 2.3.90.
9510
9511         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9512         elmo-imap4-get-session with unwind-protect.
9513         Don't cause error.
9514         (wl-summary-sync-marks): Don't check plugged nor folder type.
9515         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9516         (Always keep current buffer).
9517
9518 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9519
9520         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9521         Enclose with `save-excursion'.
9522
9523 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9524
9525         * wl-version.el (wl-version): Remove interactive.
9526
9527 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9528
9529         * wl-version.el (wl-generate-user-agent-string): Use
9530         `product-string-verbose' instead of `product-string-1'.
9531
9532 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9533
9534         * wl-vars.el (wl-draft-use-cache): New variable.
9535         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9536         if wl-draft-use-cache is non-nil.
9537
9538 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9539
9540         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9541         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9542
9543 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9544
9545         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9546         (wl-thread-msg-mark-as-unread): Ditto.
9547
9548         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9549         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9550         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9551         Don't set mark in summary if return value of `elmo-mark-as-read'
9552         is nil.
9553         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9554         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9555         instead of `wl-thread-msg-mark-as-read'.
9556         (wl-summary-mark-as-unread-region): Ditto.
9557         (wl-summary-target-mark-mark-as-read): Ditto.
9558
9559         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9560
9561 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9562
9563         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9564
9565         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9566
9567 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9568
9569         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9570         face.
9571
9572 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9573
9574         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9575         `running-xemacs'.
9576
9577 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9578
9579         * wl-version.el (toplevel): Use `product-version-as-string' for
9580         set verstion-string, if defined.
9581
9582         * wl-version.el (wl-version-show): Insert string at point, when
9583         call with argument.
9584
9585         * wl-version.el (wl-generate-user-agent-string): Use
9586         `product-string-1' instead of `wl-appname', `wl-version' and
9587         `wl-codename'.
9588
9589 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9590
9591         * wl-address.el (toplevel): Use product-provide.
9592         * wl-demo.el (toplevel): Ditto.
9593         * wl-dnd.el (toplevel): Ditto.
9594         * wl-draft.el (toplevel): Ditto.
9595         * wl-e21.el (toplevel): Ditto.
9596         * wl-expire.el (toplevel): Ditto.
9597         * wl-fldmgr.el (toplevel): Ditto.
9598         * wl-folder.el (toplevel): Ditto.
9599         * wl-highlight.el (toplevel): Ditto.
9600         * wl-message.el (toplevel): Ditto.
9601         * wl-mime.el (toplevel): Ditto.
9602         * wl-mule.el (toplevel): Ditto.
9603         * wl-nemacs.el (toplevel): Ditto.
9604         * wl-refile.el (toplevel): Ditto.
9605         * wl-score.el (toplevel): Ditto.
9606         * wl-summary.el (toplevel): Ditto.
9607         * wl-template.el (toplevel): Ditto.
9608         * wl-thread.el (toplevel): Ditto.
9609         * wl-util.el (toplevel): Ditto.
9610         * wl-vars.el (toplevel): Ditto.
9611         * wl-xmas.el (toplevel): Ditto.
9612         * wl.el (toplevel): Ditto.
9613
9614 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9615
9616         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9617         instead of product.
9618
9619         * wl-version.el (wl-version): Compile time evalution elmo-version.
9620
9621 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9622
9623         * wl-summary.el (wl-summary-sync-force-update): Append queue
9624         `mark-as-read'if unplugged.
9625
9626 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9627
9628         * wl-version.el: New file.  Use product.el.
9629         * wl.el: add (require 'wl-version).
9630         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9631         for ~/.folders header.
9632         (wl-fldmgr-folders-header): Changed.
9633         * wl-demo.el (wl-demo): Use product.el.
9634
9635         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9636         wl-version.el.
9637         * wl-util.el (wl-version, wl-version-show): Ditto.
9638
9639         * wl-util.el (wl-generate-user-agent-string,
9640         wl-extended-emacs-version, wl-extended-emacs-version2,
9641         wl-extended-emacs-version3): Move to wl-version.el.
9642         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9643         xemacs-codename, mime-edit-insert-user-agent-field,
9644         mime-edit-user-agent-value, mime-editor/version,
9645         mime-editor/codename): Compile warning killer move to
9646         wl-version.el
9647
9648 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9649
9650         * wl-summary.el (wl-summary-refile-subr): Fix.
9651
9652 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9653
9654         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9655         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9656
9657 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9658
9659         * wl.el (wl-check-environment): Check too many `@'.
9660
9661 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9662
9663         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9664
9665 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9666
9667         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9668         wl-draft-reply-myself-without-argument-list): Add variables.
9669         * wl-draft.el (wl-draft-reply): Use it.
9670
9671 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9672
9673         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9674         the 5th argument of `elmo-network-get-spec'.
9675
9676         * wl-thread.el (wl-thread-reparent-children): New inline function.
9677         (wl-thread-delete-message): Use it.
9678
9679         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9680         (wl-summary-score-update-all-lines): Don't use `dolist'.
9681
9682 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9683
9684         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9685         (require 'elmo-msgdb) for inline function.
9686
9687 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9688
9689         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9690
9691 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9692
9693         * wl-score.el (wl-score-headers): Fix for the confusing macro
9694         `elmo-kill-buffer'.
9695
9696 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9697
9698         * wl-summary.el: Don't use the 3rd argument of `require' because
9699         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9700         * wl-util.el: Ditto.
9701         * wl-draft.el: Ditto.
9702
9703 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9704
9705         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9706         window system is not used.
9707
9708 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9709
9710         * wl-thread.el: Don't use `mapcar' only for iteration.
9711         (wl-thread-resume-entity): Ditto.
9712         (wl-thread-delete-message): Ditto.
9713
9714         * wl-summary.el: Bind `dragdrop-drop-functions',
9715         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9716         of `require' for `timezone', `easymenu' and `ps-print';
9717         don't use `mapcar' only for iteration.
9718
9719         * wl-util.el: Bind `mule-version', `nemacs-version',
9720         `emacs-beta-version', `xemacs-codename',
9721         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9722         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9723         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9724         only for iteration.
9725
9726         * wl-score.el: Don't use `mapcar' only for iteration.
9727         (wl-score-simplify-buffer-fuzzy): Ditto.
9728         (wl-score-simplify-subject): Ditto.
9729         (wl-score-headers): Ditto.
9730         (wl-summary-score-update-all-lines): Ditto.
9731
9732         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9733         `enable-multibyte-characters' and `mule-version'.
9734
9735         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9736         `mapcar' only for iteration.
9737
9738         * wl-demo.el: Don't use `mapcar' only for iteration.
9739
9740         * wl-folder.el: Don't use `mapcar' only for iteration.
9741         (wl-folder-open-all): Ditto.
9742         (wl-folder-count-incorporates): Ditto.
9743
9744         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9745         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9746
9747         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9748         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9749         `smtp-connection-type'; specify 3rd argument of `require' for
9750         `timezone'; don't use `mapcar' only for iteration.
9751         (wl-draft-clone-local-variables): Don't use `mapcar'.
9752         (wl-draft-generate-clone-buffer): Ditto.
9753         (wl-user-agent-compose-internal): Ditto.
9754
9755         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9756
9757         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9758         (wl-save-status): Ditto.
9759
9760         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9761         for iteration.
9762
9763 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9764
9765         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9766         removed `Date'.
9767         (wl-fldmgr-make-filter-default): New user option.
9768
9769         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9770         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9771         (wl-fldmgr-filter-completion-alist): Abolish.
9772
9773         * wl.el (wl): Don't check servers if arg is non-nil.
9774
9775         * wl-draft.el (wl-draft-reply): Set only message-id string to
9776         In-Reply-To field.
9777
9778 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9779
9780         * wl-summary.el (wl-summary-pick): Rewrite.
9781
9782         * wl-draft.el (wl-draft-forward): Get references field from
9783         original buffer.
9784         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9785
9786 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9787
9788         * wl-draft.el (wl-draft-forward): Add references field.
9789
9790 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9793         (wl-draft-reply): Use it.
9794
9795 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9796
9797         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9798         when Emacs 21 is running.
9799
9800         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9801         bindings.
9802
9803 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9804
9805         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9806         XPM icons transparent.
9807
9808         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9809         Emacs 21.
9810
9811 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9812
9813         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9814         nil.
9815
9816         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9817         when it is persistent.
9818         (wl-summary-sync-marks): Changed argument for
9819         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9820         (wl-summary-virtual): Use `elmo-read-search-condition'.
9821         (wl-summary-redisplay-internal): If folder is local, mark as read
9822         even when folder is plugged.
9823
9824 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9825
9826         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9827         of `tool-bar-lines' in the frame parameters.
9828         (after-make-frame-functions, post-command-hook): Don't modify the
9829         value.
9830         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9831         wl-e21-tool-bar-lines): Removed.
9832
9833 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9834
9835         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9836         properties `evaporate' and `wl-momentary-overlay' as well.
9837         (wl-highlight-summary-displaying): Ditto.
9838         (wl-delete-all-overlays): Don't delete overlay which does not have
9839         a property `wl-momentary-overlay'.
9840
9841         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9842         `display-mouse-p' and `display-graphic-p'.
9843         (wl-folder-init-icons): Don't search for XBM or the other files.
9844         (wl-plugged-set-folder-icon): Make icons if and only if
9845         `display-graphic-p' returns non-nil.
9846         (wl-highlight-plugged-current-line): Use `before-string' overlay
9847         property to show icon images.
9848         (wl-highlight-folder-current-line): Ditto.
9849         (wl-e21-highlight-folder-group-line): Ditto.
9850         (wl-e21-highlight-folder-by-numbers): Ditto.
9851         (wl-e21-insert-image): Removed.
9852         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9853         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9854         said.
9855         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9856         `wl-e21-force-switch-toolbar'.
9857         (wl-e21-make-icon-image): Removed.
9858         (wl-e21-setup-toolbar): Don't search for XBM files.
9859         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9860         the default value.
9861
9862 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9863
9864         * wl-util.el (wl-biff-check-folder-async): Set
9865         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9866
9867 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9868
9869         * wl-e21.el (after-make-frame-functions): Add
9870         `wl-e21-force-switch-toolbar'.
9871         (wl-e21-force-switch-toolbar): New function force to switch the
9872         toolbar appearance automatically.
9873         (post-command-hook): Add `wl-e21-switch-toolbar'.
9874         (wl-e21-switch-toolbar): New function to switch the toolbar
9875         appearance automatically.
9876         (wl-e21-tool-bar-lines): New buffer local variable.
9877
9878 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9879
9880         * wl-util.el (wl-biff-check-folders-running): New variable.
9881         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9882         (wl-biff-check-folder-async-callback):
9883         Set `wl-biff-check-folders-running'.
9884         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9885         with unwind-protect.
9886
9887         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9888         Enclose `wl-folder-auto-check' with unwind-protect.
9889
9890         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9891         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9892
9893         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9894
9895         * wl-util.el (wl-biff-notify): New inline function.
9896         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9897         locally.
9898         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9899         folder-list' is 1.
9900         Use `wl-biff-notify'.
9901         (wl-biff-check-folder-async-callback): New function.
9902         (wl-biff-check-folder-async): Ditto.
9903
9904         * wl-folder.el (wl-folder): Don't check folders.
9905         (wl-folder-auto-check): New function.
9906
9907 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9908
9909         * wl-util.el (wl-biff-start) [Emacs19+]:
9910         Use `timer-next-integral-multiple-of-time'.
9911         (wl-biff-check-folders): Use `wl-default-folder'
9912         if `wl-biff-check-folder-list' is nil.
9913
9914 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9915
9916         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9917         instead of `elmo-delete-lists'.
9918
9919 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9920
9921         * wl.el (wl-plugged-toggle-all): Set the value of
9922         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9923         (wl-plugged-toggle): Ditto.
9924         (wl-toggle-plugged): Ditto.
9925         (wl-plugged-init): Ditto.
9926
9927         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9928         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9929         instead of `wl-biff-state-indicator-off' and
9930         `wl-biff-state-indicator-on'; don't modify the value and the type
9931         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9932         (wl-plugged-init-icons): Set icons data to
9933         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9934         instead of `wl-plug-state-indicator-off' and
9935         `wl-plug-state-indicator-on'; don't modify the value and the type
9936         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9937
9938         * wl-vars.el (wl-modeline-biff-state-off,
9939         wl-modeline-biff-state-on, wl-modeline-biff-status,
9940         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9941         wl-modeline-plug-status): New internal variables.
9942         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9943         wl-biff-check-interval, wl-biff-check-folder-list): Change
9944         customization group from `wl-folder' to `wl-highlight'.
9945         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9946         wl-show-plug-status-on-modeline): Defcustomized.
9947
9948         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9949         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9950         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9951         a flag to `mode-line-buffer-identification'.
9952
9953         * wl-e21.el (wl-biff-init-icons): Set icons data to
9954         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9955         instead of `wl-biff-state-indicator-off' and
9956         `wl-biff-state-indicator-on'.
9957         (wl-plugged-init-icons): Set icons data to
9958         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9959         instead of `wl-plug-state-indicator-off' and
9960         `wl-plug-state-indicator-on'.
9961
9962 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9963
9964         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9965         excessive titles.
9966
9967 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9968
9969         * wl.el (wl-plugged-mode): Use revised
9970         `wl-mode-line-buffer-identification'.
9971         (wl-plugged-init): Don't use `force-mode-line-update'.
9972
9973         * wl-xmas.el (wl-draft-overload-functions): Use revised
9974         `wl-mode-line-buffer-identification'.
9975         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9976         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9977         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9978         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9979         `wl-make-plugged-hook';
9980         add `wl-folder-init-icons' and `wl-setup-folder' to
9981         `wl-folder-mode-hook'.
9982
9983         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9984         19 as well.
9985         (wl-mode-line-display-priority-list): New user option.
9986         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9987         Defcustomized.
9988         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9989         Add docs.
9990
9991         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9992         start.
9993         (wl-mode-line-buffer-identification): Revised as a function.
9994
9995         * wl-summary.el (wl-summary-mode): Use revised
9996         `wl-mode-line-buffer-identification'; don't call
9997         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9998         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9999         `wl-xmas-setup-summary'.
10000
10001         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10002         `wl-mode-line-buffer-identification'.
10003
10004         * wl-mule.el (wl-draft-overload-functions): Use revised
10005         `wl-mode-line-buffer-identification'.
10006
10007         * wl-folder.el (wl-make-plugged-alist): Don't call
10008         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10009         (wl-folder): Don't call `wl-folder-init-icons' directly.
10010         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10011         `wl-xmas-setup-folder' directly;
10012         use revised `wl-mode-line-buffer-identification'.
10013         (TopLevel): Don't bind `wl-biff-init-icons',
10014         `wl-plugged-init-icons', `wl-folder-init-icons',
10015         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10016
10017         * wl-e21.el (wl-draft-overload-functions): Use revised
10018         `wl-mode-line-buffer-identification'.
10019         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10020         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10021         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10022         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10023         `wl-make-plugged-hook';
10024         add `wl-folder-init-icons' and `wl-setup-folder' to
10025         `wl-folder-mode-hook'.
10026
10027 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10028             Katsumi Yamaoka    <yamaoka@jpl.org>
10029
10030         * wl.el (wl): Call `wl-biff-start'.
10031         (wl-exit): Call `wl-biff-stop'.
10032         (wl-plugged-mode): Show biff in modeline.
10033         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10034
10035         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10036         (wl-biff-init-icons): New function.
10037         (wl-plugged-init-icons): Don't make too much keymaps.
10038         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10039
10040         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10041         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10042         variables.
10043         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10044         options.
10045
10046         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10047         wl-biff-start, wl-biff-stop): New functions.
10048         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10049         (wl-biff-timer-name): New variable.
10050
10051         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10052
10053         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10054         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10055
10056         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10057         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10058
10059         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10060         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10061         `wl-folder-init-icons' to `ignore' if they are not available.
10062         (wl-folder-mode): Show biff in modeline.
10063
10064         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10065         (wl-biff-init-icons): New function.
10066         (wl-plugged-init-icons): Don't make too much keymaps.
10067         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10068
10069 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10070
10071         * wl-vars.el (wl-strict-diff-folders): Customization Type
10072         and doc fix.  Define as a list of regular expressions for
10073         folders or nil.
10074         * wl-folder.el (wl-folder-check-one-entity): Use
10075         `wl-string-match-member' instead of `wl-string-member' for
10076         `wl-strict-diff-folders'.
10077
10078 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10079
10080         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10081         (wl-highlight-folder-current-line): Use it; new implementation.
10082         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10083         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10084         `defsubst' instead of `defun'.
10085
10086         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10087         `wl-highlight-group-folder-by-numbers'; made it can also be a
10088         number.  See info for more details.
10089
10090         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10091         running.
10092
10093         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10094         to bind them.
10095
10096         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10097         (wl-highlight-folder-current-line): New implementation.
10098
10099         * wl-highlight.el (wl-highlight-folder-group-line): New
10100         implementation.
10101         (wl-delete-all-overlays): Rewrite as a marco.
10102         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10103
10104         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10105         running.
10106         (wl-folder-*-glyph): No need to bind them.
10107
10108         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10109         `wl-e21-highlight-folder-group-icon'; rewrite.
10110         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10111         `defsubst' instead of `defun'.
10112         (wl-folder-mode-map): Bind it when compiling.
10113
10114 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10115
10116         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10117
10118         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10119
10120 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10121
10122         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10123
10124 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10125
10126         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10127         (wl-highlight-folder-current-line): Use it.
10128
10129         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10130         in `id-name'.
10131
10132 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10133
10134         * wl.el: Require `wl-e21' when Emacs 21 is running.
10135
10136         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10137         default when Emacs 21 is running.
10138         (wl-use-highlight-mouse-line): Ditto.
10139         (wl-on-emacs21): New constant.
10140         (wl-on-emacs20): Removed.
10141
10142         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10143         Emacs 21 is running.
10144
10145         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10146         Emacs 21 is running.
10147
10148         * wl-e21.el: New file.
10149
10150 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10151
10152         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10153         (wl-toggle-plugged): Ditto.
10154         (wl-plugged-toggle): Ditto.
10155         (wl-plugged-toggle-all): Ditto.
10156
10157         * wl-vars.el (wl-plug-state-indicator): Refer
10158         `wl-plug-state-indicator-on' indirectly.
10159
10160 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10161
10162         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10163         Call `wl-folder-confirm-existence'.
10164
10165         * wl-folder.el (wl-folder-confirm-existence): Added optional
10166         argument `force'.
10167
10168 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10169
10170         * wl-summary.el (wl-summary-refile-subr): Assume
10171         `copy-or-refile' as symbol.
10172         (wl-summary-refile): Follow up above change.
10173         (wl-summary-copy): Ditto.  Doc fix.
10174
10175 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10176
10177         * wl-summary.el (wl-summary-pick): Don't bind
10178         `elmo-search-mime-charset'.
10179
10180         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10181         default using old backquote style.
10182         (wl-search-mime-charset): Abolished.
10183
10184         * wl-highlight.el (wl-highlight-headers):
10185         Call `point' after `re-search-forward'(for Nemacs).
10186
10187         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10188         for elmo-imap4.el.
10189
10190 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10191
10192         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10193         `wl-message-ignored-field-list' instead of
10194         `mime-view-ignored-field-list'.
10195
10196         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10197         Add interactive spec.
10198         (wl-folder-goto-bottom-of-current-folder): Ditto.
10199         (wl-folder-mode-map): Bind them.
10200
10201         * wl-vars.el (wl-message-ignored-field-list): New variable.
10202         (wl-message-visible-field-list): New variable.
10203
10204         * wl-mime.el (wl-mime-header-presentation-method): New function.
10205         (wl-mime-setup): Set header-presentation-method.
10206
10207 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10208
10209         * wl-nemacs.el (wl-draft-overload-functions): Set
10210         `mode-line-buffer-identification' instead of using
10211         `wl-make-modeline'.
10212
10213         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10214         instead of using `wl-make-modeline'.
10215
10216         * wl-xmas.el (wl-plugged-init-icons): Set up
10217         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10218         (wl-make-modeline): Abolish.
10219         (wl-draft-overload-functions): Set
10220         `mode-line-buffer-identification' instead of using
10221         `wl-make-modeline'.
10222
10223         * wl-util.el (wl-make-modeline-subr): Abolish.
10224         (wl-mode-line-buffer-identification): New alias.
10225
10226         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10227         (wl-summary-make-modeline): Abolish.
10228         (wl-summary-buffer-set-folder): Set
10229         `wl-summary-buffer-folder-indicator'.
10230         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10231         of using `wl-make-modeline'.
10232         (wl-summary-switch-to-clone-buffer): Don't set
10233         `mode-line-buffer-identification'.
10234         (wl-summary-goto-folder-subr): Ditto.
10235
10236         * wl-mule.el (wl-draft-overload-functions): Set
10237         `mode-line-buffer-identification' instead of using
10238         `wl-make-modeline'.
10239
10240         * wl-folder.el (wl-folder-mode): Set
10241         `mode-line-buffer-identification' instead of using
10242         `wl-make-modeline'.
10243         (wl-folder): Don't set `mode-line-buffer-identification'.
10244
10245 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10246
10247         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10248         instead of `member' for `wl-refile-guess-func-list' look-ups.
10249         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10250
10251 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10252
10253         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10254         `wl-message-button-dispatcher'.
10255
10256         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10257
10258         * wl-message.el (wl-message-button-dispatcher): Use it.
10259
10260         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10261         "In-Reply-To".
10262
10263         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10264         Bind `case-fold-search' to t.
10265
10266 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10267
10268         * wl-xmas.el (wl-message-overload-functions): Initialize
10269         `wl-message-button-map'.
10270
10271         * wl-mule.el (wl-message-overload-functions): Initialize
10272         `wl-message-button-map'.
10273
10274         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10275
10276         * wl-message.el (wl-message-button-map): New keymap.
10277         (wl-message-add-button): New function.
10278         (wl-message-button-dispatcher): New function.
10279         (wl-message-button-refer-article): New function.
10280
10281         * wl-highlight.el
10282         (wl-highlight-message-add-buttons-to-header): New function.
10283         (wl-highlight-headers): Use it.
10284
10285 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10286
10287         * wl-summary.el (wl-summary-default-from): Use
10288         `wl-address-get-petname-1'.
10289         (wl-summary-simple-from): Ditto.
10290
10291         * wl-address.el (wl-address-get-petname-1): New inline function.
10292         (wl-address-get-petname): Use it.
10293
10294 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10295
10296         * wl-summary.el (wl-summary-default-from): Return full-name part
10297         from the address if no petname was found.
10298         (wl-summary-simple-from): Ditto.
10299
10300         * wl-address.el (wl-address-get-petname): Return nil if no petname
10301         associated with the address was found.
10302
10303 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10304
10305         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10306         display is finished.
10307
10308 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10309
10310         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10311         `elmo-folder-exists-p' argument.
10312
10313 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10314
10315         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10316         the folder.
10317
10318 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10319
10320         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10321
10322         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10323         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10324
10325 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10326
10327         * wl-folder.el (wl-folder-create-subr): New function.
10328         (wl-folder-confirm-existence): Use it.
10329         (wl-folder-check-one-entity): Use it.
10330         Check the error symbol is derived from 'elmo-open-error.
10331
10332         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10333         `ignore-error'.
10334
10335 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10336
10337         * wl-util.el (toplevel): Add (eval-when-compile (require
10338         'elmo-util)).  (Maybe `provide' is typo.)
10339
10340 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10341
10342         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10343         (I don't know why this was needed.)
10344
10345         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10346         Follow up changes for stream-type.
10347
10348         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10349         (wl-draft-elmo-nntp-send): Ditto.
10350
10351         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10352         (wl-nntp-posting-stream-type): Ditto.
10353         (wl-pop-before-smtp-ssl): Abolished.
10354         (wl-nntp-posting-ssl): Ditto.
10355
10356         * wl-address.el (wl-address-quote-specials): New function.
10357         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10358
10359         * wl-draft.el (wl-draft-reply): Ditto.
10360
10361 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10362
10363         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10364         use function `wl-string-match-assoc'.
10365
10366 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10367
10368         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10369
10370         * wl-draft.el (wl-draft-deduce-address-list): New function.
10371         (wl-draft-parse-mailbox-list): Ditto.
10372         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10373         instead of `smtp-deduce-address-list'.
10374         (wl-draft-on-field-p): Follow group list.
10375
10376         * wl-address.el (wl-address-concat-token): New function.
10377         (wl-address-string-without-group-list-contents): Ditto.
10378         (wl-complete-field-body): Fixed problem of completion
10379         by japanese petname.
10380         (wl-address-make-completion-list): Rewrite.
10381
10382 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10383
10384         * wl-address.el (wl-address-make-completion-list): Completion by
10385         petname.
10386         (wl-complete-field-body): Likewise.
10387
10388 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10391         contains invalid address syntax.
10392
10393 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10394
10395         * wl-folder.el (wl-folder-check-entity-async): Use
10396         `elmo-nntp-spec-hostname'.
10397
10398 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10399
10400         * wl-summary.el (wl-summary-msgdb-load-async): Use
10401         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10402
10403 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10404
10405         * wl-draft.el (wl-draft-reply): Set argument
10406         `content-transfer-encoding' as nil.
10407
10408 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10409
10410         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10411         `wl-refile-alist'.
10412
10413 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10414
10415         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10416         (wl-draft-edit-string): Ditto.
10417         (wl-draft-forward): Ditto.
10418         * wl-summary.el (wl-summary-write): Ditto.
10419
10420 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10421
10422         * wl-summary.el (wl-summary-sync-update3): Call
10423         `wl-summary-buffer-number-column-detect'.
10424         (wl-summary-buffer-number-column-detect): Search from point-min.
10425
10426 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10427
10428         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10429         contains an address which is not included in original to or cc.
10430
10431 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10432
10433         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10434         begin-line does not exist.
10435         * wl-message.el (wl-message-uu-substring): Ditto.
10436
10437 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10438
10439         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10440         clear local variables.
10441         (wl-summary-exit): Call `elmo-commit'.
10442         (wl-summary-switch-to-clone-buffer): Call
10443         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10444         (wl-summary-goto-folder-subr): Ditto.
10445
10446         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10447         POP folder.
10448
10449 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10450
10451         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10452         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10453         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10454         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10455         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10456         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10457
10458         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10459
10460 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10461
10462         * wl-summary.el (wl-summary-search-by-subject):
10463         Search parent message from the latest one.
10464
10465 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10466
10467         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10468         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10469
10470         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10471         New user option.
10472
10473         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10474         if elmo-nntp-use-killed-list is nil.
10475         Use `elmo-msgdb-append-to-killed-list'.
10476         (Append numbers confirmed as disappeared to the killed list.)
10477         (wl-summary-confirm-appends): Don't display negative number.
10478
10479 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10480
10481         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10482
10483 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10484
10485         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10486         range is `all'.
10487         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10488         `elmo-list-bigger-diff'.
10489
10490 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10491
10492         * wl-summary.el (wl-summary-buffer-exit-func):
10493         New buffer local variable.
10494         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10495
10496 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10497
10498         * wl-demo.el (wl-demo): Fix the last change.
10499
10500 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10501
10502         * wl-demo.el (wl-demo): Don't use `eval'.
10503
10504 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10505
10506         * wl-summary.el (wl-summary-buffer-thread-modified):
10507         New buffer-local variable.
10508         (wl-summary-set-thread-modified): New function.
10509         (wl-summary-thread-modified-p): New function.
10510         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10511         (wl-summary-yank-saved-message): Use function
10512         `wl-summary-set-thread-modified'
10513         (wl-summary-switch-to-clone-buffer): Add
10514         `wl-summary-buffer-thread-modified'.
10515
10516         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10517         (wl-summary-buffer-mark-saved-hook): Ditto.
10518         * wl-summary.el (wl-summary-msgdb-save): New hook
10519         `wl-summary-buffer-message-saved-hook' and
10520         `wl-summary-buffer-mark-saved-hook'.
10521
10522 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10523
10524         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10525
10526 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10527
10528         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10529         don't hide scroll bars under FSF Emacsen because it may incur an
10530         undesirable redrawing.
10531
10532 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10533
10534         * wl-draft.el (wl-draft-edit-string): Call
10535         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10536
10537 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10538
10539         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10540
10541 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10542
10543         * wl-summary.el (wl-summary-msgdb-load-async): Call
10544         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10545
10546 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10547
10548         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10549         fringes in demo buffer; center bitmap logo correctly even if old
10550         Mule is used.
10551
10552 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10553
10554         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10555
10556         * wl-refile.el (wl-refile-subject-alist): New variable.
10557         (wl-refile-subject-alist-file-name): Ditto.
10558         (wl-refile-alist-setup): Rewrite.
10559         (wl-refile-alist-save): Use `elmo-object-save'.
10560         Eliminated arguments.
10561         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10562         (wl-refile-guess-by-subject): New function.
10563         (wl-refile-guess-func-list): Added it.
10564
10565 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10566
10567         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10568         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10569
10570 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10573         New buffer-local variable.
10574         (wl-summary-buffer-next-folder-func): Ditto.
10575         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10576         if non-nil.
10577         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10578         if non-nil.
10579         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10580         if non-nil.
10581         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10582         if non-nil.
10583
10584 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10585
10586         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10587         permanently in the demo buffer.
10588
10589 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10590
10591         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10592         `mime-entity-fetch-field'.
10593
10594         * wl.el (wl-exit): Delete plugged buffer.
10595
10596         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10597         XEmacs has menubar feature.
10598
10599 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10600
10601         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10602         cannot arrive at the beginning of the buffer under old Emacsen.
10603
10604 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10605
10606         * wl-address.el (wl-address-ldap-search):
10607         Call `ldap-search-entries' with `withdn' argument t.
10608         (wl-complete-field-body): Bind completion-ignore-case as t.
10609         Clear ldap search hash when it was sole completion.
10610         Use elmo-string for pattern string.
10611         (wl-ldap-alias-safe-string): Eliminated needless let.
10612
10613 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10614
10615         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10616         (wl-ldap-alias-sep): New constant.
10617         (wl-ldap-search-attribute-type-list): Ditto.
10618         (wl-ldap-get-value): New function.
10619         (wl-ldap-make-filter): Ditto.
10620         (wl-ldap-make-matched-value-list): Ditto.
10621         (wl-ldap-alias-safe-string): Ditto.
10622         (wl-ldap-register-dn-string): Ditto.
10623         (wl-address-ldap-search): Rewrite.
10624
10625 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10626
10627         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10628         thread is deleted.
10629         (wl-thread-delete-line-from-buffer): Ditto.
10630         (wl-thread-get-exist-children): New function.
10631
10632 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10633
10634         * wl-demo.el (wl-demo): Made it to select various image types.
10635         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10636         from `wl-title-logo'.
10637         (wl-logo-ascii): New variable.
10638         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10639         (wl-demo-copyright-notice): New constant.
10640
10641         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10642
10643 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10644
10645         * wl-vars.el (wl-summary-target-above): Renamed from
10646         wl-summary-temp-above.
10647         * wl-score.el (wl-score-get-score-alist): Use it.
10648         (wl-summary-score-update-all-lines): Use it.
10649         * wl-summary.el: Ditto. (make-variable-buffer-local).
10650
10651 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10652
10653         * wl-vars.el (wl-ldap-port): New user option.
10654
10655         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10656         Rewite whole implementation.
10657         (wl-complete-field-body): Fixed.
10658
10659 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10660
10661         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10662         Choose implementation at compile time.
10663
10664 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10665
10666         * wl-address.el (wl-ldap-search-internal): New function.
10667         (wl-complete-field-to): Use it.
10668
10669 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10670
10671         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10672         Use `let' instead of `let*'.
10673         Require 'wl-vars.
10674
10675         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10676         Define as defcustom.
10677         (wl-ldap-base): Ditto.
10678         (wl-use-ldap): Ditto.
10679
10680 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10681
10682         * wl-address.el (wl-ldap-search): New function.
10683         (wl-complete-field-body): Use `wl-ldap-search'.
10684         (wl-ldap-server): New variable.
10685         (wl-ldap-base): Ditto.
10686         (wl-use-ldap): Ditto.
10687
10688 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10689
10690         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10691         (Pointed out by Mito <mit@nines.nec.co.jp>).
10692         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10693         buffer-local variables like `wl-summary-redisplay-internal'.
10694         (wl-summary-redisplay-all-header): Likewise.  Update
10695         Summary view too.
10696
10697 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10698
10699         * wl-summary.el (wl-summary-jump-to-parent-message):
10700         Consider prefix argument.
10701
10702         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10703         when closed thread is deleted.
10704
10705 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10706
10707         * wl-summary.el (wl-summary-jump-to-parent-message):
10708         Consider thread modification.
10709
10710 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10711
10712         * wl-message.el (wl-message-normal-get-original-buffer): Use
10713         `save-excursion'.
10714
10715         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10716         (wl-summary-showto-folder-regexp): Ditto.
10717
10718 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10719
10720         * wl-util.el (wl-delete-alist): Doc fix.
10721         (wl-delete-associations): New function.
10722         (wl-inverse-alist): New function.
10723         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10724         Split temporary variables. Use `wl-delete-associations'
10725         and `wl-inverse-alist'.
10726         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10727
10728 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10729
10730         * wl-folder.el (wl-folder-prefetch-entity):
10731         Execute prefetching if new count is unknown.
10732
10733 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10734
10735         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10736
10737         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10738         delete entity.
10739         (wl-thread-set-parent): If insert as top, set linked as nil.
10740
10741         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10742         `wl-thread-cleanup-symbols' when view mode is thread.
10743
10744 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10745
10746         * wl-folder.el (wl-folder-create-folder-entity): Use
10747         with-current-buffer.
10748         (wl-local-folder-init): Call set-buffer to make sure we are in
10749         the Folder buffer. Don't touch buffer-local variables here.
10750         (wl-folder-mode): Initialize buffer-local variables here.
10751
10752         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10753         (wl-folder-entity-assign-id): Ditto.
10754         (wl-folder-create-entity-hashtb): Ditto.
10755         (wl-local-folder-init): Ditto.
10756         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10757
10758 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10759
10760         * wl-summary.el (wl-summary-default-from): Fix probrem when
10761         std11-extract-address-components return (nil "foo@bar").
10762
10763 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10764
10765         * wl-draft.el (wl-draft-clone-local-variables):
10766         Remove redundant `setq'.
10767
10768 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10769
10770         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10771         Bind wl-highlight-x-face-func as nil while highlighting header.
10772
10773 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10774
10775         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10776
10777 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10778
10779         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10780         elmo-msgdb-overview-hashtb from copy-variables.
10781         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10782         instead of `elmo-msgdb-overview-get-entity-by-number'.
10783         (wl-summary-auto-refile): Ditto.
10784
10785         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10786         `elmo-msgdb-overview-get-entity' instead of
10787         `elmo-msgdb-search-overview-entity'.  Use
10788         `elmo-msgdb-overview-get-entity' instead of
10789         `elmo-msgdb-overview-get-entity-by-number'.
10790         (wl-thread-insert-entity-sub): Ditto.
10791         (wl-thread-insert-message): Ditto.
10792
10793         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10794         `elmo-msgdb-overview-get-entity'.
10795         (wl-normal-message-redisplay): Ditto.
10796
10797 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10798
10799         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10800         `wl-thread-entities'.
10801         (wl-thread-delete-message): Fix remove top message from
10802         `wl-thread-entity-list'.
10803
10804         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10805         wl-append(nconc), because update-list is broken on Meadow.
10806
10807         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10808         updating process.
10809         (wl-summary-rescan): Ditto.
10810         (wl-summary-sync-update3): Ditto.
10811         * wl-thread.el (wl-thread-set-parent): Renamed from
10812         `wl-summary-set-parent'.
10813         (wl-thread-insert-message): Updating buffer faster.
10814         (wl-thread-delete-message): Updating buffer faster.
10815
10816         * wl-score.el (wl-summary-score-update-all-lines): Changed
10817         interval for display progress gauge.
10818
10819 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10820
10821         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10822         folder always-sticky.
10823         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10824         defmacro.
10825
10826 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10827
10828         * wl-vars.el (wl-draft-add-references): New user option.
10829
10830         * wl-draft.el (wl-draft-add-references): New function.
10831         (wl-draft-yank-from-mail-reply-buffer): Use it.
10832         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10833         as nil.
10834
10835 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10836
10837         * wl-thread.el (wl-thread-update-line-msgs): Called
10838         `wl-thread-update-line-on-buffer-sub'.
10839         (wl-thread-update-line-on-buffer): Delete routine of inserting
10840         thread.
10841         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10842         moved from `wl-thread-update-line-on-buffer'.
10843         Add threshold for displaying progress gauge.
10844         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10845         argument of `wl-thread-update-line-msgs'.
10846         Add threshold for displaying progress gauge.
10847         * wl-folder.el:
10848         Add threshold for displaying progress gauge.
10849         * wl-score.el: Ditto.
10850
10851         * wl-expire.el (wl-summary-expire): Display deleting info.
10852
10853 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10854
10855         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10856         `no-msg'.
10857         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10858         argument of `wl-thread-update-line-msgs'.
10859         (wl-summary-set-parent): Added optional argument `parent-number'.
10860         (wl-summary-buffer-saved-message): New buffer local variable.
10861         (wl-summary-save-current-message): New command.
10862         (wl-summary-yank-saved-message): Ditto.
10863         (wl-summary-mode-map): Added key binding for
10864         `wl-summary-save-current-message' (\ew) and
10865         `wl-summary-yank-saved-message' (\C-y).
10866         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10867
10868 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10869
10870         * wl-summary.el (wl-summary-mode-map): Added key binding for
10871         `wl-summary-set-parent' (ts).
10872
10873 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10874
10875         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10876         subject faster. If thread number is reverse, delayed updating
10877         thread.
10878         (wl-summary-search-by-subject): Ditto.
10879         (wl-summary-put-alike): Ditto.
10880         (wl-summary-get-alike): Ditto.
10881         (wl-summary-insert-headers): Insert header of all overview in
10882         buffer.
10883         (wl-summary-rescan): Delayed updating thread. Kill search subject
10884         buffer for wl-summary-search-by-subject.
10885         (wl-summary-sync-update3): Ditto.
10886         (wl-summary-exit): Ditto.
10887         (wl-summary-goto-bottom-of-current-thread): Change for linked
10888         thread.
10889         (wl-summary-overview-create-summary-line): Change line for linked
10890         thread.
10891
10892         * wl-summary.el (wl-summary-update-thread): Use
10893         wl-thread-maybe-get-children-num.
10894         (wl-summary-set-parent): If change parent, move sub thread.
10895         (wl-summary-redisplay-internal): Add horizontal recenter.
10896         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10897
10898         * wl-thread.el (wl-thread-entity-get-linked): New function.
10899         (wl-thread-entity-set-linked): New function.
10900         (wl-thread-create-entity): Add linked element.
10901         (wl-thread-entity-insert-as-top): Use wl-append.
10902         (wl-thread-maybe-get-children-num): If closing thread, return
10903         children msgs.
10904         (wl-thread-update-line-msgs): Displaying progress message.
10905         (wl-thread-update-line-on-buffer-sub): Use
10906         wl-thread-maybe-get-children-num.
10907         (wl-thread-update-line-on-buffer): If update line is not exists,
10908         insert thread.
10909         (wl-thread-delete-message): If delete top msg of thread, search
10910         parent by subject.
10911         (wl-thread-insert-entity): Use
10912         wl-thread-maybe-get-children-num.
10913
10914         * wl-highlight.el (wl-highlight-summary-current-line): change
10915         sregexp for linked thread.
10916         * wl-util.el (wl-count-lines): Count lines.
10917         (wl-horizontal-recenter): horizontal recenter.
10918         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10919         (wl-score-get-alike): Ditto.
10920         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10921         (wl-subject-length-limit): New variable.
10922         (wl-highlight-thread-indent-string-regexp): Changed for linked
10923         thread.
10924
10925 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10926
10927         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10928         New variable (revival).
10929         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10930         by subject matching if there's no in-reply-to nor references field
10931         (revival).
10932
10933 \f
10934 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10935
10936         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10937         message.
10938
10939 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-summary.el (wl-summary-reply): Return t if there was a
10942         message at cursor point.
10943         Added unwind-protect.
10944         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10945         returns t.
10946         (wl-summary-cancel-message): Do nothing when there's no message at
10947         cursor point.
10948         (wl-summary-forward): Ditto.
10949         (wl-summary-jump-to-parent-message): Ditto.
10950         (wl-summary-reedit): Ditto.
10951         (wl-summary-edit-addresses): Ditto.
10952         (wl-summary-pipe-message): Ditto.
10953         (wl-summary-print-message-with-ps-print): Ditto.
10954         (wl-summary-print-message): Ditto.
10955         (wl-summary-mark-as-important): Ditto.
10956         (wl-summary-mark-as-unread): Ditto.
10957
10958         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10959         message at cursor point.
10960         (wl-summary-reply-with-citation): Remove unwind-protect.
10961
10962         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10963         subject searching feature.
10964         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10965         Eliminated.
10966
10967 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10968
10969         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10970         New variable.
10971         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10972         by subject matching if there's no in-reply-to nor references field.
10973
10974         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10975
10976         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10977         when display is finished.
10978         (wl-folder-open-all): Ditto.
10979         (wl-folder-update-access-group): Ditto.
10980         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10981         * wl-thread.el (wl-thread-close-all): Ditto.
10982
10983         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10984         progress gauge only when it was displayed.
10985         * wl-folder.el (wl-folder-insert-entity): Ditto.
10986
10987 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10988
10989         * wl-summary.el (wl-summary-incorporate): Enclose
10990         `wl-summary-sync-force-update' with save-excursion.
10991
10992 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10993
10994         * wl-summary.el (wl-summary-prefetch-region):
10995         Pass current cursor point to `pos-visible-in-window-p' after
10996         moving cursor to the started point.
10997
10998 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10999
11000         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11001
11002         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11003         fields from the forwarding message.
11004         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11005         `ignored-fields'.
11006
11007 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11008
11009         * wl-mime.el (wl-message-request-partial):
11010         Eliminated argument `msgdb'.
11011         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11012         (wl-mime-combine-message/partial-pieces): Likewise.
11013         * tm-wl.el (wl-message-request-partial): Likewise.
11014         (wl-mime-combine-message/partial-pieces): Likewise.
11015
11016 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11017
11018         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11019         when display is finished.
11020
11021 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11022
11023         * wl-summary.el (wl-summary-goto-folder-subr):
11024         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11025
11026 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11027
11028         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11029         when cursor point is visible.
11030
11031 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11032
11033         * wl-expire.el (wl-expire-archive-get-max-number):
11034         Don't use `file-name-directory'.
11035
11036 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11037
11038         * wl-expire.el (wl-expire-archive-get-max-number):
11039         Use `file-name-directory'.
11040
11041 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11042
11043         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11044         only when there is progress.
11045
11046 2000-04-13  Mito <mit@nines.nec.co.jp>
11047
11048         * wl-summary.el (wl-summary-sync-marks): Display progress.
11049
11050 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11053         (wl-summary-prev): Move cursor regardless of unread status.
11054         (wl-summary-next): Ditto.
11055
11056 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11057
11058         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11059         Added argument `target' and `number'.
11060         * tm-wl.el (wl-summary-burst-subr): New function.
11061         (wl-summary-burst): Use it.
11062
11063 2000-04-10  Mito <mit@nines.nec.co.jp>
11064
11065         * wl-mime.el (wl-burst): New function.
11066         (wl-summary-burst): Use it.
11067
11068 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11069
11070         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11071         as petname when there's no candidate.
11072
11073 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11074
11075         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11076         New variable.
11077         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11078
11079         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11080
11081         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11082
11083 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11084
11085         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11086         Use substring of `original' instead of buffer-substring.
11087         (wl-refile-evaluate-rule):
11088         Set `original' argument of wl-refile-expand-newtext.
11089
11090         * wl-summary.el
11091         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11092         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11093         (wl-summary-auto-refile): Check existence of destination folder just
11094         before marking.
11095
11096 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11097
11098         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11099         when wl-refile-get-field-value return nil.
11100
11101 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11102
11103         * wl-refile.el
11104         (wl-refile-expand-newtext): New function imported from Gnus.
11105         (wl-refile-evaluate-rule): Use it.
11106
11107 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11108
11109         * wl-summary.el (wl-summary-print-destination):
11110         Duplicate folder string to avoid putting text-property on
11111         original string.
11112
11113         * wl-refile.el (wl-refile-get-field-value): New function.
11114         (wl-refile-evaluate-rule): New function;
11115         Evaluate refile rule recursively.
11116         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11117         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11118         New function; Check existence of a target folder recursively.
11119         (wl-summary-auto-refile-check-refile-rule-alist):
11120         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11121
11122 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11123
11124         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11125
11126         * wl-folder.el (wl-create-folder-entity-from-buffer):
11127         Fixed problem when '}' character is contained in folder name.
11128
11129         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11130
11131 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11132
11133         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11134         (wl-fldmgr-add-completion-all-completions):
11135         Use wl-fldmgr-add-completion-hashtb.
11136
11137 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11138
11139         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11140         wl-fldmgr-add-completion-subr): New functions.
11141         * wl-folder.el (wl-folder-completion-func): New variable.
11142         * wl-summary.el (wl-summary-read-folder):
11143         Use wl-folder-completion-func.
11144
11145         * wl-refile.el: Eliminate throw & catch.
11146
11147         * wl.el (wl-plugged-sending-queue-status): Fixed.
11148
11149 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11150
11151         * wl-draft.el (wl-draft): Put category property on
11152         mail-header-separator.